mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
13 lines
520 B
Java
13 lines
520 B
Java
/**
|
|
* All files under this package were adapted from https://github.com/mcychan/nQuant.android
|
|
* at 8f18e9d7536e71a90d0d1333968e07688b7ebf09
|
|
* <p>
|
|
* Changes done:
|
|
* - Update PnnQuantizer to allow for access to the palette after convertion
|
|
* - Update PnnLABQuantizer and PnnQuantizer to allow instantiation from a Bitmap and not a file
|
|
* - Update GilbertCurve to work on SDK21, due to usage of PriorityQueue, by making
|
|
* ErrorBox comparable
|
|
* - Replace all Integer[] with int[]
|
|
*/
|
|
package com.android.nQuant;
|