mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
286f7c643f
When this option is enabled all png images will be converted to PNG-8 (8 bit per pixel).
5 lines
76 B
Java
5 lines
76 B
Java
package org.pngquant;
|
|
|
|
public class PngQuantException extends Exception {
|
|
}
|