Skip to content

Commit

Permalink
Update documentation and README
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaaaa123456789 committed Jan 15, 2022
1 parent d73dac9 commit 7db9687
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# libplum

This is a C library designed to read and write common image file formats, and handle the resulting image data.
The library currently supports the BMP, GIF, PNG/APNG, JPEG and PNM (netpbm) formats; for more details, check the
[corresponding documentation page](docs/formats.md).

The main goal of the library is simplicity of use.
File formats are automatically detected, freeing the programmer from the burder of knowing in advance which formats to
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Note: releases are listed from latest to oldest.

- Ensured that the `PLUM_FILENAME`, `PLUM_BUFFER` and `PLUM_CALLBACK` constants are always `size_t` as documented
- Enforced the size limitation on the value returned by a callback when using the `PLUM_CALLBACK` loading/storing mode
- Added some warning flags for debug builds, and cleared some warnings that would be raised by them
- Some minor documentation updates

## Version 0.3 (10 January 2022)
Expand Down

0 comments on commit 7db9687

Please sign in to comment.