PCDRes property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int PCDRes

Delphi Syntax

PCDRes:Integer

Overview

Refer to Loading a Bitmap from a File.

Remarks

Sets the resolution to be used for loading or converting a PhotoCD file.

Use the InfoPCDRes property to see which resolutions are available in a PhotoCD file.

Setting

Description

L_PCD_BASE_OVER_64

[0] 64 x 96

L_PCD_BASE_OVER_16

[1] 128 x 192

L_PCD_BASE_OVER_4

[2] 256 x 384

L_PCD_BASE

[3] (Default) 512 x 768

L_PCD_4BASE

[4] 1024 x 1536

L_PCD_16BASE

[5] 2048 x 3072

See Also

Elements:

ReadLoadResolutions method, LoadResolutionCount property, LoadResolutionHeight property, LoadResolutionWidth property, SetLoadResolution method, GetLoadResolution method

Topics:

Raster Images: Loading Files