RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
jpeg.TJPEGDefaults Record
Pascal
TJPEGDefaults = record
  CompressionQuality: TJPEGQualityRange;
  Grayscale: Boolean;
  Performance: TJPEGPerformance;
  PixelFormat: TJPEGPixelFormat;
  ProgressiveDisplay: Boolean;
  ProgressiveEncoding: Boolean;
  Scale: TJPEGScale;
  Smoothing: Boolean;
end;
C++
struct TJPEGDefaults {
  TJPEGQualityRange CompressionQuality;
  Boolean Grayscale;
  TJPEGPerformance Performance;
  TJPEGPixelFormat PixelFormat;
  Boolean ProgressiveDisplay;
  Boolean ProgressiveEncoding;
  TJPEGScale Scale;
  Boolean Smoothing;
};

jpeg

This is record jpeg.TJPEGDefaults.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!