Opened 9 years ago
Closed 9 years ago
#17021 closed enhancement (fixed)
Optimization of images
Reported by: | Samuel Ondrek | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | themes | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Themes image files (PNG and GIF) can be optimized with removing unnecessary bytes from image files. We can save by this method about 30% of size all images. I used Yahoo Smush.it tool.
Applied for folders:
- On folder dijit/icons/images (saved 24.44%)
- On folder dijit/themes/claro/images (saved 24.35%)
- On folder dijit/themes/tundra/images (saved 38.29%)
- On folder dijit/themes/nihilo/images (saved 32.29%)
Today, I forked dojo/dijit repo, optimalized all images and pushed it to my repo:
Download this RAR and paste it to dojo/dijit folder:
Thx.
Change History (2)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.9 |
---|---|
Owner: | changed from nonken to bill |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Thanks, looks good, I will check this in.