AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2007.10.29 15:21 "[Tiff] rookie question", by Ron Croonenberg
2007.10.30 02:27 "[Tiff] Simple code to write Tiff images from Raw data", by Richard Nolde
2007.11.15 02:19 "Re: [Tiff] Simple code to write Tiff images from Raw data", by Ron Croonenberg
2007.11.15 04:37 "Re: [Tiff] Simple code to write Tiff images from Raw data", by Frank Warmerdam
2007.11.15 15:36 "Re: [Tiff] Simple code to write Tiff images from Raw data", by Ron Croonenberg
2007.11.15 15:45 "Re: [Tiff] Simple code to write Tiff images from Raw data", by Frank Warmerdam
2007.10.31 00:01 "[Tiff] Re: Rookie question", by Leonardo Serni
2007.11.15 14:42 "Re: [Tiff] Simple code to write Tiff images from Raw data", by Ron Croonenberg
2007.11.15 11:42 "Re: [Tiff] Simple code to write Tiff images from Raw data", by Jason Tillett

2007.10.29 15:21 "[Tiff] rookie question", by Ron Croonenberg

Hello,

I am new to libTiff. I am looking for a way to create TIF image files (or any other graphics format) from "raw" simulation data. (basically it is 3-d data projected on a 2-D plane. What it comes down to is that I have a bunch of "pixels", a discrete coordinate (that translates to a pixel in an image) and RGB values. (I basically just want to create an image by doing something like "this pixel has these RGB values" and "stick them in an image file.

It probably can be done with libTiff, right? are there any examples that I can take a look at?

thanks,

Ron