RemovePadBytes Function
ImagingFormats

Removes padding from image with scanlines that have aligned sizes.

Pascal
procedure RemovePadBytes(DataIn: Pointer; 
                         DataOut: Pointer; 
                         Width: LongInt; 
                         Height: LongInt; 
                         Bpp: LongInt; 
                         WidthBytes: LongInt);
File

ImagingFormats (at line 134)

Description

Bpp is the number of bytes per pixel of dest and WidthBytes is the number of bytes per scanlines of source.

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