This project aims to generate fake words images for an AR AI project, particularly focusing on the Korean language.
This PHP script generates fake words images by including the index.php
file in a loop.
- This PHP script generates random strings of characters.
- It utilizes the
getRandom()
function to create random strings based on a given character set. - The generated strings are then used to create images using the GD library in PHP.
- The images are saved with filenames in the format
xxxx.png
, wherexxxx
represents a zero-padded numerical ID.
- Ensure you have a web server with PHP support (e.g., Apache with PHP module).
- Place the
gen.php
andindex.php
files in the appropriate directory accessible by the web server. - Access
gen.php
in a web browser to generate the fake words images. - The generated images will be saved in the
img/
directory within the project.
- PHP with GD library support
- Web server environment (e.g., Apache)
This project is licensed under the MIT License