FMX.Types.TBitmapCodecManager

From RAD Studio API Documentation
Jump to: navigation, search

System.TObject
TBitmapCodecManager

Delphi

TBitmapCodecManager = class sealed

C++

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

Contents

Properties

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

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

Image formats supported on all platforms:

  • JPEG (.jpeg, .jpg)
  • TIFF (.tiff, .tif)
  • GIF
  • PNG
  • BMP

Additional formats with Direct2D on Windows:

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

Additional formats with GDI+ on Windows:

  • WMF
  • ICO

Additional formats on OS X:

  • JPEG 2000 (.jp2)
  • PSD
  • TGA
  • ICNS

See Also

Personal tools
Translations