https://bz.apache.org/bugzilla/show_bug.cgi?id=70238
Jason Lingohr <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Jason Lingohr <[email protected]> --- Thanks for the updated tar icon and for releasing it into the public domain. The transparency fix is correct; the new 20x22 art lines up exactly with the neighbouring icons (dvi/pdf/ps/uu), same silhouette and same 61 transparent pixels. To match the rest of docs/icons/, though, there are a few metadata/palette differences to sort out before we can commit (or if @jorton isn't fussed, we can just go ahead with the commit): 1. Transparent background colour. The rest of the set uses #ccffff as the transparent "key" colour in both the .gif and the .png. Your two files currently disagree with each other and with the set: - tar.gif: transparent colour is #ffffff - tar.png: transparent colour is #000000 Please use #ccffff in both, as in e.g. pdf.gif / pdf.png. Or, perhaps this doesn't matter? 2. PNG encoding. The other icons are 20x22 4-bit palette PNGs (colour type 3) with a 5-entry palette (#ffffff, #ccffff, #999999, #333333, #000000), the chunks PLTE + tRNS + bKGD (bKGD = white), and no sRGB/gAMA/cHRM/pHYs/tIME chunks. Yours is 8-bit and has those extra chunks but no bKGD. 3. PNG provenance comment. The other .png files carry a tEXt comment "This art is in the public domain. Kevin Hughes, [email protected], September 1995"; your PNG has no tEXt chunk. (Your GIF comment is already correct.) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
