-1

I'm developing a website using codeigniter that deals with images of high quality.

I have to compress and resize image with minimum quality loss and also i need to minimize its disk space. Is there any plugin which will help me out.

Please share your views.Thank you.

Vinu Dev
  • 1
  • 2

3 Answers3

0

You can use http://image.intervention.io/

It has a very sleek and easy API. As for compression, you're dependent on what's out there. jpeg compression seems to handle the job really well at about 70-80% quality

Nick
  • 2,862
  • 5
  • 34
  • 68
0

Refer this, you will get good idea,

http://php.net/manual/en/imagick.setimagecompressionquality.php

Good Luck

Selvaa
  • 75
  • 1
  • 9
0

Resizing in an external service is an option. There are lists of options available in this question:

https://stackoverflow.com/questions/5277571/is-there-a-cdn-which-provides-on-demand-image-resizing-cropping-sharpening-et

Community
  • 1
  • 1
Simon Gibbs
  • 4,737
  • 6
  • 50
  • 80