public class PixbufFormat
extends Object
save()
.Modifier and Type | Field and Description |
---|---|
static PixbufFormat |
BMP |
static PixbufFormat |
ICO |
static PixbufFormat |
JPEG
The Joint Photographic Group image format.
|
static PixbufFormat |
PNG
The Portable Network Graphic image format.
|
static PixbufFormat |
TIFF
The Tagged Image File Format, used as a container format for storing
images including photographs and line art.
|
public static PixbufFormat BMP
public static PixbufFormat ICO
public static PixbufFormat JPEG
.jpg
.public static PixbufFormat PNG
.png
and should be used when saving images of this
type.public static PixbufFormat TIFF
.tiff
.