anthony | efefe16 | 2013-04-27 06:29:20 +0000 | [diff] [blame] | 1 | 2012-04-27 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...> |
| 2 | * Allow the use of set and escapes when no images in memory |
| 3 | (unless you attempt to access per-image meta-data) |
| 4 | Currently does not include %[fx:...] and %[pixel:...] |
| 5 | |
anthony | 5f78bca | 2012-10-05 06:51:00 +0000 | [diff] [blame] | 6 | 2012-10-05 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...> |
| 7 | * Rather than replicate 'options' into 'artifacts' make a link |
| 8 | from image to image_info and lookup a global option if no artifact |
| 9 | is defined. |
| 10 | |
nicolas | ae085e2 | 2012-09-11 09:36:38 +0000 | [diff] [blame] | 11 | 2012-09-11 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...> |
nicolas | 447742a | 2012-09-11 09:43:26 +0000 | [diff] [blame] | 12 | * sigmoidal-contrast: |
nicolas | ae085e2 | 2012-09-11 09:36:38 +0000 | [diff] [blame] | 13 | * Remove unnecessary initial ClampToQuantum. |
| 14 | |
nicolas | 07299f1 | 2012-09-10 17:30:07 +0000 | [diff] [blame] | 15 | 2012-09-10 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...> |
nicolas | 447742a | 2012-09-11 09:43:26 +0000 | [diff] [blame] | 16 | * sigmoidal-contrast: |
| 17 | * Direct computation, without LUT; |
nicolas | 07299f1 | 2012-09-10 17:30:07 +0000 | [diff] [blame] | 18 | * Fix re-declaration of i (at the top, and inside a conditional). |
| 19 | |
nicolas | e346602 | 2012-09-04 13:51:46 +0000 | [diff] [blame] | 20 | 2012-09-04 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...> |
nicolas | ca4bd74 | 2012-09-10 14:11:01 +0000 | [diff] [blame] | 21 | * Add tanh/atanh clone of legacy sigmoidal map (faster & more accurate). |
nicolas | e346602 | 2012-09-04 13:51:46 +0000 | [diff] [blame] | 22 | |
cristy | a7c7860 | 2012-08-10 11:08:44 +0000 | [diff] [blame] | 23 | 2012-08-08 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...> |
| 24 | * Add final ClampToQuantum in sigmoidal colormap loop. |
nicolas | e346602 | 2012-09-04 13:51:46 +0000 | [diff] [blame] | 25 | * Remove OpenMP calls from colormap update loops. |
cristy | a7c7860 | 2012-08-10 11:08:44 +0000 | [diff] [blame] | 26 | |
cristy | fa1f229 | 2011-07-27 23:55:10 +0000 | [diff] [blame] | 27 | 2011-08-01 7.0.0-0 Cristy <quetzlzacatenango@image...> |
| 28 | * New version 7.0.0-0. |
cristy | 2bc0ef7 | 2010-02-02 01:38:51 +0000 | [diff] [blame] | 29 | |