Skip to content

Specify number of levels in pyramid file #1

Closed
@ahankinson

Description

@ahankinson

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions