开发者

C# library to resize an image with "content aware scaling" algorithm?

开发者 https://www.devze.com 2023-01-23 06:18 出处:网络
http://www.youtube.com/watch?v=vIFCV2spKtg Is there any library that uses \"content aware scaling\" algorithm to resize images? Or built-in methods to achieve it?

http://www.youtube.com/watch?v=vIFCV2spKtg

Is there any library that uses "content aware scaling" algorithm to resize images? Or built-in methods to achieve it?

It is the same use开发者_如何学God on Photoshop CS4+...


Mike Swanson has done many useful graphics related tools including a C# implementation of content aware scaling called SEAMonster


have you tried using photoshop. maybe some of the APIs etc.


Maybe you can use this liquid rescale or resynthesizer in the same way gd-sharp provides a C# interface to the externed gd library. Then us that semi-iteratively.

0

精彩评论

暂无评论...
验证码 换一张
取 消