A port of Go's stdlib/image to V. It is Highly Work in Progress.
-
image/color/color.v(~98% done)- RGBA
- RGBA64
- NRGBA
- NRGBA64
- Alpha
- Alpha16
- Gray
- Gray16
- Palette (need more to think on this to how to do it with current limitations)
-
image/color/ycbcr.v(~98% done)- YCbCr
- NYCbCr
- YCbCrA
- CMYK
- NYCbCrA (need more to think on this to how to do it with current limitations)
-
image/geom.v -
image/geom_test.v(~20% done, tests are failing for some reason) -
image/color/ycbcr_test.v(~30% done, tests are failing for some reason) -
image/color/color_test.v -
image/name.v -
image/image_test.v(not started in lieu of insufficient progress inimage/image.v) -
image/ycbcr.v(98% done)- YCbCr
- NYCbCrA (2% left to do)
-
image/image.v(~15% done)- RGBA
- RGBA64
- NRGBA
- NRGBA64
- Alpha
- Alpha16
- Gray
- Gray16
- CMYK
- Paletted
-
image/jpeg/(not started, waiting forioandbufiomodules) -
image/png/(not started, waiting forioandbufiomodules) -
image/gif/(not started, waiting forioandbufiomodules) -
image/format.v(not started, waiting forio,sync/atomicandbufiomodules) -
image/draw(not started, waiting forioandbufiomodules) -
image/internal/(not started)
I thank the authors of stdlib/image for making their code public plus adding comments where explanation was needed.