Welcome Guest, Not a member yet? Register   Sign In
Image thumbnails on the fly
#1

[eluser]SlavomirJ[/eluser]
Hi All,

I just released and updated CodeIgniter IMG - library for simple thumbnails creation on the fly (from the views).

Library is quite simple, but has image sharpening function, cropping and "framing" option.
All thumbnails are cached for further usage.

Details can be found here http://www.spidersoft.com.au/projects/co...n-the-fly/

Source code available here: https://github.com/slav123/CodeIgniter-Img

basic usage in views:
Code:
echo $this->img->rimg($filename, array('longside' => 745, 'alt' => 'alt text');
echo $this->img->rimg($filename, array('width' => 320, 'height' => 240, 'alt' => 'alt text');

I'll appreciate any feedback about library Smile




Theme © iAndrew 2016 - Forum software by © MyBB