Implement exporting PNG images

This commit is contained in:
G.K.MacGregor
2021-06-03 22:26:54 +01:00
parent 23c2623bcf
commit c8e57150eb
5 changed files with 90 additions and 1 deletions

View File

@@ -189,6 +189,8 @@ public:
void decodePage();
void renderPage();
void renderPage(int r);
bool mix() const { return m_mix; };
bool showCodes() const { return m_showCodes; };
void setTeletextPage(LevelOnePage *);
void updateSidePanels();
void buildEnhanceMap(TextLayer *, int=0);