Added BulletProof, for image upload and watermark.

BulletProof is a one-file solution for uploading images with best security, plus watermark, crop, shrink images during or after uploading.
This commit is contained in:
bivoc 2014-08-22 09:13:23 -07:00
parent 0cc2ae6407
commit 437f79488a

View File

@ -205,6 +205,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images. * [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images.
* [Image With Text](https://github.com/nmcteam/image-with-text) - A library for embedding text into images. * [Image With Text](https://github.com/nmcteam/image-with-text) - A library for embedding text into images.
* [Color Extractor](https://github.com/php-loep/color-extractor) - A library for extracting colours from images. * [Color Extractor](https://github.com/php-loep/color-extractor) - A library for extracting colours from images.
* [BulletProof](https://github.com/bivoc/bulletproof) - A simple image manipulation and upload lib with best security.
## Testing ## Testing
*Libraries for testing codebases and generating test data.* *Libraries for testing codebases and generating test data.*
@ -321,7 +322,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [JShrink](https://github.com/tedivm/JShrink) - A JavaScript minifier library. * [JShrink](https://github.com/tedivm/JShrink) - A JavaScript minifier library.
* [Puli](https://github.com/webmozart/puli) - A library for determining assets absolute paths. * [Puli](https://github.com/webmozart/puli) - A library for determining assets absolute paths.
## Geolocation ## Geolocationi
*Libraries for geocoding addresses and working with latitudes and longitudes.* *Libraries for geocoding addresses and working with latitudes and longitudes.*
* [GeoCoder](http://geocoder-php.org/) - A geocoding library. * [GeoCoder](http://geocoder-php.org/) - A geocoding library.