View Single Post
Old 03-03-2009, 08:31 PM   #2 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Well, first of all $this-> can only be used within the class itself, and I doubt you mean that you want to call the resize from within the class.

Secondly, that's alot of code, and I don't think anyone will "make this a class". Someone might link you to a class that can do this, but to write a class of exactly this code, will probably take too long for anyone to do.

Try checking out some of the image classes released on talkphp, and check out pixel2life and other tutorial sites about image classes.
__________________
Tanax is offline  
Reply With Quote