Results 1 to 7 of 7
-
18th Mar 2012, 10:01 PM #1OPMember
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 uploadtorrfriend 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
-
18th Mar 2012, 10:03 PM #2MemberWebsite's:
Nerdy-Tutorials.com Mp3viddown.com Filmlab.euwordpress has many
-
18th Mar 2012, 10:18 PM #3OPMember
it's not for wordpress, just for my personal use...watermarking tons of images
-
18th Mar 2012, 10:56 PM #4Member
You know a bit of php right? It's not that hard to write one for yourself using imagick for example.
-
18th Mar 2012, 10:59 PM #5Member
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, $stamp, imagesx($im) - $sx - $marge_right, imagesy($im) - $sy - $marge_bottom, 0, 0, imagesx($stamp), imagesy($stamp));
imagejpeg($im, "out/stamped.png");
imagedestroy($im);
echo "stamped.png";
?>No Signature This Time
-
6th Apr 2012, 03:22 PM #6OPMember
mate i want to add text watermark, because image stamping/image watermark make the size double, so please help me to get text watermark
Skipp the Adfly Adfocus LinksBucks by one click(No Ads, No pop up's)
For << Kimsufi >> Truly Unmetered - No more 5Tb or 10Tb Limit
Wordpress Theme not working after editing footer copyright
-
6th Apr 2012, 03:42 PM #7Member
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.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Online Image Watermarking tool (can watermakr a text or Logo)
By soum111 in forum Useful SitesReplies: 4Last Post: 23rd Jul 2012, 02:57 PM -
Watermarking Question
By 0ccul7 in forum Technical Help Desk SupportReplies: 6Last Post: 2nd Aug 2011, 05:27 PM -
Any way to add watermarking video in Rapidlleech
By torrfriend in forum Webmaster DiscussionReplies: 0Last Post: 27th Dec 2010, 10:23 AM -
[Tip/Trick] PHP Auto Image Watermarking
By Juo in forum Webmaster DiscussionReplies: 0Last Post: 1st Aug 2009, 07:02 PM -
[vb][phpbb3] Image Revenue, Watermarking, hotlink protection and thumbnail mod
By SplitIce in forum Webmaster ResourcesReplies: 21Last Post: 1st Aug 2009, 12:16 PM
themaCreator - create posts from...
Version 3.48 released. Open older version (or...