base64img.php base64-encodes images and generates PHP code that represents the image. This makes it possible to embed an image inside a PHP script. This enables you to create an entire Web site with images, using only a PHP script contained within a single file. The script itself is an example of how this works.
| Tags | Internet Web Dynamic Content multimedia Graphics Utilities |
|---|---|
| Licenses | GPL Freeware |
| Operating Systems | POSIX Linux |
| Implementation | PHP |
Recent releases


Release Notes: The code was changed so that it works on systems where PHP's globals are turned off.


No changes have been submitted for this release.


Release Notes: An upload function was added for better/faster encoding of the correct picture. This function can be disabled if necessary. A demo is now also available.