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

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

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