3ds Max C++ API Reference
Copy Image Operations

Macros

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

Detailed Description

Macro Definition Documentation

◆ COPY_IMAGE_CROP

#define COPY_IMAGE_CROP   0

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

◆ COPY_IMAGE_RESIZE_LO_QUALITY

#define COPY_IMAGE_RESIZE_LO_QUALITY   1

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



Resize source image to destination map size (draft)

◆ COPY_IMAGE_RESIZE_HI_QUALITY

#define COPY_IMAGE_RESIZE_HI_QUALITY   2

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



Resize source image to destination map size (final)

◆ COPY_IMAGE_USE_CUSTOM

#define COPY_IMAGE_USE_CUSTOM   3

Resize based on Image Input Options (BitmapInfo *)