Load from Ascii?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Load from Ascii?

hvdosten
Dear Specialists,

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).

Thanks a lot for any hint.

Harald
Reply | Threaded
Open this post in threaded view
|

Re: Load from Ascii?

Daniel Hornung
> 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
Reply | Threaded
Open this post in threaded view
|

Re: Load from Ascii?

dpoburko
In reply to this post by hvdosten
Have you tried Import > Text Image... ? I've found that it works well
for .csv files saved in Excel.

Cheers,
Damon


Dr. Harald von der Osten wrote:

> Dear Specialists,
>
> 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).
>
> Thanks a lot for any hint.
>
> Harald
>