Thread: Splitting the Image in four corrdinates

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    68

    Lightbulb Splitting the Image in four corrdinates

    Hi EveryOne,

    I have a question i have to write a program that can let me split an image into four different images, each image being a coordinate of the orignal image. The image that i have is a LPBITMAPINFOHEADER pBmp;// Decompressed video frame, please give me some suggestions......


    Thanks & Have a Nice Day
    Pratik Parikh:confused:
    Last edited by simly01; 03-29-2003 at 11:09 AM.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Thats just the header which describes the bitmap data. You can learn about the members of the structure here.

    Try displaying the bitmap yourself (ie. one pixel at a time) to get an uderstanding of the bitmap data. Once you can do that, splitting it up will be easier.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading tiff image files?
    By compz in forum C++ Programming
    Replies: 9
    Last Post: 10-30-2009, 04:17 AM
  2. Replies: 1
    Last Post: 05-27-2009, 12:46 PM
  3. Simple Image Processing
    By ejohns85 in forum C++ Programming
    Replies: 4
    Last Post: 03-19-2009, 12:10 PM
  4. Splitting an image into tiles
    By cboard_member in forum Game Programming
    Replies: 5
    Last Post: 02-22-2006, 02:29 PM
  5. Replies: 4
    Last Post: 03-02-2003, 09:12 AM