Types
|
TIWImageOutput
|
Unit
IWImageUtils.pas
Definition
type
TIWImageOutput = (ioJPEG, ioGIF, ioPNG);
Used by classes and routines that convert TGraphic image formats.
- ioJPEG: Output image format will be JPEG.
- ioGIF: Output image format will be JPEG.
- ioPNG: Output image format will be JPEG. This is the preferred image output format for IntraWeb. PNG format is compact, lossless and supported by all major browsers.
Note: Image conversion is a CPU intensive task, so it should always be avoided.
|
|