All Projects → issue9 → watermark

issue9 / watermark

Licence: MIT license
简单的图片水印功能,支持 GIF

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to watermark

Bimg
Go package for fast high-level image processing powered by libvips C library
Stars: ✭ 1,394 (+3568.42%)
Mutual labels:  watermark
Watermark
canvas图片水印,用于身份证等个人信息添加仅用于XXX等字样保护个人信息
Stars: ✭ 219 (+476.32%)
Mutual labels:  watermark
ImageResize
Image resizing tool for .Net applications with ability to add text/image watermark, Supports animated images as well.
Stars: ✭ 45 (+18.42%)
Mutual labels:  watermark
Doctron
Docker-powered html convert to pdf(html2pdf), html to image(html2image like jpeg,png),which using chrome(golang) kernel, add watermarks to pdf, convert pdf to images etc.
Stars: ✭ 141 (+271.05%)
Mutual labels:  watermark
React Native Image Marker
Add text or icon watermark to your images
Stars: ✭ 170 (+347.37%)
Mutual labels:  watermark
Blindwatermark
Java 盲水印
Stars: ✭ 239 (+528.95%)
Mutual labels:  watermark
Thumbnail
Thumbnail for a given video using FFMpeg
Stars: ✭ 96 (+152.63%)
Mutual labels:  watermark
SLBR-Visible-Watermark-Removal
[ACM MM 2021] Visible Watermark Removal via Self-calibrated Localization and Background Refinement
Stars: ✭ 54 (+42.11%)
Mutual labels:  watermark
Ffmpegandroid
android端基于FFmpeg实现音频剪切、拼接、转码、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图;音视频合成与分离,配音;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;歌词解析与显示
Stars: ✭ 2,858 (+7421.05%)
Mutual labels:  watermark
Tiktok-Video-No-Watermark
Tiktok Video Without Watermark.Tiktok短视频去水印。
Stars: ✭ 49 (+28.95%)
Mutual labels:  watermark
Watermark
Add watermark on images use HTML5 and Javascript.
Stars: ✭ 154 (+305.26%)
Mutual labels:  watermark
Alimask
😷 alimask 是一个使用 canvas 生成类似阿里巴巴内部网站水印图片的 JavaScript 库。
Stars: ✭ 163 (+328.95%)
Mutual labels:  watermark
react-watermark-module
React水印组件,支持图片水印,文字水印。
Stars: ✭ 31 (-18.42%)
Mutual labels:  watermark
Mergi
go library for image programming (merge, crop, resize, watermark, animate, ease, transit)
Stars: ✭ 127 (+234.21%)
Mutual labels:  watermark
pdfconduit
Prepare documents for distribution
Stars: ✭ 22 (-42.11%)
Mutual labels:  watermark
Luban ios
Wiki
Stars: ✭ 104 (+173.68%)
Mutual labels:  watermark
Videowater
视频批量处理, 码率设置, 格式转换, 添加字幕, 添加水印, 文字跑马灯, 去除水印, 修改分辨率, 视频剪裁, 倍速播放, 视频分段, 视频合成, 视频镜像, 背景音乐, 插入背景图片, 视频高斯模糊, 模糊拓边, 画中画,字幕,翻译,影视解说,影视混剪,抖音带货,视频全自动剪辑,视频批量剪辑
Stars: ✭ 223 (+486.84%)
Mutual labels:  watermark
peedy
PDF watermarking microservice written in Elixir. For educational purposes only - not meant for production
Stars: ✭ 32 (-15.79%)
Mutual labels:  watermarking
WebRtcShitBlt
client side WebRTC lib to add an image / watermark on the MediaSource
Stars: ✭ 19 (-50%)
Mutual labels:  watermark
clappr-plugins
Main plugins for the Clappr project
Stars: ✭ 22 (-42.11%)
Mutual labels:  watermark

watermark Go codecov license PkgGoDev

watermark 提供了简单的图片水印处理功能。支持处理 GIF、PNG 和 JPEG,水印也只支持这些类型的文件。

对于 GIF 水印,若被渲染图片为非 GIF 图片,则只取水印的第一帧作为水印内容; 若被渲染图片也是 GIF,则会将被渲染图片的第一帧与水印的第一帧合并, 水印的第二帧与被渲染图片的第二帧合并,依次类推。水印帧数不够的,则循环使用, 直到被渲染图片的帧数用完。

w, err := watermark.New("./path/to/watermark/file", 2, watermark.Center)
if err != nil{
    panic(err)
}

err = w.MarkFile("./path/to/file")

安装

go get github.com/issue9/watermark

版权

本项目采用 MIT 开源授权许可证,完整的授权说明可在 LICENSE 文件中找到。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].