STB used for loading and writing images.
This commit is contained in:
marauder2k7 2023-11-30 09:09:13 +00:00
parent d671f2611e
commit 108ba34c08
21 changed files with 20355 additions and 1737 deletions

View file

@ -55,7 +55,7 @@ public:
//Increment
mCurrentFrame++;
bool result = bitmap->writeBitmap("png", fs, 0);
bool result = bitmap->writeBitmap("png", framePath, 0);
pushProcessedBitmap(bitmap);
return result;
@ -73,4 +73,4 @@ public:
}
};
REGISTER_VIDEO_ENCODER(VideoEncoderPNG, PNG)
REGISTER_VIDEO_ENCODER(VideoEncoderPNG, PNG)