Gorilla.Imaging.Formats

Unit Gorilla.Imaging.Formats.pas

Records

Enumerations

  • enum  TReduceColorsAction  = ( raCreateHistogram, raUpdateHistogram, raMakeColorMap, raMapImage ) ;
  • enum  TSamplingFilter  = ( sfNearest, sfLinear, sfCosine, sfHermite, sfQuadratic, sfGaussian, sfSpline, sfLanczos, sfMitchell, sfCatmullRom ) ;

Constants

  • const AllReduceColorsActions : Set = [raCreateHistogram..raMapImage];
  • const DefaultCubicFilter : TSamplingFilter = sfCatmullRom;
  • const GrayConv : TColorFPRec = ;
  • const OneDiv8Bit : Single = ;
  • const OneDiv16Bit : Single = ;

Mics. types

  • type TImageFormatInfoArray = array  of PImageFormatInfo;
  • type PImageFormatInfoArray = pointer to TImageFormatInfoArray;
  • type TCluster = array  of TPointRec;
  • type TMappingTable = array  of TCluster;

Functions / Procedures