https://bugs.kde.org/show_bug.cgi?id=397891
--- Comment #2 from Karl Ove Hufthammer <k...@huftis.org> --- (In reply to Laurent G. from comment #1) > When, using the Gimp, I remove the alpha channel off your updated Norway png > file, I can see that previously gray zone that is tagged "Not Norway" > exhibits same color as Østfold. Don’t use Gimp’s ‘Remove Alpha Channel’ feature. It replaces the alpha channel with the colour you have currently selected as the background colour. To properly remove the alpha channel, you can use ImageMagick’s convert command: convert infile.png -alpha off outfile.png Then you’ll see that the actual colour for the transparent part is 220,220,220 (a light grey colour), just like KGeography reports (but doesn’t handle properly). -- You are receiving this mail because: You are watching all bug changes.