Table of Contents

Namespace DocWright.Core.Imaging

Classes

DecodedRasterImage

A decoded raster image in a renderer-neutral form: interleaved 8-bit colour samples plus an optional 8-bit alpha plane.

JpegImageDecoder

A self-contained baseline JPEG decoder.

PngImageDecoder

A self-contained PNG decoder: signature, chunk walk, zlib inflate, unfiltering, palette expansion and tRNS transparency.

RasterImageHeader

Reads an encoded image's pixel dimensions from its header, without decoding its pixels.

Enums

ImageFit

How a rasterized page is fitted into a requested output size.