Pario TechnoBlob
About Posts

Tag: imagemagick

Get the dimensions of most images from the command line identify filnavn.jpg Resultatet av denne kommandoen er da på formen JPEG 510×445 510×445+0+0 DirectClass 8-bit 24.8691kb
Apr 12, 2007 9:21AM
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...
Feb 2, 2007 8:27PM
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...
Feb 2, 2007 8:52AM
Watermark images with imagemagick ++ Script som legger til watermark tekst: #!/bin/bash width=identify -format %w DSC06861.JPG; \ convert -background '#0008' -fill white -gravity center -size ${width}x90 \...
Jan 27, 2007 1:00AM
«« « 1 2 3 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom