Unit NViewLib

Classes

Functions

NVLGetHeight -
NVLGetType - A simple function to get FileName types
NVLGetWidth - Unit functions
NVLLoadImage - Delete the temp file
NVLSaveAsJPG -

Types

TNVLType

Constants

Variables


Functions


function NVLGetHeight: Integer;


function NVLGetType(FileName: string): TNVLType;

A simple function to get FileName types

function NVLGetWidth: Integer;

Unit functions

function NVLLoadImage(const FileName: string; ShowProgress: Boolean): TBitmap;

Delete the temp file

function NVLSaveAsJPG(Quality: Integer; const FileName: string; Pic: TPicture): Boolean;


Types


TNVLType = (nvlOther, nvlJPG, nvlGIF,
    nvlJIF, nvlBMP, nvlDIB, nvlRLE, nvlTGA, nvlPCX);

Constants


Variables