Skip to content

Commit

Permalink
Release v2021.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed Jun 6, 2021
1 parent 5ef2ed5 commit 4c84636
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ The following Netpbm and Portable FloatMap formats are supported:
* XV thumbnail (RGB332, read-only)
* PF (float32 RGB, read-only)
* Pf (float32 grayscale, read-only)
* PGX (signed grayscale, read-only)

No gamma correction is performed. Only one image per file is supported.

The PGX format is specified in ITU-T Rec. T.803.

:Author:
`Christoph Gohlke <https://www.lfd.uci.edu/~gohlke/>`_

Expand All @@ -24,7 +27,7 @@ No gamma correction is performed. Only one image per file is supported.

:License: BSD 3-Clause

:Version: 2020.10.18
:Version: 2021.6.6

Requirements
------------
Expand All @@ -34,6 +37,9 @@ Requirements

Revisions
---------
2021.6.6
Fix unclosed file warnings.
Support reading PGX JPEG2000 reference images.
2020.10.18
Disallow comments after last value in PNM headers.
2020.9.18
Expand All @@ -46,7 +52,7 @@ Revisions
2018.10.18
Move netpbmfile.py into netpbmfile package.
2018.02.18
Support Portable FloatMaps.
Support reading Portable FloatMaps.
Style fixes.
2016.02.24
Use 'fromdata' classmethod to initialize from data.
Expand Down

0 comments on commit 4c84636

Please sign in to comment.