Codeigniter 3 Image Manipulation Class for webp Images - webp image uploading , webp image resizing and cropping , webp image water marking
'webp' => array('image/webp'),
$config['allowed_types'] = 'gif|jpg|jpeg|png|webp';
Or upload and replace class mimes.php at : ./application/config/
upload the class Image_lib.php to: ./application/libraries/
* Image Resizing
* Thumbnail Creation
* Image Watermarking
Comment for more ...