Thread: working with images

  1. #1
    Registered User the bassinvader's Avatar
    Join Date
    Jul 2006
    Location
    Europe
    Posts
    51

    Smile working with images

    Hey to everybody!!

    this is a real short, simple question but one that i just cant seem to find an answear to!!!

    When a computer saves an image to disc, What exactly does it save in all those little memory spaces and what do i have to do to access them...use binary?

    where can i learn to do that?

    Sorry i should've said questions!!

    thanx

  2. #2
    {Jaxom,Imriel,Liam}'s Dad Kennedy's Avatar
    Join Date
    Aug 2006
    Location
    Alabama
    Posts
    1,065
    The disc contains a file system. Look for information on the ISO9660 File System. Also, you could download a Linux kernel and look in the source code for the way to read/write the ISO9660 filesystem.

  3. #3
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    I'm almost certain that's not what the OP had in mind.

    bassinvader, take a look at http://en.wikipedia.org/wiki/Image_formats. Each image format stores its data differently. And yes, you'd want to read the file as a binary file.
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

  4. #4
    Registered User the bassinvader's Avatar
    Join Date
    Jul 2006
    Location
    Europe
    Posts
    51
    thanks kennedy and pianorain.

    Its great to have a simple, concise answear!!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Images
    By _Nate_ in forum C Programming
    Replies: 4
    Last Post: 05-18-2008, 10:50 PM
  2. Reading color tiff images?
    By compz in forum Game Programming
    Replies: 1
    Last Post: 11-21-2003, 12:48 AM
  3. CBitmap + big images = bad?
    By dug in forum Windows Programming
    Replies: 18
    Last Post: 06-28-2003, 11:53 PM
  4. Images
    By gvector1 in forum C++ Programming
    Replies: 7
    Last Post: 02-25-2003, 09:59 AM