Page 1 of 1

mogrify & nef resize error

Posted: 2011-05-24T00:41:16-07:00
by teebe
Can anyone explain this:
H:\Imma\1971_TEST>mogrify -path smallsize -resize "1000x^>" -rotate "90^<" *
Magick: no encode delegate for this image format `smallsize\_DSC1125.NEF' @ error/constitute.c/WriteImage/1188.
the starting folder contains some test files, .tiff .jpg .nef
all but .nef are resized and rotate, the message appears when batch is over, however resized .nef appears first in smallsize folder with 0 size.
...And google does not have anything useful...

Thanks

Re: mogrify & nef resize error

Posted: 2011-05-24T10:10:28-07:00
by fmw42
try specifying the full path to your subdirectory smallsize or perhaps check that it has write permissions. you may also need to specify -format with some filetype

see http://www.imagemagick.org/Usage/basics/#mogrify

what version of IM are you using?


This seemed to work for me with my images in directory Zeld1 and Zeld2 created empty to hold the results of mogrify


cd Zeld1
mogrify -path /Users/fred/Zeld2 -resize "100x^>" -rotate "90^<" *

IM 6.7.0.0 Q16 Mac OSX Tiger

Re: mogrify & nef resize error

Posted: 2011-05-24T10:17:01-07:00
by Bonzo
Are nef files supported; try running:

Code: Select all

convert -list Format
Try working on a nef file on its own to make sure it is nothing else in you command or another file corrupted which is prventing the nef file from converting.

Re: mogrify & nef resize error

Posted: 2011-05-24T17:29:29-07:00
by anthony
The NEF file format is readable only, not writable (it is actually a external delegate command for read only)