package
2.2.1
Repository: https://github.com/dynamicpdf-api/go-client.git
Documentation: pkg.go.dev

# Functions

Creates BmpColorFormat object with the given type.
Initializes a new instance of the BmpImageFormat class.
Creates object for monochrome color format for BMP image format.
NewDpiImageSize creates a new instance of DpiImageSize and sets the image size type to DPI.
Initializes a new instance of FixedImageSize and sets the image size type to Fixed.
Initializes a new instance of the GifImageFormat class and sets the image format type to GIF.
Initializes a new instance of the ImageFormat class with the specified type.
Initializes a new instance of the JpegImageFormat class.
Initializes a new instance of the MaxImageSize class.
Initializes a new instance of the PdfImage class with the specified PDF resource.
Initializes a new instance of the PdfImageResponse class.
Initializes a new instance of the `PercentageImageSize` class and sets the image size type to Percentage.
Initializes a new instance of the PngColorFormat class.
Initializes a new instance of the PngImageFormat class.
Initializes a new instance of the PngIndexedColorFormat class with indexed color format type.
Initializes a new instance of the PngMonochromeColorFormat class with monochrome color format type.
Initializes a new instance of the TiffColorFormat class.
NewTiffImageFormat initializes a new instance of the TiffImageFormat class.
Initializes a new instance of the TiffIndexedColorFormat class with indexed color format type.
Initializes a new instance of the TiffMonochromeColorFormat class with monochrome color format type.

# Constants

Bayer dithering algorithm.
BMP image format.
CcitGroup3 compression.
CcitGroup4 compression.
Dpi image size type.
Fixed image size type.
FloydSteinberg dithering algorithm.
GIF image format.
Grayscale color format.
Inch unit of measurement.
Indexed color format.
JPEG image format.
Max image size type.
Millimeter unit of measurement.
Monochrome color format.
No dithering.
Octree quantization algorithm.
Percentage image size type.
PNG image format.
Point unit of measurement.
Rgb color format.
RgbA color format.
TIFF image format.
WebSafe quantization algorithm.
Werner quantization algorithm.
WU quantization algorithm.

# Structs

Base class for BMP color formats.
Represents BMP image format with color format.
Represents monochrome color format for BMP images.
Base class for all color formats.
Represents an image size defined by DPI (Dots Per Inch).
Represents an image size with fixed dimensions.
Represents GIF image format with dithering properties.
Image represents an individual image in the PdfImageResponse.
Base class for image formats.
No description provided by the author
JpegImageFormat represents JPEG image format with quality.
Represents the base class for json response.
MaxImageSize represents an image size that fits within a specified maximum width and height.
PdfImage represents a PDF Rasterizing endpoint that converts PDF to image.
PdfImageResponse represents the JSON structure in Go.
Represents an image size defined by Percentage scaling.
Base class for Png color formats, used for RGB, RGBA, and Grayscale color formats.
Represents PNG image format with color format.
Represents indexed color format for PNG.
Represents monochrome color format for PNG with black threshold.
Base class for Tiff color formats, used for RGB, RGBA, and Grayscale color formats.
Represents TIFF image format with color format.
Represents indexed color format for TIFF.
Represents monochrome color format for TIFF with black threshold and compression type.

# Interfaces

No description provided by the author

# Type aliases

Enum representing color formats.
Enum representing compression types.
Enum representing dithering algorithms.
Enum representing supported image formats.
Specifies the type of image size.
Specifies the unit of measurement for image size.
Enum representing quantization algorithms.