pamtoavs (1) Linux Manual Page
pamtoavs – convert a Netpbm image to an AVS X image
Synopsis
pamtoavs [netpbmfile]Description
This program is part of Netpbm(1) pamtoavs reads a Netpbm image as input and produces a Stardent <acronym xml:lang="en" title="Application Visualization System">AVS</acronym> X image as output. AVS X images are one of the few image formats Gnuplot
netpbmfile is the input file, which defaults to Standard Input. Output is always on Standard Output.
Try the following:
gnuplot> plot ‘myimage.avs’ binary filetype=avs with rgbimageSee the Gnuplot manual (1)
