[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows

Namespace GrapeCity.Documents.Imaging.Windows

Classes

BaseOptions

Base class for all encoder options.

BaseTransform

Base class for all bitmap transformations.

BmpOptions

Encoder options supported by the native BMP codec.

Clipper

Produces a clipped version of the bitmap for a specified rectangular region of interest.

FlipRotator

Produces a flipped (horizontal or vertical) and/or rotated (by 90 degree increments) bitmap. Rotations are done before the flip.

FontCache

Collects DirectWrite fonts for using in various GcDXGraphicss.

FormatConverter

Converts the image data from one pixel format to another.

GcD2DBitmap

Represents a bitmap that uses the Direct2D system API. Can be used for fast and efficient rendering on Windows systems that support Direct2D.

GcD2DBitmapGraphics

Implements a Direct2D drawing surface.

To create an instance of this class, use the CreateGraphics(Color?) method.

GcDXGraphics

Implements a Direct2D drawing surface.

GcWicBitmap

Represents a bitmap based on Windows Imaging Component.

GcWicBitmap.Palette

Represents the bitmap palette for indexed pixel formats.

GcWicBitmapGraphics

Implements a Direct2D drawing surface.

GcWicTiffReader

Allows reading images from a multipage TIFF file/stream.

GcWicTiffWriter

Allows creating a multipage TIFF file.

GifOptions

Encoder options supported by the native GIF codec.

JpegOptions

Encoder options supported by the native JPEG codec.

JpegXROptions

Encoder options supported by the native JPEG XR codec.

PngOptions

Encoder options supported by the native PNG codec.

Scaler

Represents a resized version of the input bitmap using a resampling or filtering algorithm.

TiffOptions

Encoder options supported by the native TIFF codec.

WicTiffFrame

Represents a single frame in TIFF file.

Structs

PaletteColor

Represents a color in 32bppBGRA format.

Enums

WicContainerFormat

Specifies the image container format.

WicDitherType

Specifies the type of dither algorithm to apply when converting between pixel formats.

WicInterpolationMode

Specifies the sampling or filtering mode to use when scaling an image.

WicPaletteType

Specifies the type of palette used for indexed pixel formats.

WicPixelFormat

Describes the memory layout of each pixel in a bitmap.

WicPngFilter

Describes the PNG filters available for compression optimization.

WicTiffCompression

Specifies the Tagged Image File Format (TIFF) compression options.

WicTransformOptions

Specifies the flip and rotation transforms.