Namespace KImageIO |
|
Methods to get information about image format names and the corresponding mime type. Also, you can get information about supported image types without loading all the imageformat plugins. The image processing backends are written as image handlers compatible with the QImageIOHandler format. The backends are Qt imageformat plugins. Each format can be identified by a unique type id string. Formats: Currently supported formats include: |
|
Test to see whether a MIME type is supported to reading/writing.
_mimeType - the MIME type to check _mode - Tells whether to check for reading or writing capabilities Returns true if the type is supported |
|
Returns a list of MIME types for all KImageIO supported formats.
mode - Tells whether to retrieve modes that can be read or written. Returns a list if MIME types of the supported formats |
|
Returns a list of patterns of all KImageIO supported formats.
These patterns can be passed to KFileDialog.getOpenFileName() or KFileDialog.getSaveFileName(), for example. mode - Tells whether to retrieve modes that can be read or written. Returns a space-separated list of file globs that describe the supported formats |
|
Returns the type of a MIME type.
mimeType - the MIME type to search Returns type id(s) of the MIME type or QStringList() if the MIME type is not supported |
|
Returns a list of all KImageIO supported formats.
mode - Tells whether to retrieve modes that can be read or written. Returns a list of the type ids |
Possible image file access modes.
Used in various KImageIO static function.
Reading | - | - | ||
Writing | - | - |