Convert scanned negative images into positive photographs
Turn scanned negative images into positives
negfix8$ negfix8 input_negative.jpg output_positive.jpg$ negfix8 scan.png result.png$ for file in *.jpg; do negfix8 "$file" "positive_$file"; done