On Wed, Apr 20, 2011 at 6:27 AM, abhimanyu bv <[email protected]> wrote: > I am new to cakephp. In my project i want to do manipulations with > image, for that i want to use gd library.how to use gd library in my > controller?
Just call the GD functions as would be done in any regular PHP script. http://php.net/manual/en/book.image.php > Can i directly use methods in that gd library?or I have to download > the gd library? please explain me Of course, the library must be installed on your computer. How else could you use it? I saw your other post, about writing text to an image. See this article at the bakery: http://bakery.cakephp.org/articles/meek/2006/11/02/textimage-helper Note that it's very outdated now. You should use that as an example only as it will very likely need to be updated for version 1.3.x. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
