Using ImageFramework by EmiGa you can serve images as php-file which you can set manual width,height,quality,watermark and such another things. Easily setting for any website to load fast (lazyload)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
git clone https://github.com/eminmuhammadi/emiga_ImageFramework.git
-
You need upload images to images folder (or use image on local)
-
Test on localhost-index.html or localhost-lazy-image.html
-
Or try Online Examples
- file (file location)
- height (number)
- width (number)
- quality (1-100)
- action (crop // resize)
- crop_pos (top // center // bottom // left // right)
- watermark (text)
- watermark_pos (tl tc tr // cl cc cr // bl bc br )
- watermark_size (number)
- color (rgb-numbers)
- Emin Muhammadi - Initial work - EminMuhammadi
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details