According to IM identify -verbose, your 16-bit per channel NEF file (48-bits) with zip compression has Filesize: 54.38MB
Using IM 6.9.6.7 Q16 Mac OSX:
Code: Select all
convert RWK5836.NEF -compress none RWK5836_none.tif
convert RWK5836.NEF -compress lzw RWK5836_lzw.tif
convert RWK5836.NEF -compress zip RWK5836_zip.tif
identify RWK5836.NEF RWK5836_none.tif RWK5836_lzw.tif RWK5836_zip.tif
RWK5836.NEF=>/var/tmp/magick-2465nmT5RIDjXb6.png NEF 4308x2860 4308x2860+0+0 16-bit sRGB
54.38MB 0.020u 0:00.020
RWK5836_none.tif TIFF 4308x2860 4308x2860+0+0 16-bit sRGB
73.93MB 0.000u 0:00.009
RWK5836_lzw.tif TIFF 4308x2860 4308x2860+0+0 16-bit sRGB
64.92MB 0.000u 0:00.009
RWK5836_zip.tif TIFF 4308x2860 4308x2860+0+0 16-bit sRGB
55.75MB 0.000u 0:00.000
Using IM 7.0.3.9 Q16 Mac OSX:
Code: Select all
magick RWK5836.NEF -compress none RWK5836_none.tif
magick RWK5836.NEF -compress lzw RWK5836_lzw.tif
magick RWK5836.NEF -compress zip RWK5836_zip.tif
magick identify RWK5836.NEF RWK5836_none.tif RWK5836_lzw.tif RWK5836_zip.tif
RWK5836.NEF=>/var/tmp/magick-2465nmT5RIDjXb6.png NEF 4308x2860 4308x2860+0+0 16-bit sRGB
54.38MB 0.020u 0:00.020
RWK5836_none.tif TIFF 4308x2860 4308x2860+0+0 16-bit sRGB
73.93MB 0.000u 0:00.009
RWK5836_lzw.tif TIFF 4308x2860 4308x2860+0+0 16-bit sRGB
64.92MB 0.000u 0:00.009
RWK5836_zip.tif TIFF 4308x2860 4308x2860+0+0 16-bit sRGB
55.75MB 0.000u 0:00.000
So my results do not show that lzw is larger than none!
According to EXIFTOOL, your NEF file is - FileSize: 13999013
Looking at the identify, it appears that IM is converting NEF to PNG to get filesize.
I am not an expert on NEF, so cannot say what is going on or how NEF is compressed.