Colbyn
Colbyn
Oh great question, and cool seeing someone taking an interest in my work! 🙂 ## PNG Issue Regarding, > when I try to compress PNG, I only get a very...
Hey @lilith, regarding cross platform support. In summary, only MacOS and Linux has been tested. Personally I’m not very familiar with Windows, and Imager depends on various C dependences that...
I don't know if this is related. But for some reason I couldn't get LinuxKit to upload e.g. `VMDK` encoded files to AWS, it just blocks (seemingly forever). I have...
Hey @isuruf, well when I run this: ```Dockerfile # FROM ubuntu:18.04 # FROM emscripten/emsdk FROM emscripten/emsdk:2.0.5 # FROM emscripten/emsdk:1.40.1 RUN apt update -y # RUN bash -c "$(wget -O -...
@isuruf Okay I got it building 🙂 ```Dockerfile # FROM ubuntu:18.04 # FROM emscripten/emsdk # FROM emscripten/emsdk:2.0.5 # FROM emscripten/emsdk:1.40.1 FROM emscripten/emsdk:2.0.15 RUN apt update -y RUN apt install -y...
Not sure how useful this would be apart from visualizing the results from `connected_components`. Overall maybe the colors could perhaps be a bit more diverse...  
@theotherphil oh okay no rush.
Interesting, initially when I wrote this library it was for the purpose of container muxing/demuxing and general decoding, and so in conjunction with keeping it self contained I never thought...
Ahh, first I don't think the `LLVM_CONFIG_PATH` path is a necessity (it's from a dependency called `rust-bindgen`), but perhaps I'm wrong (I've built this before without setting it). Anyway in...
Ahh sorry for your trouble. Unfortunately I don’t have a windows license so I can’t test windows builds (at least for now, I'm very overloaded on other projects, but windows...