output difference between 6.8.5 and 7.0.2
Posted: 2016-08-25T14:55:04-07:00
Hi,
I've updated my installation of imagemagick from 6.8.5 to 7.0.2 and noticed the output images are not elaborated the same way as before.
Starting from an aerial view I would run a conversion which filtered colors and added snow in some areas of the original image. Since recently the colors come out wrong (pink green).
result in 6.8.5:
result in 7.0.2
code:
Can you kindly please help debugging this?
I've updated my installation of imagemagick from 6.8.5 to 7.0.2 and noticed the output images are not elaborated the same way as before.
Starting from an aerial view I would run a conversion which filtered colors and added snow in some areas of the original image. Since recently the colors come out wrong (pink green).
result in 6.8.5:
result in 7.0.2
code:
Code: Select all
"ImageMagick-6.8.5-Q16\convert" tmp\INPUT_g2xpl_8_16_35680_40240.jpg -normalize -fuzz 14.0% -fill white -opaque #519556 -threshold 99% -fill black -colorize 5% -blur 0x1.0 -resize 1024x1024 tmp\INPUT_g2xpl_8_16_35680_40240.tga_mask_green.tga
"ImageMagick-6.8.5-Q16\convert" tmp\INPUT_g2xpl_8_16_35680_40240.jpg -normalize -fuzz 45.0% -fill white -opaque #f1f1d9 -threshold 99% -blur 0x0.8 -resize 1024x1024 tmp\INPUT_g2xpl_8_16_35680_40240.tga_mask_roads.tga
"ImageMagick-6.8.5-Q16\convert" tmp\INPUT_g2xpl_8_16_35680_40240.jpg -normalize -fuzz 15% -fill white -opaque 'rgb(50,40,40)' -threshold 99% -blur 0x1.0 -resize 1024x1024 tmp\INPUT_g2xpl_8_16_35680_40240.tga_mask_dark.tga
"ImageMagick-6.8.5-Q16\convert" tmp\INPUT_g2xpl_8_16_35680_40240.jpg -brightness-contrast 5 -blur 0x0.5 -resize 1024x1024 tmp\INPUT_g2xpl_8_16_35680_40240_0.tga
"ImageMagick-6.8.5-Q16\convert" -size 1024x1024^ canvas:white tmp\INPUT_g2xpl_8_16_35680_40240_0.tga tmp\INPUT_g2xpl_8_16_35680_40240.tga_mask_green.tga -composite tmp\INPUT_g2xpl_8_16_35680_40240_0.tga tmp\INPUT_g2xpl_8_16_35680_40240.tga_mask_roads.tga -composite tmp\INPUT_g2xpl_8_16_35680_40240_0.tga tmp\INPUT_g2xpl_8_16_35680_40240.tga_mask_dark.tga -composite tmp\city.jpg