Currently Bmp2Tile() accepts as an optional parameter the "Number of Pages" (defaults to 1), but the "Plane Size" for the created tilemap is always set to 'PL_SIZE_1x1' inside the method.
It would be great if we could also optionally specify the "Plane Size" when we call Bmp2Tile(), as there might be cases when one of the other possible values ('PL_SIZE_2x1', 'PL_SIZE_1x2' or 'PL_SIZE_2x2') adjusts better to the way we want to display or arrange the tilemaps.
Thank you!