如何使用graphicsmagick C 库将图像置于固定的指定裁剪框内居中
嘿,我想知道是否有人知道在保持纵横比的同时缩放图像的好方法,然后将其相对于指定的固定裁剪区域居中。
第一部分很简单(在保持比例的同时调整大小),只需要第二部分的帮助。
这是使用 php 和 image gd 执行此操作的链接。 PHP 裁剪图像以固定宽度和高度而不丢失尺寸比例
我想要实现的另一个链接是此页面上的“裁剪”策略: http://transloadit.com/docs/image-resize#resize-strategies
我想使用graphicsmagick C 库来完成此操作。
多谢。
Hey, I was wondering if someone knows a good way to scale an image while maintaining aspect ratio, and then center it with respect to a specified fixed crop area.
The first part is straight forward (resizing while maintaining ratio), just need help with the second part.
Here is a link to something that does this with php and image gd.. PHP crop image to fix width and height without losing dimension ratio
Another link to what I want to achieve is the "Crop" strategy on this page:
http://transloadit.com/docs/image-resize#resize-strategies
I want to do this using the graphicsmagick C library.
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论