Compiled Chronicles

A software development blog by Angelo Villegas

Tag: Image

  • PHP: ImageHelper

    ImageHelper is a simple PHP class that save, resize and/or crop photos. You can download the script in the links listed below. ImageHelper download link Sample Usage : Functions saveImage( $url , $serverURL ) saves an image from a URL. The function uses cURL to copy an image from the URL then save it to…