Showing entries 1 to 1
Displaying posts with tag: ImageMagick (reset)
ImageMagick/PHP: generate center-cropped thumbnails

exec("/path/to/convert -strip -quality 85 -thumbnail 160x100^ -gravity Center -crop 160x100+0+0 +repage '$img_path' '$thumb_path'")

Showing entries 1 to 1