Skip to content

Codeigniter 3 Image Manipulation Class for webp Images - webp image uploading , webp image resizing and cropping , webp image water mark

Notifications You must be signed in to change notification settings

shackeelck/webp_ci_3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Webp Image Upload, Crop, Resize And Water Marking CodeIgniter 3

Codeigniter 3 Image Manipulation Class for webp Images - webp image uploading , webp image resizing and cropping , webp image water marking

Image Uploading

Add webp MIME Type in config file: ./application/config/mimes.php.

'webp'   =>  array('image/webp'), 

And in your upload config "allowed_types" add "webp" :

$config['allowed_types'] = 'gif|jpg|jpeg|png|webp';

Or upload and replace class mimes.php at : ./application/config/

Image Manipulation Class

upload the class Image_lib.php to: ./application/libraries/

Tested And Verified

* Image Resizing
* Thumbnail Creation
* Image Watermarking 

Comment for more ...

About

Codeigniter 3 Image Manipulation Class for webp Images - webp image uploading , webp image resizing and cropping , webp image water mark

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages