possible bug -tint IM 6.8.5.10 Q16 Mac OSX
Posted: 2013-06-10T14:31:06-07:00
Seems like -tint is producing different results between IM 6.8.5.4 (and before) and 6.8.5.5 (and after)
I believe it may be due to an internal conversion to grayscale using -colorspace gray, which I have reported is using the wrong mixing fractions (see viewtopic.php?f=3&t=23536)
Testing IM 6.8.5.4 and 6.8.5.10
convert rose: -fill magenta -tint 40 1tmp68510.png
im6854 convert rose: -fill magenta -tint 40 1tmp6854.png
convert rose: -color-matrix "\
.3 .6 .1 \
.3 .6 .1 \
.3 .6 .1 \
" \
-fill magenta -tint 40 1tmp68510b.png
im6854 convert rose: -color-matrix "\
.3 .6 .1 \
.3 .6 .1 \
.3 .6 .1 \
" \
-fill magenta -tint 40 1tmp6854b.png
I believe it may be due to an internal conversion to grayscale using -colorspace gray, which I have reported is using the wrong mixing fractions (see viewtopic.php?f=3&t=23536)
Testing IM 6.8.5.4 and 6.8.5.10
convert rose: -fill magenta -tint 40 1tmp68510.png
im6854 convert rose: -fill magenta -tint 40 1tmp6854.png
convert rose: -color-matrix "\
.3 .6 .1 \
.3 .6 .1 \
.3 .6 .1 \
" \
-fill magenta -tint 40 1tmp68510b.png
im6854 convert rose: -color-matrix "\
.3 .6 .1 \
.3 .6 .1 \
.3 .6 .1 \
" \
-fill magenta -tint 40 1tmp6854b.png