Skip to content

whole pyramidal tiff images #238

Open
@nishantsabrinis

Description

@nishantsabrinis

Dear Professor Sir

I am using this package in python, I am trying to get the whole image as a pyramidal tiff image Using the following code that you kindly suggested in the other issues section, I realized that it created a tiff from the highest resolution rather the svs as a whole.

import pyvips
image = pyvips.Image.new_from_file(r"file")
image.write_to_file(r"file, pyramid=True, tile=True, compression="jpeg")

Is there anything that can create the whole tiff from the least amount of pixels to the most amount of pixels, as a whole. IE level 3 then zoom to level 2 and zoom to level 1 and then highest resolution.

Thank you kindly sir,
--Nishant

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions