View Single Post
Old 08-27-2007, 03:46 PM  
GrouchyAdmin
Now choke yourself!
 
GrouchyAdmin's Avatar
 
Industry Role:
Join Date: Apr 2006
Posts: 12,085
Use regex to find the images in the stream, then download them locally, and resize them with imagecopyresize(). Finally, parse and rewrite the stream to point to your local files.

You're not going to be able to do it otherwise, unless you wrap the whole page, and rewrite your img src, using javascript or css to resize at will.
__________________
GrouchyAdmin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote