Differenze tra le versioni di "Polaroid"

Da Caos per caso.
Jump to navigation Jump to search
imported>Giorgio
(Created page with " convert input.jpg \ -thumbnail 1600x1600 \ -gravity center -extent 1200x1200 \ -mattecolor '#ddd' -frame 1x1 \ -bordercolor White -border 50x50 -gravity s...")
 
imported>Giorgio
 
Riga 7: Riga 7:
 
     -pointsize 48  -annotate +0+60  "Testo riga 2" \
 
     -pointsize 48  -annotate +0+60  "Testo riga 2" \
 
     output.jpg
 
     output.jpg
 +
 +
[[Category:Linux]]

Versione attuale delle 17:53, 17 mar 2020

convert input.jpg \
   -thumbnail 1600x1600 \
   -gravity center -extent 1200x1200 \
   -mattecolor '#ddd' -frame 1x1 \
   -bordercolor White    -border 50x50  -gravity south -splice 0x240 \
   -font raleway-extralight  -pointsize 72  -annotate +0+140  "Testo riga 1" \
   -pointsize 48  -annotate +0+60  "Testo riga 2" \
   output.jpg