Closed
Bug 895999
Opened 12 years ago
Closed 12 years ago
Comm-Central icon optimization
Categories
(Thunderbird :: Theme, defect)
Thunderbird
Theme
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 25.0
People
(Reporter: jsbruner, Assigned: jsbruner)
Details
Attachments
(4 files, 3 obsolete files)
|
117.69 KB,
patch
|
Paenglab
:
review+
Paenglab
:
ui-review+
|
Details | Diff | Splinter Review |
|
241.92 KB,
patch
|
jsbruner
:
review+
jsbruner
:
ui-review+
|
Details | Diff | Splinter Review |
|
198.36 KB,
patch
|
jsbruner
:
review+
jsbruner
:
ui-review+
|
Details | Diff | Splinter Review |
|
353.12 KB,
patch
|
jsbruner
:
review+
jsbruner
:
ui-review+
|
Details | Diff | Splinter Review |
Quite a few of the icons around the tree really need optimization, while others need very little. However, instead of ignoring the "small" icons, I went ahead and optimized as much as possible. Although many of these icons were barely reduced there isn't really a reason to not land this.
OS X shows the mail folder reducing from 15.4 to 15.3 MB after these patches.
| Assignee | ||
Comment 1•12 years ago
|
||
More calculations indicate a reduction of 153.52 kB.
| Assignee | ||
Comment 2•12 years ago
|
||
| Assignee | ||
Comment 3•12 years ago
|
||
| Assignee | ||
Comment 4•12 years ago
|
||
| Assignee | ||
Comment 5•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Attachment #778600 -
Flags: ui-review?(richard.marti)
Attachment #778600 -
Flags: review?(richard.marti)
| Assignee | ||
Updated•12 years ago
|
Attachment #778601 -
Flags: ui-review?(richard.marti)
Attachment #778601 -
Flags: review?(richard.marti)
| Assignee | ||
Updated•12 years ago
|
Attachment #778602 -
Flags: ui-review?(richard.marti)
Attachment #778602 -
Flags: review?(richard.marti)
| Assignee | ||
Updated•12 years ago
|
Attachment #778603 -
Flags: ui-review?(richard.marti)
Attachment #778603 -
Flags: review?(richard.marti)
Updated•12 years ago
|
Attachment #778600 -
Flags: ui-review?(richard.marti)
Attachment #778600 -
Flags: ui-review+
Attachment #778600 -
Flags: review?(richard.marti)
Attachment #778600 -
Flags: review+
Comment 6•12 years ago
|
||
Comment on attachment 778601 [details] [diff] [review]
Part 2 - Linux
Please can you remove faceted.background.png completely? It isn't used (also not in jar.mn) but check again to be sure.
r+ with this done.
Attachment #778601 -
Flags: ui-review?(richard.marti)
Attachment #778601 -
Flags: ui-review+
Attachment #778601 -
Flags: review?(richard.marti)
Attachment #778601 -
Flags: review+
Comment 7•12 years ago
|
||
Comment on attachment 778602 [details] [diff] [review]
Part 3 - OS X
Again can you remove faceted-background.png and additionally animation.png?
r+ with this done.
Attachment #778602 -
Flags: ui-review?(richard.marti)
Attachment #778602 -
Flags: ui-review+
Attachment #778602 -
Flags: review?(richard.marti)
Attachment #778602 -
Flags: review+
Comment 8•12 years ago
|
||
Comment on attachment 778603 [details] [diff] [review]
Part 4 - Windows
And the last time, bye bye faceted-background.png ;)
r+ with this done.
Attachment #778603 -
Flags: ui-review?(richard.marti)
Attachment #778603 -
Flags: ui-review+
Attachment #778603 -
Flags: review?(richard.marti)
Attachment #778603 -
Flags: review+
Comment 9•12 years ago
|
||
All in all thank you for doing this. I always tried to compress the files I touched but it had a lot beside of them.
I saw in linux/mail/preferences the files background.png, hover.png and selected.png are remnants from Windows and unused and can also be removed. But I think this should be done in a new bug as also the jar.mn needs changed.
| Assignee | ||
Comment 10•12 years ago
|
||
Attachment #778601 -
Attachment is obsolete: true
Attachment #778896 -
Flags: ui-review+
Attachment #778896 -
Flags: review+
| Assignee | ||
Comment 11•12 years ago
|
||
Attachment #778602 -
Attachment is obsolete: true
Attachment #778897 -
Flags: ui-review+
Attachment #778897 -
Flags: review+
| Assignee | ||
Comment 12•12 years ago
|
||
Attachment #778603 -
Attachment is obsolete: true
Attachment #778898 -
Flags: ui-review+
Attachment #778898 -
Flags: review+
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 13•12 years ago
|
||
https://hg.mozilla.org/comm-central/rev/e3321c008575
https://hg.mozilla.org/comm-central/rev/3259ad5fddb2
https://hg.mozilla.org/comm-central/rev/24f8a04ba24c
https://hg.mozilla.org/comm-central/rev/554332581c15
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 25.0
Comment 14•12 years ago
|
||
Can you please clarify what the "optimization" did? Was it just some automatic recompression of png files using higher compression level or safe reductions of color space (less bits per color) ? Without any change to the visible representation of the icons?
| Assignee | ||
Comment 15•12 years ago
|
||
(In reply to :aceman from comment #14)
> Can you please clarify what the "optimization" did? Was it just some
> automatic recompression of png files using higher compression level or safe
> reductions of color space (less bits per color) ? Without any change to the
> visible representation of the icons?
Sure. This included a few things:
Compression - Using some automatic compression algorithms of pngs. This included some reductions in color space. In addition some manual optimizations were done to remove useless alpha aware color pixels. (When a color pixel accidentally has a very low amount of transparency that isn't even visible) Also, for larger files removal of useless pixels was done.
Icon removal - Removing obsolete icons.
Icon adjustments - While I was at it I updated some OS X icons slightly since they were slightly off (color-wise)
Hope that clarifies is!
Comment 16•12 years ago
|
||
Yes, great!
You need to log in
before you can comment on or make changes to this bug.
Description
•