CodeIgniter Forums
ImageEditor program ?? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: ImageEditor program ?? (/showthread.php?tid=22188)



ImageEditor program ?? - El Forum - 09-01-2009

[eluser]ajay009ajay[/eluser]
I want to develop imageeditor program in php . Can anyone give some tips how will i do it ??


ImageEditor program ?? - El Forum - 09-01-2009

[eluser]umefarooq[/eluser]
yes you can do just check the CI Doc you will get more help http://ellislab.com/codeigniter/user-guide/libraries/image_lib.html

if you server is providing imagemagik library you can get more image editing option like round corners, drop shows and you can use image majik use with CI just check image magik function and doc

http://www.imagemagick.org/script/index.php


ImageEditor program ?? - El Forum - 09-01-2009

[eluser]ajay009ajay[/eluser]
Thanks..
I m not sure my server has ImageMagic Software installed.If this is not there , How will i install there.can i find it from ImageMagic Link ?


ImageEditor program ?? - El Forum - 09-01-2009

[eluser]umefarooq[/eluser]
if it is your remote server then you have to ask from your hosting provider for this feature, if it on local just download and install on your machine


ImageEditor program ?? - El Forum - 09-01-2009

[eluser]ajay009ajay[/eluser]
Can i draw somthing on my image like , drawing of line,circle... etc.?


ImageEditor program ?? - El Forum - 09-01-2009

[eluser]brianw1975[/eluser]
yes, read the documentation on the CI Image class, and the ImageMagick Documentation.

use google - search for something like "php draw circle with imagemagick"