Add export to animated GIF, wrt GH-9

This commit is contained in:
Gavin MacGregor
2025-01-08 23:23:14 +00:00
parent e2f794c658
commit cdfcdd8754
24 changed files with 5021 additions and 34 deletions

View File

@@ -48,6 +48,7 @@ public:
bool insertMode() const { return m_insertMode; };
void setInsertMode(bool insertMode);
bool showControlCodes() const { return m_pageRender.showControlCodes(); };
int flashTiming() const { return m_flashTiming; };
QSize sizeHint() { return QSize(480+(pageDecode()->leftSidePanelColumns()+pageDecode()->rightSidePanelColumns())*12, 250); }
@@ -68,7 +69,8 @@ public slots:
void setShowControlCodes(bool showControlCodes);
void setRenderMode(TeletextPageRender::RenderMode renderMode);
void updateFlashTimer(int newFlashTimer);
void pauseFlash(bool pauseNow);
void pauseFlash(int p);
void resumeFlash();
void setControlBit(int bitNumber, bool active);
void setDefaultCharSet(int newDefaultCharSet);