Thread: BMP to OBJ

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    49

    Question BMP to OBJ

    I can do great jpegs and convert them into BMP's but I need to get those BMP's into OBJ's. What should I do?
    DJGPP-Complier
    Windows 98-(Shouldn't need to explain)

    I like plants.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Sorry....why obj files specifically??

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    49
    Not specifically... I just thought I needed OBJ files, I guess any others will work, but I'd LIKE something 3d, I have Milkshape3d, but I don't really know how to use it.
    DJGPP-Complier
    Windows 98-(Shouldn't need to explain)

    I like plants.

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    The file format for bitmaps is well documented on the web....just do a search..

    You can load the bitmap at runtime and work with it in memory

  5. #5
    Registered User
    Join Date
    Sep 2002
    Posts
    49
    Explain.
    DJGPP-Complier
    Windows 98-(Shouldn't need to explain)

    I like plants.

  6. #6
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Better you look on the web for some tutorials.....

    The FAQ has a little to say too

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. using basic library to write curve to bmp
    By CIO in forum C Programming
    Replies: 3
    Last Post: 02-21-2009, 02:25 PM
  2. saving bmp image files
    By aniramg69 in forum C Programming
    Replies: 10
    Last Post: 12-30-2008, 10:08 AM
  3. Problem reading BMP
    By Mortissus in forum C Programming
    Replies: 4
    Last Post: 02-02-2006, 06:32 AM
  4. Strange problem with bmp
    By Victor in forum Linux Programming
    Replies: 2
    Last Post: 04-04-2005, 02:48 PM
  5. adding encryption to bmp
    By GiraffeMan in forum C Programming
    Replies: 10
    Last Post: 04-16-2002, 01:42 PM