PDA

View Full Version : png or jpg manipulation in php


oldmanstan
November 6th, 2005, 09:57 PM
anyone know of any other ways to manipulate (resize mainly) png or jpg files using php preferably but perl would probably work too? i know the GD library in php allows this but it is not available to me for this project.

wmcbrine
November 6th, 2005, 11:12 PM
Neat trick I just learned: sizing imgs with ems in CSS.

http://www.htmldog.com/articles/elasticdesign/demo/

I dunno if this helps you, but anyway it's cool. :)