bugfix - use dynamic outdir

This commit is contained in:
Tilman Kranz 2024-02-15 11:34:45 +01:00
parent 63e2c0228e
commit e444b5f680

View File

@ -378,7 +378,7 @@ if [[ $rv -ne 0 ]] ; then
error "One or more errors during image conversion; aborted." "$rv"
fi
for png in "out/"*.png ; do
for png in "$outdir/"*.png ; do
info "Processing \"$png\" ..."
read -r width height < <(