585,735 active members*
4,664 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2005
    Posts
    180

    Image Creation

    I need to turn x, y & z coordinates to an image. The x & y are equally spaced, and I can convert the z into color number. What is the easiest format to use?

  2. #2
    Join Date
    Jul 2005
    Posts
    66
    I've always found the TGA file format to be the easiest to write out to disk. Bitmaps (BMP) have a lot more header information and while they are not insanely difficult, TGA's only have one big header and then the data comes right afterward, so writing them out is simple.

    -nt20

  3. #3
    Join Date
    Aug 2013
    Posts
    0
    i perfer bitmap as well when we are creating an images by using x y & z coordinates. it is simple to do with TGA, you can find a lot of sample codes on the web.

  4. #4
    Join Date
    Mar 2014
    Posts
    0
    Quote Originally Posted by nationmore View Post
    i perfer bitmap as well when we are creating an images by using x y & z coordinates. it is simple to do with TGA, you can find a lot of sample codes on the web.
    i agree with you. cam you show us some tutorial or sample codes you found on the internet. thank you in advance.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •