Pario TechnoBlob
About
Posts
Tag: JPG
Script to download pictures from camera and rename them etc
download photos from camera and sort them by date of day in folders remove possible duplicates if I did not erase camera images since last download convert RAW/NEF images to a...
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...
Resize of images in a folder with imagemagick
#!/bin/bash # Hans-Henry Jakobsen # Script som bl.a resizer bilder og legger de i rett mappe # NB! ikke bruk originalfil da dette script sletter fila # Sjekker at mapper...
««
«
1
2
3
4
»
»»