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
4
votes
2 answers

Adding views to MPMoviePlayerController view after touching fullscreen button in control style MPMovieControlStyleEmbedded

I have an iPad app that has a movie preview view in the top half of the screen and thumbnails in the bottom half of the screen. When the user taps a thumbnail that movie starts playing in the movie preview view using a MPMoviePlayerViewController…
Wes
  • 103
  • 1
  • 5
4
votes
3 answers

Watermarking an image with php

My website (coded in html and php in entirety) includes a feature which allows certain users to upload pictures. The picture is resized and watermarked using this code: function watermarkpic($filename) { ini_set('max_input_time', 300); require…
Scott Fink
  • 227
  • 1
  • 4
  • 11
4
votes
3 answers

Htaccess and watermark

I want to know if it is possible to protect images in my host that are loaded from outside by adding a watermark using .htaccess? That is, if another site uses my image URL http://example.com/1.jpg in a img tag in their own websites. The plan is…
bizzr3
  • 1,925
  • 4
  • 24
  • 37
4
votes
1 answer

Write transparent text to jpeg

Everywhere is talking about adding text on transparent image. I would like add text like watermark (so mean transparent text) to classic image in jpeg format. I tried everything, what I found. Has someone solution for it? Is solutionable at all? I…
tomasr
  • 485
  • 1
  • 8
  • 24
4
votes
2 answers

Use ffmpeg to watermark and scale an image on video

I want to be able to watermark videos with a logo image, which contains a website url. The videos can be of different formats and dimension. I'm trying to figure out a generic ffmpeg command to achieve it, so that i don't have to tweak the command…
Ae.
  • 204
  • 1
  • 4
  • 7
4
votes
2 answers

Combine two images (.JPG) using PHP GD

I can't find a solution to this. I want to add 20px empty space to this image: http://img233.imageshack.us/img233/419/78317401.jpg and then paste this watermark at the bottom (on the blank space) So the output would…
Dreszczyk
  • 108
  • 1
  • 7
4
votes
2 answers

Audio watermarking with Ruby, PHP or Python

I'm working on a project where I need to post-process a bunch of audio files in various formats. Firstly, the files need to be converted to .WAV format. Secondly, depending on their length, I need to insert a short audible watermark at certain…
ghstcode
  • 2,902
  • 1
  • 20
  • 30
4
votes
1 answer

Detect watermark/logo in image/video

I'm trying to analyze a video file and detect if it has a network logo on the bottom right corner. I figured it might be easier if I just take a few random frames and see if they have a logo/water mark in common. I just have no idea how to start. is…
4
votes
3 answers

How do i place a water mark image on image that i just took a picture of it in Android?

How do I place a water mark (company logo, image) on an picture I've just taken? I need to do it on Android. Can you please help?
hackp0int
  • 4,052
  • 8
  • 59
  • 95
4
votes
1 answer

WooCommerce PDF Watermark: Using custom order item meta data

I'm selling eBooks, and I'm capturing a name to license each eBook to with a custom field, because the eBooks are mostly bought by teachers on behalf of their students. Each eBook gets watermarked with licensing info using WooCommerce PDF…
warm__tape
  • 250
  • 4
  • 19
4
votes
1 answer

How to remove watermark from text document using openCV python?

I am new to OpenCV, I need help removing the watermark from this image, I tried using inpaint but I want a more automated way of feature mapping and inpainting, pls help me with it.
4
votes
1 answer

How to add a watermark to an SVG image for security purposes

we want to add watermarks to our SVG-Images to secure them from criminals. So just adding an image as a background for the SVG does not solve our problem. Does anyone know a software or method to cryptonize such a watermark into an SVG? I think…
TiMeJuMp
  • 353
  • 1
  • 2
  • 14
4
votes
3 answers

Is there a standard way of Watermarking videos in Python?

Is there any standard method of watermarking videos of some format in Python? And how about still images?
Max
  • 4,152
  • 4
  • 36
  • 52
4
votes
1 answer

Remove logo/watermark given locations from an image using python/opencv/deep learning

I am very new to opencv and deep learning using python. I am trying to remove watermark/logo from an image. I am able to find location of watermark by finding the location of cropped watermark image in the original image in the image which is…
Abhay Kumar
  • 113
  • 1
  • 1
  • 10
4
votes
1 answer

How to rotate watermark (text) in PDF using iText?

I'm using iText for stamping a watermark (text: "SuperEasy You Done") on PDF files as described in How to watermark PDFs using text or images? (TransparentWatermark2.java). See project source code on GitHub. Now an example of the PDF I'm getting is…
lealceldeiro
  • 14,342
  • 6
  • 49
  • 80