watermarkGo

package module
v0.0.0-...-2ddc57e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2017 License: MIT Imports: 9 Imported by: 0

README

WatermarkGO:


API Go para colocar en una imagen (JPG) un sello de aguas (otra imagen en formato PNG).

Instalación

go get github.com/JoelTinx/watermarkGo


import w "github.com/JoelTinx/watermarkGo"

func main() {
	// 1: Para poner sello de agua a una sola imagen
	w.SetImageWaterMark("imagen.jpg", "watermark.png")

	// 2: Para poner sello de agua a todo el directorio "images"
	w.SetDirWaterMark("images", "watermark.png")

    //Nota: Se debe configurar el directorio de salida, por defecto se cuardará en "output".
}

Autor

Sígueme en twitter: Joel Tinx

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetDirWaterMark

func SetDirWaterMark(pathDirBG, pathImgFG string)

func SetImageWaterMark

func SetImageWaterMark(pathImgBG, pathImgFG string)

****************************************************************************** Public Functions ******************************************************************************

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL