mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 10:43:27 +00:00
15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|