Get Image from TileMapLayer texture

Godot Version

4.3

Question

I have TileMapLayer with setted tiles (via set_cell function) and i can see it on my screen when i'm loading scene. Is there any ways to get texture of this object in one piece and cast it to Image, without creating Image manually?