Converting .nrw(nikon raw file) to JPG

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?".
Post Reply
SwapnilDaga
Posts: 1
Joined: 2012-03-01T22:26:59-07:00
Authentication code: 8675308

Converting .nrw(nikon raw file) to JPG

Post by SwapnilDaga »

Hi ,

I am trying to convert .NRW file to .JPG using Convert.exe.
But I get following errors on executing the command

convert.exe "D:\RAW_NIKON_P6000_GPS.nrw" -resize 200X133 -colorspace RGB "D:\sample.jpg"

convert.exe: Unknown field with tag 36867 (0x9003) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/761.
convert.exe: Unknown field with tag 37398 (0x9216) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/761.
convert.exe: TIFF directory is missing required "ImageLength" field. `MissingRequired' @ error/tiff.c/TIFFErrors/505.
convert.exe: missing an image filename `d:\sample.jpg' @ error/convert.c/ConvertImageCommand/3016.

ImageMagick Version Used: ImageMagick 6.7.4-2 2011-12-22 Q16
Os used: Windows 7/ Windows Server 2008 R2
.nrw file used : http://mediavaletdevasia.blob.core.wind ... 00_GPS.NRW

So following are my questions
  1. 1. Is .nrw file coversion supported by ImageMagick ? I could not find it in the list at http://www.imagemagick.org/script/formats.php nor could I see it in the list after executing command "Covnert.exe -list format"
  • 2. If it is not supported can .nrw support be added to IM ? please provide a pointer where I can request this feature
  • 3. Any pointer to resolve the issue mentioned above?I googled it but coudl not find anything relavant to nrw files
Thanks and Regards,
Swapnil
Post Reply