class file

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
kpraman
Forum Contributor
Posts: 172
Joined: Fri Oct 13, 2006 10:54 am

class file

Post by kpraman »

Hello,

I am searching for a class file which works in this manner,

When i upload a picture, the pictures should be resized in 3 different size and should be uploaded to 3 different folders and one folder should contain water marked images.

can someone tell me, if you have seen this kind of class file in any site?


Thanks
Flamie
Forum Contributor
Posts: 166
Joined: Mon Mar 01, 2004 3:19 pm

Post by Flamie »

I'm 100% sure you will *not* find a class that does that.
But you can easily find image handling classes, and do your own wrapper class around it to do the things you want ;o
Post Reply