Bug 25389 - Update Candidate mga6: ImageMagick 6.9.10.62
Summary: Update Candidate mga6: ImageMagick 6.9.10.62
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 6
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: QA Team
QA Contact:
URL:
Whiteboard: MGA6-64-OK
Keywords: advisory, validated_update
Depends on:
Blocks:
 
Reported: 2019-08-31 07:51 CEST by Stig-Ørjan Smelror
Modified: 2019-09-06 23:10 CEST (History)
4 users (show)

See Also:
Source RPM:
CVE:
Status comment:


Attachments

Description Stig-Ørjan Smelror 2019-08-31 07:51:04 CEST
Update Imagemagick to latest release as a general bugfix release.
Comment 1 Stig-Ørjan Smelror 2019-08-31 09:26:20 CEST
Advisory
========

This update to version 6.9.10.62 is a general bugfix update for Imagemagick.

References
==========

https://legacy.imagemagick.org/script/changelog.php

Files
=====

Uploaded to core/updates_testing

imagemagick-6.9.10.62-1.mga6
imagemagick-desktop-6.9.10.62-1.mga6
libmagick-6Q16_6-6.9.10.62-1.mga6
libmagick++-6Q16_8-6.9.10.62-1.mga6
libmagick-devel-6.9.10.62-1.mga6
perl-Image-Magick-6.9.10.62-1.mga6
imagemagick-doc-6.9.10.62-1.mga6

from imagemagick-6.9.10.62-1.mga6.src.rpm

Assignee: smelror => qa-bugs

Comment 2 Len Lawrence 2019-09-02 19:45:03 CEST
mga6, x86_64

All seven packages updated cleanly.
Carried out routine tests as on many previous occasions using a collection of image files used before.

Get information on individual options; e.g. convert:
https://imagemagick.org/script/convert.php

$ identify *
1.tif TIFF 56x38 56x38+0+0 8-bit sRGB 8946B 0.000u 0:00.000
action.gif[0] GIF 3008x2000 3008x2000+0+0 8-bit sRGB 256c 0.000u 0:00.224
[...]
x.gif[3] GIF 100x100 100x100+100+100 8-bit sRGB 256c 36466B 0.000u 0:00.002
x.ppm PPM 100x100 100x100+0+0 8-bit sRGB 30015B 0.000u 0:00.007
xyz.jpg JPEG 600x448 600x448+0+0 8-bit sRGB 39450B 0.000u 0:00.000
xyz.ppm PPM 1200x896 1200x896+0+0 8-bit sRGB 3.07619MiB 0.000u 0:00.033

There were a number of errors referring to files which were not images.
Ran a perl script which merged a PPM image with a superimposed red
rectangle and created another image of a red rectangle on a white background.
These looked fine using IM display.

$ convert TatianaMaslany.jpg -background grey44 -vignette 0x5 Maslany.png
The PNG displays as a vignetted oval image on a green background.

Squash an image into another format with approximately the same area.
$ identify Ikapati.tif
Ikapati.tif TIFF 1024x1024 1024x1024+0+0 8-bit Grayscale Gray 1.00118MiB 0.000u 0:00.000
$ convert -resize 140%x70% Ikapati.tif ikapati.ppm
$ identify ikapati.ppm
ikapati.ppm PPM 1434x717 1434x717+0+0 8-bit sRGB 3084570B 0.000u 0:00.002

Hide a message in an image.
$ convert -gravity center -size 640x120 label:"Mageia - you know it makes sense" message.png
$ composite message.png SantaMaria.png -stegano +15+2 crater.png
$ display crater.png
Image looks the same.
$ convert -size 640x120+15+2 stegano:crater.png secret.png
$ display secret.png
That matches message.png.

Flip an image upside down - file modified in place.
$ mogrify -rotate 180 LochLubnaig_4.jpg
Regenerate the original as a GIF.
$ convert -rotate 180 LochLubnaig_4.jpg LochLubnaig_4.gif

Create an image of a coloured bar.
$ convert -size 60x500 gradient:'#FFF-#0FF' -rotate 90 -set colorspace HSB -colorspace RGB rainbow_3.jpg

Create a panel shaded diagonally from blue to black.
$ convert -size 400x200 xc: -sparse-color barycentric '0,0 skyblue  -%w,%h skyblue
%w,%h black' diagonal_gradient.ppm

Create a rose pink rectangle.
$ convert -size 200x160 canvas:MistyRose rose.png

A rose in a blue frame.
$ convert rose: -fill none -stroke blue -strokewidth 11 -draw 'rectangle 0,0 69,45'
borderrose.gif

$ convert -gamma 2.2 JessicaAlba.jpg jessica.png
That generates an image with an "overexposed" look.

$ convert -grayscale Rec709Luminance JessicaAlba.jpg jessica.gif
produces a darkened greyscale image.
$ convert -grayscale Rec709Luma JessicaAlba.jpg jessica.ppm
produces something lighter.
The same effect results from:
$ convert -colorspace Gray JessicaAlba.jpg jessica.png

$ convert LochLubnaig_4.jpg GlenShiel_7.jpg -composite scotland.jpg
generates a composite image with the overlay anchored to the top lefthand corner.

$ montage -adjoin Glen*.jpg glens.jpg
This creates a montage containing 13 images in a 5x3 arrangement (5,5,3).

Display a sequence of images at a rate of one per second.
$ animate -delay 100 frame*.png

Those tests demonstrate a small fraction of IM's capabilities, but they all work, so
this is good to go.

Whiteboard: (none) => MGA6-64-OK
CC: (none) => tarazed25

Comment 3 Thomas Andrews 2019-09-05 14:19:56 CEST
Validating. Advisory in Comment 1.

Keywords: (none) => validated_update
CC: (none) => andrewsfarm, sysadmin-bugs

Thomas Backlund 2019-09-06 19:46:23 CEST

Keywords: (none) => advisory
CC: (none) => tmb

Comment 4 Mageia Robot 2019-09-06 23:10:56 CEST
An update for this issue has been pushed to the Mageia Updates repository.

https://advisories.mageia.org/MGAA-2019-0120.html

Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.