Skip to content

Tags: JuliaIO/JpegTurbo.jl

Tags

v0.1.5

Toggle v0.1.5's commit message
[Diff since v0.1.4](v0.1.4...v0.1.5)

**Merged pull requests:**
- Fix doctests: eltype does not include package names (#31) (@jaakkor2)
- Add Aqua compat, remove project_toml_formatting setting (#32) (@jaakkor2)
- Add compat for TOML (#33) (@jaakkor2)
- Compat for CEnum v0.5 (#34) (@jaakkor2)

v0.1.4

Toggle v0.1.4's commit message
[Diff since v0.1.3](v0.1.3...v0.1.4)

**Merged pull requests:**
- Avoid extra buffer indirection during decoding (#30) (@jkrumbiegel)

**Closed issues:**
- Unable to automatically install 'JpegTurbo'  (#26)
- Error message handling (#28)

v0.1.3

Toggle v0.1.3's commit message
[Diff since v0.1.2](v0.1.2...v0.1.3)

**Merged pull requests:**
- fix: replace broken links to documentation (#27) (@Mikumikunisiteageru)
- [compat] ImageCore 0.10 (#29) (@timholy)

v0.1.2

Toggle v0.1.2's commit message
[Diff since v0.1.1](v0.1.1...v0.1.2)

v0.1.1

Toggle v0.1.1's commit message
[Diff since v0.1.0](v0.1.0...v0.1.1)

v0.1.0

Toggle v0.1.0's commit message
**Closed issues:**

- decoding: support IO and in-memory (#6)

**Merged pull requests:**
- codegen: generate low-level header wrapper using Clang (#1) (@johnnychen94)
- feat: add helper `versioninfo` (#2) (@johnnychen94)
- initial implementation for `jpeg_encode` and `jpeg_decode` (#3) (@johnnychen94)
- codegen: upgrade to Clang 0.15.6 (#9) (@Gnimuc)
- fix(jpeg_encode): support numerical matrix and out-of-range values (#11) (@johnnychen94)
- feat(decode): support IO and in-memory data (#13) (@johnnychen94)