Imagick Versions Save

Go binding to ImageMagick's MagickWand C API

v2.6.4

1 month ago

New in patch release v2.6.4

[#308] Check last error after getting image blob to prevent panic [#309] Check last error after query to FontMetrics to prevent panic

v3.5.3

1 month ago

New in patch release v3.5.3

[#308] Check last error after getting image blob to prevent panic [#309] Check last error after query to FontMetrics to prevent panic

v3.5.2

2 months ago

New in patch release v3.5.2

  • [#304] Add Parse*Geometry methods

v3.5.1

4 months ago

[#301] Disable unused C field causing cgo conversion type error as of ImageMagick 7.1.1-24

v3.5.0

7 months ago

New in release v3.5.0

[296] Add MagickWand.AutoThresholdImage to im7 and raise minimum ImageMagick7 version to 7.0.8-41

v3.4.3

9 months ago

New in release v3.4.3

  • [#229] Fix windows error when passing open os.File to ReadImageFile

v2.6.3

9 months ago

New in release v2.6.3

  • [#229] Fix windows error when passing open os.File to ReadImageFile

v3.4.2

1 year ago

v2.6.2

1 year ago
  • fix: DrawingWand.GetTextInterlineSpacing should call correct C api function (#282)

v2.6.1

1 year ago
  • Add check for cols/rows params to avoid divide-by-zero error (SIGFPE) in C (refs #278)
  • Clear finalizers when Destroy() is called (refs #213)