CR2 reading problem
Posted: 2008-10-03T03:42:45-07:00
Hi,
I am wondering why the following command does not work:
convert cr2:/home/blaat/images/example.cr2 example.png
while the next command does work:
cd /home/blaat/images/
convert cr2:example.cr2 example.png
The same problem seems to appear when I use Magick++ to read a cr2 file. It only works when the cr2 files are in the same directory than the created executable. I am using the latest binary release ImageMagick-6.4.4-1-Q16-windows-dll.exe, and the mentioned command was entered making use of Cygwin.
Am I making a mistake or is this perhaps a bug?
Best regards,
Yannick
I am wondering why the following command does not work:
convert cr2:/home/blaat/images/example.cr2 example.png
while the next command does work:
cd /home/blaat/images/
convert cr2:example.cr2 example.png
The same problem seems to appear when I use Magick++ to read a cr2 file. It only works when the cr2 files are in the same directory than the created executable. I am using the latest binary release ImageMagick-6.4.4-1-Q16-windows-dll.exe, and the mentioned command was entered making use of Cygwin.
Am I making a mistake or is this perhaps a bug?
Best regards,
Yannick