ImageCFC: Documentation

ImageCFC Properties

Property Type Access Default Description
throwOnError Boolean private No When true, imageCFC methods will throw errors instead of returning an errorCode and errorMessage in the results struct.
defaultJpegCompression integer private 90 A number that controls the jpeg compression quality, with 100 being the highest quality (least compression) and 0 being the lowest quality (most compression)
interpolation string private bicubic

When performing actions that require rendering, use this interpolation method.

Accepted values: bicubic, bilinear, nearest_neighbor

textAntiAliasing boolean private Yes When true, imageCFC will anti-alias any text you add using the addText() method.
tempDirectory string private "" Directory ImageCFC will use for working. If this is an empty string, imageCFC will create temporary files in the destination folder. You might consider setting this to whatever value is returned by getTempDirectory() on your system.

ImageCFC Public Methods