Activity Stream
48,167 MEMBERS
61741 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member

    Default Image Watermarking scrit

    any script for image watermarking, with text..

    eg:
    like picfont.com

    it's doesn't show any page load(i think, ajax) also with one click image is uploaded to imageshack, so any script like that.

    or basic watermarking script with remote upload
    torrfriend Reviewed by torrfriend on . Image Watermarking scrit any script for image watermarking, with text.. eg: like picfont.com it's doesn't show any page load(i think, ajax) also with one click image is uploaded to imageshack, so any script like that. or basic watermarking script with remote upload Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    Nerdy-Tutorials.com Mp3viddown.com Filmlab.eu
    wordpress has many

  4.     
    #3
    Member
    it's not for wordpress, just for my personal use...watermarking tons of images

  5.     
    #4
    Member
    You know a bit of php right? It's not that hard to write one for yourself using imagick for example.

  6.     
    #5
    Member
    I find this in my collection, maybe u can use this a bit

    PHP Code: 
    <?php
    // Load the stamp and the photo to apply the watermark to
    $stamp imagecreatefrompng('out/classified-stamp.png');
    $im imagecreatefromjpeg('out/image.jpg');

    // Set the margins for the stamp and get the height/width of the stamp image
    $marge_right 0;
    $marge_bottom 0;
    $sx imagesx($stamp);
    $sy imagesy($stamp);

    // Copy the stamp image onto our photo using the margin offsets and the photo 
    // width to calculate positioning of the stamp. 
    imagecopy($im$stampimagesx($im) - $sx $marge_rightimagesy($im) - $sy $marge_bottom00imagesx($stamp), imagesy($stamp));
    imagejpeg($im"out/stamped.png"); 
    imagedestroy($im);        
            
    echo 
    "stamped.png";
    ?>
    No Signature This Time

  7.     
    #6
    Member
    mate i want to add text watermark, because image stamping/image watermark make the size double, so please help me to get text watermark

  8.     
    #7
    Member
    http://www.imagemagick.org/Usage/annotating/#wmark_text < Shouldn't be too hard to make a one-line bash script taht watermarks all images in a folder.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: 23rd Jul 2012, 02:57 PM
  2. Watermarking Question
    By 0ccul7 in forum Technical Help Desk Support
    Replies: 6
    Last Post: 2nd Aug 2011, 05:27 PM
  3. Any way to add watermarking video in Rapidlleech
    By torrfriend in forum Webmaster Discussion
    Replies: 0
    Last Post: 27th Dec 2010, 10:23 AM
  4. [Tip/Trick] PHP Auto Image Watermarking
    By Juo in forum Webmaster Discussion
    Replies: 0
    Last Post: 1st Aug 2009, 07:02 PM
  5. Replies: 21
    Last Post: 1st Aug 2009, 12:16 PM

Tags for this Thread

BE SOCIAL