CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2008
    Posts
    1

    High performance image library

    Hi!
    Previously I've been using ImageMagick for image processing, but now I need something that is more performance-oriented.

    I need to be able to:
    * analyze a stored JPG/GIF/PNG image per pixel
    * compress to JPG/GIF/PNG
    * store processed image

    Do you have any tips for me? Thanks in advance!

  2. #2
    Join Date
    Mar 2007
    Location
    Montreal, Quebec, Canada
    Posts
    185

    Re: High performance image library

    I usually use ImageMagick, but I think DevIL (formerly OpenIL) might be pretty good: http://openil.sourceforge.net/
    Not sure how performance oriented it is, but you can use it in conjunction with OpenGL which is performance oriented.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured