Image Magick水印问题(升级6.5.1 -> 6.5.7)

发布于 2024-09-06 09:03:25 字数 631 浏览 4 评论 0原文

我们最近将 image magick 的版本从 6.5.1 升级到 6.5.7(通过 karmic->lucid ubuntu 升级)。

我们依赖的命令之一是调整图像大小,然后将其放置在另一个图像的顶部:

composite -gravity 'Center' -resize '304x202!' watermark.png -size '320x213' base.jpg result.jpg

在本例中,我们期望得到“320x213”像素的结果图像,并放置“302x202”像素版本的“watermark.png”在中心的“base.jpg”上方。

这在 image magick 6.5.1 中工作得很好,但在版本 6.5.7 中,我们的视觉测试失败了,如下所示:

alt text http://img21.imageshack.us/img21/2023/screenshot20100623at104.png

这看起来像“-size”选项由于某种原因被完全忽略,但任何想法都会赞赏!

We recently upgraded our version of image magick from 6.5.1 to 6.5.7 (via karmic->lucid ubuntu upgrade).

One of the commands we rely on is resizing an image and then placing it on top of another image:

composite -gravity 'Center' -resize '304x202!' watermark.png -size '320x213' base.jpg result.jpg

In this example we are expecting a result image of '320x213' pixel, with a '302x202' pixel version of 'watermark.png' placed over 'base.jpg' in the center.

This worked fine in image magick 6.5.1, but in version 6.5.7 our visual test fails as you can see below:

alt text http://img21.imageshack.us/img21/2023/screenshot20100623at104.png

This looks like the '-size' options gets completely ignored for some reason, but any ideas would be appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文