aboutsummaryrefslogtreecommitdiff
path: root/jxl.h
blob: af9f1fd18b81099836208b2f01d3c0c13ce00257 (plain) (blame)
1
2
3
4
5
6
#pragma once

#include <stdio.h>
#include <pixman.h>

pixman_image_t *jxl_load(FILE *fp, const char *path);