It's now 925*1139,I want to change it to 90*110.
A:
here's a resizing class called SimpleImage that you can use. Or take a look at the source and see how they tackle the problem:
GSto
2009-10-26 13:45:43
+2
A:
try the imagecopyresampled
PHP function or the imagecopyresized
function from the GD library.
Patrice Bernassola
2009-10-26 13:46:15
Are the two alias?
Mask
2009-10-26 14:22:59
The first one, as its name indicates, resampled while resizing for a better result. The second one only resize.
Patrice Bernassola
2009-10-26 14:31:29
A:
I haven't done PHP in a while (why am I even in this tag?) but you should check out GDLib. iirc, its better integrated than imagemagick.
Oren Mazor
2009-10-26 13:47:10