boostorg / gil

Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
https://boostorg.github.io/gil
Boost Software License 1.0
179 stars 163 forks source link

Add support for writing ASCII flavours of PNM formats #359

Open mloskot opened 5 years ago

mloskot commented 5 years ago

Currently, only binary PNM files can be written. We need support for ASCII flavours too.

This is necessary to enable hosting of test images in human-friendly textual format that allows to easily craft any test data and verify actual vs expected outputs.

References

psbro commented 3 years ago

i want to contribute to this issue.would you exlain it to me?

mloskot commented 3 years ago

@psbro I think the task in this issue is self-explanatory (with help from reading the linked references, GIL I/O docs and source code and other online matrials about the format in question, of course) but if you have any specific questions feel free to ask.