I want to use PIL to change images to be smaller so they render faster, I could do it like this where they are entered into a database and uploaded, but I have up to 8 different sizes to work with,and with a constantly changing design, it would be difficult to make the database changes as well. This was the example I found but it uses the database and a second upload. http://groups.google.com/group/web2py/browse_frm/thread/e2640890d99cf6b5/c213a917b8448ab8?lnk=gst&q=import+image#c213a917b8448ab8
I would like to make it so I can pass a function the file location db.stuff.photo and it would return something I could pass to the view. Hepe that makes sence. Best Regards, Jason Brower

