watermark

Automatic image rotation based on a logo

We're looking for a package to help identify and automatically rotate faxed TIFF images based on a watermark or logo. We use libtiff for rotation currently, but don't know of any other libraries or packages I can use for detecting this logo and determining how to rotate the images. I have done some basic work with OpenCV but I'm not...

invisible watermarks in images

How do you insert invisible watermarks in images for copyright purposes? I'm looking for a python library. What algorithm do you use? What about performance and efficiency? ...

text watermark on website? how to do it?

I am a C++/C# developer and never spent time working on web pages. I would like to put text (randomly and diagonally perhaps) in large letters across the background of some pages. I want to be able to read the foreground text and also be able to read the "watermark". I understand that is probably more of a function of color selection....

Best way to stamp an image with another image to create a watermark in ASP.NET?

Anyone know? Want to be able to on the fly stamp an image with another image as a watermark, also to do large batches. Any type of existing library or a technique you know of would be great. ...

C# - Placing a PDF inside another PDF

I have multiple logos of various companies in various formats that needs to be added to other PDFs. The format of these logos is not specified at the moment but it could be locked down to only certain formats if it causes issues. These other PDFs will be mostly posters and will be printed off by the user. Question: What is the best wa...

Adding an invisible image watermark in C#?

I want to insert multiple invisible watermarks into my JPEG pictures through C# code. That means that I need a .NET library that does this work and not some external batch application. Any suggestions? ...

Where can I find an image watermark control for Delphi?

Is there a good image watermark control for Delphi? It would be nice if it could receive both text and images to insert in a base photo. I would also prefer it was free. ...

Watermark System.Windows.Forms.TextBox using C#

What is he best way to implement Watermark functionality for a System.Windows.Forms.TextBox in .Net 2.0 with C#? Edit: Using the ready-made component from CodeProject was very easy. It's also with a The Code Project Open License (CPOL). ...

How to have elements with different background-colors yet the background-image shows everywhere (aka, a watermark)?

I want to create an html page with a watermark. I set the background-image on the body. However I have some elements that are not allowing the background image to bleed through. They define their own background-color (but not background-image), overriding the color in the body. This surprised me. They didn't override the image, just...

Javascript Events Not Bubbling Up When Using Text Box Watermark

I'm trying to implement a simple watermark on a text box that disappears when the text box gains focus. I found this jQuery plugin that appeared to work great: http://remysharp.com/2007/01/25/jquery-tutorial-text-box-hints/ The watermark worked just as advertised with this code: <script type="text/javascript" src="/includes/_jQuery/_...

How Can place a watermark in Flash Input Text field

Hi Everybody, I have a doubt in flash AS3, my requirement is how to place a watermark in Flash Input text field so that if any user clicks on the input text field then the text which was already appearing should not be visible . I hope that i will get a better answers from anyone of you Thanks --Jennifer. ...

Reporting Services 2005 - How to embed a watermark?

In one of our systems that uses Reporting Services 2005, the client is asking for reports to feature a watermark to ensure that reports which are printed out by the customer and sent in (example: A contract document generated by the system but then must be signed and mailed in) are authentic. I have not been able to find a clear-cut way...

jquery autoSearch watermark

I'm using the jquery plugin wordFilter: http://people.apache.org/~gmonroe/wordFilter/index.html which gives the autoSearch function, which allows for automatically filtering a list of elements based on text typed into a text_field. It works great, but I was hoping to also have a text_field watermark in there if there is no text entered...

Silverlight Watermarked AutoComplete Box

Can someone direct me to an example or explanation that will help me either: Extend the SilverLight AutoComplete Box to allow watermarks. Extend the Watermark TextBox to allow AutoComplete functionality. It strikes me that option 1 would be easiest, but I'm open. Thanks in advance. ...

Java 3D: Where can I insert a "post rendering" FX?

Hi, I extended a Canvas3D and then I override the method "postSwap()", but my odd-even line effect is flickering a lot, what could be another good point for inserting this process? public void postSwap() { Graphics2D g2 = (Graphics2D)this.getGraphics(); Map map = new HashMap(); map.put(RenderingHints.KEY_ANTIALIASING, Render...

Watermark TextBox in WPF

How can I put some text into a textbox which is removed automatically when user types something in it? (In WPF) ...

AJAX TextBoxWatermarkExtender causes widening of textbox it is attached to.

Hello. Here's is the issue testcase. I have some textboxes (multiline, wrap=true) with watermark extenders attached. then I type a short world, then space, then long word (like 'short longgggggggggggggggggggggggggggggggggggggggg' that consumes more than line so that scrollbar appears) whenever I set focus to to another textbox, then s...

jQuery Watermarked input and validation

On a HTML page I have an inputbox that has a 'watermark' on it when it is empty. (eg: "enter text here..."). Kind of like this: http://digitalbush.com/projects/watermark-input-plugin/ - but custom written. The problem is that I can't figure out how to validate this field with the jQuery validation plugin (http://docs.jquery.com/Plugins/...

How can I produce a small stamp on each image on my site

i work in lamp environment . i search script that know to take a image , that user upload to my site. and make from this image , new image that contain the real image with small stamp on the top corner. thanks ...

Add own watermark to flex chart

Hi community, does someone know how to add a watermark to a charting component in flex? Maybe to a Line Chart or just simple to a canvas. Thanks in advance Sebastian ...