watermark

how to place text or image over another one ?

Hi, I am trying to place something (text/image) on another image. How can I do this in Action script or PHP? My trouble is finding the edges of the base image and position the text or image accordingly. Something like at http://www.zazzle.com/cr/design/pt-mug. Somebody please help me. regards tismon ...

curved text in php

Hi, i am need of watermark an image with curved text. i had gone through some sites in internet, but i couldn't find the code which i need. somebody please tell me how to generate curved text in php thanks and regards tismon ...

How can I overlay a watermark on an already resampled image in PHP (using GD) ?

Here's my current code: define('IMG_WIDTH', (isset ($_GET['width'])) ? (int) $_GET['width'] : 99); define('IMG_HEIGHT', (isset ($_GET['height'])) ? (int) $_GET['height'] : 75); $image = imagecreatefromjpeg($_GET['image']); $origWidth = imagesx($image); $origHeight = imagesy($image); $croppedThumb = imagecreatetruecolor(IMG_WI...

how to print background image on printer as watermark

i have one image background of table with following syntax style="background-image(URL)" the problem is when i print it on printer it did't print. can you please tell me how to get this image background also get it printed on paper as watermark. i need any code not to ask every user to change the browse settings. Thanks ...

add watermark to powerpoint

I want to add watermark to powerpoint file from c# by using powerpoint object library but I could not find any example/documentation which explains how to do it. Is it possible at all? Any hints or suggestions? ...

Jquery Validation Watermark

I am using jQuery validation plugin and Watermark plugin. The problem I am facing is when i applied a watermark to any input field for which validation is also applied then validations are failing For Example: <input type=text name=myinput class="required"> and I applied a watermark for this field in document ready function: $("#my...

add a watermark to a powerbuilder data window

Hi, we have some confidential reports that we would like to add a watermark to when the print them out -- anyone know if you want add a watermark in a powerbuilder datawindow? Thanks ...

Form validation Issue

I am using jQuery validation plugin for form validation. The problem I am facing is when I have inline labels.. For Example: <input type="text" name="myinput" value="Enter your ...."> This is the sample case where validation is failing because the 'value' is set for input field. Is there any workaround? How do I ignore default/label ...

Can i add watermark on a series of pictures?

I have a strong amount of pictures, which i would like to "protect" by adding watermark on them. Is there any way of adding watermark by using vb.net or C# ? ...

How to read watermarks with Python?

Is there any way to read metadata - watermarks from image files with Python? Thanks. ...

Image Magick watermark problem (upgrade 6.5.1 -> 6.5.7)

We recently upgraded our version of image magick from 6.5.1 to 6.5.7 (via karmic->lucid ubuntu upgrade). One of the commands we rely on is resizing an image and then placing it on top of another image: composite -gravity 'Center' -resize '304x202!' watermark.png -size '320x213' base.jpg result.jpg In this example we are expecting a r...

Avoiding water mark text saving

Hi, How we can avoid the saving of watermark text of a textbox while saving? In my application, I have one textbox which has a watermark text like enter value(by using ajax textbox watermark extender). when i save the form, the text box returns the value of some white space corresponding the letters of the water mark text. And i used to ...

Merging (watermark) a jpg with png while resizing the png in PHP GD

Hi everyone, I am sure I could somehow figure this out but it's just taking me way too long since I am not a PHP guy. Hopefully someone can set up the script for me in minutes... So here's what I need to do: I transmit 2 pictures from a smartphone to a webserver. These 2 images need to be merged (watermarked). They differ a little: p...

Generate image thumbnails with watermarks on the fly in PHP

I'm looking for PHP class (solution) for generating image thumbnails with watermarks on the fly. Any idea ? ...

how to create watermark effect using jquery in asp.net

I got this article for doing this but i found that this is not working as i have given multiple classes in same textbox. How to convert this to work with multiple classes. I dont know how to use selectors to work with. I am using it like this <div class="inbox3full"> <div class="threeinbg"><asp:TextBox ID="txtSortOrder" CssClass="t...

How can I add a watermark or png or bitmap to the background of a CTreeCtrl?

I would like to have a background image for a list control (CTreeCtrl). Is this possible and how can I do it? (This is for a Visual Studio 2008 C++ mfc app) ...

Adding hidden watermark to NSImageView

Hi, I want to add a hidden watermark in NSView. I don't know how I can do that. Any pointers. Please send any useful links. Thank you in advance. ...

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 background images. (The code is declared below...) The problem is that the first text is written for all 184 different data.. I think I have to re...

How to prevent watermark text being sent when a button is clicked?

I've implemented this textbox watermark functionality on some of the text boxes in my solution: http://cysemic.com/2010/03/jquery-textbox-watermark-revisited-making-it-a-plugin/ It's very useful, but it's causing me some problems. Specifically, when I click the submit button when the watermark is present on a text box, the watermark te...

transparent labels on mapserver using a mapfile

Hi, i'm trying to add a watermark layer in my mapfile with a DEFAULT layer: LAYER OPACITY 20 NAME "copyright" METADATA "wms_title" "copyright" END STATUS DEFAULT TYPE ANNOTATION TRANSFORM ll FEATURE POINTS 220 -220 END TEXT "Sample Image" END CLASS LABEL ...