Changes from Version 1 of adeiService_getimage

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
07/18/08 16:24:48 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiService_getimage

    v0 v1  
     1= getimage = 
     2 
     3This service is used to obtain image. If the image is previously generated with [wiki:adeiService_genimage genimage] service, than only the image ''id'' should be specified. Otherwise, complete graph specification should be supplied in properties. 
     4 
     5== Mandatory Properties == 
     6 * ''id'' - the image id returned by [wiki:adeiService_genimage genimage] call 
     7  
     8or 
     9 
     10 * all those properties which are described in [wiki:adeiService_genimage genimage] service. 
     11 
     12== Returned Result == 
     13Requested image (most probably in PNG format). Mime type is set appropriately.