Skip to content

Releases: gographics/imagick

Minor release v3.7.0

02 Jun 07:39
0c141b9
Compare
Choose a tag to compare

New in minor release v3.7.0

Breaking API changes

  • [#319] GetImageBlob and GetImagesBlob signatures have been updated to return an error as the second element. This is needed to correct a fault in the original implementation which was masking and clearing errors, making it hard to debug, as a user. In an effort to be more idiomatic, it was better to adjust the signature and guarantee to the user that we will return a related error instead of expecting them to check the byte slice for nil and then call GetLastError
  • [#139] Move SetResourceLimit from being a method of MagickWand to a package function, as it has nothing to do with the wand instance

Other change

  • [#317] Add GetDelegates and GetFeatures package functions
  • [#320] Add MagickWand.GetImageProfileBytes method to return original bytes instead of converting to a string

Minor Release v2.7.0

02 Jun 07:33
fb2c7f3
Compare
Choose a tag to compare

New in minor release v2.7.0

Breaking API change

  • [#319] GetImageBlob and GetImagesBlob signatures have been updated to return an error as the second element. This is needed to correct a fault in the original implementation which was masking and clearing errors, making it hard to debug, as a user. In an effort to be more idiomatic, it was better to adjust the signature and guarantee to the user that we will return a related error instead of expecting them to check the byte slice for nil and then call GetLastError

Minor Release v3.6.0

10 May 22:34
Compare
Choose a tag to compare

New in minor release v3.6.0

  • [#313] CropImageToTiles: Add all tile images instead of just the first one

Patch Release v3.5.3

03 Apr 20:26
Compare
Choose a tag to compare

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

Patch Release v2.6.4

03 Apr 20:27
Compare
Choose a tag to compare

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

Patch release v3.5.2

22 Feb 20:02
4468b5b
Compare
Choose a tag to compare

New in patch release v3.5.2

  • [#304] Add Parse*Geometry methods

Patch release v3.5.1

08 Jan 03:04
Compare
Choose a tag to compare

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

Release v3.5.0

17 Sep 00:06
Compare
Choose a tag to compare

New in release v3.5.0

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

Release v3.4.3

16 Jul 07:33
Compare
Choose a tag to compare

New in release v3.4.3

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

Release v2.6.3

16 Jul 07:32
Compare
Choose a tag to compare

New in release v2.6.3

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