All Projects → linyacool → Blind Watermark

linyacool / Blind Watermark

Licence: mit
Watermark added to the frequency domain by Fourier transform

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Blind Watermark

Bimg
Go package for fast high-level image processing powered by libvips C library
Stars: ✭ 1,394 (+305.23%)
Mutual labels:  image, watermark
Imaginary
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
Stars: ✭ 4,107 (+1093.9%)
Mutual labels:  image, watermark
Image
PHP Image Manipulation
Stars: ✭ 12,298 (+3475%)
Mutual labels:  image, watermark
Easywatermark
🔒 🖼 Securely, easily add a watermark to your sensitive photos. 安全、简单地为你的敏感照片添加水印,防止被小人泄露、利用
Stars: ✭ 519 (+50.87%)
Mutual labels:  image, watermark
Mergi
go library for image programming (merge, crop, resize, watermark, animate, ease, transit)
Stars: ✭ 127 (-63.08%)
Mutual labels:  image, 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 (-59.01%)
Mutual labels:  image, watermark
React Native Image Marker
Add text or icon watermark to your images
Stars: ✭ 170 (-50.58%)
Mutual labels:  image, watermark
Exifcleaner
Cross-platform desktop GUI app to clean image metadata
Stars: ✭ 305 (-11.34%)
Mutual labels:  image
Dezoomify
Dezoomify is a web application to download zoomable images from museum websites, image galleries, and map viewers. Many different zoomable image technologies are supported.
Stars: ✭ 323 (-6.1%)
Mutual labels:  image
Affinity
Free 2D symbols for computer network diagrams
Stars: ✭ 294 (-14.53%)
Mutual labels:  image
Cropme
Extremely Smooth and Easy Cropping library for you
Stars: ✭ 306 (-11.05%)
Mutual labels:  image
Korkut
Quick and simple image processing at the command line. 🔨
Stars: ✭ 310 (-9.88%)
Mutual labels:  image
Kiimagepager
The KIImagePager is inspired by foursquare's ImageSlideshow, the user may scroll through images loaded from the Web
Stars: ✭ 324 (-5.81%)
Mutual labels:  image
Amazon Rekognition Video Analyzer
A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.
Stars: ✭ 309 (-10.17%)
Mutual labels:  image
Maxurl
Finds larger/original versions of images and videos
Stars: ✭ 332 (-3.49%)
Mutual labels:  image
Stegastamp
Invisible Hyperlinks in Physical Photographs
Stars: ✭ 306 (-11.05%)
Mutual labels:  watermark
Mcanvas
用于合成图片的canvas绘制库
Stars: ✭ 343 (-0.29%)
Mutual labels:  watermark
Vue Lazy Image Loading
Vue lazy image and background loading plugin.
Stars: ✭ 335 (-2.62%)
Mutual labels:  image
Assetspickerviewcontroller
Powerfully Customizable - Multiple Photo & Video Picker Controller
Stars: ✭ 321 (-6.69%)
Mutual labels:  image
Guillotine
jQuery plugin to crop images within an area (fully responsive), allowing to drag (touch support), zoom and rotate.
Stars: ✭ 318 (-7.56%)
Mutual labels:  image

blind-watermark

This was written in Python2.7
Python3 Version

Usage

python encode.py --image <image file> --watermark <watermark file> --result <result file>

python decode.py --original <original image file> --image <image file> --result <result file>

Use --alpha to change the alpha (default 5.0).

Example

encode:

original image
image

watermark
image

python encode.py --image ori.png --watermark watermark.png --result res.png

result
image

decode:

python decode.py --original ori.png --image res.png --result extract.png

watermark
image

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].