Skip to content

Commit

Permalink
mention new features in readme/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlnagy committed Mar 9, 2024
1 parent 4e7d409 commit 4ab71c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ written in Julia.
- Extensible core for other TIFF packages to build on
- Native integration with `Colors.jl` and the Julia Array ecosystem
- Memory-mapping for loading images too large to fit in memory
- Support for BigTIFFs for large images
- BigTIFF standard (TIFFs larger than 4 GB)
- Arbitrary bit depths (e.g. 12 or 14 bit cameras)
- Common compression algorithms like LZW and Packbits

## Installation

Expand Down
4 changes: 3 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ TiffImages.jl supports:
- The TIFF 6.0 baseline spec
- Thorough testing
- HDR images stored as 32bit or 64bit floats
- BigTIFFs
- BigTIFF standard (TIFFs larger than 4 GB)
- Memory-mapped and lazy loading/writing
- Arbitrary bit depths (e.g. 12 or 14 bit cameras)
- Common compression algorithms like LZW and Packbits

## Usage

Expand Down

0 comments on commit 4ab71c9

Please sign in to comment.