]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/imagiff.h
2 // imgiff.h - image handler for Amiga IFF images
3 // parts of the source taken by xv source code.
5 // (c) Steffen Gutmann, 2002
7 // Creation date: 08.01.2002
8 // Last modified: 08.01.2002
11 #ifndef WX_IMAGE_IFF_H
12 #define WX_IMAGE_IFF_H
15 #pragma interface "imagiff.h"
21 //-----------------------------------------------------------------------------
23 //-----------------------------------------------------------------------------
27 class WXDLLEXPORT wxIFFHandler
: public wxImageHandler
29 DECLARE_DYNAMIC_CLASS(wxIFFHandler
)
37 m_type
= wxBITMAP_TYPE_ANY
;
38 // m_mime = "image/iff";
42 virtual bool LoadFile(wxImage
*image
, wxInputStream
& stream
,
43 bool verbose
=TRUE
, int index
=0);
44 virtual bool SaveFile(wxImage
*image
, wxOutputStream
& stream
,
46 virtual bool DoCanRead(wxInputStream
& stream
);