Download the PHP package jaysalvat/image2css without Composer
On this page you can find all versions of the php package jaysalvat/image2css. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jaysalvat/image2css
More information about jaysalvat/image2css
Files in jaysalvat/image2css
Download jaysalvat/image2css
More information about jaysalvat/image2css
Files in jaysalvat/image2css
Vendor jaysalvat
Package image2css
Short Description Pointless Image To CSS box-shadow Converter
License MIT
Homepage https://github.com/jaysalvat/image2css
Package image2css
Short Description Pointless Image To CSS box-shadow Converter
License MIT
Homepage https://github.com/jaysalvat/image2css
Please rate this library. Is it a good library?
Informations about the package image2css
Pointless Image To CSS Converter
You suck at CSS but want to impress your friends anyway? This PHP class converts an image to thousands of CSS lines of box-shadow properties. It's totally pointless... but life is pointless...
Demo:
You can see a demonstration on CodePen.io.
http://codepen.io/jaysalvat/pen/HaqBf
Installation:
Create a composer.json file with:
{
"require": {
"jaysalvat/image2css": "~1.0"
}
}
And run Composer to install Image2Css.
$ curl -sS https://getcomposer.org/installer | php
$ composer.phar install
Example:
$img = new \Image2Css\Converter("monalisa.jpg");
$img->setWidth(200);
$img->setPixelSize(4);
$img->setBlur(4);
echo $img->computeStyle();
Note:
GD extension required.
All versions of image2css with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package jaysalvat/image2css contains the following files
Loading the files please wait ....