feat: add image stacking utility

- Convert PNG sequence to rotated stacked TIFF
- Natural version sorting for proper sequence ordering
This commit is contained in:
2025-11-16 00:51:48 +02:00
committed by ro
parent cc19519c12
commit 271f66e624

1
stack.sh Executable file
View File

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