tahoma2d/toonz/sources/image/sgi/tiio_sgi.h
Toshihiro Shimizu 890dddabbd first commit
2016-03-19 02:57:51 +09:00

27 lines
403 B
C++

#ifndef TIIO_SGI_INCLUDED
#define TIIO_SGI_INCLUDED
#include "tiio.h"
//#include "timage_io.h"
#include "tproperty.h"
namespace Tiio
{
Tiio::ReaderMaker makeSgiReader;
Tiio::WriterMaker makeSgiWriter;
class SgiWriterProperties : public TPropertyGroup
{
public:
TEnumProperty m_pixelSize;
TBoolProperty m_compressed;
TEnumProperty m_endianess;
SgiWriterProperties();
};
} // namespace
#endif