FMX.Graphics.TBitmapCodecManager

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBitmapCodecManager

Delphi

TBitmapCodecManager = class sealed

C++

class PASCALIMPLEMENTATION TBitmapCodecManager : /*[[sealed]]*/ public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

TBitmapCodecManager is the base class for the system TBitmap encoder/decoder.

TBitmapCodecManager offers support for TBitmap encoding and decoding codecs for different platforms (GDI+, Direct2D).

TBitmapCodecManager is used to create a filter when saving or loading a TBitmap.

Note: A bitmap codec is a method of compressing and decompressing image files or image data. The word "codecs" means coders and decoders.

Supported Image Formats

Windows OS X iOS Android
  • BMP
  • GIF
  • JPEG (.jpeg, .jpg)
  • HDP
  • ICO
  • PNG
  • TIFF (.tiff, .tif)

Additional formats with Direct2D on Windows:

  • JPEG XR (.hdp, .jxr, .wdp)

Additional format with GDI+ on Windows:

  • WMF
  • BMP
  • ICNS
  • JPG, JP2, JPEG, JP2
  • GIF
  • PNG
  • TIF
  • TGA
  • JPEG, JPG
  • PNG
  • GIF
  • JPEG, JPG
  • PNG

See Also