fnands / mimage

A library for parsing images in Mojo
Other
13 stars 1 forks source link

Replace uncompress with a pure Mojo version #4

Open fnands opened 6 months ago

fnands commented 6 months ago

The goal of Mimage is to be a pure Mojo library. Right now, it uses the ZLib uncompress function written in C(?).

This should be replaced once a Mojo version is available.

https://github.com/fnands/mimage/blob/bee72ee1736e7316a2d0ca89bde496854d39c6b6/mimage/utils/compression.mojo#L28