Tag: php

Using ImageMagick with PHP

On one of my sites, I needed to generate thumbnail images from various uploaded files. There are several options out there for doing that, including the GD and ImageMagick libraries. Since GD only supports a limited number of file types, the clear choice was to go with IM. ImageMagick itself does not have native PHP […]