Rest4 / Rest4-php

PHP Rest Full of Rest Framework
http://rest4.org
GNU General Public License v3.0
3 stars 2 forks source link

Create an image driver #29

Open nfroidure opened 10 years ago

nfroidure commented 10 years ago

The idea is to map this class https://github.com/Rest4/Rest4-php/blob/master/php/class.image.php to a Rest driver looking like it:

/images/path/to/image/filename.png?width=n&height=n&pack=true&quality=n&background=#fff

Images must be cached using their own filesystem based cache.

nfroidure commented 10 years ago