For the complete documentation index, see llms.txt. This page is also available as Markdown.

ColorImageDownsampleType

colorImageDownSampleType

Method Name
Argument Name
Argument Type

colorImageDownSampleType

type

Mostafaznv\PdfOptimizer\Enums\ColorImageDownSampleType

Must be one of the following values:

  • Average (Average Downsampling to): Groups of samples are averaged to get the new downsampled value.

  • Bicubic (Bicubic Downsampling to): Bicubic interpolation is used on a group of samples to get a new downsampled value.

  • Subsample (Subsampling to): The center sample from a group of samples is used as the new downsampled value.

Last updated