Thread: steps to be followed for manualy loading and displaying a bmp file

  1. #1
    Registered User
    Join Date
    May 2012
    Posts
    7

    steps to be followed for manualy loading and displaying a bmp file

    i want to display a bmp file of resolution 600*420 (using c compiler)
    by manual loading
    i tried to display the image by loading the pixel value. but this method has a limitation that it take up pixel value of image upto 64kb size.
    so now i am trying to load it manually.
    what are the steps that i has to follow, what are the header files that i has to use ?
    my system specification are windows xp professional , intel pentium 4 cpu.
    i don't know where to start ,does this method has any limitaton ,...etc
    somebody please help.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,667
    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Loading and Displaying Other Format Images (than bmp)
    By Brokenhope in forum Windows Programming
    Replies: 13
    Last Post: 01-28-2011, 06:42 AM
  2. Loading & Displaying Images
    By devarishi in forum C Programming
    Replies: 9
    Last Post: 12-10-2008, 07:05 PM
  3. Loading & displaying an image
    By csonx_p in forum Windows Programming
    Replies: 1
    Last Post: 06-19-2008, 06:40 AM
  4. Loading and Displaying Bitmap
    By Master_of_Error in forum C Programming
    Replies: 1
    Last Post: 02-02-2003, 01:21 PM
  5. Loading a .bmp and displaying into a dialog?
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 01-30-2002, 12:49 PM