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
320
votes
34 answers

Watermark / hint / placeholder text in TextBox?

How can I put some text into a TextBox which will be removed automatically when the user types something in it?
mehdi
94
votes
1 answer

How to add transparent watermark in center of a video with ffmpeg?

I am currently using these commands: Top left corner ffmpeg –i inputvideo.avi -vf "movie=watermarklogo.png [watermark]; [in][watermark] overlay=10:10 [out]" outputvideo.flv Top right corner ffmpeg –i inputvideo.avi -vf "movie=watermarklogo.png…
mirza
  • 5,685
  • 10
  • 43
  • 73
64
votes
11 answers

Watermark TextBox in WinForms

Can anyone point me to a good implementation of a basic Windows Forms TextBox that will initially show watermark text that disappears when the cursor enters it? I think I can create my own with some creative use of Enter and Leave events, but I'm…
KeithS
  • 70,210
  • 21
  • 112
  • 164
61
votes
2 answers

Removing watermark out of an image using OpenCV

First of all I have this image and I want to make an application that can detect images like it and remove the circle (watermark) from it. int main(){ Mat im1,im2,im3,gray,gray2,result; im2=imread(" (2).jpg"); …
Ahmed Ramzy
  • 839
  • 1
  • 11
  • 18
54
votes
7 answers

Add 'Watermark' to images with php

I have a website where users may upload images... I need to add my logo (watermark) to the images once they are uploaded. How can I do so? And it is important that the watermark is in a corner where it will be visible, for example I have seen…
pesar
  • 929
  • 3
  • 10
  • 13
35
votes
7 answers

Creating watermark using html and css

What I need is to create cross website transparent watermark like this using only html and css. Have no idea how to keep that always in one place for ex: right bottom side of browser window.
demonoid
  • 318
  • 3
  • 13
  • 40
30
votes
2 answers

How to add watermarks to images via command line - Hopefully using Irfanview

I have done a bit of digging and i havn't been able to find any feasible way of adding watermarks to my 1000+ images automatically. Is this possible with irfanview?? What im looking for is just some basic transparent text overlaying across each…
aaron
  • 377
  • 1
  • 4
  • 6
28
votes
5 answers

iPhone, how does one overlay one image onto another to create a new image to save? (watermark)

Basically I want to take an image that the user chooses from their photo library and then apply a watermark, a triangle in the lower right that has the app name on it. I have the second image already made with a transparent layer in photoshop. I…
SolidSnake4444
  • 3,372
  • 6
  • 40
  • 63
26
votes
7 answers

Watermarking with PDFBox

I am trying to add a watermark to a PDF specifically with PDFBox. I've been able to get the image to appear on each page, but it loses the background transparency because it appears as though PDJpeg converts it to a JPG. Perhaps there's a way to do…
aosmith
  • 363
  • 1
  • 3
  • 7
25
votes
7 answers

Watermark text repeated diagonally css/html

How can I achieve the following watermark text ("howbloggerz") with css/html?
Captain Obvious
  • 745
  • 3
  • 17
  • 39
25
votes
7 answers

iText Image Resize

I have a watermark that I would like to put into my pdf. The watermark is a .bmp image, and is 2290 x 3026. I am having a lot of trouble trying to resize this picture to fit the page, does anyone have any suggestions? Document document = new…
Failsafe
  • 750
  • 2
  • 7
  • 23
22
votes
6 answers

iPhone Watermark on recorded Video.

In my Application I need to capture a video and Put a watermark on that video. The watermark should be Text(Time and Notes). I saw a code using "QTKit" Frame work. However I read that the framework is not available for iPhone. Thanks in…
Dilip Rajkumar
  • 7,006
  • 6
  • 60
  • 76
22
votes
8 answers

How might I add a watermark effect to an image in Android?

I have an image with frames and I need to add a watermark effect. How might I do this?
info
  • 2,152
  • 5
  • 22
  • 38
21
votes
2 answers

Place watermark image on other images (C#, ASP.Net)

How do I add a watermark image onto other images? I'm able to place text on an image as a water mark but now I have an image that I'd like to put on there instead of the text. How do I do this in C#? Just one more time to be specific, I have image X…
Miles
  • 5,646
  • 18
  • 62
  • 86
17
votes
1 answer

Watermark in rmarkdown

I have researched and found how to create a watermark in an rmarkdown document. It works great on basic text, but when you have a plot heavy page, it gets hidden behind the plot. Obviously, this makes it easy for someone to screencap the figures and…
John Tarr
  • 717
  • 1
  • 9
  • 21
1
2 3
79 80