HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/CC24/zipTest.php
<?php

 $ccmdT='convert cmd_AllX.tif  -pointsize 24 -draw "text 167,172 '. "'95'".'" -draw "text 372,172 '. "'90'".'" -draw "text 577,172 '. "'85'".'" -draw "text 782,172 '. "'80'".'" -draw "text 987,172 '. "'75'".'" -draw "text 1192,172 '. "'70'".'" -draw "text 167,372 '. "'65'".'" -draw "text 372,372 '. "'60'".'" -draw "text 577,372 '. "'55'".'" -draw "text 782,372 '. "'50'".'" -draw "text 987,372 '. "'45'".'" -draw "text 1192,372 '. "'40'".'" -draw "text 167,572 '. "'35'".'" -draw "text 372,572 '. "'30'".'" -draw "text 577,572 '. "'25'".'" -draw "text 782,572 '. "'20'".'" -draw "text 987,572 '. "'15'".'" -draw "text 1192,572 '. "'10'".'"  LabChar2t.tif';
 echo $ccmdT;
 exec($ccmdT) ;
?>