Open main menu

CDOT Wiki β

Changes

BTC640/Assignment2-Winter2012

11 bytes added, 13:41, 2 April 2012
Specs
The image (red in the mockup) needs to be created on the server using a command like this:
convert -background lightblue -fill blue -font AvantGarde-Book -pointsize 72 label:Test result.png
That will create "result.png" on the server (make sure Apache has permissions to write to that directory) and return the URL to the client which will replace the image without reloading the page. You cannot use a frame or iframe, you have to use XMLHttpRequest.