gdkPixbufLoaderNewWithMimeType: gdkPixbufLoaderNewWithMimeType

Description Usage Arguments Details Value Author(s)

View source: R/gdkFuncs.R

Description

Creates a new pixbuf loader object that always attempts to parse image data as if it were an image of mime type mime.type, instead of identifying the type automatically. Useful if you want an error if the image isn't the expected mime type, for loading image formats that can't be reliably identified by looking at the data, or if the user manually forces a specific mime type.

Usage

1
gdkPixbufLoaderNewWithMimeType(mime.type, .errwarn = TRUE)

Arguments

mime.type

the mime type to be loaded

.errwarn

Whether to issue a warning on error or fail silently

Details

The list of supported mime types depends on what image loaders are installed, but typically "image/png", "image/jpeg", "image/gif", "image/tiff" and "image/x-xpixmap" are among the supported mime types. To obtain the full list of supported mime types, call gdkPixbufFormatGetMimeTypes on each of the GdkPixbufFormat structs returned by gdkPixbufGetFormats. Since 2.4

Value

A list containing the following elements:

retval

[GdkPixbufLoader] A newly-created pixbuf loader.

error

return location for an allocated GError, or NULL to ignore errors. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.