Currently I'm learning Nim and have some little projects in mind that involve 
image manipulation. For my needs it doesn't have to be anything advanced. There 
are already packages on Nimble for reading and writing JPEG and PNG files, 
conversion between different color spaces etc.

But it would be great to have something similar to Go's 
[image](https://pkg.go.dev/image?tab=doc) package. That would provides a 
unified way of representing images of different formats, colors and procedures 
to manipulate them.

Reply via email to