Pages for logged out editors learn more
tried to use IM to do montaging
task: use 95 layouts to play more with imagemagick
name files to sequential order
ls -v | cat -n | while read n f; do mv -n "$f" "$n.ext"; done