update: update render.h

This commit is contained in:
2025-12-07 05:01:30 -05:00
parent af45e3de24
commit e14214a92b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
#include <spng.h>
#include <math.h>
#include <stdint.h>
#include "write_png.h"
static inline double linear_to_srgb(double x){

View File

@@ -1,6 +1,3 @@
#include <spng.h>
#include <math.h>
#include <stdint.h>
int write_png(char *filename, double **buffer, int W, int H);