Expand description
Collection of methods for images.
Modulesยง
- queue ๐
Structsยง
- An image that was just loaded.
- The source of an image.
- Information about the source of an image.
- Texture
Thumbnailer ๐A thumbnailer for aGdkTexture
. - An API to download a thumbnail for a media.
- The settings for downloading a thumbnail.
Enumsยง
- Frame ๐A frame of an image.
- An error encountered when loading an image.
- An API to load image information.
- The source of a media file.
Constantsยง
- The known image MIME types that can be animated.
- SVG_
CONTENT_ ๐TYPE The content type of SVG. - The size threshold in pixels for requesting or generating a thumbnail.
- The maximum dimensions of a thumbnail in the timeline.
- The maximum file size threshold in bytes for requesting or generating a thumbnail.
- WEBP_
CONTENT_ ๐TYPE The content type of WebP. - WEBP_
DEFAULT_ ๐QUALITY The default WebP quality used for a generated thumbnail.
Functionsยง
- filesize_
is_ ๐too_ big Whether the given filesize is considered too big to be the preferred source to download. - image_
loader ๐Get an image loader for the given file. - load_
image ๐Load the given file as an image into aGdkPaintable
.