CodeIgniter Forums
Add webp support to Image Library in CI4 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: Add webp support to Image Library in CI4 (/showthread.php?tid=76685)



Add webp support to Image Library in CI4 - nicojmb - 06-09-2020

Hi,

It would be nice if codeigniter has webp support in version 4.

Regards!


RE: Add webp support to Image Library in CI4 - php_rocs - 06-09-2020

@nicojmb,

Actually, I just checked. PHP does have a webp function ( https://www.php.net/manual/en/function.imagewebp.php ). Depending on the version of PHP that you have it may already be available to you. No need to integrate it.


RE: Add webp support to Image Library in CI4 - nicojmb - 06-10-2020

(06-09-2020, 02:01 PM)php_rocs Wrote: @nicojmb,

Actually, I just checked.  PHP does have a webp function ( https://www.php.net/manual/en/function.imagewebp.php ).  Depending on the version of PHP that you have it may already be available to you.  No need to integrate it.

Hi, i'm refer to add in Image Manipulation Class, to use with "crop", "fit", etc functions.


RE: Add webp support to Image Library in CI4 - php_rocs - 06-10-2020

@nicojmb,

OOOOOOHHHHHHH! Ok! I understand.