-
Hey! I have images in formats like PSD, ORA, and GIF, and I'd like to get the individual layers/pages/frames from the images. I can see on Gitter/Matrix you said to use the Could I get any advice on this? ^-^' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I thought I already added support for reading images with the |
Beta Was this translation helpful? Give feedback.
I thought I already added support for reading images with the
MagickImageCollection
but I only added support for using it with the separate method of theMagickImage
class. Will now work on adding that.