El paquete mx.graphics.codec contiene clases para convertir imágenes de mapa de bits en otros formatos de imagen.
Interfaces
Interfaz | Descripción | |
---|---|---|
IImageEncoder | The IImageEncoder interface defines the interface that image encoders implement to take BitmapData objects, or ByteArrays containing raw ARGB pixels, as input and convert them to popular image formats such as PNG or JPEG. |
Clases
Clase | Descripción | |
---|---|---|
JPEGEncoder | The JPEGEncoder class converts raw bitmap images into encoded images using Joint Photographic Experts Group (JPEG) compression. | |
PNGEncoder | The PNGEncoder class converts raw bitmap images into encoded images using Portable Network Graphics (PNG) lossless compression. |
Tue Jun 12 2018, 02:26 PM Z