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
I have a bunch of images and I want to make sure they are displayed as JPGs. The formats differ, some are PNGs some are JPGs. If I use magick:format then a SameType error is raised for the JPGs.
It would be better to either
let ImageMagick handle this case
or just ignore the format option when the target format is the same as the image
The text was updated successfully, but these errors were encountered:
Request
I have a bunch of images and I want to make sure they are displayed as JPGs. The formats differ, some are PNGs some are JPGs. If I use
magick:format
then aSameType
error is raised for the JPGs.It would be better to either
The text was updated successfully, but these errors were encountered: