FMX.Canvas.D2D.TCustomBitmapCodecWIC

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

FMX.Graphics.TCustomBitmapCodecSystem.TObjectTCustomBitmapCodecWIC

Delphi

TCustomBitmapCodecWIC = class(TCustomBitmapCodec)

C++

class PASCALIMPLEMENTATION TCustomBitmapCodecWIC : public Fmx::Graphics::TCustomBitmapCodec

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.Canvas.D2D.pas
FMX.Canvas.D2D.hpp
FMX.Canvas.D2D FMX.Canvas.D2D

Beschreibung

TCustomBitmapCodec ist die Basisklasse für den TBitmap-System-Encoder/Decoder.

FMX.Canvas.D2D.TCustomBitmapCodecWIC erbt von FMX.Graphics.TCustomBitmapCodec. Der folgende Inhalt bezieht sich auf FMX.Graphics.TCustomBitmapCodec.

TCustomBitmapCodec ist die Basisklasse für den TBitmap-System-Encoder/Decoder.

TCustomBitmapCodec unterstützt TBitmap-Codecs zum Kodieren und Dekodieren für unterschiedliche Plattformen (GDI+, Direct2D unter Windows, OS X, iOS).

Mit TCustomBitmapCodec wird beim Speichern oder Laden eines TBitmap ein Filter erstellt.

Hinweis: Ein Bitmap-Codec ist eine Methode zum Komprimieren und Dekomprimieren von Bilddateien oder Bilddaten. "Codec" ist ein Kunstwort aus Coder und Decoder.

Unterstützte Bildformate

Auf allen Plattformen unterstützte Bildformate:

  • JPEG (.jpeg, .jpg)
  • PNG

Weitere Formate mit Direct2D unter Windows:

  • TIFF (.tiff, .tif)
  • BMP
  • GIF
  • WMP
  • ICO

Weitere Formate unter OS X:

  • JPEG 2000 (.jp2)
  • TIFF (.tif, .tiff)
  • GIF
  • TGA
  • ICNS

Siehe auch