ImResizeImage Function
ImagingExport

Look at ResizeImage for details.

Pascal
function ImResizeImage(var Image: TImageData; 
                       NewWidth: LongInt; 
                       NewHeight: LongInt; 
                       Filter: TResizeFilter): Boolean; cdecl;
File

ImagingExport (at line 114)

Related Information
You are here: Symbol Reference > Functions > ImResizeImage Function