Unable to open image `/tmp/magick-XXXXX.ppm'
Posted: 2010-12-19T10:02:02-07:00
Ok, I'm officially stumped. I generally don't sign up for forums and ask questions, but this one has me beat. I've tried searching this site for this issue and I have had no luck. Please help or direct me to a thread that provides the answer I am looking for.
I am receiving this ImagickException from Imagick::__construct($file):
A co-worker of mine decided to attempt the same goal in Qt using Magick++ and MinGW, and eventually came to the same exact error.
Please help, as I cannot seem to find any other place that has any knowledge of this issue.
Server: Ubuntu 10.04 LTS
PHP Version: 5.x
Imagick::getVersion(): Array ( [versionNumber] => 1623 [versionString] => ImageMagick 6.5.7-8 2010-12-02 Q16 http://www.imagemagick.org )
I am receiving this ImagickException from Imagick::__construct($file):
I am attempting to open either a CR2 or a DNG, both of which return the same error. I was, however, able to use the Imagick::readImageFile($handle) method to read the file, but I am now curious as to what I am missing on the difference between these two methods. I would prefer using the constructor, as I assume I am probably given much more capabilities with the images, considering the Imagick::readImageFile($handle) method is only producing me with the JPEG thumbnail that is embedded in these images, and the JPEG Image embedded within DNG files seems to max out at 256px which is too small for my purposes.ImagickException: unable to open image `/tmp/magick-XX4OWwRd.ppm': No such file or directory @ blob.c/OpenBlob/2480
A co-worker of mine decided to attempt the same goal in Qt using Magick++ and MinGW, and eventually came to the same exact error.
Please help, as I cannot seem to find any other place that has any knowledge of this issue.
Server: Ubuntu 10.04 LTS
PHP Version: 5.x
Imagick::getVersion(): Array ( [versionNumber] => 1623 [versionString] => ImageMagick 6.5.7-8 2010-12-02 Q16 http://www.imagemagick.org )