Difference between revisions of "NFO to PNG"

From Helpedia
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 05:30, 1 July 2013

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.