Questions tagged [watermark]

A watermark is information embedded within a file. In the most common usage, watermarks are added to images to identify the image's creator.

Digital watermarks may be used to verify the authenticity or integrity of the carrier signal or to show the identity of its owners. It is prominently used for tracing copyright infringements and for banknote authentication.

Like traditional watermarks, digital watermarks are only perceptible under certain conditions, i.e. after using some algorithm, and imperceptible anytime else.

In contrast to a , watermarks can typically easily be added by a third party. A watermark can be forged, but should typically be hard to remove.

1196 questions
3
votes
1 answer

How to add a logo to an image as a watermark?

Recently, I'm interested in image processing using OpenCV, but I'm new to it. I do some simple image processing on a lot of images, and finally I want to watermark each image with a logo which is a small png image. There are a lot of codes which…
Saeed
  • 159
  • 3
  • 13
3
votes
3 answers

Is there any innovative watermarking technique that doesn't make the watermark obvious?

Is there a watermarking technique which doesn't make the watermark obvious yet by analyzing the image you can identify the source?
Muhammad Hasan Khan
  • 34,648
  • 16
  • 88
  • 131
3
votes
6 answers

image is too big to fit in the screen (MATLAB)

I got an error in Matlab which is Warning: Image is too big to fit on screen; displaying at 33% and my source code for this part is this : watermarked_image_uint8=uint8('watermarked_image'); %# write watermarked Image to file…
hamid nazeri
  • 31
  • 1
  • 1
  • 2
3
votes
2 answers

How do I add the watermark image with different positions in PHP Laravel?

Hi I want to add watermark image with different positions like top-left, top-right, bottom-left, bottom-right, center. Admin select one of the above position in the setting tab. I am using the Orakuploader plugin and in that plugin the watermark…
Inzamam Idrees
  • 1,955
  • 14
  • 28
3
votes
1 answer

Watermark using John Myczek's Class

Hey, I tried implementing a class John madeWatermark. I'm stuck and wondered if anyone can help me .... Added the 2 classes mentioned and on the wpf:
Reza M.
  • 1,205
  • 14
  • 33
3
votes
2 answers

Some pdf file watermark does not show using iText

Our company using iText to stamp some watermark text (not image) on some pdf forms. I noticed 95% forms shows watermark correctly, about 5% does not. I tested, copy 2 original pdf files, one was marked ok, other one does not ok, then tested in via a…
Charles
  • 161
  • 1
  • 3
  • 12
3
votes
1 answer

TypeError: player.watermark is not a function when using videojs-watermark

I am trying to use the videojs-watermark npm module but the error which I am getting is: TypeError: player.watermark is not a function. The code is as follows: import React, { Component } from "react"; import videojs from "video.js"; import…
Vedant
  • 277
  • 2
  • 5
  • 13
3
votes
0 answers

How do I overlay text over(dynamic watermarking) on Vimeo full screen video?

I have this specific requirements. I have vimeo private video content that I would like to embed it on my site. I need in watermark along with company logo, user name who purchased the video. Is this possible? User name will come from the database.…
amit
  • 31
  • 1
3
votes
1 answer

Watermark two pdfs - Each page of the first with each page of the second

I have two pdf files of the same length, let's say pdf1.pdf and pdf2.pdf. I'm trying to watermark each page of pdf1.pdf with pdf2.pdf (i.e., page 1 of pdf1.pdf with page 1 of pdf2.pdf, page 2 of pdf1.pdf with page 2 of pdf2.pdf ...). However, I'm…
Fabian
  • 51
  • 1
  • 10
3
votes
2 answers

dompdf watermark, image, header and footer issues

i am using dompdf as a plugin in codeigniter. it generates the pdf perfectly. but some problem are eating up me for some days. I want to put an image as header in every page of the generated pdf. i did it according to the tutorial given here. but…
sidhartha
  • 317
  • 2
  • 6
  • 15
3
votes
1 answer

OCR: Low-contrast/noisy regions

I am trying to identify the 17-character code shown below. I am currently using OpenCV for my pipeline: (1) convert to B & W image (2) compute gradient image (3) Otsu Thresholding (4) Find contours (5) Find bounding boxes of contours It works very…
Sean
  • 135
  • 5
3
votes
1 answer

How to add a text watermark to video that changes every second in Swift 3?

I have created a watermark that displays the time currently, but it doesn't change every second. How would I make it so the text changes every second? I want to make time on videos like security footage. Below is code that works fine to add text on…
3
votes
2 answers

steganography for audio watermarking

anyone can help me, I'm working on watermarking application for mp3 files with algorithms "echo data hiding". I do not understand to make this algorithm with java or matlab. I hope anyone can help by explaining this algorithm, or give examples with…
user494485
  • 31
  • 2
3
votes
2 answers

Given an R,G,B triplet and a factor F, how do I calculate a “watermark” version of the color?

I have an (R, G, B) triplet, where each color is between 0.0 and 1.0 . Given a factor F (0.0 means the original color and 1.0 means white), I want to calculate a new triplet that is the “watermarked” version of the color. I use the following…
tzot
  • 92,761
  • 29
  • 141
  • 204
3
votes
2 answers

JQuery Watermark Plugin Submitting Watermarks As Values

I am using the jquery.watermark.min.js plugin. I just recently noticed that it is submitting the watermarks on form submit. It wasn't doing it before, but now it is. Not sure what I changed. Any ideas? Or fixes? I am using MVC, Ajax.BeginForm, I…
Jason
  • 11,435
  • 24
  • 77
  • 131