Thread: Image Libraries

  1. #1
    Registered User
    Join Date
    Oct 2004
    Posts
    12

    Image Libraries

    Does anyone know of any websites with Image Libraries that come with a tutorial on how to use it.

    Compiler: Dev-c++
    os-windows me

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    What exactly do you want to do?

    http://www.google.com/search?hl=en&q...+image+library

    gg

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Again, this depends on what exactly you want to do, but you may be looking for a graphics library. SDL is my favorite (www.libsdl.org), but it's probably best suited for C programmers. OpenGL and Allegro are other common options. There's GTK for Windows. Do some search on the board to get more opinions, but you may just want to provide more information on what it is that you're doing.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading tiff image files?
    By compz in forum C++ Programming
    Replies: 9
    Last Post: 10-30-2009, 04:17 AM
  2. Replies: 1
    Last Post: 05-27-2009, 12:46 PM
  3. Simple Image Processing
    By ejohns85 in forum C++ Programming
    Replies: 4
    Last Post: 03-19-2009, 12:10 PM
  4. Image rotation - doesn't always work
    By ulillillia in forum C Programming
    Replies: 12
    Last Post: 05-03-2007, 12:46 PM
  5. Replies: 4
    Last Post: 03-02-2003, 09:12 AM