Releases: JuliaIO/ImageMagick.jl
Releases · JuliaIO/ImageMagick.jl
v1.4.0
ImageMagick v1.4.0
Merged pull requests:
- Add support for DICOM file loading (#216) (@jochalek)
- Bump julia-actions/setup-julia from 1 to 2 (#230) (@dependabot[bot])
- Add custom subtypes function to avoid deprecation warnings (#236) (@dgleich)
Closed issues:
- Update the package to use ImageMagick v7 binaries (#69)
- load() on a TIFF image returns all 0xffff (#99)
- Memory use saving a gif (#115)
- High memory use without release (#205)
- ImageMagick_jll v6.9.12-0 is breaking for PNG and TIFF (#206)
- Update to ImageMagick 7.1 (#232)
- ImageCore warning needs fixing (by using XRGB and RGBX) (#235)
v1.3.1
ImageMagick v1.3.1
Merged pull requests:
- bump ImageMagick_jll, add test for #206 (#215) (@simeonschaub)
- update and fix GH actions (#217) (@simeonschaub)
- enable dependabot for GitHub actions (#219) (@ranocha)
- [compat] ImageCore 0.10 (#221) (@timholy)
- Bump actions/checkout from 3 to 4 (#223) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#224) (@dependabot[bot])
- Update TagBot.yml (#225) (@ViralBShah)
- Bump codecov/codecov-action from 3 to 4 (#227) (@dependabot[bot])
- Update CI.yml (#228) (@nhz2)
Closed issues:
v1.2.2
ImageMagick v1.2.2
Closed issues:
- Failed to precompile ImageMagick on Julia 0.7.0 (ChannelView not defined) (#128)
- Add support for OpenEXR. (#203)
Merged pull requests:
- [maintenance] reduce dependencies and update README badge (#202) (@johnnychen94)
- compat: hardcode ImageMagick_jll to 6.9.10 (#207) (@johnnychen94)
v1.2.1
ImageMagick v1.2.1
Closed issues:
- FreeBSD broken (#161)
Merged pull requests:
- upgrade freebsd image (#200) (@johnnychen94)
- [compat] ImageCore v0.9 (#201) (@johnnychen94)
v0.7.9
v0.7.8
ImageMagick v0.7.8
v0.7.7
ImageMagick v0.7.7
Closed issues:
- FreeBSD broken (#161)
- libwand undefined in julia latest (#189)
- [Help] Convert from Image File back to raw data (#191)
- TagBot trigger issue (#197)
Merged pull requests:
- Fix depwarns in tests (#190) (@timholy)
- Clarify automatic use vs automatic install (#193) (@fonsp)
- Added doc strings to magickinfo. (#194) (@michael-prange)
- MassInstallAction: Install the CI workflow on this repository (#195) (@timholy)
- MassInstallAction: Install the TagBot workflow on this repository (#196) (@timholy)
- pass extra save_stream keywords to image2wand (#199) (@johnnychen94)
- upgrade freebsd image (#200) (@johnnychen94)
v1.2.0
ImageMagick v1.2.0
Merged pull requests:
- pass extra save_stream keywords to image2wand (#199) (@johnnychen94)
v1.1.7
ImageMagick v1.1.7
Closed issues:
Merged pull requests:
- A compat release for older versions of Julia (#186) (@timholy)
- Create CompatHelper.yml (#187) (@johnnychen94)
- Fix depwarns in tests (#190) (@timholy)
- Clarify automatic use vs automatic install (#193) (@fonsp)
- Added doc strings to magickinfo. (#194) (@michael-prange)
- MassInstallAction: Install the CI workflow on this repository (#195) (@timholy)
- MassInstallAction: Install the TagBot workflow on this repository (#196) (@timholy)
v0.7.6
ImageMagick v0.7.6
Closed issues:
- Build fails on openSUSE Tumbleweed system (#113)
- ImageMagick test fails on Julia 1.0 (#126)
- VideoIO tests fail to find zlib1.2.9 when loading ImageMagick.jl on Travis (#130)
- Cannot be build on Julia v1.0 (#133)
- Test fail on Ubuntu 16.04 (#135)
- Can't build ImageMagick on Centos 7 because libtiffxx.so can't be loaded (#137)
- some ZLIB problem? (#142)
- Failed to build ImageMagick on Julia 1.0.2.1 - Ubuntu 18.04 (#147)
- Compatibility issues while building (#151)
- "troubleshooting" section on README needs updating given BinaryBuilder build process (#160)
- FreeBSD broken (#161)
- Build fails on Windows behind a proxy (#162)
- Build fails on Windows (Travis CI) (#163)
- Failed to build on windows: ERROR: Can not create symbolic link (#164)
- Unable to build on CentOS 7 "cannot generate deps.jl" (#167)
- Application crashing when corrupt image is decoded, can't try-catch (#182)
Merged pull requests:
- Upgrade to Julia 1.3+, use JLL package for ImageMagick (#168) (@staticfloat)
- Remove outdated install help (#169) (@timholy)
- Add bounds to all dependencies and prepare for release (#170) (@timholy)
- Add some precompile statements and clean up the tests (#171) (@timholy)
- Save Bool image with 1-bit depth (#172) (@timholy)
- Rely on ImageCore for FixedPointNumbers&ColorTypes (#174) (@timholy)
- Suppress repetitive 32bit TIFF warnings (#175) (@alyst)
- Fix "tmp not defined" in exportimagepixels!() (#176) (@alyst)
- Install TagBot as a GitHub Action (#178) (@JuliaTagBot)
- Get bit depth from all images in stack (#179) (@timholy)
- fixed IOBuffer issue (#180) (@Arkoniak)
- Avoid using the deprecated ColorView type (#185) (@timholy)
- A compat release for older versions of Julia (#186) (@timholy)
- Create CompatHelper.yml (#187) (@johnnychen94)