Michaël Larouche
Michaël Larouche
My name is Michaël Larouche and I fully support this effort
LLVM has a mostly complete RC compiler that we could port to Zig and improve compatiblity https://github.com/llvm/llvm-project/tree/master/llvm/tools/llvm-rc
Found a new way to represent Colors: https://www.kuon.ch/post/2020-03-08-hsluv/
Hi sorry for the late reply. The JPEG has been submitted as a work in progress, this is why the README doesn't show that it suppport reading JPEG. I am...
Good suggestion, it could used to implement a drawing API on top of image like #32
> Hey :) trying to take on that task, will keep you updated Nice, can't wait :)
https://hastebin.com/ukabotewoh.zig
Go ahead, looking forward to it :)
@Flecart Any update on your part? I suggest that you join our [Discord](https://discord.gg/TYgEEuEGnK) to help coordinate the development effort.
The design of the library was always that if you need more specific information from an image format, you can use the image format implementation directly, see https://github.com/zigimg/zigimg/blob/master/zigimg.zig there is...