Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Picture & Bitmap

Picture & Bitmap

Scheduled Pinned Locked Moved C / C++ / MFC
questiongraphics
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Diglu
    wrote on last edited by
    #1

    Hi all, What is the difference between bitmap and picture? Thanks to all.

    S R 2 Replies Last reply
    0
    • D Diglu

      Hi all, What is the difference between bitmap and picture? Thanks to all.

      S Offline
      S Offline
      Sarath C
      wrote on last edited by
      #2

      Yesterday too I saw the same question. What do you mean by picture. A picture is a broad concept. be specific with your question. SaRath.
      "It is your attitude, not your aptitude, that determines your altitude - Zig Ziglar." My Blog | Understanding State Pattern in C++

      H 1 Reply Last reply
      0
      • S Sarath C

        Yesterday too I saw the same question. What do you mean by picture. A picture is a broad concept. be specific with your question. SaRath.
        "It is your attitude, not your aptitude, that determines your altitude - Zig Ziglar." My Blog | Understanding State Pattern in C++

        H Offline
        H Offline
        Hamid Taebi
        wrote on last edited by
        #3

        yes one same question!_**


        **_

        whitesky


        S 1 Reply Last reply
        0
        • H Hamid Taebi

          yes one same question!_**


          **_

          whitesky


          S Offline
          S Offline
          Sarath C
          wrote on last edited by
          #4

          it would be nice if he tell what he is trying to do? SaRath.
          "It is your attitude, not your aptitude, that determines your altitude - Zig Ziglar." My Blog | Understanding State Pattern in C++

          D 1 Reply Last reply
          0
          • S Sarath C

            it would be nice if he tell what he is trying to do? SaRath.
            "It is your attitude, not your aptitude, that determines your altitude - Zig Ziglar." My Blog | Understanding State Pattern in C++

            D Offline
            D Offline
            Diglu
            wrote on last edited by
            #5

            Actually In one Interview I faced This Question.. " What is the different bet Bitmap and Picture? I'm also in confuse what he wants to mean with Picture...

            1 Reply Last reply
            0
            • D Diglu

              Hi all, What is the difference between bitmap and picture? Thanks to all.

              R Offline
              R Offline
              Rilhas
              wrote on last edited by
              #6

              Your question might lead to several philosophical discussions, because it is not at all specific. So, it is not easy to try to use proper definitions without a minimum context to focus on. Anyway, I'll try. A picture is a general term for a visual representation of something. A picture, by this definition, has to contain both aspects: it must be a representation, and it must be visual. A bitmap, by itself, will not be a picture. It will just be a sequence of bits. It will become a picture when you display it on a screen, or when you print it on a piece of paper, or when you make it visible in any way. So, generally speaking, a bitmap is a way to store image data, so that it can be represented as a picture (when used by a display device). Note that so do JPEG, TIFF, GIF, PNG, and many more image data storage formats. None of them are pictures until they are displayed. Most often with computers the term bitmap is used to refer to the storage of picture data without compression. In this form, there is a data unit for each pixel. For example, an RGB bitmap will contain 3 bytes for each pixel. In a 6 mega-pixel image from your digital camera the bitmap would then have 18 MB in size. The general oposite of using the term bitmap is usually to refer to compressed images. In these formats, a data unit is used to represent a larger number of pixels. For example, a high quality JPEG would typicall have 0.3 bytes per pixel (about 10 times less than bitmaps). By allowing JPEG compression to discard more and more information then you can have as few as 0.06 bytes per pixel (a single byte will generate enough information to draw more than 16 pixels) and you may still recognize the picture it intends to represent. There are also, of course, lossless compression formats. To back this up here are google's definitions: define:picture - a visual representation (of an object or scene or person or abstraction) produced on a surface; "they showed us the pictures of their wedding"; "a movie is a series of images projected so rapidly that the eye integrates them" define:bitmap - The method of storing information that maps an image pixel, bit by bit. There are many bitmapped file formats, .bmp, .pcx, .pict, .pict-2, tiff, .tif, .gif (89a), and so on. Most image files are bit mapped. This type of file gives you the ´jaggies´, when examined closely you can see the line of pixels that create edges. Bitmap images are used by all computers. The desktop or screen information for all Windows machines uses .bmp files, while

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups