mytholog / aimage

Working on images asynchronously

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aimage

Working on images asynchronously

How to use

Let’s create our test image first:

$ convert magick:rose test.jpg

From the command-line run the thumbnail script:

$ php thumbnail.php

In a separate terminal window run the event collector:

$ php collector.php 

And finally run the client to send the thumbnail request:

$ php client.php 

About

Working on images asynchronously

License:MIT License


Languages

Language:PHP 100.0%