Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.16 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.16 KB

image

Convert NEF files to PNG files, using parallel processing (this implementation uses IrfanView, but you can use other methods to convert them, or even adjust this script to run your own "multi-tasking" tools.)

nikon

NEF2PNG is a Python script

  • that uses multiprocessing
  • to convert all NEF files in a folder to PNG format

It improves process time ~4x on a 4-core processor.

Example (core i5 quad core)

  • regular IrfanView conversion of 100 NEF (RAW) images to PNG format takes around 10 minutes
  • with NEF2PNG, it takes ~2.5 minutes.

Requires:

1) IrfanView to do the conversion

2) more than one core to get a better performance than simply using Irfanview

This implementation runs on Windows, but the main idea should be able to run on Linux, try changing the main Conversion commands to their Linux applicable version.

Run the following command (in the command prompt on Windows) to execute NEF2PNG with Python.

>python.exe NEF2PNG.py