Base class for file format specific TGraphic classes that use Imaging for saving.
public TImagingGraphicForSave = class(TImagingGraphic);
ImagingComponents (at line 109)
Each descendant class can load all file formats supported by Imaging but save only one format (TImagingBitmap for *.bmp, TImagingJpeg for *.jpg). Format specific classes also allow easy access to Imaging options that affect saving of files (they are properties here).
TBitmap TImagingGraphic TImagingGraphicForSave TImagingBitmap, TImagingDDS, TImagingGIF, TImagingJNG, TImagingJpeg, TImagingMNG, TImagingPNG, TImagingTarga