Re: Load from Ascii?
Posted by Daniel Hornung on Feb 11, 2010; 11:40am
URL: http://imagej.273.s1.nabble.com/Load-from-Ascii-tp3689441p3689443.html
> I wonder whether there is already somewhere a routine, which can read ASCII
> data and transform them into Bitmap-Files? I think of two possibilities: one
> is for greyscale bitmaps (input maybe rows #, cols #, then a list of integer
> or real data. The second would be rgb bitmaps (with a triple-list of r,g,b
> values).
Hello Harald,
maybe you're looking for the pbm, pgm, ppm, ... image formats?
Daniel