nim-lang / needed-libraries

This repository contains a list a needed libraries.
112 stars 5 forks source link

Image Formats #94

Open kobi2187 opened 5 years ago

liquidev commented 5 years ago

There's nimPNG for loading and saving PNG/APNG images: https://nimble.directory/pkg/nimpng

metasyn commented 4 years ago

There is also https://github.com/jiro4989/pnm for working with with portable anymap format (pnm) files.

digitalcraftsman commented 3 years ago

https://github.com/treeform/pixie is actively developed, though a wip, and covers multiple image formats as well as other features regarding basic image processing.