#include "dll.h"
#include "data.h"
#include "m_javaloader.h"
Go to the source code of this file.
Namespaces | |
namespace | Barry |
Project namespace, containing all related functions and classes. | |
Functions | |
BXEXPORT size_t | Barry::GetTotalBitmapSize (const JLScreenInfo &info) |
Returns the total number of bytes needed to convert a screenshot of the given dimensions into a bitmap, using the ScreenshotToBitmap() function. | |
BXEXPORT void | Barry::ScreenshotToBitmap (const JLScreenInfo &info, const Data &screenshot, Data &bitmap) |
Converts screenshot data obtained via JavaLoader::GetScreenshot() into uncompressed bitmap format, suitable for writing BMP files. |
Definition in file bmp.h.