3 * Copyright (C) 2000 A.J. van Os; Released under GPL
6 * Functions to translate png pictures into sprites
14 * bTranslatePNG - translate a PNG picture
16 * This function translates a picture from png to sprite
18 * return TRUE when sucessful, otherwise FALSE
21 bTranslatePNG(diagram_type
*pDiag
, FILE *pFile
,
22 ULONG ulFileOffset
, size_t tPictureLen
, const imagedata_type
*pImg
)
24 /* PNG is not supported yet */
25 return bAddDummyImage(pDiag
, pImg
);
26 } /* end of bTranslatePNG */