Thread: Imaging prg

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    4

    Imaging prg

    Hello!
    Does anyone know where i can get any tutorial on writing an imaging program. Basically i'm developing a program which will display an image from the hard disk. Does anyone know of any good sources?

    Thanks,
    sidideas

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    1. Learn how to program.
    2. Learn a programming language.
    3. Learn the API's provided by your implementation.

    Once you've done that, you then
    - write a specification (basically a list of "what" you want your program to do).
    - write a design (basically, that is "how" you're going to turn your specification into code).
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    1. MS Paint.
    2. Paint Shop Pro 1-11
    3. PhotoShop 1-?

  4. #4
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Here you will find some descriptions of graphic file formats.
    http://www.dcs.ed.ac.uk/home/mxr/gfx/

    There is some example code included with the descriptions.

  5. #5
    Registered User
    Join Date
    Oct 2005
    Posts
    4
    yo! thanks shiro! i was looking for something like that....


    Cheerz

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. high dynamic range imaging
    By arjunajay in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-21-2006, 07:36 PM
  2. what is wrong with this simple prg??
    By ryan_qut in forum C Programming
    Replies: 7
    Last Post: 11-15-2004, 10:21 AM
  3. **///Re: Abnormal prg termination
    By jhsurti in forum C++ Programming
    Replies: 5
    Last Post: 01-07-2003, 02:33 AM
  4. Any better & efficient alternative to this C prg.
    By perlguy in forum C Programming
    Replies: 12
    Last Post: 05-24-2002, 03:00 AM
  5. Imaging processing in c
    By nmalik in forum C Programming
    Replies: 1
    Last Post: 03-31-2002, 05:05 AM