watermark

When i press esc key 2 times water mark text is becoming as normal text

When i press esc key 2 times water mark text is becoming as a plain text. What do i need to do to avoid this. pls suggest me. ...

How to create watermark with imagemagick

I'm trying to create a watermark with ImageMagick however, the guides on layering are pretty daunting. Basically I'll have one base image say "base.jgp" and an overlay image say "overlay.jpg". Overlay.jpg would be smaller than base.jpg. Which exec command would I run to place overlay centered on top of base.jpg? Thanks! ...

jQuery Watermark and using .Val()

Hi Guys, 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 statement is True because of the watermark. Is there anyway I can somehow "ig...

Watermark a video programmatically

So I am looking for a way to watermark videos uploaded to my site programmatically. I have looked at ffmpeg-php however this will not work as I am using shared linux hosting. I'm wondering if anyone knows of a way that I can programmatically add a watermark to mp4 videos kind of how you do with the GD lib in php. Has anyone successful...

How would i get the text for this input text?

I need to see if there is a current watermark set for an input field but i am not sure if there is a getter for this watermark plugin. I know i can set a watermark like this $("#request_money").Watermark("Not now"); I tried this but it doesnt seem to be setting the value if($("#request_money").val() == "Not now"){ $("#request_mone...

How to watermark a video with FFmpeg Libavfilter

I try to watermark movies with an PNG image. I read the documentation from http://ffmpeg.org/libavfilter.html but didn't get how using it. I tried ffmpeg -i video.mov -vf "movie=0:png:image.pngpad=1024:576:600:300:0x00000000 [watermark];[in][watermark]overlay=0:0:1[out]" -sameq video.mov And get this error FFmpeg version 0.6, Copyri...

adding a watermark image and text to an image using code

i want to adding a watermark image and text to another image in android,the effect look like office word ,could everyone give me some give directions , Code snippets,or link and so on.i do: public class testWatermarkImage extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedIn...

Applying watermarks on pdf files when users try to download the files

Hey guys, the solutions for my schools' assignments all have waterstamps on the pdfs with our username on it. I was wondering if you guys know how to do something like that using php? Do they run a script prior to the download process? Thanks ...

JQuery Watermark Plugin Submitting Watermarks As Values

I am using the jquery.watermark.min.js plugin. I just recently noticed that it is submitting the watermarks on form submit. It wasn't doing it before, but now it is. Not sure what I changed. Any ideas? Or fixes? I am using MVC, Ajax.BeginForm, I have a viewmodel with validation on it. The website said something about using jquery v...

Given an R,G,B triplet and a factor F, how do I calculate a “watermark” version of the color?

I have an (R, G, B) triplet, where each color is between 0.0 and 1.0 . Given a factor F (0.0 means the original color and 1.0 means white), I want to calculate a new triplet that is the “watermarked” version of the color. I use the following expression (pseudo-code): for each c in R, G, B: new_c ← c + F × (1 - c) This produces so...

Is there a watermark that i can edit

I am using this plugin and it works great but i cant edit the text ...if i click on it, it disappears. Is there an easy way to implement that or any other plugin that maybe able to help me ...

Watermarking video from the Linux command line

Hi, does anyone know how to watermark video from the Linux command line using a simple tool? Watermarking in ffmpeg isn't supported in the current version, and requires a custom compile. Max. ...

Word OLE Automation Watermark adding in MS-Office COM Object

Hi, I am using PHP COM Object but i guess it is the same in all other languages. How do i add watermark to a .doc / .docx Microsoft Word using COM / OLE Automation? try { $word = new COM("word.application") //$word = new COM("C:\\x.docx"); or die(error::asString("couldnt create an instance of word", 20100408.01812, true...