feat: add inline jpg and png images to epub
This commit is contained in:
11
lib/PngToBmpConverter/PngToBmpConverter.h
Normal file
11
lib/PngToBmpConverter/PngToBmpConverter.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <Print.h>
|
||||
#include <SdFat.h>
|
||||
|
||||
class PngToBmpConverter {
|
||||
public:
|
||||
// Convert PNG file to 2-bit BMP stream
|
||||
// Similar API to JpegToBmpConverter for consistency
|
||||
static bool pngFileToBmpStream(FsFile& pngFile, Print& bmpOut);
|
||||
};
|
||||
Reference in New Issue
Block a user