r3
(- Implemented the ability to pass a port number as a command...) committed by jwalgran
- - Implemented the ability to pass a port number as a command line argument to remotemagick.py. If no
port number is passed, 8042 is the default
- Implemented some informational output from remotemagick.py when temp files are created and
deleted.
- Changed the order of arguments for the 'resize' function in remotemagick.py. It is now
image,width,height.
- Implemented the ability to pass either a base64 encoded file or a URL to a file as the 'image'
argument to the 'resize' function in remotemagick.py. A regex match is used to determine if the
'image' argument is encoded data or a URL.
- Added a simple test client script, remotemagick_test_client.py and added an associated test.jpg
file.
- Implemented the ability to pass a port number as a command line argument to remotemagick.py. If no
port number is passed, 8042 is the default
- Implemented some informational output from remotemagick.py when temp files are created and
deleted.
- Changed the order of arguments for the 'resize' function in remotemagick.py. It is now
image,width,height.
- Implemented the ability to pass either a base64 encoded file or a URL to a file as the 'image'
argument to the 'resize' function in remotemagick.py. A regex match is used to determine if the
'image' argument is encoded data or a URL.
- Added a simple test client script, remotemagick_test_client.py and added an associated test.jpg
file.