Namespace Tizen.Multimedia.Util
Classes
BitmapFrame
Represents the image data returned by a decoder class.
BmpDecoder
Provides the ability to decode Bitmap (BMP) encoded images.
BmpEncoder
Provides the ability to encode the Bitmap (BMP) format images.
ColorSpaceTransform
Changes the colorspace of an image.
CropTransform
Crops an image.
FlipTransform
Flips an image.
GifDecoder
Provides the ability to decode the Graphics Interchange Format (GIF) encoded images.
GifEncoder
Provides the ability to encode the Graphics Interchange Format (GIF) format images.
GifFrame
Represents the gif image data used to encode a gif image with GifEncoder.
ImageDecoder
This is a base class for image decoders.
ImageEncoder
This is a base class for image encoders.
ImageTransform
A base class for image transformations.
ImageTransformCollection
Represents a collection of ImageTransform objects that can be individually accessed by index.
ImageTransformer
Provides the ability to transform an image.
ImageTransformGroup
Represents a ImageTransform that is a composite of the transforms.
ImageUtil
Provides utilities for images.
JpegDecoder
Provides the ability to decode the Joint Photographic Experts Group (JPEG) encoded images.
JpegEncoder
Provides the ability to encode the Joint Photographic Experts Group (JPEG) format images.
PngDecoder
Provides the ability to decode the Portable Network Graphics (PNG) encoded images.
PngEncoder
Provides the ability to encode the Portable Network Graphics (PNG) format images.
ResizeTransform
Resizes an image.
RotateTransform
Rotates an image.
ThumbnailExtractionResult
Represents the result of the thumbnail extraction.
ThumbnailExtractor
Provides the ability to extract the thumbnail from media files.
Enums
ImageFormat
Specifies image formats for ImageDecoder, ImageEncoder and ImageUtil.
JpegDownscale
Specifies the JPEG Downscale options for decoding.
PngCompression
Specifies the PNG compression levels.