NFO to PNG

From Helpedia
Revision as of 05:30, 1 July 2013 by Mariush (talk | contribs) (Created page with "==Description== This PHP script converts a [http://en.wikipedia.org/wiki/.nfo NFO file] into a monochrome PNG image and outputs it to the browser. Everything is hardcoded, i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

This PHP script converts a NFO file into a monochrome PNG image and outputs it to the browser.

Everything is hardcoded, it does not rely on any image libraries to create the image.

The script is easy to configure and allows you to change the background and foreground colors and limit the image width.

See also

  1. NFO to BMP

Download

You can download the PHP source code and sample NFO packaged in a single ZIP file, 5.50 KB, from this link.

Online demo

Click on this link to view the script in action.