GetNumMipMapLevels Function
ImagingUtility

Returns how many mipmap levels can be created for image of given size.

Pascal
function GetNumMipMapLevels(Width: LongInt; 
                            Height: LongInt): LongInt;
File

ImagingUtility (at line 263)

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