Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 798 results for
watermark
- Page 1
Re: Watermark
Programming
Web Development
7 Years Ago
by pty
Quite an easy process. Just create a semitransparent
watermark
, find an image, add the
watermark
to your image and voila, you're done!
Re: Watermark
Programming
Web Development
7 Years Ago
by davy_yg
…()->user(), ]); // return redirect('/home/setting' . } Let saya my
watermark
image is
watermark
.png . Now how to place this water mark image…
Re: Watermark
Programming
Web Development
7 Years Ago
by pty
… method for every `Image` that has no
watermark
. Fire up a Rails console: Image .where(
watermark
: :nil) .each(&:generate_watermark) Easy, huh…
Watermark
Programming
Web Development
7 Years Ago
by davy_yg
Hello, I am planning on creating stock photos like 123rf.com. It's just a small feature on my web. I wonder how to create a
watermark
with codes? Is that possible? We are selling photography photos. Before the buyer purchase it - it must be watermarked. How? Regards, Davy
Re: Watermark
Programming
Web Development
7 Years Ago
by davy_yg
… the upload image codes: https://www.sanwebe.com/2014/08/
watermark
-an-uploaded-image-with-php Now, I would like to…
Watermark with GD
Programming
Web Development
14 Years Ago
by gwpaul
…'; $imageDir = "images/"; //now add the
watermark
to the image. $
watermark
= imagecreatefrompng('images/
watermark
.png'); $image = imagecreatefromjpeg('$image_file'); //[COLOR="Red"…
watermark png no resize
Programming
Web Development
18 Years Ago
by ycpc55
… wondering if anyone can help me out with this
watermark
script my problem is that the png image is…;member_id=3[/URL] php code: [PHP] <? // IMAGE
WATERMARK
(comment line below if you do not want to use…', '100'); // Intensity of the transition (in percent) // TEXT
WATERMARK
(comment line below if you do not want to use…
Re: watermark png no resize
Programming
Web Development
18 Years Ago
by theonlydrayk
I guess the
watermark
is larger than the image....
Re: watermark on html
Digital Media
UI / UX Design
13 Years Ago
by broj1
…way of doing it is create a background image for
watermark
(i.e. light colored text on a transparent background… css code [CODE].watermarked-div {background-image:url('
watermark
.png');background-repeat:repeat;} [/CODE] This will repeat your…
watermark
across any div that has a class watermarked-div.…
Re: Watermark Images
Programming
Software Development
16 Years Ago
by gauravmajithia
… declaration [CODE] Dim x, y As Integer [/CODE]
Watermark
method [CODE] Public Sub
watermark
(ByVal strFileName As String, ByVal text As String…() End Sub [/CODE] place method will return the location of
watermark
.. [CODE] Public Sub place(ByVal place As Integer, ByRef img…
watermark in pdf using iTextSharp
Programming
Software Development
11 Years Ago
by Abhishek_12
I am generating pdf's using iTextSharp dll.I need to put
watermark
on every page generated. how can I add
watermark
to the pdf generated using iTextsharp dll? Any assistance would be appreciated... Abhishek
watermark in word (vb6)
Programming
Software Development
11 Years Ago
by themathprof
` How can I print a
watermark
in the middle of a word document then return to … Set oDoc = oWord.Documents.Add oDoc.PageSetup.Orientation = wdOrientLandscape 'Insert
watermark
somewhere in the middle of the page then return to…
Watermark Images
Programming
Software Development
17 Years Ago
by ericstenson
Hi- Does anyone have any good code to
watermark
an image in vb.net? I guess this would be effectively the same as overlaying a 2nd image on top of an existing image. Thanks, Eric
watermark textbox
Programming
Software Development
14 Years Ago
by AngelicOne
I read some articles with regards on watermarks in windows app, but I found it to be quite complicated. What is the best way to implement
watermark
in textboxes?
Re: watermark textbox
Programming
Software Development
14 Years Ago
by Momerath
… can do this: [code]myTextbox.SetWatermark("This is the
watermark
");[/code]
Re: watermark textbox
Programming
Software Development
14 Years Ago
by AngelicOne
Hello, i'm sorry if this is late but where could I call the
watermark
class for my textbox? Tried in my form's load event but it's not present.
Re: watermark textbox
Programming
Software Development
14 Years Ago
by Momerath
That code works for winforms applications, not ASP.NET. To
watermark
on ASP you'll have to use javascript, if it's possible.
Watermark Images
Programming
Web Development
13 Years Ago
by turt2live
… is default set (if not passed in) to "images/
watermark
.png" $X : X-Position of overlay (default is 10…
watermark on html
Digital Media
UI / UX Design
13 Years Ago
by baig772
Hi all how i can put a
watermark
on a HTML div??
Re: watermark on html
Digital Media
UI / UX Design
13 Years Ago
by rahul.patil123
why dont you use a photoshop or online free
watermark
services
Re: watermark on html
Digital Media
UI / UX Design
13 Years Ago
by salumerzi4
what is meant by
watermark
?
Re: watermark
Programming
Software Development
13 Years Ago
by Begginnerdev
If you want a "
watermark
" on a form, you can use a label with the text color very close the the default form color.
Re: watermark
Programming
Software Development
13 Years Ago
by GeekByChoiCe
… a pictureBox, choose the image you want to use as
watermark
, dock it to the parent container. After this you can…
Re: add watermark in image
Programming
Web Development
17 Years Ago
by nandhinijp
watermark
is working in my system.when i upload files in site.it didnt display
watermark
in images.usually display images only.Please help me.whats is the problem in upload?
Re: add watermark in image
Programming
Web Development
17 Years Ago
by nandhinijp
Watermark
text size related to image resolution.If image resolution is 100 means text size is small if it is >300 text size too large.can we change the image resolution at the upload time. or can we set text doesnt relate with resolution.
Re: BUG: Watermark in quick reply textbox
Community Center
Meta DaniWeb
14 Years Ago
by Dani
Watermark
goes away now.
Re: Watermark
Programming
Web Development
7 Years Ago
by davy_yg
How to watermarked thousands of images in minutes?
Re: Watermark
Programming
Web Development
7 Years Ago
by Damhart
Awesome, I was trying to accomplish this the dumb way haha
Re: watermark an image in vb.net
Programming
Software Development
14 Years Ago
by magdyalgamal
… Graphics.FromImage(bmp) ' Determine the opacity of the
watermark
myBrush = New SolidBrush(Color.FromArgb(opac, MyWatermarkColor)) 'place…) Handles Watermark_Btn.Click place(3, Pic.BackgroundImage) If
watermark
(Watermark_TextBox.Text, Fnt) Then ' Clipboard.SetDataObject(FromFile(tmp…
Re: How to watermark videos (PHP+ffmpeg on linux)
Programming
Web Development
13 Years Ago
by jeevanism
….avi -vf "movie=watermarklogo.png [
watermark
]; [in][
watermark
] overlay=main_w-overlay_w-10:10 [out]"….avi -vf "movie=watermarklogo.png [
watermark
]; [in][
watermark
] overlay=10:main_h-overlay_h-10 [out]"…inputvideo.avi -vf "movie=watermarklogo.png [
watermark
]; [in][
watermark
] overlay=main_w-overlay_w-10:main_h-overlay_h-10 …
1
2
3
14
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC