Search code examples
c#algorithmimage-processingimage-manipulation

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


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 used on Photoshop CS4+...


Solution

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