I was going through several other post and came to know that recent version of dcraw doesn't support "-o".
Is there a way to use same version of dcraw and implement this ?
Search found 10 matches
- 2013-10-09T09:59:03-07:00
- Forum: Users
- Topic: Need Help Urgently: Convert CR2 to png
- Replies: 19
- Views: 20367
- 2013-10-08T15:21:41-07:00
- Forum: Users
- Topic: Need Help Urgently: Convert CR2 to png
- Replies: 19
- Views: 20367
Re: Need Help Urgently: Convert CR2 to png
No..not capital O :
Unknown option "-O".
convert: delegate failed `/opt/local/bin/dcraw -6 -w -O "%u.ppm" "%i"' @ error/delegate.c/InvokeDelegate/1065.
Unknown option "-O".
convert: delegate failed `/opt/local/bin/dcraw -6 -w -O "%u.ppm" "%i"' @ error/delegate.c/InvokeDelegate/1065.
- 2013-10-08T14:53:22-07:00
- Forum: Users
- Topic: Need Help Urgently: Convert CR2 to png
- Replies: 19
- Views: 20367
Re: Need Help Urgently: Convert CR2 to png
Thanks for pointing it out !
<delegate decode="dcraw8" command="/opt/local/bin/dcraw -6 -w -o "%u.ppm" "%i""/>
I hope its alphabet 'o' not number 0 (zero). Anyway i tried both and error message is below :
sh-3.2# convert dcraw8:test.CR2 test.png
convert: unable to open image `/var/tmp/magick ...
<delegate decode="dcraw8" command="/opt/local/bin/dcraw -6 -w -o "%u.ppm" "%i""/>
I hope its alphabet 'o' not number 0 (zero). Anyway i tried both and error message is below :
sh-3.2# convert dcraw8:test.CR2 test.png
convert: unable to open image `/var/tmp/magick ...
- 2013-10-08T13:29:14-07:00
- Forum: Users
- Topic: Need Help Urgently: Convert CR2 to png
- Replies: 19
- Views: 20367
Re: Need Help Urgently: Convert CR2 to png
Thanks for reply !
I am using dcraw now in my linux environment. Used below entry in delegates.xml :
<delegate decode="dcraw8" command="/opt/local/bin/dcraw -6 -w "%u.ppm" "%i""/>
Command : convert dcraw8:test.CR2 test.png
Error :
sh-3.2# convert dcraw8:test.CR2 test.png
/var/tmp/magick ...
I am using dcraw now in my linux environment. Used below entry in delegates.xml :
<delegate decode="dcraw8" command="/opt/local/bin/dcraw -6 -w "%u.ppm" "%i""/>
Command : convert dcraw8:test.CR2 test.png
Error :
sh-3.2# convert dcraw8:test.CR2 test.png
/var/tmp/magick ...
- 2013-10-08T10:42:34-07:00
- Forum: Users
- Topic: Need Help Urgently: Convert CR2 to png
- Replies: 19
- Views: 20367
Re: Need Help Urgently: Convert CR2 to png
HI All,
Can anyone help me here. I am setting up IM and dcraw in standard environment and just wanted to correct delegate file entry which can work.
Can anyone help me here. I am setting up IM and dcraw in standard environment and just wanted to correct delegate file entry which can work.
- 2013-10-07T18:39:32-07:00
- Forum: Users
- Topic: Need Help Urgently: Convert CR2 to png
- Replies: 19
- Views: 20367
Re: Need Help Urgently: Convert CR2 to png
I just setup same code to different machine with root access :
I have ImagMagick and dcraw installed there as root. Shouldn't be this working now :
<delegate decode="dcraw8" command="/opt/local/bin/dcraw -v -w "%i" ; "%o.png""/>
Error message :
sh-3.2# convert dcraw8:test.CR2 image
Loading Canon ...
I have ImagMagick and dcraw installed there as root. Shouldn't be this working now :
<delegate decode="dcraw8" command="/opt/local/bin/dcraw -v -w "%i" ; "%o.png""/>
Error message :
sh-3.2# convert dcraw8:test.CR2 image
Loading Canon ...
- 2013-10-07T14:30:41-07:00
- Forum: Users
- Topic: Need Help Urgently: Convert CR2 to png
- Replies: 19
- Views: 20367
Re: Need Help Urgently: Convert CR2 to png
I am setting this up first time on my development server and unfortunately i don't have root privilege therefore installed Imagemagick and libraw in application scope.
Can you please verify below :
<delegate decode="dcraw8" command=" /ngs/app/acto/usr/bin/simple_dcraw -v -w "%i"; mv -f `basename ...
Can you please verify below :
<delegate decode="dcraw8" command=" /ngs/app/acto/usr/bin/simple_dcraw -v -w "%i"; mv -f `basename ...
- 2013-10-07T13:48:39-07:00
- Forum: Users
- Topic: Need Help Urgently: Convert CR2 to png
- Replies: 19
- Views: 20367
Re: Need Help Urgently: Convert CR2 to png
yes i have access to /tmp folder...i just tried moving a file from tmp to other location and i was able to do that.
<delegate decode="dcraw8" command="/ngs/app/acto/usr/bin/simple_dcraw -v -w "%i"; mv -f `basename "%i.ppm"`. "%o""/>
-bash-3.2$ /ngs/app/acto/usr/bin/convert dcraw8:Scout.CR2 ...
<delegate decode="dcraw8" command="/ngs/app/acto/usr/bin/simple_dcraw -v -w "%i"; mv -f `basename "%i.ppm"`. "%o""/>
-bash-3.2$ /ngs/app/acto/usr/bin/convert dcraw8:Scout.CR2 ...
- 2013-10-07T12:12:54-07:00
- Forum: Users
- Topic: Need Help Urgently: Convert CR2 to png
- Replies: 19
- Views: 20367
Re: Need Help Urgently: Convert CR2 to png
Thanks for quick response. Please find below detail as required
Version : ImageMagick 6.8.6-10 2013-10-05 Q16
Linux Version : Linux version 2.6.32-300.11.1.el5uek (mockbuild@ca-build56.us.oracle.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50))
I updated the delegate.xml with semicolon and now ...
Version : ImageMagick 6.8.6-10 2013-10-05 Q16
Linux Version : Linux version 2.6.32-300.11.1.el5uek (mockbuild@ca-build56.us.oracle.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50))
I updated the delegate.xml with semicolon and now ...
- 2013-10-07T11:35:53-07:00
- Forum: Users
- Topic: Need Help Urgently: Convert CR2 to png
- Replies: 19
- Views: 20367
Need Help Urgently: Convert CR2 to png
Hi All,
I have an urgent requirement to convert CR2 file to PNG. I have installed ImageMagick and Libraw command line tool on my linux server (application scope installation as i don't have root privilege).
Installed ImageMagick and Libraw at : /ngs/app/acto/usr/ --> which has all bin, lib and ...
I have an urgent requirement to convert CR2 file to PNG. I have installed ImageMagick and Libraw command line tool on my linux server (application scope installation as i don't have root privilege).
Installed ImageMagick and Libraw at : /ngs/app/acto/usr/ --> which has all bin, lib and ...