RESTful Image Editing
Content
Image sources
Services
Statement Generation
- Sample call:
- show_url("/statement")
- Parameters:
- XYZ
- Return value:
- json
Image Decoration
- Sample call:
-
curl -F "loc_x=30;loc_y=40;sz_x=80;sz_y=40;text=abc" --data-binary @$image_file_name
$service_uri/add_bubble
- See also:
-