To support simplicity, possiibility and cost effective of PHP

Archive for July 2008

Resize images with ImageMagic

Jul 1st, 2008 | By admin | Category: PHP

I used my old Image utilities class for a long time until today taking it seriously for an e-commerce website to resize administrative uploaded images. The library use GD2 PHP module with some calculation to resize images proportionally. Unfortunately, quality is very low for big images, those are more than 1200×1200 px.
Figured out that GD2 [...]