Page MenuHomeSolus

Update imagemagick to 7.0.6-7
ClosedPublic

Authored by kyrios123 on Aug 13 2017, 8:45 AM.

Details

Summary
  • Improve EPS aliasing reference.
  • Added a new option called 'dds:fast-mipmaps' reference.
  • The mipmaps of a dds image can now be created from a list of images with -define dds:mipmaps=fromlist reference.

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

Test Plan

Yet another day, yet another imagemagick release...
Used mogrify to resize an image.

Diff Detail

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

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
10–11

Add the brackets back. I get it, it's one item, but at this point it's more about consistency and makes it a bit easier to quickly add more patterns if needed in the future.

This revision now requires changes to proceed.Aug 19 2017, 2:05 PM
kyrios123 edited edge metadata.

It's just a matter of taste. Personally I don't really like the [] because if the list gets too long - should be used for readability so as from 2 items, I really prefer using - already.

This revision is now accepted and ready to land.Aug 19 2017, 2:40 PM
This revision was automatically updated to reflect the committed changes.