


NEF To JPG Converter also allows people to resize the photo width and height. Besides the NEF format, it can also convert HEIC/HEIF, HDR, DNG, NRW, ORF, RW2, RAF, CR2 and more RAW image formats to regular image formats such as JPG, PNG, GIF, TIF and BMP. NEF To JPG Converter is a new freeware program NEF To JPG Converter V1.0, which is a handy NEF photo conversion tool that converts NEF (Nikon Digital SLR Camera Raw Image File) to JPEG images in bulk smoothly. NEF to JPG Converter does exactly what you want: it converts your RAW photos into a more common and easily shareable computer image format in a flash. However, not everybody wants to immerse in the joy of RAW editing, and if you have got any such photos lying around, you will know that they are almost impossible to share: the file size of RAW photos takes up a lot of space, and RAW photos are always supposed to be converted after editing. To do the same but keeping the original files, run convert in a loop: for img in *.NEF do convert "$img" "$img.RAW photos come with a lot of benefits for those who can take advantage of them: the added editing headroom can change a regular photo into a great one in the right hands, but it’s equally easy to over-edit a photo and make that look worse than the original. NEF files in the current directory ( will overwrite the originals): mogrify -format jpg *.NEF Install it on Ubuntu with: sudo apt-get install imagemagick Still, their website says it does, so you should try it out and in any case, it is really worth learning. It would have been my first choice, but I found some (older) posts claiming that it did not work with NEF. It's free, open source, cross platform and can do just about everything you can think of including resizing, cropping, managing transparancy, montage and converting between most image formats under the sun. Probably the best tool around for all your batch image processing needs, however, is ImageMagick. To convert an entire directory: for filename in *.NEF do dcraw -c -w "$filename" | pnmtopng > "$filename.png" done

NEF images to test this, but according to this page, you can do:Ĭonvert all NEF images to PNG: dcraw -c -w input.NEF | pnmtopng > output.png So, open a terminal and run these commands: sudo apt-get install netpbm dcraw One solution, on Ubuntu, would be to use dcraw to convert NEF to PBM, and pnmtopng to convert PBM to png.
