GrayImageDownsampleType

grayImageDownSampleType

Method Name
Argument Name
Argument Type

grayImageDownSampleType

type

Mostafaznv\PdfOptimizer\Enums\GrayImageDownSampleType

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