Click or drag to resize

PcdResolution Enumeration

PhotoCD Resolution (image size) to load.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum PcdResolution
Members
  Member nameDescription
BaseQuarter 1/4 the size and 1/16 the memory of the base image. 192 x 128 pixels
BaseHalf 1/2 the size and 1/4 the memory of the base image. 384 x 256 pixels
Base The base size of the PCD image. 768 x 512 pixels
BaseX2 Double the size and 4 times the memory of the base image. 1536 x 1024 pixels
BaseX4 4 times the size and 16 times the memory of the base image. 3072 x 2048 pixels
BaseX8 8 times the size and 64 times the memory of the base image. 6144 x 4096 pixels
See Also