A watermark is information embedded within a file. In the most common usage, watermarks are added to images to identify the image's creator.
-1
votes
2answers
39 views
Add watermark to file during upload
I'm trying to make an upload function which adds a watermark to every file uploaded in memory and then saves the files to a specific folder. However, I can't get the watermark part of the code to ...
1
vote
0answers
59 views
centring an image ontop of another one in python(PIL), then hiding one inside the other
The task is to make two functions one that embeds a grayscale image inside a RGB one. The second then shows the hidden "watermark". I've completed the task( there is 15 tests the code must pass I ...
1
vote
3answers
71 views
Merging 2 images using c#
I want to merge 2 pictures in my c# program.
the first one is any picture in grayscale mode, and the second one is like in this picture : 2nd Pict
both of the pictures / images have the same size.
...
0
votes
0answers
31 views
VB.NET Watermark Adder
i asked earlier about a way to add a watermark to a picture using visual basic . and thanks to everybody i managed to find a way , but now it seems like i need a code for an option to make the user ...
1
vote
1answer
109 views
Setting asp.net text box value using jquery with ajaxcontroltoolkit watermark
I am using asp.net textboxes with ajaxcontroltoolkit watermark control. There is a list box with entries that can be edited using the text boxes. On selection change of the list box I need to set the ...
0
votes
1answer
42 views
Visual basicWatermark adder [closed]
I was searching for a way to make a watermark adder .
The idea is that it loads a picture using an open file dialog and then adds the watermark on the picture or beneath it ! . I was searching if ...
0
votes
0answers
14 views
Add watermark in Jupload
I have watermark function, to add watermark image
/**
Watermark function
*/
function create_watermark($source_file_path, $output_file_path)
{
list($source_width, $source_height, $source_type) = ...
0
votes
0answers
30 views
Create a dummy image for each existing in directories?
I'm a bit stumped on a random personal project I'm working on.
I have a a directory (with subdirectories) filled with 100s of images of various sizes. I need to duplicate each image, black out the ...
0
votes
0answers
15 views
Silverlight TextBlock transparent foreground with dropshadow
When i change opacity of textBlock the dropshadow effect get opacity to, and i need to set opacity only on textBlock, like this image:
There is my xaml code:
<UserControl.Resources>
...
0
votes
3answers
92 views
How to customize the watermark text of @Html.TextBoxFor(..) in MVC4
I have a water mark text in my @Html.TextBoxFor(). I want to customize it by changing the watermark text to a fade colour and to hide the watermark text on clicking the textbox.
Here is my code-
...
-5
votes
0answers
31 views
Free .net component to watermark pdf files (commercial purposes) [closed]
I am looking for a free (or cheap) component for .net to watermark pdf-files. There seems to be be a couple of nice tools around but I haven't found one that can be used for free in commercial ...
0
votes
4answers
60 views
asp.net watermark on page load
here I'm trying to get a watermark for my two textbox, supposedly they are Username and Password textbox. I already get the hang of it, using this code:
<asp:TextBox ID="TbUsername" ...
0
votes
0answers
66 views
ffmpeg watermark transparent background
I'm trying to add a watermark to a video file but i'm having problems with the background of the watermark because i want it to be transparent.
My approach is like this: i make a png file the size of ...
2
votes
0answers
61 views
C#: Watermark image has poor quality when saving JPEG
I'm trying to add watermark to image and save it at best quality, but when saving JPEG watermark has poor quality (but quality of main image is good).
string wtrSrc = @"D:\watermark.png";
string ...
-1
votes
1answer
58 views
C# watermarking not working for .gif and .tif images
I'm trying to watermark images with a .png image
my .jpg and .png images are getting watermarked properly but .tif and .gif images give error.
I'm doing it in c#.
and i get this errror :
{"A ...
-5
votes
0answers
20 views
how to do pixel by pixel watermarking in pdf? [closed]
When I was browing the net, I found this document...
http://hariganesh.com/pdf/University%20Question%20Papers/R08/M1/M1%20R08%20MayJune%2012.pdf
Here the document is watermarked pixel by pixel.. I ...
0
votes
1answer
48 views
C# change watermark image size depending upon original image
I'm watermarking my images before uploading.
the problem im facing is if the image is small, the watermark looks to big..
i want to change watermark image size according to the original image..
for ...
-1
votes
0answers
71 views
How can an image watermark be inserted into a text file using code in any programming language? [closed]
I am trying to insert a small watermark image as a background for a text file ,but I am not able to find any online guidance on how to go about it.
I also want to extract back the watermark from the ...
0
votes
0answers
35 views
watermark some binary information inside the SVD form of DWT of image
I am trying to write a code to watermark some binary information inside the SVD form of DWT of image
Here is the steps that I am successful so far :
Apply 3Level of DWT to host image
Apply SVD to ...
1
vote
1answer
40 views
How to scale and position watermark to scale?
I'm scaling a video and applying a watermark like so:
ffmpeg -ss 0:0:0.000 -i video.mp4 -y -an -t 0:0:10.000
-vf \"[in]scale=400:316[middle]\" -b:v 2000k -r 20
-vf ...
-1
votes
0answers
22 views
image transmission system using digital watermark [closed]
I have a doubt with a specific formula given in the base paper of the above topic.The formula and the base paper is attatched below.
formula- http://www.mediafire.com/view/?o0ysqmz40wl14qx
...
5
votes
1answer
104 views
Manipulating watermark images with Go
I want to find something about making the watermark image examples, written in Go language!
I need a PNG image for the watermark image, that can be applied to other formats PNG, GIF, JPEG etc.,
I ...
0
votes
0answers
20 views
How to add a watermark to a jQplot chart?
I am using http://www.jqplot.com/ chart renderer.
Does anyone know how I could add a watermark to the rendered charts?
Thanks a lot,
Xavier
1
vote
1answer
51 views
techniques used in digital watermaking
i am trying to implement a new digital watermarking system,this is the embedding procedure
the reference paper is available in the following link
http://www.4shared.com/folder/UNjahlTS/_online.html
...
0
votes
0answers
35 views
watermark is reset after blur
First, on page load, I set the default watermarks as follows:
function AddWatermarksDataEntry() {
initialWatermarks = new Array();
initialWatermarks.push(new Array("P1_BIRTHDATE_MASK", ...
1
vote
1answer
182 views
How do I add watermark text to my textBox (e.g. “type here…”) in C++ winforms? (Vs2012)
I was wondering if anyone knew how to add watermark text (e.g. "type here..." in gray writing) to textboxes in visual studio 2012. I've searched the web for a solution to no prevail. Any help would be ...
0
votes
2answers
134 views
can't fetch base64 of image created using PHP using fopen and file_get_contents?
So, what I want is where user can upload image, a PHP script will add watermark to it,a nd the pic will be hosted on imgur using imgur API
Adding watermark to the image and hosting it to imgur is not ...
0
votes
0answers
151 views
Displaying product images with watermarks in Magento 1.7.0.2
I am developing a magento store for a client and have run into a problem. The client has 1000's of products and to save time watermarking each product image individually we are going to use the built ...
1
vote
1answer
103 views
Change size of a WatermarkText into a WatermarkTextBox with WinRT XAML Toolkit
I use this lib : http://winrtxamltoolkit.codeplex.com/
I want to specify the FontSize of the WatermarkText, how can I do that ?
Thanks
1
vote
2answers
102 views
Watermarking jpg files in C#
I am trying to watermark a jpg image with another jpg image. It's working fine if I store the resulting image as a new image. Is it possible to just update the original image file with the watermark ...
1
vote
0answers
49 views
php image outputting as gibberish string
I am using the code on this page - http://www.php.net/manual/en/image.examples-watermark.php - to watermark a JPEG image. The only thing I have changed is the links to the image files, and the links ...
0
votes
1answer
123 views
Show watermark at the beginning of the video
Need to add watermark for first 3 seconds the video using ffmpeg. Here's what I got right now:
ffmpeg -y -i '255871.mov' -qscale:v 0 -qscale:a 0 -vf '[in] transpose=1 [out];movie=watermark.png , ...
2
votes
1answer
90 views
Adding watermarks to mp3 downloads
I noticed that companies such as iTunes and Amazon add "watermarks" to their mp3 files showing information such as the following:
From where the file was purchased.
Who purchased it.
etc.
Amazon ...
-1
votes
2answers
87 views
How will I implement putting a watermark upon printing the PDF? [closed]
Here is what I have in my mind:
First, I will view the document in an embed tag.
Second, Users can print the pdf, but these are confidential files so they need to coordinate to the document ...
0
votes
0answers
42 views
ImageMagick convert_options stripping arguments on Heroku
I am attempting to watermark images by using convert_options within my Pic.rb model. Here's the code:
has_attached_file :image,
processors: [:thumbnail],
styles: {
wide: {
...
3
votes
1answer
140 views
Jquery watermark plugin submits watermark as form's value in IE9
I am using this plugin:
http://code.google.com/p/jquery-watermark/downloads/detail?name=jquery.watermark-3.1.4.zip
and problem is it submits the watermark value as textbox's value in IE9. How can I ...
0
votes
1answer
128 views
How to remove watermark from TIFFs to improve OCR
I have a bunch of uncompressed bitonal TIF document images. All of them have a watermark in the middle. When I run them through OCR, the text that overlaps with the watermark does not get recognized. ...
0
votes
0answers
37 views
Search not working on enter with the following Javascipt code. IE7 and 8 specific
Can put content in in all the browsers, and hit enter and it runs the search event fine, but in IE7 and 8 it stays on the same page, and also the search text stays in the box.
Any ideas whats ...
-1
votes
1answer
52 views
How to watermark Image in custom template in wordpress?
I want to watermark images while uploading in custom wordpress template. I used php function of watermark but it's not working. Please help
0
votes
1answer
141 views
Importing PDF position PDFStamper
I'm lost at the moment.
What I try to accomplish is adding one PDF on another (like a watermark).
The problem is that I dont seems to understand the coordinate system that is used because
my watermark ...
0
votes
0answers
241 views
Add watermark to all frames in video using ffmpeg in C#
I use the following command to add a jpg watermark to my video in C# using ffmpeg:
" -i " + inputFilePath + " -q:v 0 -q:a 0 -y " + @" -vf ""movie=logo.jpg [logo]; [in][logo] ...
1
vote
1answer
77 views
rabbitmq connections blocking but memory is blow watermark
we are use rabbitmq in our application, two hours ago, one of our app server is blocked when try to connect to rabbitmq, after check rabbitmq server , we found one node's memory is over watermark, a ...
0
votes
0answers
47 views
ImageJ add watermark
ImageJ: What is the best way to add watermark to image?
I use two images the original image and the watermark image. The problem (in watermark image)is that I cannot change the opacity of the text ...
1
vote
2answers
105 views
Dynamic image watermarking - injecting model attributes into watermarks
I'm currently using this Paperclip::Processor to watermark images with imagemagick's composite command.
It allows me to inject a pre-made single file as a watermark, which lives in my public file.
...
0
votes
2answers
211 views
matrix dimension error in matlab code
i am trying a particular code in matlab but getting the error
Error using ==> plus
Matrix dimensions must agree.
at this line
LL_1=LL+k;
where k=w*alpha; and [LL,LH,HL,HH] = ...
1
vote
2answers
129 views
Image is Not Saving in upload folder [duplicate]
i am Trying to save images of different categories in a folder and retrieve them..and when i save an image, a watermark is automatically applied on image ..
for this i am using.
<?php
...
-7
votes
1answer
65 views
Android - Watermarking how to [closed]
i am noob here I want you guys help in creating a android app that does a dct image compression as soon as the camera catpures an iamge and text watermark it.
I would be so grateful if you guys find ...
-1
votes
1answer
130 views
Android water mark
I have some question about water mark within android code!
The fllowing code showed my idea about WaterMark!
However,It does not work normally.
e.g. only the image end with .png can be watered mark
...
0
votes
1answer
608 views
Water mark textbox using HTML and jQuery
I want to make a water mark textbox using HTML and jQuery but problem is when i go to another page and back on again water mark textbox page the water mark text is show in normal text.
Below is my ...
0
votes
0answers
92 views
Taking too much time to export video with adding watermark on video layer
In my application i am recording a video and when finished recording i am adding watermark and exporting it to the document directory.
It's working okay but taking too much time in export for example ...





