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.
精彩评论