|
FFmpeg
|
FITS image encoder. More...
#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "bytestream.h"#include "internal.h"Variables | |
| AVCodec | ff_fits_encoder |
FITS image encoder.
Specification: https://fits.gsfc.nasa.gov/fits_standard.html Version 3.0
RGBA images are encoded as planes in RGBA order. So, NAXIS3 is 3 or 4 for them. Also CTYPE3 = 'RGB ' is added to the header to distinguish them from 3d images.
| AVCodec ff_fits_encoder |
1.8.12