使用ImageMagic调整图像大小。 [英] Resize Image with ImageMagic.

查看:90
本文介绍了使用ImageMagic调整图像大小。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用图像调整图像 Megic Magic C#中的Magick?

解决方案

真的答案取决于您是否使用命令行或包装器进行大小调整。如果您使用的是命令行版本,则调用convert.exe sourcefilename -resize 450x450 outputfilename。如果你想通过第三方包装器来做这件事,你将不得不阅读该包装器的文档。



您可以找到有关使用ImageMagick调整大小的更多信息在相当全面的文档 [ ^ ]。


例如,在这里开始:http://stackoverflow.com/questions/8517304/what-the-difference-of- sample-resample-scale-resize-adaptive-resize-thumbnail-im [ ^ ]。



- SA

How to resize an Image using Image Megic Magic Magick in C# ?

解决方案

The answer really depends on whether or not you are using the command line or a wrapper to do the resizing. If you are using the command line version, then call convert.exe sourcefilename -resize 450x450 outputfilename. If you want to do this through a third party wrapper, you are going to have to read the documentation for that wrapper.

You can find out more about resizing with ImageMagick in the rather comprehensive documentation[^].


Start, for example, here: http://stackoverflow.com/questions/8517304/what-the-difference-of-sample-resample-scale-resize-adaptive-resize-thumbnail-im[^].

—SA


这篇关于使用ImageMagic调整图像大小。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆