(Conditionally) add further dithering algorithms
This commit is contained in:
@@ -19,12 +19,16 @@ class BmpViewerActivity final : public Activity {
|
||||
|
||||
private:
|
||||
std::string filePath;
|
||||
#ifdef ENABLE_IMAGE_DITHERING_EXTENSION
|
||||
uint8_t imageDitherMode;
|
||||
#endif
|
||||
bool renderCurrentImage(bool showControls = true);
|
||||
bool renderBmpImage(bool showControls = true);
|
||||
bool renderDecodedImage(bool showControls = true);
|
||||
#ifdef ENABLE_IMAGE_DITHERING_EXTENSION
|
||||
void cycleDitherMode();
|
||||
StrId getCurrentDitherModeLabel() const;
|
||||
#endif
|
||||
void renderError(const char* message);
|
||||
void setAsSleepScreen();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user