Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.3 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.3 KB

Watermark bash

This simple 'bash' script creates an image from a text string and then saves it to another image, creating a new image with a watermark.

Instructions

  • Download the complete folder and keep the directory structure.
  • Edit the watermark text in 'watermark.sh'.
  • If you don't have ImageMagick installed, you can download it from here (https://imagemagick.org/script/download.php)
  • Save your image in the 'input' folder
  • Set run permissions to the file 'chmod +x watermark'.
  • Run './watermark entrada'.
  • The watermarked image will be saved in the 'salida' folder.

Este simple script 'bash' crea una imagen a partir de una cadena de texto y posteriormente la graba en otra imagen, creando así una nueva imagen con una marca de agua (watermark).

Instrucciones

  • Descarga la carpata completa y conserva la estructura de directorios
  • Edita el texto del watermark en 'watermark.sh'
  • Si no tienes ImageMagick instalado, puedes bajarlo desde aquí (https://imagemagick.org/script/download.php)
  • Guarda tu imagen en la carpeta 'entrada'
  • Ponle permisos de ejecucuón al archivo 'chmod +x watermark'
  • Ejecuta './watermark entrada'
  • La imagen con watermark se guardará en la carpeta 'salida'

pic