https://github.com/emmanuelmess/compressedappiconspoc
Compresses the app icons before showing them on the screen
https://github.com/emmanuelmess/compressedappiconspoc
Last synced: 8 months ago
JSON representation
Compresses the app icons before showing them on the screen
- Host: GitHub
- URL: https://github.com/emmanuelmess/compressedappiconspoc
- Owner: EmmanuelMess
- Created: 2021-03-06T14:31:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T15:04:02.000Z (about 5 years ago)
- Last Synced: 2025-01-15T22:28:38.605Z (over 1 year ago)
- Language: Java
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compressed app icons PoC
Compresses the app icons before showing them on the screen
[](https://t.me/EmmanuelsApps)
This is for loading a large amount of images that have a small amount of colors.
It works by creating a palette and saving the indexes of colors in an array.
You are probably intrested by the file [Compressor.java](https://github.com/EmmanuelMess/CompressedAppIconsPoC/blob/master/app/src/main/java/com/emmanuelmess/compressionpoc/Compressor.java) .
## License: GPL3
Deadlines, a simple app for managing deadlines
Copyright (C) 2020 Emmanuel Messulam
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
