CodeIgniter Forums
Is this IMAGETYPE_WEBP function exist in CI? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Regional User Groups (https://forum.codeigniter.com/forumdisplay.php?fid=25)
+--- Thread: Is this IMAGETYPE_WEBP function exist in CI? (/showthread.php?tid=83975)



Is this IMAGETYPE_WEBP function exist in CI? - luckmoshy - 10-14-2022

Hi, every one around! have been trying and using CI
PHP Code:
$image = \Config\Services::image(); 
for converting an image to (WEBP)

PHP Code:
->convertIMAGETYPE_WEBP
but is not working Is there any issue or am I wrong somewhere!!! or (is it a bug!!!???)

but have my own library made from here
https://www.php.net/manual/en/function.imagewebp.php it is working fine but I want to use CI only anyone tells me why