Tagged Questions
0
votes
2answers
1k views
Imagemagick thumbnail generation with php - using -crop
Long ago I created a small library for resizing images using imagemagick through system(...) because I did not feel that the build-in imagemagick functions for PHP were sufficient.
However, recently ...