Since the ImageMagick utility is separate from PHP, it doesn't recognize remote streamwrappers the way the gd library does. In particular this is an issue when using the amazons3 module to store images remotely. The attached patch is an attempt to allow the imagemagick toolkit to work with those files anyway.
It works by allowing ImageMagick to write its output file to the temporary directory, and then copying the result to the remote location afterward (using regular streamwrapper functionality.)
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.