Enumeration

VipsForeignSubsample

since: 8.0

Declaration

enum Vips.ForeignSubsample

Description [src]

Set subsampling mode.

Available since: 8.0

Members

VIPS_FOREIGN_SUBSAMPLE_AUTO

Prevent subsampling when quality >= 90

  • Value: 0
  • Nickname: auto
  • Available since: 8.0
VIPS_FOREIGN_SUBSAMPLE_ON

Always perform subsampling.

  • Value: 1
  • Nickname: on
  • Available since: 8.0
VIPS_FOREIGN_SUBSAMPLE_OFF

Never perform subsampling.

  • Value: 2
  • Nickname: off
  • Available since: 8.0
VIPS_FOREIGN_SUBSAMPLE_LAST
No description available.
  • Value: 3
  • Nickname: last
  • Available since: 8.0