Update Imagemagick to latest release as a general bugfix release.
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
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-OKCC: (none) => tarazed25
Validating. Advisory in Comment 1.
Keywords: (none) => validated_updateCC: (none) => andrewsfarm, sysadmin-bugs
Keywords: (none) => advisoryCC: (none) => tmb
An update for this issue has been pushed to the Mageia Updates repository. https://advisories.mageia.org/MGAA-2019-0120.html
Status: NEW => RESOLVEDResolution: (none) => FIXED