From f1e18b157c28d68ef67dcf7e617226824df1c323 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 13 Feb 2015 13:30:34 +0100 Subject: Drop support for jpeg/netpbm output --- img.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'img.h') diff --git a/img.h b/img.h index a2693fc..a7ac7de 100644 --- a/img.h +++ b/img.h @@ -32,9 +32,7 @@ typedef struct { } flam3_img_comments; -void write_jpeg(FILE *file, unsigned char *image, int width, int height, flam3_img_comments *fpc); void write_png(FILE *file, void *image, int width, int height, flam3_img_comments *fpc, int bpc); /* returns RGBA pixel array or NULL on failure */ unsigned char *read_png(FILE *file, int *width, int *height); -unsigned char *read_jpeg(FILE *file, int *width, int *height); -- cgit v1.2.3