blkhawk
blkhawk
I guess I will answer since I know what the problem is. I fell for this myself. The BTT Firmware works different from what you would expect after using say...
While it is likely that GP had just not added the folder for video files I had something similar happen to me on a recently installed grapheneos and thats why...
well its more like a simple example script. But maybe I can take a look later. :)
I took a short look at the code - I think it would be annoying to fix the code because it never cares about the format of the input image...
Yes, I got the order wrong and that is exactly what PngQuant does. It also automatically removes colour that are too "near" another colour automatically. I am not 100% sure...
Yes, I was wondering why exactly the colour padding was needed. I assumed it was a requirement but i could see no obvious defects in my testing even without a...
Weird that its a requirement then - since a palette would contain all black by default and that is a color as well so there is no reason to pad...
Currently I am simply editing each colour directly in the data structure then invalidating the image object for a redraw. In my project I arranged the colour palette in such...
Seeing that It is clear what needs to be changed should I just push the modification I made in case an indexed palette is used and do a merge request...
well the logic is not too complex: basically "if input is indexed and requested format is auto or identical then do not run pngquant.convert()". I need to clean it up...