Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dng_opcode.c File Reference
#include <glib.h>
#include <stdio.h>
#include "debug.h"
#include "dng_opcode.h"
+ Include dependency graph for dng_opcode.c:

Macros

#define OPCODE_ID_GAINMAP   (9)
 

Functions

static double get_double (uint8_t *ptr)
 
static float get_float (uint8_t *ptr)
 
static uint32_t get_long (uint8_t *ptr)
 
void dt_dng_opcode_process_opcode_list_2 (uint8_t *buf, uint32_t buf_size, dt_image_t *img)
 

Macro Definition Documentation

◆ OPCODE_ID_GAINMAP

#define OPCODE_ID_GAINMAP   (9)

Function Documentation

◆ dt_dng_opcode_process_opcode_list_2()

◆ get_double()

static double get_double ( uint8_t *  ptr)
static

◆ get_float()

static float get_float ( uint8_t *  ptr)
static

◆ get_long()

static uint32_t get_long ( uint8_t *  ptr)
static