Closed
Description
Hi,
I am using VIPS to create pyramid TIFF files of multi-page books. We're finding that VIPS will try to automatically determine how many pyramid levels should go in a given PTIF file, but this means that we're finding pages where some images are processed into 4 discrete levels, while others are processed into five.
For example, a TIFF file that is 1396x2114 will be processed to five pyramid levels, while a slightly smaller image (1411x2046) is processed into four pyramid levels.
We're using the following command to process these images:
vips im_vips2tiff $infile $outfile.tiff:jpeg:75,tile:256x256,pyramid
Is there any way to force an output pyramid file to contain a fixed number of levels?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels