mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:26:05 +02:00
10 lines
297 B
Markdown
10 lines
297 B
Markdown
![]() |
# pamtofits
|
||
|
|
||
|
> Convert a Netpbm image to the Flexible Image Transport System (FITS) format.
|
||
|
> See also: `fitstopnm`.
|
||
|
> More information: <https://netpbm.sourceforge.net/doc/pamtofits.html>.
|
||
|
|
||
|
- Convert a Netpbm image to the FITS format:
|
||
|
|
||
|
`pamtofits {{path/to/image.pam}} > {{path/to/output.fits}}`
|