Re: Image Merging in CakePHP

2013-09-29 Thread Florian Krämer
I would recommend using Imagine or the Imagine plugin for CakePHP I've written that acts as a wrapper around the lib to make it useable in the a CakePHPish way. Imagine is a very good image processing lib that abstracts the different APIs very well. https://github.com/burzum/Imagine On Friday,

Re: Image Merging in CakePHP

2013-09-29 Thread euromark
Use imagick (imagemagick) and its functionality to do that Am Freitag, 27. September 2013 14:18:34 UTC+2 schrieb Tom Nash: > > I have a layered image on my webpage, made up of small images layered onto > a larger one. > > Is it possible to merge/flatten the images so that I am just left with on

Image Merging in CakePHP

2013-09-28 Thread Tom Nash
I have a layered image on my webpage, made up of small images layered onto a larger one. Is it possible to merge/flatten the images so that I am just left with one that can be downloaded? If so, how would I go about it? Thanks, Tom -- Like Us on FaceBook https://www.facebook.com/CakePHP Find