CodeIgniter Forums
WebP image support - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: WebP image support (/showthread.php?tid=67285)



WebP image support - albertleao - 02-04-2017

More and more images online are using the the webp image format but Codeigniter 3.x is still not recognizing it as an image.

https://developers.google.com/speed/webp/

The file upload seems to check png and jpegs. Is webp going to be implemented?


RE: WebP image support - albertleao - 02-04-2017

Doing some more research, it seems like the php getimagesize() function only added support for the webp format in PHP 7.1. Is there anyway around this or will I have to upgrade to php 7.1?