Is there a PHP plug-in...

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
Ricard
Forum Newbie
Posts: 2
Joined: Fri Jun 23, 2006 9:12 am

Is there a PHP plug-in...

Post by Ricard »

To make the images black&grey with? I mean, if I install it could it be possible to immediately transform the images into black & grey?

Thanks and sorry for my grammar.
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

Check the manual for imagetruecolortopalette()
Ricard
Forum Newbie
Posts: 2
Joined: Fri Jun 23, 2006 9:12 am

Post by Ricard »

Sorry, but I've not idea of what I have to do, cause I haven't got idea of PHP :lol:

Shall I copy these codes and put it to my pages?

Thx
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Ricard wrote:Sorry, but I've not idea of what I have to do, cause I haven't got idea of PHP :lol:

Shall I copy these codes and put it to my pages?

Thx
If that works for you: sure. Reading the link, especially the user-notes, Grim provided helps as well.
Post Reply