User:)biyibiyibiyi(/RW&RM 04/hackpacts: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 8: Line 8:
==27_09_2019==
==27_09_2019==
task: use 95 layouts to play more with imagemagick
task: use 95 layouts to play more with imagemagick
name files to sequential order
<source lang="bash">
ls -v | cat -n | while read n f; do mv -n "$f" "$n.ext"; done
</source>

Revision as of 14:09, 27 September 2019

26_09_2019

tried to use IM to do montaging

Im montage 2.png

Im montage.jpg

27_09_2019

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