This repository was archived by the owner on Mar 1, 2018. It is now read-only.

Description
I am having trouble getting the ImageMagick adapter working via your plugin.
I believe it is because of your use of PHP stream paths, and that php5-imagemagick eventually boils down to raw executions outside of PHP, and thus the paths are unrecognised?
The error I'm getting in logs is:
unable to open image `/var/www/steve/web/sfImageSource:/Image/file#51'
As you can see it tries to append the stream URL to the end of the current execution path.
Am I doing something wrong or is the use of the adaptor in this way fundamentally flawed?