examples with imagemagick conver return an error for any images #3557
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
samples
Issues that are directly related to samples.
stale: old
Pull request is old and needs attention.
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Thanks for stopping by to let us know something could be better!
In which file did you encounter the issue?
Trying to run this example https://github.com/GoogleCloudPlatform/golang-samples/blob/HEAD/functions/imagemagick/imagemagick.go and got stuck with an error
convert-im6.q16: no decode delegate for this image format
. At first I thought its a problem with an image and old convert on the google cloud. But more tests confirmed that all images getting the same error. Finally installing same convert version locally confirmed that problems aren't images itself.Tried png, jpeg, jpg, heic, webp formats - all of them got same error message
Did you change the file? If so, how?
At first yes, but problem later confirmed problem with an original file
Describe the issue
Additional information
Obviously, image repo example zombie eating zombie give same error too
also, for some reason
identity -list format
returns an empty list for me, i.e.will echo nothing during cloud func execution.
Doing the same on my local machine will return huge list:
The text was updated successfully, but these errors were encountered: