Replies: 2 comments 3 replies
-
|
A solution to this problem could be found in the v4 roadmap features list. Is a preview available? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There was already a discussion about it : Support multi-sized (e.g. pyramid) TIFFs
I have two TIFF files. Both are Multipage with images of different sizes.
The aim is to add the images from the second file to the first.
Unfortunately, I got the following exception: : Images with different sizes are not supported
Below is my code.
How can I do ?
The workaround is read to first frame and convert the following frames to the same Width/Height according to the discussion.
How can it be achieved, but not manually ?
Any help would be appreciated. 😄
Beta Was this translation helpful? Give feedback.
All reactions