Encoders - Imageservice funktion library
The functions of the encoders library provide tools for the creation of encoders for producing pictures. The namespace referencing of http://onionworks.net/2006/imageservice/encoders is necessary for using these functions.
Namespace: http://onionworks.net/2006/imageservice/encoders
| Name | Parameter | Return type | Description |
|---|---|---|---|
| createEmfEncoder | nodeset | Creates an EMF encoder. | |
| createGifEncoder | nodeset | Creates an GIF encoder. | |
| createJpegEncoder | nodeset | Creates an JPEG encoder. | |
| createPcxEncoder | nodeset | Creates an PSX encoder. | |
| createPngEncoder | nodeset | Creates an PNG encoder. | |
| createPsdEncoder | nodeset | Creates an PSD encoder. | |
| createTgaEncoder | nodeset | Creates an TGA encoder. | |
| createTiffEncoder | nodeset | Creates an TIFF encoder. | |
| createTlaEncoder | [password:string] | nodeset | Creates an TLA encoder. |
| createWbmpEncoder | nodeset | Creates an WBMP encoder. | |
| createWmfEncoder | nodeset | Creates an WMF encoder. | |
| setMetadata | imageEncoder:nodeset metadata:nodeset |
void | Changes the meta data of an encoder. |
