Does TMXTiledMap support Image Layers

I currently have a TMX file created in Tiled. The tmx file has only 2 layers a Tile Layer and an object layer.
I noticed that when I load this into my project everything seems fine. Now however if I go alter the TMX file by adding an image Layer and setting an image. Then loading this TMX file nothing shows up not even the tiles. Any suggestions on why this might be happening ? How do I also read an image layer I tried doing this

TMXLayer* imgLayer = tileMap->getLayer("Image");

but imgLayer is always NULL

Some error here, did you find a solution?