Opened 12 years ago
Last modified 4 years ago
#9508 new bug
Tracker and Icon-O-Matic render gradients differently.
Reported by: | jstressman | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1.1 |
Component: | Applications/Icon-O-Matic | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I'm working on a MineSweeper icon and noticed that the radial gradient looked very different between what I was seeing in IOM, and what the saved icon looked like.
hrev45336 gcc2h
I'm attaching 2 images showing the 32px and 64px sized icons for comparison. It should be pretty easily noticeable.
Attachments (2)
Change History (7)
by , 12 years ago
Attachment: | 32grad.png added |
---|
by , 12 years ago
Attachment: | 64grad.png added |
---|
comment:1 by , 12 years ago
comment:4 by , 10 years ago
Yes. In my replies to both of these tickets, I mentioned the same probably reason.
comment:5 by , 4 years ago
Milestone: | R1 → R1.1 |
---|
Note:
See TracTickets
for help on using tickets.
It has to do with IOM rendering in linear RGB space, while the icon library produces sRGB (with a gamma curve) bitmaps. Something somewhere is not being converted as it should be. I may have turned the conversion off since it looked better without it, I don't remember, it's so long ago I wrote the code.