comparison NEWS @ 1598:c6b50b803387

primitives for image encoding/decoding in plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 31 Aug 2015 17:37:54 +0200
parents 415dfd1d1c61
children a1c92fd4d26d
comparison
equal deleted inserted replaced
1597:415dfd1d1c61 1598:c6b50b803387
18 * New function "GetOrthancConfiguration()" to get the Orthanc configuration 18 * New function "GetOrthancConfiguration()" to get the Orthanc configuration
19 19
20 Plugins 20 Plugins
21 ------- 21 -------
22 22
23 * New functions to compress/uncompress images using PNG and JPEG
23 * New function "OrthancPluginBufferCompression()" to (un)compress memory buffers 24 * New function "OrthancPluginBufferCompression()" to (un)compress memory buffers
24 * New function "OrthancPluginReadFile()" to read files from the filesystem 25 * New function "OrthancPluginReadFile()" to read files from the filesystem
25 * New function "OrthancPluginWriteFile()" to write files to the filesystem 26 * New function "OrthancPluginWriteFile()" to write files to the filesystem
26 * New function "OrthancPluginGetErrorDescription()" to convert error codes to strings 27 * New function "OrthancPluginGetErrorDescription()" to convert error codes to strings
27 * New function "OrthancPluginSendHttpStatus()" to send HTTP status with a body 28 * New function "OrthancPluginSendHttpStatus()" to send HTTP status with a body