Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magick should not throw SameType error #621

Open
1 task done
sashee opened this issue Oct 10, 2019 · 0 comments
Open
1 task done

Magick should not throw SameType error #621

sashee opened this issue Oct 10, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@sashee
Copy link

sashee commented Oct 10, 2019

  • This feature is not on the latest version

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 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
@envygeeks envygeeks self-assigned this Mar 6, 2020
@envygeeks envygeeks added the bug label Mar 6, 2020
@envygeeks envygeeks added this to the v4.0.0 milestone Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants