About 7,020,000 results
Open links in new tab
  1. convert text to image in php - Stack Overflow

    Dec 20, 2010 · I would like to style a text string taken from a form field and then convert it to a transparent .PNG (alpha BG). Is this possible with PHP? If so, would you kindly show me how …

  2. PHP: imagettftext - Manual

    imagettftext — Write text to the image using TrueType fonts. Writes the given text into the image using TrueType fonts. Prior to PHP 8.0.0, imagefttext () was an extended variant of …

  3. Convert Text To Image In PHP (Simple Examples) - Code Boxx

    Oct 18, 2023 · Need to output some text as an image? Maybe to stop some nasty users from copying sensitive text? An easy way to convert text to image in PHP is to use the GD library, …

  4. Convert Text to Image in PHP - CodexWorld

    Mar 9, 2017 · Create image and write text on image using PHP. Learn how to convert text to image and save as PNG or JPG format in PHP. PHP class to create image from text.

  5. How to add text to an image with PHP GD library

    Nov 7, 2012 · Use this to add text to image (copied from PHP for Kids) <?php //Set the Content Type header('Content-type: image/jpeg'); // Create Image From Existing File $jpg_image = …

  6. How to Convert Text to Image using PHP - Phppot

    Jul 8, 2022 · In PHP, with the use of GD library function, we can convert text input to an image. I created a transparent image layer to place the text input onto it. Then I created a background …

  7. How to convert Text to image using PHP - DevOpsSchool.com

    Aug 8, 2020 · In this post, we are going to see how to change any Text to image using PHP. PHP comes with an image processing library called the GD library. This has many features like …

  8. Creating an Image from Text with PHP and GD Library

    Nov 4, 2023 · This library is equipped with functions and capabilities primarily tailored for dynamic image generation and editing tasks, including creating thumbnails, adding text to images, …

  9. PHP Text to Image - Daft Logic

    This script is a means to convert a string of text into an image. This has some simple uses such as displaying text such as email address that cannot be programmatically found. This can help …

  10. How to Write Text on an Image in PHP - Sling Academy

    Jan 12, 2024 · In PHP, the GD library is a powerful tool that can be used to manipulate images in a wide variety of ways including writing text over them. In this tutorial, you’ll learn how to use …

Refresh