Replies: 2 comments 2 replies
-
This is correct, to make things convenient we decided to derive the file formaths from the file path. We would probably accept a PR that adds an optional extension param to the save method as a fallback. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I can't use this package anymore to modify uploaded images, is there a way to include the extension in uploaded images? |
Beta Was this translation helpful? Give feedback.
0 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.
-
Saving images without extension was possible in v2
Now running
$image->save('jpg:some_file_without_ext')
which Imagick technically supports will throw anUnsupportedImageFormat('')
Because of the hardcoded check on extension
Beta Was this translation helpful? Give feedback.
All reactions