Search found 5 matches

by martinho
2017-06-27T07:42:16-07:00
Forum: Users
Topic: Converting CR2 fails
Replies: 8
Views: 5214

Re: Converting CR2 fails

That works, seems to be a permission issue after all. Thanks for the help, much appreciated!
by martinho
2017-06-27T06:56:09-07:00
Forum: Users
Topic: Converting CR2 fails
Replies: 8
Views: 5214

Re: Converting CR2 fails

There is a missing colon ":" after the drive letter in the drive:path part of that. I haven't looked at anything else in the error, but it seems IM is unlikely to find and process an image without a valid path. Indeed, good catch! :-) However, without typo I still end up with a 'NoImagesD...
by martinho
2017-06-27T05:42:12-07:00
Forum: Users
Topic: Converting CR2 fails
Replies: 8
Views: 5214

Re: Converting CR2 fails

Running this command convert.exe -verbose "C:\temp\test.CR2" "C\temp\test.png" as Administrator on my local Windows machine results in dcraw.exe -6 -W -O "C:/Users/mv/AppData/Local/Temp/magick-3332yhuwfb9FpKVo.ppm" "C:/Users/mv/AppData/Local/Temp/magick-3332pIDmaXA...
by martinho
2017-06-27T02:37:57-07:00
Forum: Users
Topic: Converting CR2 fails
Replies: 8
Views: 5214

Converting CR2 fails

Hi, When trying to convert CR2 to PNG, I get the following error: "ImageMagick execution failed: 'convert.exe: FailedToExecuteCommand `dcraw.exe -6 -W -O \"magick-43188phP2-I6ejfcJ.ppm\" \"magick-43188t9WLd2cunaon\"' (-1073741819) @ error/delegate.c/ExternalDelegateCommand/4...
by martinho
2015-12-01T07:45:47-07:00
Forum: Users
Topic: Spot colors
Replies: 1
Views: 2519

Spot colors

Hi, I'm trying to convert a high-res tif file to a low-res (100 dpi) tif file, using the following code: convert.exe "input.tif" -compress Zip -quality 40 -resample 100 "output.tif" The original high-res file contains spot colors (PAN Orange 021 to be more precise), which is not ...