Files
llinescan/stack.sh
wissotsky 271f66e624 feat: add image stacking utility
- Convert PNG sequence to rotated stacked TIFF
- Natural version sorting for proper sequence ordering
2025-11-16 00:55:38 +02:00

1 line
100 B
Bash
Executable File

convert +append $(find . -name "*.png" -print0 | sort -zV | xargs -r0 echo) -rotate -90 stacked.tiff