Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
252 views

Who Uses Software Watermarking?

I'm a PhD student looking at software watermarking techniques and I always get asked 'who uses it?' The answer to which I don't know. There is a large amount of academic work on the subject (most ...
4
votes
1answer
102 views

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 ...
3
votes
2answers
45 views

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 ...
2
votes
2answers
191 views

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 ...
2
votes
1answer
82 views

Picture DRM in python

I am looking for a solution to "sign" pictures. The purpose is to manage the copyrights. Does anyone know if there is a library in python to do that ? If not in C or Java ? Many thanks, Pat
2
votes
1answer
89 views

.htaccess Regex Watermarking

I have an auto-watermarking script on my website, and the .htaccess file uses this line to redirect all images to the watermark.php file, which watermarks them. That I all have working, except the ...
2
votes
0answers
202 views

Discrete Wavelet Transform on images and watermark embedding in LL band coefficients, data is lost when IDWT-DWT is performed again?

I'm writing an image watermarking system to hide a watermark in an image's low frequency band by transforming the image's luminance channel with a Discrete Wavelet Transform, then modifying ...
2
votes
1answer
42 views

How to switch between frames with in a video file

I am working on my project of switching between the frame within a multicast environment. Consider that i have two streams of same video file. one stream is watermarked with say 0 and another stream ...
2
votes
3answers
120 views

Is there a standard way of Watermarking videos in Python?

Is there any standard method of watermarking videos of some format in Python? how about still images?
1
vote
2answers
63 views

invisible watermark for images

Can someone give me a link to a good tutorial about adding invisible watermarking on images in java.I searched on the net but I couldn't find a tutorial! Thank you!
1
vote
1answer
109 views

C library to watermark videos

Can anyone recommend a good library I could use on Linux to watermark videos? I want to overlay a watermark at several different positions in my videos, fade them in randomly and with different colors ...
1
vote
4answers
555 views

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

Hi Dear friends 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 : ...
1
vote
1answer
417 views

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 ...
1
vote
4answers
655 views

ASP.NET: Adding 'Watermark' to images on the fly

I have seen great questions and answers regarding adding watermark on images with php I would like to do the same, this time with ASP.NET So here are a couple of questions. How can i do that with ...
1
vote
1answer
130 views

How to read watermarks with Python?

Is there any way to read metadata - watermarks from image files with Python? Thanks.
0
votes
2answers
35 views

Watermark via php

my last question is to busy so i must open a new one. (read my last question here). im trying to redirect request to watermark.php file to embed a logo into the images that called from outside of my ...
0
votes
1answer
16 views

CodeIgniter Image Manipulation White Dots

I'm using the image manipulation library from codeigniter to merge two images. In short, the user uploads an image, I resize it and then I merge it to a black image (I call it a black canvas). Once ...
0
votes
0answers
26 views

Is it possible to do this project in java “Image authentication and recovery using BCH error coding”?

Image authentication and recovery using BCH error coding absract:a link Can i do this project in java.if i want to do this i should implement the wavelet transform and BCH encoding/decoding.is der ...
0
votes
1answer
43 views

C#: Using drawstring to annotate images works but not able to get text in bottom left corner, only bottom right

I'm making a batch watermarking tool for myself and some others at work and using the following code allows me to annotate text on the bottom right of the image but I'm not able to make it annotate on ...
0
votes
0answers
45 views

How can I add an image as a watermark over another image in Visual DSP++?

i'm looking to make a C++ program that will help me insert an image watermark over another image so after that to adjust the code to Visual DSP language. Can you help me or at least give me some ...
0
votes
0answers
56 views

Watermarking an image with php, full code in here =)

i wrote this code to overlay 1 image over the other one... for some reason firefox reports that there is an error in the image and cannot be displayed. Any clue? <?php // yeah.php ...
0
votes
0answers
40 views

Image Quality and resizing

Here in the below code I am watermarking text on bitmap which is on graphics path and I would like to load the bitmap image to the picture box and hide the bitmap and I want to save the image with the ...
0
votes
2answers
143 views

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?
0
votes
0answers
219 views

Interesting Watermark/Steganography applications ideas

I've started studying watermarks and I wanted to ask if there are any clever,interesting applications with watermarks other then the obvious copyright protection etc. I am able to find the following ...
0
votes
1answer
658 views

php , gd, create watermark, change watermark text size and background color, imagecreatefromjpeg

I need to create a watermark apply it on a picture and save it with a different name . The current script works pretty well but the only problem is that I need to increase the size of the "sample ...
0
votes
1answer
154 views

Clean up the surface on WaterMark of an Image

There is an image for the surface, and a text is written on the image for 184 rows of date.. Thus, it is expected to see 184 different text written image files are generated with all the same ...
0
votes
1answer
49 views

Bitmap manipulation as a referenced object

I am working with a Bitmap object that I add annotations or copyright material to the image and then return the modified bitmap. My problem is that the Bitmap won't hold the changes made to it as it ...
0
votes
1answer
223 views

ffmpeg imlib2.so watermarking troubles

I am trying to watermark a flash video, but it throws long list of "Unsupported Codec" so, is flv not supported at all ? Do I need to convert it to .avi and watermark ?
0
votes
1answer
477 views

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...
0
votes
1answer
169 views

Image watermarking in php

I want to watermark an image and save it. here is the code i am using for it. Here it is outputing the image and is storing that output to the file. I want to save it without outputting it. How can i ...
-1
votes
1answer
55 views

Small c/c++ image mixing library

I'd like to apply an image/text over another image in c++, this is the one and basic operation in c/c++. I would like it to be like a watermark. Further more I want to import that librabry/code into ...