brian-armstrong-discord
brian-armstrong-discord
I don't really have a suitable machine to build on. If you want to try running `deps/build_deps_linux.sh` on Windows and massaging it until it works, that would probably be the...
Hey @theRoughCode Sorry for the radio silence on my end. This does actually look interesting, would you mind cleaning up the recent conflicts with master? Thank you!
As far as how the options should work, I tried to mirror PIL since that's what inspired this project, so I would say let's do what PIL does for these...
Have you tried `brew install nasm`?
What is the error?
Well, this package also has c deps that are needed, and compilation has to occur with cgo. Maybe https://gist.github.com/steeve/6905542 is relevant?
It looks like if nothing else, in cross-compile mode, you need CGO_ENABLED=1. But you'll also need a valid cross-compile setup for compiling the C deps.
No, you shouldn't need them. What is the command you're running when you see that?
Is it possible you're on x86, not x86-64? I think this might only support 64-bit.
Wow, this is pretty cool! > GIF-to-APNG conversion currently does not work, since the number of frames in a GIF is not known until all frames have been read, while...