/*
* imgtrans.c
* Copyright (C) 2000-2002 A.J. van Os; Released under GPL
*
* Description:
* Generic functions to translate Word images
*/
#include <stdio.h>
#include "antiword.h"
/*
* bTranslateImage - translate the image
*
* This function reads the type of the given image and and gets it translated.
*
* return TRUE when sucessful, otherwise FALSE
*/
BOOL
bTranslateImage(diagram_type *pDiag, FILE *pFile, BOOL bMinimalInformation,
ULONG ulFileOffsetImage, const imagedata_type *pImg)
{
options_type tOptions;