Looks interesting, thanks for sharing this. I may try to test it out on a personal project, good luck.
On 5 May 2014 18:25, André Luis <[email protected]> wrote: > Hi everyone, me and my friend created a Thumbnails plugin for CakePHP 2.x > > This plugin allows you to create thumbnails from any public image just > using URL´s, so you can use the thumbnail on your backgrounds too. > > For example, if you have *http://example.com/img/logotype.png > <http://example.com/img/logotype.png>* and you wish to create a cropped > image 100x100 px you can access > *http://example.com/thumbs/crop/small/img/logotype.png > <http://example.com/thumbs/crop/small/img/logotype.png>* and will have a > 100x100 cropped image from original. Or if you want this same logotype on a > red box 300x300 pixels you can *access > https://example.com/thumbs/fill/medium/red/img/logotype.png > <https://example.com/thumbs/fill/medium/red/img/logotype.png>. * > > All you need to do is create a configuration file wich will be determine > the sizes and fill colors. > > More on https://github.com/lsantosc/Thumbs > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards Stephen Speakman -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
