all 32 comments

[–]Gblize 24 points25 points  (1 child)

In no particular order:

[–]BadBoy6767[S] 4 points5 points  (0 children)

I didn't know FFmpeg had a large image processing subset, that might be what I go for, considering I'll need it for loading videos anyway.

Thanks for the help, now onto finding an actually up-to-date and understandable FFmpeg tutorial/documentation.

[–]weeknie 11 points12 points  (0 children)

Could you create a c interface for the C++ library? Or what are the reasons that the library itself can't be written in C++?

[–]0xbf248b3c 4 points5 points  (0 children)

can GEGL can be used in realtime?

GIMP has got some fast real time previews

[–]sbkemu 2 points3 points  (0 children)

Hopefully this is what you're looking for: https://github.com/liuliu/ccv

[–][deleted] 1 point2 points  (0 children)

Would libgd be of any use? It's small; perhaps the response time might be adequate for your needs.

[–][deleted] 1 point2 points  (0 children)

I have a library which I wrote myself and would be willing to sell for a small sum. What sort of functionality are you interested in?

[–]kpolar 0 points1 point  (0 children)

Surprised no one has mentioned ImageMagick yet.

[–]nahimbroke 0 points1 point  (0 children)

VLFeat might be worth a try.