Mobile native

Thumbnail Util

Tizen allows you to create a thumbnail from an input media file.

This feature is supported in mobile applications only.

The main features of the Thumbnail Util API include:

  • Video and image thumbnails

    You can create thumbnails with video and image files. Audio files are not supported.

  • Custom size

    You can create the thumbnail using any size you like. The Thumbnail Util API outputs the results according to the size you have set. This means that the thumbnail can be generated even if the output size differs from the original aspect ratio.

The requested thumbnail is provided as a raw data type with the BGRA colorspace, not a JPG or PNG file. If you want to save the thumbnail to a file, you must encode it.

Go to top