Please remember this is a work in progress. Home » Types

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.

 

Terms of Use | Privacy Statement © 2002 - 2024 Atozed Software