Last change
on this file since 466 was
385,
checked in by djay, 12 years ago
|
Add QREncode service. Fix memory leaks. Avoid printing anything from the conf_read function to be able to detect and return valid headers.
|
File size:
1.4 KB
|
Rev | Line | |
---|
[385] | 1 | [QREncode] |
---|
| 2 | Title = Encode a string into its QR Code |
---|
| 3 | Abstract = Multiply two values and stor the result in Result. |
---|
| 4 | processVersion = 1 |
---|
| 5 | storeSupported = true |
---|
| 6 | statusSupported = true |
---|
| 7 | serviceProvider = qrencode.zo |
---|
| 8 | serviceType = C |
---|
| 9 | <DataInputs> |
---|
| 10 | [Text] |
---|
| 11 | Title = the input string |
---|
| 12 | Abstract = The string to encode using QREncode. |
---|
| 13 | minOccurs = 1 |
---|
| 14 | maxOccurs = 1 |
---|
| 15 | <LiteralData> |
---|
| 16 | dataType = string |
---|
| 17 | <Default> |
---|
| 18 | uom = meters |
---|
| 19 | </Default> |
---|
| 20 | <Supported> |
---|
| 21 | uom = feet |
---|
| 22 | </Supported> |
---|
| 23 | </LiteralData> |
---|
| 24 | [fgcolor] |
---|
| 25 | Title = the input string |
---|
| 26 | Abstract = The string (RRGGBBAA) for for foreground color. |
---|
| 27 | minOccurs = 0 |
---|
| 28 | maxOccurs = 1 |
---|
| 29 | <LiteralData> |
---|
| 30 | dataType = string |
---|
| 31 | <Default /> |
---|
| 32 | </LiteralData> |
---|
| 33 | [bgcolor] |
---|
| 34 | Title = the input string |
---|
| 35 | Abstract = The string (RRGGBBAA) for for background color. |
---|
| 36 | minOccurs = 0 |
---|
| 37 | maxOccurs = 1 |
---|
| 38 | <LiteralData> |
---|
| 39 | dataType = string |
---|
| 40 | <Default /> |
---|
| 41 | </LiteralData> |
---|
| 42 | [size] |
---|
| 43 | Title = the image size |
---|
| 44 | Abstract = The generated image size. |
---|
| 45 | minOccurs = 0 |
---|
| 46 | maxOccurs = 1 |
---|
| 47 | <LiteralData> |
---|
| 48 | dataType = integer |
---|
| 49 | <Default /> |
---|
| 50 | </LiteralData> |
---|
| 51 | </DataInputs> |
---|
| 52 | <DataOutputs> |
---|
| 53 | [QR] |
---|
| 54 | Title = the QR Code image |
---|
| 55 | Abstract = The QRCode corresponding to the string encoded. |
---|
| 56 | minOccurs = 1 |
---|
| 57 | maxOccurs = 1 |
---|
| 58 | <ComplexData> |
---|
| 59 | <Default> |
---|
| 60 | mimeType = image/png |
---|
| 61 | </Default> |
---|
| 62 | </ComplexData> |
---|
| 63 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.