PHP OCR with GD – Example 2 phptuts January 24, 2013 Read this article first: Simple PHP OCR with GD Step 1: Goto http://chotot.vn we can see many pictures contain telephone number. We find that these… Continue Reading
PHP function: Image Resize and Crop phptuts August 17, 2012 This function support crop and resize JPEG, GIF, PNG image. Example of usage: online demo Continue Reading
PHP: Crop image function (part 2) phptuts August 16, 2012 Read first: PHP: Crop image function We can save to new file: Online demo We get the result: http://www.demo.tutorialspots.com/crop/logo.png Now, we can crop image on… Continue Reading
PHP: Crop image function phptuts August 16, 2012 See our logo Step 1: detect filetype (gif, jpeg, png) use function getimagesize result: array(6) { [0]=> int(300) [1]=> int(107) [2]=> int(3) [3]=> string(24) “width=”300″… Continue Reading