illuminage icon indicating copy to clipboard operation
illuminage copied to clipboard

Wrapper for the Imagine library that manages caching of images

Results 1 illuminage issues
Sort by recently updated
recently updated
newest added

``` php Illuminage::fit($photo, $w, $h) ``` will resize image **proportional** to fit given bounding box. This **will not** upscale image, if it is smaller than bounding box. With optional 4th...