Files
poprhythm 6901c66bcf Skip already-processed ZIPs by sampling first JPEG comment
Extracts one JPEG from each ZIP to check for the processing comment
before doing a full extract/resize/rezip cycle. Shared constants moved
to config.sh as single source of truth. Trap and cleanup extended to
cover the sample temp file.
2026-07-03 19:32:04 -04:00

6 lines
145 B
Bash

#!/bin/bash
# Shared configuration for image processing scripts
MAX_PIXELS=8000000
MAGICK_COMMENT="magick:resize=8mp,quality=85,sampling=4:2:0"