Ajuste densidad letra a 80
This commit is contained in:
parent
a44ab670ef
commit
34843bf0a9
3 changed files with 5 additions and 5 deletions
Binary file not shown.
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 136 KiB |
Binary file not shown.
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 129 KiB |
|
@ -24,7 +24,7 @@ PADRES='280,317,620,376'
|
||||||
IDE='50,430,980,520'
|
IDE='50,430,980,520'
|
||||||
|
|
||||||
# Pedimos texto al usuario
|
# Pedimos texto al usuario
|
||||||
TEXTO=$(zenity --entry --text="Escriba el mensaje a poner en la imagen" --entry-text="** SOLO VERIFICACION POR empresa **")
|
TEXTO=$(zenity --entry --text="Escriba el mensaje a poner en la imagen" --entry-text="** SOLO PARA VERIFICACION EMPRESA **")
|
||||||
|
|
||||||
# Temporales Escalados
|
# Temporales Escalados
|
||||||
echo "Preparando Imagenes temporales (escaladas).."
|
echo "Preparando Imagenes temporales (escaladas).."
|
||||||
|
@ -32,12 +32,12 @@ convert "$ANVERSO" -resize 1011x638 -units PixelsPerInch -density 150 "$AnvTMP"
|
||||||
convert "$REVERSO" -resize 1011x638 -units PixelsPerInch -density 150 "$RevTMP" 2>/dev/null
|
convert "$REVERSO" -resize 1011x638 -units PixelsPerInch -density 150 "$RevTMP" 2>/dev/null
|
||||||
|
|
||||||
echo "Ocultando, fijando texto y escala gris en ANVERSO"
|
echo "Ocultando, fijando texto y escala gris en ANVERSO"
|
||||||
#convert "$AnvTMP" -font helvetica -fill red -pointsize 30 -gravity center -annotate 0 "$TEXTO" -units PixelsPerInch -density 150 "$AnvIMG"
|
#convert "$AnvTMP" -font courier -fill blue -pointsize 40 -gravity center -annotate 0 "$TEXTO" -units PixelsPerInch -density 150 "$AnvIMG"
|
||||||
convert "$AnvTMP" -font courier -fill blue -pointsize 40 -gravity center -annotate 0 "$TEXTO" -units PixelsPerInch -density 150 "$AnvIMG"
|
convert "$AnvTMP" -font courier -fill blue -pointsize 40 -density 80 -gravity center -annotate 0 "$TEXTO" -units PixelsPerInch -density 150 "$AnvIMG"
|
||||||
|
|
||||||
echo "Ocultando, fijando texto y escala gris en REVERSO"
|
echo "Ocultando, fijando texto y escala gris en REVERSO"
|
||||||
#convert "$RevTMP" -font helvetica -fill red -pointsize 30 -gravity center -annotate 0 "$TEXTO" -units PixelsPerInch -density 150 "$RevIMG"
|
#convert "$RevTMP" -font courier -fill blue -pointsize 40 -gravity center -annotate 0 "$TEXTO" -units PixelsPerInch -density 150 "$RevIMG"
|
||||||
convert "$RevTMP" -font courier -fill blue -pointsize 40 -gravity center -annotate 0 "$TEXTO" -units PixelsPerInch -density 150 "$RevIMG"
|
convert "$RevTMP" -font courier -fill blue -pointsize 40 -density 80 -gravity center -annotate 0 "$TEXTO" -units PixelsPerInch -density 150 "$RevIMG"
|
||||||
|
|
||||||
echo "Limpiando temporales..."
|
echo "Limpiando temporales..."
|
||||||
rm "$AnvTMP" "$RevTMP"
|
rm "$AnvTMP" "$RevTMP"
|
||||||
|
|
Loading…
Reference in a new issue