CodeIgniter Forums
Compress to certain size - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Compress to certain size (/showthread.php?tid=74146)



Compress to certain size - kelapamuda - 08-01-2019

Hello, is there any ways to do this in CIĀ ?
User upload a picture, than he choose from radio buttonĀ ,example 100 kb,500 kb,1000 kb, then the picture compress to that size, and the user now is then download it.
Thank you all.


RE: Compress to certain size - php_rocs - 08-01-2019

@kelapamuda,

Maybe this can assist you https://codeigniter.com/user_guide/libraries/image_lib.html?highlight=image . Use this as a starting point and customize it to your needs.