Pario TechnoBlob
About
Posts
Category: Photo etc
Improved watermark script with imagemagick
#!/bin/bash # Use a shell loop #mkdir thumbnails if [ ! -f *.JPG ] ; then echo "Ingen filer tilgjengelig!" else for file in *.JPG do width=
identify -format %w...
««
«
1
2
3
…
8
9
»
»»