typedef struct ImageInfo { u16 width; u16 height; u8* rgb888Data; Rect imgPos; } ImageInfo;
画像情報を格納する構造体です。