Page MenuHomeSolus

Update imagemagick to 7.0.8-25
ClosedPublic

Authored by kyrios123 on Jan 28 2019, 8:19 PM.
Tags
None
Referenced Files
F11043025: D5185.diff
Thu, Aug 10, 7:44 AM
F10846575: D5185.id.diff
Jun 11 2023, 5:58 AM
F10826883: D5185.diff
Jun 4 2023, 3:58 AM
F10799199: D5185.id.diff
May 28 2023, 1:32 PM
F10765200: D5185.id12639.diff
May 19 2023, 11:45 AM
F10738213: D5185.id12706.diff
May 13 2023, 10:12 AM
F10738143: D5185.id12639.diff
May 13 2023, 9:47 AM
F10738142: D5185.id12639.diff
May 13 2023, 9:47 AM
Subscribers

Details

Summary
  • Eliminate spurious font warning
  • Support HEIC EXIF & XMP profiles
  • Support -clahe option real clip limit
  • ShadeImage() kernels can return negative pixels, clamp to range
  • Annotate with negative offsets no longer renders slanted text

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

Test Plan

Usual checks with convert & mogrify

Diff Detail

Repository
R1464 imagemagick
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.

Usual checks with convert & mogrify

Please list those "usual checks"

This revision now requires changes to proceed.Jan 29 2019, 11:08 AM

These are some of the commands, I sometimes add or slightly modify commands but it's always that script I run each and every update...

cp /usr/share/backgrounds/evolve-os/Excl_Lazy_Summer_Leaf.jpg /tmp/image.jpg
cd /tmp
convert image.jpg image.png
convert image.jpg -resize 30% small.png
convert image.jpg -thumbnail 50x50 verysmall.jpg
convert small.png -colorspace RGB +sigmoidal-contrast 11.6933 -define filter:filter=Sinc -define filter:window=Jinc -define filter:lobes=3 -resize 400% -sigmoidal-contrast 11.6933 -colorspace sRGB filters.png
mogrify -format tiff image.jpg
This revision is now accepted and ready to land.Jan 30 2019, 12:00 PM
This revision was automatically updated to reflect the committed changes.