SIMPOL Documentation

Chapter 45. jpeglib

This library is a starting point for providing JPEG support. Although JPEG support ofr images is built-in, this library shows how to analyze and retrieve informaiton from the image file itself. As an example, it provides a function for retrieving the width and height of a JPEG image.

getjpegsize()

Description

Prototype

getjpegsize ( string sFilename, integer iWidth, integer iHeight )

Parameters

ParameterDefault valueType nameDescription
sFilenameNonestring
iWidthNoneinteger
iHeightNoneinteger