diff tools/lib64gfx.h @ 1467:32203356c652

Add some new functions that are mostly just stubs and not working tho.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 10 May 2018 21:47:48 +0300
parents 88845f95e791
children df6dacb48970
line wrap: on
line diff
--- a/tools/lib64gfx.h	Thu May 10 21:46:50 2018 +0300
+++ b/tools/lib64gfx.h	Thu May 10 21:47:48 2018 +0300
@@ -204,10 +204,13 @@
 int       dmC64EncodeGenericBMP(DMGrowBuf *buf, const DMC64Image *img, const DMC64ImageFormat *fmt);
 
 int       dmC64ConvertBMP2Image(DMImage **pdst, const DMC64Image *src, const DMC64ImageFormat *fmt);
+int       dmC64ConvertImage2BMP(DMC64Image **pdst, const DMImage *src, const DMC64ImageFormat *fmt);
 
 int       dmC64DecodeBMP(DMC64Image **img, const Uint8 *buf, const size_t len, const size_t probeOffs, const size_t loadOffs, const DMC64ImageFormat **fmt, const DMC64ImageFormat *forced);
+int       dmC64EncodeBMP(DMGrowBuf *buf, const DMC64Image *img, const DMC64ImageFormat *fmt);
 
 int       dmC64ConvertGenericBMP2Image(DMImage *dst, const DMC64Image *src, const DMC64ImageFormat *fmt);
+int       dmC64ConvertGenericImage2BMP(DMC64Image *dst, const DMImage *src, const DMC64ImageFormat *fmt);
 
 
 #ifdef __cplusplus