I would like to know if there is any way to create a new Image from ImageData, which was previously obtained from a canvas element. I’ve searched for a solution, but they all seem to be drawing the result to a canvas. I need a way to convert an ImageData object to an Image directly, if it’s possible. Answer You