add credits

This commit is contained in:
John Cupitt 2017-11-24 22:12:41 +00:00
parent bb0772da51
commit bb81113312
3 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,8 @@
* - add 16-bit alpha handling
* 26/2/16
* - look for RGB16 tag, not just ushort, for the 16-bit path
* 24/11/17 lovell
* - special path for 3 and 4 band images
*/
/*

View File

@ -7,6 +7,8 @@
* - fix RGBA path
* 25/5/16
* - max_alpha defaults to 65535 for RGB16/GREY16
* 24/11/17 lovell
* - match normalised alpha to output type
*/
/*

View File

@ -5,6 +5,8 @@
*
* 25/5/16
* - max_alpha defaults to 65535 for RGB16/GREY16
* 24/11/17 lovell
* - match normalised alpha to output type
*/
/*