/php-add-text-to-image

Example code of PHP to add/make text to image.

Primary LanguagePHP

How to add/make text to image in PHP

Description

(EN) The purpose of this repo is to give example how to convert input or text into image. In this case, membership card. (ID) Tujuan dari repo ini adalah memberikan contoh bagaimana cara konversi input atau teks menjadi sebuah gambar. Studi kasus kartu member atau kartu anggota.

Requirement

  1. PHP 7 or latest. Because it contain Null Coalescing Operator. If you can change it to ternary, then this requirement is optional.
  2. GD Library

Instalation

(EN)

  1. Clone this repo
  2. Run php -S localhost:8000
  3. Fill the form and then submit
  4. Finally, the input become an image.

(ID)

  1. Clone repo.
  2. Jalankan php -S localhost:8000 di terminal/cmd.
  3. Masukkan input
  4. Setelah itu semua isian akan menjadi gambar.

Functions

There are functions that are the main functions

Fonts

This repo use Bebas Front

Note

  • You can use this technique to add watermark on your image too.
  • Cara ini juga bisa digunakan untuk menambahkan watermark ke dalam gambar.