History of AFNI updates  

|
April 14, 2003 12:57PM
If you have a .pnm format image (whatever the source), you can convert it into a jpeg with a command like

cjpeg -quality 95 fred.pnm > fred.jpg

cjpeg is compiled along with AFNI (although it comes from the Independent JPEG Group - see file afni_src/jpeg-6b/README for details). If you want to convert to other formats, most Linux systems have the netpbm programs installed. For example:

ppmtobmp -windows fred.pnm > fred.bmp

will create a MS Windows BMP file. (This is pretty much how AFNI does it from the image viewer windows, too.)

bob cox
Subject Author Posted

exporting time series graphs with waveform

Jim Bjork April 14, 2003 12:14PM

Re: exporting time series graphs with waveform

bob cox April 14, 2003 12:57PM

Re: exporting time series graphs with waveform

Ziad April 14, 2003 05:12PM

Re: exporting time series graphs with waveform

Jim Bjork April 15, 2003 05:02PM