|
From: Thomas S. <t.s...@fz...> - 2007-06-06 10:52:56
|
for a bmp-file (named 'ts.bmp') with size 320x240 the plot-command would be: plot "< bmptopnm ts.bmp | tail -n 1" binary array=320x240 format="%uint8" flipy with rgbimage (i'm using gnuplot 4.3) Soon wrote: > > I have downloaded the netPbm v10.27, so how do I call the netpbm programs > from gnuplot? Thanks again =) > > > Thomas Sefzick wrote: >> >> convert the images (with e.g. some 'netpbm' package programs) into >> something readable by gnuplot (see 'show datafile binary filetypes') and >> then plot it with >> plot 'filename' binary ... with rgbimage >> >> >> Soon wrote: >>> >>> Hi... Can anyone please enlighten me on how can I use gnuplot to display >>> images of BMP/PNG format? I am using gnuplot version 4.2. Thanks ya =) >>> >> >> > > -- View this message in context: http://www.nabble.com/Display-Image-using-gnuplot...-tf3869138.html#a10986279 Sent from the Gnuplot - User mailing list archive at Nabble.com. |