I have a jpg and I want to draw it. When using jucer, I load the jpg as resource, and it can be previewed well. But without jucer, how can I import the jpg? In the jucer’s way, there are
// Binary resources:
static const char* p6280041_jpg;
static const int p6280041_jpgSize;
But how can I make real connection to the jpg? Should I turn the jpg into Binary or something ?
thx for answering this simple question…