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
Storing an image file from an URL that has no file extension may result in an Imagine\Exception\InvalidArgumentException being thrown, with the message Saving image in "" format is not supported, please use one of the following extensions.
This occurs because imagine uses the file name to determine the type, instead of deriving the mime type. This may require altering czim/file-handling, or a config setting may be added to enforce file extensions based on mimetype, where omitted.
The text was updated successfully, but these errors were encountered:
Storing an image file from an URL that has no file extension may result in an
Imagine\Exception\InvalidArgumentException
being thrown, with the messageSaving image in "" format is not supported, please use one of the following extensions
.This occurs because imagine uses the file name to determine the type, instead of deriving the mime type. This may require altering
czim/file-handling
, or a config setting may be added to enforce file extensions based on mimetype, where omitted.The text was updated successfully, but these errors were encountered: