Cristy

Results 218 comments of Cristy

See https://imagemagick.org/script/formats.php. Now try this command: `magick before-magick.tiff -define quantum:format=floating-point after-magick.tiff` Does that work for you?

Type `magick identify favicon.ico`. If the 256x256 resolution listed?

Some ImageMagick formats leverage delegate libraries or programs to assist with decode/encoding of a subset of image formats. PDF requires `libgs` library or the `gs` utility. Webp requires the `libwebp`...

Add `-clamp` just before the output file to return expected results. In the mean-time, we'll investigate if the out-of-band values are appropriate for the morphology kernel with HDRI-enabled.

Thanks for the problem report. We can reproduce it and will have a patch to fix it in the GIT main branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be...

ImageMagick checks for libgvc >= 2.9.0. It compiles against Graphviz 4.0.0 without complaint. Other package maintainers may introduce their own restrictions.

Thanks for the problem report. We can reproduce it and will have a patch to fix it in the GIT main branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be...

It would be helpful to view the code snippet you used to render the image. What version of Freetype delegate library are you using on both systems? Type `magick -list...

ImageMagick supports OTF fonts, but not this particular type. It will require a bit of work to support it. We currently do not have an ETA.

The images are exactly the same per the ImageMagick compare command, there is a distortion of zero. Difference in metadata can surmised with a difference in checksum such as sha256sum....