After hours of trying I discovery this simple error, I dont know why in php 5.5 this work and in php 7 doesnt work... but who want to fix need to make just a change in this line
DIR . '/martel.ttf'
imagettftext($image, 18, 0, 4, 20, ImageColorAllocate($image, 240, 209, 164), __DIR__ ...