tomkyle / negatives-linear-tiff

Converts RAW/NEF/CR2 files into linear TIFF files, using GNU Parallel for maximum speed. Other features: B/W grayscaling, TIF resizing and ZIP compression.
https://tomkyle.github.io/negatives-linear-tiff
Other
7 stars 1 forks source link

Optimization of output resizing? #12

Open tomkyle opened 7 years ago

tomkyle commented 7 years ago

According to Dave Newton's article Efficient Image Resizing With ImageMagick using -filter Triangle -define filter:support=2 with mogrify may be a good idea.

See article's chapters Resampling and Image Optimization.