API Version: 8.0
Library Version: 8.17
Generated by gi-docgen 2025.3
enum Vips.Size
Controls whether an operation should upsize, downsize, both up and downsize, or force a size.
See also
vips_thumbnail().
vips_thumbnail()
VIPS_SIZE_BOTH
Size both up and down.
0
VIPS_SIZE_UP
Only upsize.
1
VIPS_SIZE_DOWN
Only downsize.
2
VIPS_SIZE_FORCE
Force size, that is, break aspect ratio.
3
Content