AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

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