-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for LZW compression (#116)
* add support for LZW compression * fix tests * delete test files * optimize bit shifts * unroll getcode() loop * optimize horizontal (un-)differencing * add support for pre-1.10 Julia versions * factor out prediction reversal logic so that it supports all compression techniques * check for overflows * delete test files * revert to spec behavior for codesize increases === I've found inconsistent behavior between Houdini and Pixelmator, so defaulting to behavior consistent with the spec Images will load (apparently) correctly in either case, but we show a warning for missing EOI in the non-spec case * update test * fix overflow check * bump version * add doc for TiffFileStrip * more explicit parameterization for TFS * bug fix --------- Co-authored-by: Tamas Nagy <[email protected]>
- Loading branch information
1 parent
560ddd8
commit 8c898d1
Showing
5 changed files
with
257 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "TiffImages" | ||
uuid = "731e570b-9d59-4bfa-96dc-6df516fadf69" | ||
authors = ["Tamas Nagy <[email protected]>"] | ||
version = "0.6.8" | ||
version = "0.7.0" | ||
|
||
[deps] | ||
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8c898d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
8c898d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/93361
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: