MagickWand is not suit, because it doesn’t work on simple hosting.
I’m searching for image framework to solve following tasks:
1) Combine images
2) Resize images
I tried to use codeigniter component, but it cannot combine images.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are at least two: GD, and ImageMagick are both quite popular. GD is well-suited to procedural code, while ImageMagick is well-suited to object-oriented code.