York

Results 5 comments of York

It allows python users to use the library without interacting with the file system. For instance, I was using this library on a backend server that receives raster images from...

Sorry I think I misunderstood your question. The primary reason for passing in raw bytes instead of pixels is to provide a more streightforward interface for the Python users, as...

Yes that is correct, I have added use cases for the two functions in `cmdapp/vtracer/README.md`.

I was building a game where some game items are dynamically generated, I employed vtracer in the (item name) => (item game icon svg) pipeline. It worked amazingly well and...