Abe Pazos
Abe Pazos
Hi, is this what you are looking for? https://github.com/extrapixel/gif-animation/blob/master/gifAnimation/src/GifDecoder.java#L27
One hour trying to figure out why hinas:meteor-bootstrap-confirmation stopped working after I installed nemo64:bootstrap. I leave this comment in case it happens to someone else.
It seems like the only way to customize Bootstrap, and have it's assets be available for other addons, is to build your own Bootstrap package. It's less hard than it...
Would this help with Android support? https://github.com/LWJGL/lwjgl3/issues/715
I might be able to maintain it... I'm the author of the VideoExport library for Processing and I combined several C GIF libraries last year for improved quantization. The only...
So I volunteer to keep it running and respond to issues and PRs, basically, do maintenance work. Maybe you want to wait and see if there's different "candidates" and what...
Thank you :) I'll compile the library locally and test on 3.0. I'm fine with discussing everything here.
Funny question: how do you build the library? I don't see any of the files from the library template there (resources/, build.xml, build.properties). I can add those myself, but I...
Thanks @extrapixel that link helped (I always run an ant script to build my library). This is what I did: ``` javac -source 1.6 -target 1.6 -d . -classpath /usr/share/processing/core/library/core.jar...
Today I tested the produced jar file with the latest Processing and both examples worked fine (display gif and export P3D to gif). I'll create the dev branch tomorrow :)