eminmuhammadi/emiga_imageframework

This package is abandoned and no longer maintained. No replacement package was suggested.

dev-master 2018-12-22 12:53 UTC

This package is auto-updated.

Last update: 2021-08-05 20:23:35 UTC


README

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