Monthly Archives: January 2016

CodeIgniter library wrapper for TinyPNG

Today I have to use TinyPNG to reduce the image size which is uploaded by users. I found the Tinify library on TinyPNG site. However, I want to create a library wrapper for it so I can easily use it in other CodeIgniter project. It just takes a little time now but it can help us save much time in the future.

I have upload to Github so that everyone can use it. You can get it here: https://github.com/nonggiatu/ci-tinypng

Happy coding 😉