Page MenuHomeSolus

Update imagemagick to 7.0.8-54
ClosedPublic

Authored by kyrios123 on Jul 18 2019, 2:43 PM.
Tags
None
Referenced Files
F11050918: D6764.diff
Thu, Aug 10, 7:35 PM
F10872974: D6764.id16259.diff
Jun 19 2023, 6:01 AM
F10872941: D6764.id16230.diff
Jun 19 2023, 5:35 AM
F10861948: D6764.diff
Jun 16 2023, 5:55 PM
Subscribers

Details

Summary
  • Resolve division by zero.
  • Introducing MagickLevelImageColors() MagickWand method.
  • Transient problem with text placement with gravity.
  • Support TIM2 image format.
  • For -magnify option, specify an alternative scaling method with -define.

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

Checked with convert & mogrify

Diff Detail

Repository
R1464 imagemagick
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

@JoshStrobl when there are new abi symbols like here, it is safe to push, right?

@JoshStrobl when there are new abi symbols like here, it is safe to push, right?

That's correct. It's typically ABI removals you'll want to watch out for, private ABI removals can usually be ignored but I typically double-check commits and the like just to be safe, or just install it and use something against it.

In this specific case, it's fine. They're just additions.

This revision is now accepted and ready to land.Jul 18 2019, 5:55 PM
This revision was automatically updated to reflect the committed changes.