How can I Edit 500 images ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Crazy Coder
Forum Newbie
Posts: 7
Joined: Thu Dec 14, 2006 8:55 am

How can I Edit 500 images ?

Post by Crazy Coder »

I want to add copyright to minimum of 70 picture every time
I have GIF image as compyright, my real problem is it is blanck bakground, so if I add it to my pic auto using PHP the background of the copyright will be black ( I want it to be the new image background )

can I do that using php ??

the script user will add around 70-100 permonth to the gallery , So I want to add the copyright manually.

I think it's possible because we can do it in Photoshop

any help plz ??
User avatar
wtf
Forum Contributor
Posts: 331
Joined: Thu Nov 03, 2005 5:27 pm

Post by wtf »

Well, if photoshop can do it, PHP certanly can :lol:

Here's a start
http://www.phpit.net/article/image-mani ... d-part2/3/
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

wtf wrote:Well, if photoshop can do it, PHP certanly can :lol:
I see nothing funny about that statement. It's true.
User avatar
wtf
Forum Contributor
Posts: 331
Joined: Thu Nov 03, 2005 5:27 pm

Post by wtf »

it wasn't supposed to be funny, it was more like 'you can do it'
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

wtf wrote:it wasn't supposed to be funny, it was more like 'you can do it'
Perhaps a wrong choice of emoticon :wink:
Post Reply