seveleven
seveleven

Reputation: 707

Can IrfanView manipulate an image buffer?

It can manipulate images stored on file system, but can it take in an image buffer?

Else, what other options or free SDKs can I use to manipulate an image buffer? In particular, rotation.

Upvotes: 1

Views: 84

Answers (1)

Lou Franco
Lou Franco

Reputation: 89222

Take a look at ImageMagick -- it can take a buffer directly.

You didn't say what language/framework you use. For .NET look at Atalasoft's DotImage Photo, which is free (disclaimer: I work at Atalasoft).

Upvotes: 2

Related Questions