BiCubic Shaper PHP Image Resize

亡梦爱人 提交于 2020-01-14 11:52:27

问题


Photoshop has that great: BiCube Shaper option for resizing.

However I cannot find an equivalent.

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

Any help?


回答1:


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:

http://www.xs4all.nl/~bvdwolf/main/foto/down_sample/down_sample.htm



来源:https://stackoverflow.com/questions/255585/bicubic-shaper-php-image-resize

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!