c64img is a PHP script that converts an image (JPEG, PNG, or GIF) to an image that can be shown on a Commodore 64 (FLI style).
It searches for the best possible colors in the 160x200 (X-doubled) resolution, and uses a simple dithering method to distribute errors.
This project outputs a 640x200 image consisting of the resampled original on the left and the dithered C64 image on the right.
What's New in This Release:
· Major feature enhancements were made.
· The following options were added: "size=double" to double the size of the output image, "show=c64" to show only the c64 image, "dither=[0-100]" to dither by a percentage (default: 50%), and "palette=[c64s|ccs64|frodo|godot|pc64|vice|pepto]" to select a palette.
Product's homepage