update: update render.h
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
#include <spng.h>
|
||||||
|
#include <math.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include "write_png.h"
|
#include "write_png.h"
|
||||||
|
|
||||||
static inline double linear_to_srgb(double x){
|
static inline double linear_to_srgb(double x){
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
#include <spng.h>
|
|
||||||
#include <math.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
|
|
||||||
int write_png(char *filename, double **buffer, int W, int H);
|
int write_png(char *filename, double **buffer, int W, int H);
|
||||||
|
|||||||
Reference in New Issue
Block a user