Package app.photofox.vipsffm.enums
package app.photofox.vipsffm.enums
Automatically generated representation of libvips enums
If you're using a different version of libvips and you can't find an enum here, you can create a "raw value"
representation using VEnum.of(int)
or VipsOption.Enum(java.lang.String, int)
-
ClassDescriptionThe type of access an operation has to supply.See
VImage.rot45(app.photofox.vipsffm.VipsOption...)
and so on.The format used for each band element.The various Porter-Duff and PDF blend modes.How pixels are coded.How to combine values.A direction on a compass.How sensitive loaders are to errors, from never stop (very insensitive), to stop on the smallest warning (very sensitive).How many pyramid layers to create.How many pyramid layers to create.What directory layout and metadata standard to use.The compression format to use inside a HEIF container.The selected encoder to use.The netpbm file format to save as.Set subsampling mode.The compression types supported by the tiff writer.The predictor can help deflate and lzw compression.Use inches or centimeters as the resolution unit for a tiff file.Tune lossy encoder settings for different image types.The rendering intent.Pick the algorithm vips uses to decide image "interestingness".How the values in an image should be interpreted.The resampling kernels vips supports.More like hit-miss, really.Pick a Profile Connection Space forVImage.iccImport(app.photofox.vipsffm.VipsOption...)
andVImage.iccExport(app.photofox.vipsffm.VipsOption...)
.How accurate an operation should be.How to calculate the output pixels when shrinking a 2x2 region.The SDF to generate,Controls whether an operation should upsize, downsize, both up and downsize, or force a size.Sets the word wrapping style forVImage.text(java.lang.String, app.photofox.vipsffm.VipsOption...)
when used with a maximum width.