Files
cheatsheet-tldr/tldr/pamtofits
2024-02-23 00:12:47 +00:00

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}}`