An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Compressed app icons PoC
Compresses the app icons before showing them on the screen

[![Chat on Telegram](https://img.shields.io/badge/Chat%20on-Telegram-brightgreen.svg)](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) .

----

Become a patreon

## 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 .