Releases: tlnagy/TiffImages.jl
Releases · tlnagy/TiffImages.jl
v0.4.0
TiffImages v0.4.0
Closed issues:
- Missing COMPRESSION_ADOBE_DEFLATE (#42)
Merged pull requests:
- Implement decompression of DEFLATE and ADOBE_DEFLATE. (#50) (@GunnarFarneback)
- Add ColorTypes 0.11 to compat (#51) (@jaakkor2)
- add compat entry for inflate.jl (#52) (@tlnagy)
- Bugfix for reading compressed images. (#55) (@GunnarFarneback)
v0.3.2
TiffImages v0.3.2
Closed issues:
- DenseTaggedImage not generic enough for offset arrays (#46)
Merged pull requests:
- Add fast method to special DenseTaggedImage convert cases (#45) (@johnnychen94)
- support OffsetArray write (#47) (@johnnychen94)
- bring Julia 1.3 support (#48) (@johnnychen94)
v0.3.1
v0.3.0
TiffImages v0.3.0
Merged pull requests:
- Close files after filepath save methods (#32) (@IanButterworth)
- Write optimization via caching (#33) (@IanButterworth)
- run github actions on tags too (#34) (@tlnagy)
- Add precompile helper (#35) (@IanButterworth)
- Improve inferrabililty (#36) (@timholy)
- Fix type piracy issue (#38) (@tlnagy)
- Use a lower optimization level (#39) (@timholy)
v0.2.2
TiffImages v0.2.2
Merged pull requests:
v0.2.1
v0.2.0
v0.1.0
TiffImages v0.1.0
Closed issues:
- Towards baseline TIFF compatibility (#1)
- Towards an initial release (#2)
- Loading might be a little too lazy, leading to long access times (#4)
- rename this package to TIFFFiles? (#5)
- ERROR: EOFError: read end of file (#6)
- ERROR: KeyError: key (TIFF.SAMPLEFORMAT_INT, 0x0008) not found (#7)
- Bizarre strip image bug(s) (#12)
Merged pull requests:
- control progressbar via verbose command (#9) (@tlnagy)
- Eager realization (#10) (@tlnagy)
- add signed image data support, fixes #7 (#11) (@tlnagy)
- Reverse byte order when reading remote data types (#13) (@tlnagy)
- [WIP] Add support for saving TIFFs (#14) (@tlnagy)
- Add tutorial for writing TIFFs (#15) (@tlnagy)
- Various improvements to eager realization (#17) (@tlnagy)
- Rename from TIFF -> TiffImages (#18) (@tlnagy)
- Basic load-only mmap support (#20) (@tlnagy)