Results 1 to 2 of 2

Thread: save, read and print

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    Earth
    Posts
    277

    save, read and print

    how to use C++ to read , save and print a picture ??

    thanks and regards

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    As long as you are still in console C++ classes and you can't even solve an easy homework yourself, I think you'll better stay off this topic...

    C++ does not load, save or print images. That is done by you or a library (usually a library, cause we're not reinventing the wheel). How you do that depends on the image format. You read bmps differently than you would read gifs or jpegs. You load all of them byte by byte and interpret what you get (sort of).
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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