Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Results 1 to 8 of 8
  1. #1
    Gold Lifetime Member

    Join Date
    Feb 2006
    Posts
    149
    DNF$
    218
    Bank
    0
    Total DNF$
    218
    Donate  

    Software to watermark images?

    I am going to start a wallpapers site and I want to watermark my wallpapers with my site name at the right bottom. I want you people to recommend me some good software so that I can easily watermark my images in batch mode without losing the quality of the wallpapers.

  2. #2
    The Bishop
    namestrands's Avatar
    Join Date
    Jan 2005
    Location
    Langley, VA
    Posts
    4,053
    DNF$
    3,316
    Bank
    0
    Total DNF$
    3,316
    Donate  

    Re: Software to watermark images?

    Simply Overlay your Images with a transparent PNG image with your watermark on it.

    Something like this will do it simply. First Create your WaterMark image. Create a file called makeimage.php and use the image tag


    PHP Code:
    <img src="makeimg.php?photo=original_photo.jpg"
    PHP Code:

    <?php


    header
    ("Content-Type: image/jpeg");
    //(because the script outputs picture)


    $transparency 40//watermark's transparency (0-100)


    //source photo
    $source_photo stripslashes($_GET['photo']);
    $photo imagecreatefromjpeg($source_photo);

    //watermark
    $watermark imagecreatefrompng('watermark.png');
    $watermark_width imagesx($watermark);
    $watermark_height imagesy($watermark);

    //location of the watermark on the source image
    $size getimagesize($source_photo);
    $dest_x = ($size[0] - $watermark_width) / 2;
    $dest_y = ($size[1] - $watermark_height) / 2;

    //make the image (merge source image with watermark)
    imagecopymerge($photo$watermark$dest_x$dest_y00$watermark_width$watermark_height$transparency);

    //output the image
    imagejpeg($photo);

    //free memory
    imagedestroy($photo);
    imagedestroy($watermark);

    ?>
    Last edited by namestrands; 01-14-2007 at 09:42 AM.
    Enterprise Communications and Social Media in Uist

  3. #3
    Gold Lifetime Member

    Join Date
    Feb 2006
    Posts
    149
    DNF$
    218
    Bank
    0
    Total DNF$
    218
    Donate  

    Re: Software to watermark images?

    I have a lot of images & I want batch watermark

    Thanks.

  4. #4
    The Bishop
    namestrands's Avatar
    Join Date
    Jan 2005
    Location
    Langley, VA
    Posts
    4,053
    DNF$
    3,316
    Bank
    0
    Total DNF$
    3,316
    Donate  

    Re: Software to watermark images?

    you can manipulate the script above to process an entire directory and output the watermarked files to a new folder.
    Enterprise Communications and Social Media in Uist

  5. #5
    Gold Lifetime Member

    Join Date
    Feb 2006
    Posts
    149
    DNF$
    218
    Bank
    0
    Total DNF$
    218
    Donate  

    Re: Software to watermark images?

    Really thanks buddy. I will try this.

    Thanks.

  6. #6
    Platinum Lifetime Member

    Join Date
    Jul 2004
    Posts
    18
    DNF$
    231
    Bank
    0
    Total DNF$
    231
    Donate  

    Re: Software to watermark images?

    You can also use the command line tools from the excellent Imagemagick library. These links below should get you started

    http://www.imagemagick.org/script/composite.php
    http://www.cit.gu.edu.au/~anthony/gr.../#watermarking

    All the best

  7. #7
    Platinum Lifetime Member
    cooljeba's Avatar
    Join Date
    Jul 2005
    Location
    On your monitor
    Posts
    1,002
    DNF$
    2,195
    Bank
    0
    Total DNF$
    2,195
    Donate  

    Re: Software to watermark images?

    as in topic you have mentioned software.. I recommend photoshop.. if you want to do it manually..

    Try this watermark tutorial

    Hope that helps...

    ..:: peace ::..
    Jeba
    Beautiful Scraps- The Motivational Blog | LogoDesign - Portfolio | PM me to get your Logo Done.

  8. #8
    Gold Lifetime Member

    Join Date
    Feb 2006
    Posts
    149
    DNF$
    218
    Bank
    0
    Total DNF$
    218
    Donate  

    Re: Software to watermark images?

    Thanks for the help CoolJeba.

    The thing I am looking is to watermark lot of images and want to do in Batch Mode.

Similar Threads

  1. Replies: 3
    Last Post: 07-20-2006, 04:26 AM
  2. Thank You
    By additional in forum Website Development and Design Discussion
    Replies: 0
    Last Post: 04-14-2006, 06:41 AM
  3. Create Your Own Software
    By martialtiger in forum Advertising and Related Offers
    Replies: 0
    Last Post: 12-26-2005, 01:50 AM
  4. MY.com - 2 2-letter domains
    By Mr. Deleted in forum Domain Brokerage
    Replies: 33
    Last Post: 04-09-2005, 09:14 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Domain name forum recommended by Domaining.com