|
From: Thomas S. <t.s...@fz...> - 2007-06-06 11:51:18
|
you could also use ImageMagick's command line tool 'convert' to produce an avs-file: sh> convert ts.bmp ts.avs and then plot this file: gnuplot> plot "ts.avs" binary filetype=avs with rgbimage gnuplot> plot "ts.avs" binary filetype=auto with rgbimage 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#a10987066 Sent from the Gnuplot - User mailing list archive at Nabble.com. |