Compress image assets to reduce bundle size #125
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
art-default.jpg
807K
120K
icon-default.png
209K
29K
icon-folder.png
216K
27K
icon-list.png
195K
25K
icon-next.png
226K
31K
icon-prefs.png
206K
31K
icon-reload.png
210K
31K
icon-search.png
213K
31K
icon-tv.png
213K
26K
2495K
351K
Obviously with this level of compression there is some quality loss, however I've compressed the images at a level which I don't think is likely to be perceptible on most TVs by most users. But if you look closely enough you'll see a some JPG artefacts in
art-default.jpg
and some dithering in thepng
files.Is the
icons.pdn
actually in use? I couldn't see any references in the code to it, but wasn't sure if it's a Plex thing. If not, removing this file drops another332KB
.