tahoma2d/toonz/sources/image/png/tiio_png.h

34 lines
606 B
C
Raw Normal View History

2016-03-19 06:57:51 +13:00
#ifndef TTIO_PNG_INCLUDED
#define TTIO_PNG_INCLUDED
#include "tiio.h"
//#include "timage_io.h"
#include "tproperty.h"
//===========================================================================
namespace Tiio
{
//===========================================================================
class PngWriterProperties : public TPropertyGroup
{
public:
//TEnumProperty m_pixelSize;
TBoolProperty m_matte;
PngWriterProperties();
};
//===========================================================================
Tiio::Reader *makePngReader();
Tiio::Writer *makePngWriter();
} // namespace
#endif