negfix8

Convert scanned negative images into positive photographs

brewmacoslinux
Try with needOr install directly
Source

About

Turn scanned negative images into positives

Commands

negfix8

Examples

Convert a single negative image to positive$ negfix8 input_negative.jpg output_positive.jpg
Process a negative image with custom output format$ negfix8 scan.png result.png
Batch convert multiple negative images$ for file in *.jpg; do negfix8 "$file" "positive_$file"; done