Skip to main content

Image interpolation

OpenComic supports different image interpolation.

Options

Disabled

  • Disabled (Chromium): Interpolation is disabled, use the default chromium downscaling/upscaling.

CSS Image Rendering

This uses the CSS image-rendering property.

  • Pixelated: The image is scaled using the pixelated value.
  • Webkit Optimize Contrast: The image is scaled using the -webkit-optimize-contrast value.

Sharp

Interpolation is done using the sharp library.

Sharp Affine

Interpolation is done using the sharp library with the affine transformation.