I previously used fromarray to create stacked image using three numpy arrays:
from PIL import Image import numpy as np rgbArray = np.zeros((4224,2560,3)