Adjust annotation position

This commit is contained in:
Carly Ho 2023-06-29 18:47:57 -05:00
parent 2d0143c101
commit 583ac6e35c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if (array_key_exists('give', $_GET)) {
// creates a new image
$image = new Imagick();
// writes the number
$id->annotation(10, 10, $count);
$id->annotation(15, 15, $count);
$image->newImage(50, 300, "none");
$image->setImageFormat("png");
$image->drawImage($id);