Skip to content

Tags: batazor/imagick

Tags

v3.5.2

Toggle v3.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Parse*Geometry methods (gographics#304)

* Implement Parse*Geometry methods

This required changing the implementations of GeometryInfo and RectangleInfo to match their C struct counter parts.

* Expose QUANTUM_RANGE

* Add ParseAbsoluteGeometry(string, *RectangleInfo)

* Add ParseRegionGeometry/ParsePageGeometry

* More accurately wrap Parse*Geometry APIs

* Add func documentation

v3.5.1

Toggle v3.5.1's commit message
Disable unused C field causing type error in ImageMagick 7.1.1-24 (fixes

 gographics#301)

v3.5.0

Toggle v3.5.0's commit message
Merge branch '295_MagickAutoThresholdImage' into im-7

# Conflicts:
#	imagick/magick_wand_image.go

v3.4.3

Toggle v3.4.3's commit message
Merge branch '229_win_fdopen' into im-7

v2.6.3

Toggle v2.6.3's commit message
Fix windows fdopen error (refs gographics#229)

v3.4.2

Toggle v3.4.2's commit message
GetTextInterlineSpacing should call correct C api function (refs gogr…

…aphics#282)

v2.6.2

Toggle v2.6.2's commit message
GetTextInterlineSpacing should call correct C api function (refs gogr…

…aphics#282)

v3.4.1

Toggle v3.4.1's commit message
Add check for cols/rows params to avoid divide-by-zero error (SIGFPE)…

… in C (refs gographics#278)

v2.6.1

Toggle v2.6.1's commit message
(IM6) Add check for cols/rows params to avoid divide-by-zero error (S…

…IGFPE) in C (refs gographics#278)

v3.4.0

Toggle v3.4.0's commit message
Merge branch 'im7_SetImageMask' into im-7