{"flag":true,"single":true,"pageTitle":"GD library |Write text on png image in center x-axix and display to browser ||PHP","post":{"id":333,"user_id":"1","slug":"gd-library-write-text-on-png-image-in-center-x-axix-and-display-to-browser-php-zscr","title":"GD library |Write text on png image in center x-axix and display to browser ||PHP","body":"<p><strong>code.php<\/strong><\/p>\r\n<pre class=\"language-markup\"><code>&lt;?php\r\n\theader(\"Content-type: image\/png\");\r\n\t$string = \"HELLO WORLD\";\r\n\t$im     = imagecreatefrompng(\"png.PNG\");\r\n\t$orange = imagecolorallocate($im, 220, 210, 60);\r\n\t$px     = (imagesx($im) - 7.5 * strlen($string)) \/ 2; \/\/center x axis\r\n\timagestring($im, 5, $px, 9, $string, $orange);\r\n\timagepng($im);\r\n\timagedestroy($im);\r\n?&gt;<\/code><\/pre>\r\n<p>&nbsp;<\/p>","category_id":"1","is_private":"0","created_at":"2026-01-07T11:30:38.000000Z","updated_at":"2026-01-07T11:30:38.000000Z","category":{"id":1,"user_id":"1","name":"PHP","slug":"php-3ius","parent_id":null,"created_at":"2023-03-14T03:58:19.000000Z","updated_at":"2023-03-14T03:58:19.000000Z"},"user":{"id":1,"name":"R GONDAL","email":"rizikmw@gmail.com","email_verified_at":null,"two_factor_confirmed_at":null,"current_team_id":"1","profile_photo_path":null,"created_at":"2023-03-12T10:49:33.000000Z","updated_at":"2025-01-10T12:59:00.000000Z","profile_photo_url":"https:\/\/ui-avatars.com\/api\/?name=R+G&color=7F9CF5&background=EBF4FF"}},"pageDesc":"code.php &lt;?php \theader(\"Content-type: image\/png\"); \t$string = \"HELLO WORLD\"; \t$im     = imagecreatefrompng(\"png.PNG\"); \t$orange = imageco - GD library |Write text on png image in center x-axix and display to browser ||PHP (Updated: January 7, 2026) - Read more about GD library |Write text on png image in center x-axix and display to browser ||PHP at my programming site [SITE]","categories":[]}