tahoma2d/toonz/sources/image/sgi/tiio_sgi.h
2016-06-15 15:43:10 +09:00

25 lines
420 B
C++

#pragma once
#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