hhrutter / tiff

An extended version of x/image/tiff.
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Creating multipage tiff files #1

Open Harshpawar18 opened 1 month ago

Harshpawar18 commented 1 month ago

there is an encode method that takes a single image and converts it to a TIFF file. Can we implement a method that takes multiple images and converts them all into one single TIFF file?

hhrutter commented 1 month ago

Hello!

This repo requires x/image v0.11.0 which is outdated. I'll upgrade to the current version asap but I can't promise that will provide what you are looking for. If not you have to go ahead and open a golang issue.