Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 1.81 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.81 KB

emiga_ImageFramework

HitCount GitHub license

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)

Getting Started

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.

Prerequisites

What things you need to install the software and how to install them

git clone https://github.com/eminmuhammadi/emiga_ImageFramework.git

How it works

  1. You need upload images to images folder (or use image on local)

  2. Test on localhost-index.html or localhost-lazy-image.html

  3. Or try Online Examples

Values to set

  • 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)

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details