CodeIgniter Forums
Your favorite image processing package - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: Your favorite image processing package (/showthread.php?tid=70504)



Your favorite image processing package - skunkbad - 04-18-2018

I'm in the process of creating an image uploader that should be more or less like the WordPress image uploader. Beyond the front end, it will be necessary to have each uploaded image processed, and there would be a thumbnail size, medium, large, and original. I'll want to be able to customize these sizes as much as possible. I haven't got to that point yet, and I know I can do this with CodeIgniter, but I'd prefer to just use existing code if it's out there. No reinventing the wheel. I'll obviously want to have this work with CodeIgniter, but it doesn't necessarily have to be PHP, as long as it can run on any basic hosting environment (Linux).

Do you have a favorite package that accomplishes the image processing? Link me up ...


RE: Your favorite image processing package - zurtri - 04-18-2018

Amazon AWS has a service that does this.

Might be a touch high powered for what your are doing?

https://aws.amazon.com/blogs/compute/resize-images-on-the-fly-with-amazon-s3-aws-lambda-and-amazon-api-gateway/


RE: Your favorite image processing package - skunkbad - 04-18-2018

Seems like this might be a good option:

http://image.intervention.io/


RE: Your favorite image processing package - salain - 04-18-2018

Hi,

I have used this one before

Avenirer's CodeIgniter Image-nation