Re: Updated: ImageMagick-7.1.2.3-1
Jon Turney via Cygwin <[email protected]>
| Newsgroups | gmane.os.cygwin |
|---|---|
| Message-ID | <[email protected]> |
On 07/10/2025 18:11, Marco Atzeri via Cygwin-announce wrote: > New version 7.1.2.3-1 of > > ImageMagick > ImageMagick-doc > libMagickCore7_10 API bump > libMagickC++7_5 API bump > libMagickWand7_10 API bump > libMagick-devel > perl-Image-Magick > > have been uploaded for cygwin > > CHANGES > recent upstream 7.x version > > DESCRIPTION > ImageMagick® is a software suite to create, edit, compose, or convert > bitmap images. It can read and write images in a variety of formats > (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, > PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, > mirror, rotate, distort, shear and transform images, adjust image > colors, apply various special effects, or draw text, lines, polygons, > ellipses and Bézier curves. Hi Marco, I think I just got bitten by a bug similar to these: https://github.com/ImageMagick/ImageMagick/issues/2222 https://github.com/ImageMagick/ImageMagick/issues/1510 The X server uses 'magick convert' to make its .ico file from an .svg. It's now missing all it's colours. (Comparing the dependencies of libMagickCore with a previous version, libbz2_1, libgs10, librsvg2_2 and libzip5 have dropped off) So, I guess this just needs rebuilding with more build-requires. This is due to bad behavior by the configure script, all too common with autoconf: despite saying "--with-rsvg", if the prerequisites aren't present, it just ignores that rather than giving an error. I tried that locally and confirmed it fixes my problem. (I can update the package if you like, just let me know.) -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple