3
votes
3answers
62 views
PHP watermarking
i am using this code to create watermark.
$image = '1.jpg';
$overlay = 'stamp.png';
$opacity = "20";
if (!file_exists($image)) {
die("Image does not exist.");
}
// Set …
0
votes
3answers
65 views
Adding a watermark to a JTextArea
Is they a way of adding a watermark to a JTextArea?
0
votes
1answer
98 views
WPF Watermark PasswordBox from Watermark TextBox
I am using a Watermark textbox as in Watermark TextBox in WPF
<Grid Grid.Row="0" Background="{StaticResource brushWatermarkBackground}" Style="{StaticResource EntryFieldStyle …
1
vote
3answers
101 views
Is it possible for my image watermark to be read, altered or removed?
Is there a tool that would reveal whether an image contains a watermark and read, alter or remove a watermark if used by someone who is not the creator of the watermark?
Edit to t …
2
votes
4answers
93 views
Watermarking images on upload
I'm creating a website which requires the images in the site's Gallery to be watermarked. I'd prefer the watermark to get added programatically when the image gets uploaded to the …
1
vote
4answers
70 views
Watermark on hotlinked images?
I wonder if its possible to have a watermark on hotlinked images on an external site, but not on the original site? I'm using jQuery, can I do something about this?
Thanks heaps!
0
votes
1answer
23 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 outpu …
0
votes
3answers
106 views
How does Google Books work? Are there any open source alternatives?
Hello,
I have been asked to publish a complete book online similar way Google Books does? i.e. it's viewable and printable but not download-able.
Is the process is basically "hi …
0
votes
2answers
69 views
How to apply a watermark to an uploaded picture using PHP
How can I apply a watermark to an uploaded picture using PHP?
Example LINK: http://www.kitebeaches.com/kitesurf/uploadPicture/NIRVANA%5FClub%5FVillage.html
1
vote
6answers
2k views
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)
0
votes
1answer
455 views
Place watermark image on other images (C#, ASP.Net)
How do I add a watermark image onto other images?
I'm able to place text on an image as a water mark but now I have an image that I'd like to put on there instead of the text. How …
0
votes
0answers
45 views
creating watermark in pdf’s created with dompdf’s php5 class
Hi,
Is it possible to place a watermark into a PDF generated by the dompdf's php5 class?
If yes; how do I do it?
If no; is there another way?
1
vote
1answer
129 views
Can this watermark function be improve (PHP)
Below is a watermark function I made for my php photo upload script. I am curious if there is a better way of doing the parts that check for the file type, notice I had to use tha …
1
vote
4answers
139 views
jQuery watermarkinput plugin POSTs watermark values to server
I'm using the jQuery watermarkinput plugin to place hint text inside text box input fields. When the page POSTs back to the server, the watermark values are POSTed as the input box …
0
votes
1answer
213 views
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
