|
FFmpeg
|
FITS image decoder. More...
#include "avcodec.h"#include "internal.h"#include <float.h>#include "libavutil/intreadwrite.h"#include "libavutil/intfloat.h"#include "libavutil/dict.h"#include "libavutil/opt.h"#include "fits.h"Classes | |
| struct | FITSContext |
Macros | |
| #define | CASE_N(a, t, rd) |
| #define | CASE_RGB(cas, dst, type, dref) |
| #define | CASE_GRAY(cas, dst, type, t, rd) |
Typedefs | |
| typedef struct FITSContext | FITSContext |
Variables | |
| AVCodec | ff_fits_decoder |
FITS image decoder.
Specification: https://fits.gsfc.nasa.gov/fits_standard.html Version 3.0
Support all 2d images alongwith, bzero, bscale and blank keywords. RGBA images are supported as NAXIS3 = 3 or 4 i.e. Planes in RGBA order. Also CTYPE = 'RGB ' should be present. Also to interpret data, values are linearly scaled using min-max scaling but not RGB images.
| #define CASE_GRAY | ( | cas, | |
| dst, | |||
| type, | |||
| t, | |||
| rd | |||
| ) |
| #define CASE_N | ( | a, | |
| t, | |||
| rd | |||
| ) |
| #define CASE_RGB | ( | cas, | |
| dst, | |||
| type, | |||
| dref | |||
| ) |
| AVCodec ff_fits_decoder |
1.8.12