Converting .nrw(nikon raw file) to JPG
Posted: 2012-03-02T00:03:34-07:00
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
Swapnil
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. 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
Swapnil