Gregwar / Image

A PHP library to handle images
MIT License
1k stars 191 forks source link

Question #10

Closed AxelBriche closed 11 years ago

AxelBriche commented 11 years ago

Hello, bundle has compatible with url image please ?

Example:

...

Image::open('http://www.site.com/img.png') ->resize(100, 100) ->negate() ->save('out.jpg');

...

Thanks :)