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
3 answers

jQuery Watermark and using .Val()

I have a problem in that I am using a simple watermark plugin such that it works jQuery('#selector').Watermark('Watermark text here ...'); The problem is - when I try and use something like if (jQuery('#selector').val() != "") { //do stuff } The…
Tom
  • 31
  • 1
3
votes
1 answer

PHP image upload with watermark

I have this code which uploads images with watermarks. The code works fine but the watermark function re-resizes all the images upload to small width and height. I want to retain the size after adding the watermark. I believe the problem is in…
3
votes
0 answers

How to add watermark to the doxygen generated PDF file

I am generating the PDF file using doxygen on a Linux system. I am using "make" in the latex folder. This generates the refman.pdf. I want to add a "INTERNAL ONLY" watermark to this. How can I achieve this? Is there a configuration item in the…
sadashiv30
  • 601
  • 2
  • 7
  • 15
3
votes
2 answers

Add a watermark image to a video

I'm new to AVFoundation, and i'm trying to add a image to a video. however i keep getting an error : failed Optional(Error Domain=AVFoundationErrorDomain Code=-11823 "Cannot Save" UserInfo={NSLocalizedDescription=Cannot Save,…
Peter Pik
  • 11,023
  • 19
  • 84
  • 142
3
votes
3 answers

Automatic image rotation based on a logo

We're looking for a package to help identify and automatically rotate faxed TIFF images based on a watermark or logo. We use libtiff for rotation currently, but don't know of any other libraries or packages I can use for detecting this logo and…
sig11
  • 541
  • 5
  • 13
3
votes
2 answers

PHP watermark image

I am trying to watermark images on upload. I have a multi upload script in place which works fine, see below: $gallery=$_GET["gallery"]; $album=$_GET["album"]; if(isset($_FILES['files'])){ $errors= array(); …
Shaun
  • 153
  • 8
3
votes
1 answer

How can I overlay / insert custom text into javax.print documents (pdf, doc, docx...)?

I print documents (pdf, doc, docx...) via javax.print and it works fine, but I need to add a custom overlay text on any place at document; the text is necessary to insert a printed reference from my code to the document. How do I do this?
3
votes
0 answers

Xcode swift add watermark to image

My app allows the user to take a picture and share/save it, but I want to know if it is possible to add a watermark to the image beforehand. I am guessing I would need to create a transparent watermark image and somehow layer it with the image the…
user4812000
  • 1,033
  • 1
  • 13
  • 24
3
votes
0 answers

Android Adding watermark using FFMPEG after reading from resources

I need little help about adding watermark after reading it from the app reasources.. I have done this and worked quite awesome when I read directly from a specific folder. but now I want to make the idea generic and want to read it from resources…
Muhammad Adil
  • 4,358
  • 3
  • 32
  • 36
3
votes
2 answers

add a watermark to a powerbuilder data window

we have some confidential reports that we would like to add a watermark to when the print them out -- anyone know if you want add a watermark in a powerbuilder datawindow? Thanks
Judy
  • 75
  • 1
  • 2
  • 5
3
votes
1 answer

PHP: imagePNG() wont save file to directory. File permissions all correct, still doesn't work

I am writing a program that watermarks user uploaded photos. After completing the layering, imagePNG() outputs the photo to the browser but wont save it to a directory. The paths are all correct and file permissions altered to 0755. Using only the…
nick_pitoniak
  • 31
  • 1
  • 2
3
votes
1 answer

php add watermark on a s3 imported image

I'm trying to add a watermark on an image. Both , the image and the watermark image are imported from the aws s3. I tried to do this $watermark = tempnam(sys_get_temp_dir(), 'watermark.png'); //save the file from s3 storage to the…
Aviv Paz
  • 1,051
  • 3
  • 13
  • 28
3
votes
1 answer

How to generate curved text?

I am need of watermark an image with curved text. How to generate curved text?
tismon
  • 33
  • 3
3
votes
5 answers

Display multiple images using watermark in PHP

I want to add watermark on multiple images and display them on browser. Here is my piece of code:
Dinesh Patil
  • 615
  • 2
  • 15
  • 37
3
votes
2 answers

CSS to display Watermark in browser printing function

I have a HTML page which is a report. When I use printing function (Ctrl+P), it is 10 pages long. I want to display a watermark for each page. Anybody has suggestion? Thanks.
Kelvin
  • 51
  • 5