/* $RCSfile$
 * 
 * $Author$
 * $Date$
 * $Revision$
 * 
 * $Log$
 */

#ifndef WRITEPIC_H
#define WRITEPIC_H

#include "types.h"
#include "image.h"

// =============================================================
// = PUBLIC FUNCTION ==========================================
// ===========================================================

bool FF_PIC_save(char *path, Image *image);

#endif // WRITEPIC_H

