App: Image cURL
Version: 2.1.0
Author: MT Jordan <mtjo62@gmail.com>
Copyright: 2016
License: zlib/libpng License
**********************************************************************************
Image cURL: Image class to emulate the getimagesize() function using the cURL library
Image cURL is a class that utilizes the cURL library as a handler for HTTP requests for
remote images where web hosts have disabled the fopen wrappers. Additionally, the image
filesize is returned. This class is useful when requiring metadata from remote linked images
to check filesizes and image dimensions for publishing restrictions.
*********************************************************************************
Image cURL Features:
* Alternate method for the getimagesize function where the fopen wrappers are disabled.
Image cURL Restrictions:
* Image path MUST be a fully qualified URL.
* Must have permissions to read/write to sys tmp dir
Image cURL Requirements:
* PHP 5.4+
* Enabled cURL extension
*********************************************************************************
|