Skip to content

Releases: JuliaIO/ImageMagick.jl

Move to Project.toml and fix ImageCore version conflict

26 Apr 23:50
f2db4e5
Compare
Choose a tag to compare
  • Move to Project.toml
  • Update Travis to Project.toml format
  • Fix ImageCore version conflict

Add missing package to test file

29 Oct 16:45
3c4e1c1
Compare
Choose a tag to compare
Merge pull request #136 from RalphAS/ras/imageshow1

switch to registered ImageShow for tests

fix windows

23 Aug 18:43
d69f3ac
Compare
Choose a tag to compare
Merge pull request #132 from JuliaIO/sd/wzip

fix zlib build on windows

drop Julia 0.6, support 0.7!

21 Aug 18:01
baac66b
Compare
Choose a tag to compare
Merge pull request #129 from JuliaIO/fbot/deps

Fix deprecations

metadata

09 Jul 20:10
Compare
Choose a tag to compare
Change package from imagemagick to libmagick6 (#119)

This package requires /usr/lib/libMagickWand-6*.so, which is found in the
libmagick6 package on Arch Linux, not the imagemagick package.  Since
imagemagick has reached version 7, pacman will install libmagick version 7,
which is incompatible with this package.

v0.5.1: Merge pull request #114 from JuliaIO/sd/fixcc

21 Mar 19:12
7c7cc11
Compare
Choose a tag to compare
call initenv in deps.jl to work with compilecache=no

v0.5.0: Merge pull request #104 from JuliaIO/fbot/deps

24 Aug 12:16
Compare
Choose a tag to compare

More robust installation

06 Jun 19:59
Compare
Choose a tag to compare
Merge pull request #93 from musm/fx

More resilient precompiled builds

v0.3.1: Merge pull request #91 from oschulz/issue-12-refix

02 Jun 20:55
Compare
Choose a tag to compare
Re-fixes issue #12, reintroduced due to 286138d

Fixes for OSX/Homebrew

01 Jun 08:34
Compare
Choose a tag to compare
v0.3.0

README: mention install "reset" for Homebrew users