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

问题描述

Photoshop非常棒:
用于调整大小的BiCube Shaper选项。

Photoshop has that great:BiCube Shaper option for resizing.

但是我找不到相应的。

我见过使用GD的各种代码,使用了imagecopyresampled和自定义非锐化掩码,但没有接近我期待的质量。

I've seen various code using GD that used imagecopyresampled and custom unsharp mask, but no where near the quality I am expecting.

任何帮助?

推荐答案

如果您尝试过的只是GD,那么您可能需要尝试一些ImageMagick采样过滤器。下面是对它们进行检查与PhotoShop中的人沿着页面:

If all you've tried is GD, you might want to give some of the ImageMagick sampling filters a shot. Here's a page that examines them along with the PhotoShop ones:

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

09-27 04:48