You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of the current approach of trying to handle multipage images in each function in a specific way, or declaring the operation not supported we can consider the following:
On the first operation that requires specific handling of pages, break a multipage image in to multiple images and hold them in a slice under ImageRef
Apply the operation to each image independently
On consecutive operations, if the slice exist continue applying them independently
On export, Join the images back into a roll and then export the result - unless the target format does not support animation and in this case default to the first frame (add frame selection option?)
The text was updated successfully, but these errors were encountered:
Instead of the current approach of trying to handle multipage images in each function in a specific way, or declaring the operation not supported we can consider the following:
The text was updated successfully, but these errors were encountered: