Copy Image Operations
 
 
 
Copy Image Operations

This reference page is linked to from the following overview topics: Resolution / Palettes / Pixel Storage Topics, Symbolic Enumerations.


Defines

#define  COPY_IMAGE_CROP   0
  Copy image to current map size w/cropping if necessary.
#define  COPY_IMAGE_RESIZE_LO_QUALITY   1
  This is a resize from 50x50 to 150x150 using this option.
#define  COPY_IMAGE_RESIZE_HI_QUALITY   2
  This is a resize from 50x50 to 150x150 using this option.
#define  COPY_IMAGE_USE_CUSTOM   3
  Resize based on Image Input Options (BitmapInfo *)

Define Documentation

#define COPY_IMAGE_CROP   0

Copy image to current map size w/cropping if necessary.

#define COPY_IMAGE_RESIZE_LO_QUALITY   1

This is a resize from 50x50 to 150x150 using this option.



copy_lo.gif
Resize source image to destination map size (draft)
#define COPY_IMAGE_RESIZE_HI_QUALITY   2

This is a resize from 50x50 to 150x150 using this option.



copy_hi.gif
Resize source image to destination map size (final)
#define COPY_IMAGE_USE_CUSTOM   3

Resize based on Image Input Options (BitmapInfo *)