summaryrefslogtreecommitdiff
path: root/img.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-13 13:30:34 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commitf1e18b157c28d68ef67dcf7e617226824df1c323 (patch)
tree2c4bab35415dbbe77e50b9d215975dd83398ae99 /img.h
parent116749bc7e14e0585ad09bf91ab63175bbe40bf8 (diff)
downloadpucket-f1e18b157c28d68ef67dcf7e617226824df1c323.tar.gz
pucket-f1e18b157c28d68ef67dcf7e617226824df1c323.tar.bz2
pucket-f1e18b157c28d68ef67dcf7e617226824df1c323.zip
Drop support for jpeg/netpbm output
Diffstat (limited to 'img.h')
-rw-r--r--img.h2
1 files changed, 0 insertions, 2 deletions
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);