Search found 4 matches

by teuobk
2012-03-10T19:35:02-07:00
Forum: Bugs
Topic: Convert overwrites input when acting on raw (CR2, NEF, etc.)
Replies: 6
Views: 10840

Re: Convert overwrites input when acting on raw (CR2, NEF, e

Sure. To be clear, it's overwritten with the same data, so if you're not watching the OS calls, the only difference you'll see before and after is a change in the modification timestamp of the input file. Here's a sequence I just ran. First, let's check the version of convert: E:\Install\ImageMagick ...
by teuobk
2012-03-10T16:36:26-07:00
Forum: Bugs
Topic: Convert overwrites input when acting on raw (CR2, NEF, etc.)
Replies: 6
Views: 10840

Re: Convert overwrites input when acting on raw (CR2, NEF, e

Thanks for the replies. I suspected a dcraw problem too, but I eliminated that possibility by swapping in dcraw from a known-good (i.e., older) ImageMagick installation. So I dug into it a bit more, by which I mean I built from source so I could get more visibility into the problem. Turns out that ...
by teuobk
2012-03-09T16:33:23-07:00
Forum: Bugs
Topic: Convert overwrites input when acting on raw (CR2, NEF, etc.)
Replies: 6
Views: 10840

Convert overwrites input when acting on raw (CR2, NEF, etc.)

In version 6.7.5-10 on Windows (which includes a copy of convert that reports as 6.7.5-9), Q16, binary distribution, 32-bit, statically linked, executing the following command: convert some_raw_file.cr2 output.jpg ...results in the raw file being overwritten with itself in addition to the jpeg file ...