crop image from center without GD library and generate a thumbnail [duplicate]
Possible Duplicate:
Crop Image From Center PHP
I need to crop an ima开发者_JS百科ge from the center with size of 200 * 130 using PHP. Any help will be hugely be appreciated.
There is no way to crop an image using PHP without any libraries. There are a lot of built-in solutions. Take a look at http://www.php.net/manual/en/refs.utilspec.image.php
精彩评论