--TEST-- Test annotate image --SKIPIF-- --FILE-- read("magick:rose"); $fonts = $gm->queryFonts(); if (!empty($fonts)) $gd->setFont($fonts[0]); $gm->annotateImage($gd, 5, 15, 0, 'Test Text'); echo "ok"; ?> --EXPECT-- ok