Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
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...
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
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.