chiark / gitweb /
make --edit-charset required again
[ypp-sc-tools.main.git] / pctb / convert.h
index 0abdf93c5c48e5ee986a1b50cec5fef03963b26e..80979ec2e885829f8d15faccd887c9c63a6812b0 100644 (file)
@@ -54,6 +54,7 @@ typedef struct RgbImage {
 void identify_rgbimage(const RgbImage *base, Rect portion,
                       char result[MAXIMGIDENT], const char *what);
 RgbImage *alloc_rgb_image(int w, int h);
+void fwrite_ppmraw(FILE *f, const RgbImage *ri);
 
 #define RI_PIXEL(ri,x,y) ((ri)->data + ((y)*(ri)->w + (x)) * 3)