| |
PHP Multicolor Picture Shower [2008] |
User rating: | awaiting 8 votes (8 left) |
Credits :
Download :
Look for downloads on external sites:
Pokefinder.org
Production Info Submitted by Skate on 24 August 2008
PHP Multicolor Picture Shower
Released By : Skate / Glance
Release Date : 25.08.2008
Description:
This little PHP script generates PNG images from the original C64 PRG files of standart multicolor graphic modes. Currently Koala and Advanced Art Studio formats are supported. But it's very easy to add similar graphic modes. Just look up the code.
Notes:
* I wrote this script for one of my own website projects but feel free to use it however you like. You don't need to give any credit. It took 20 minutes of my life after all.
* This script is a very basic example. I release it just for inspiration. I don't expect you to use it as it is. Modify it, re-write it, do all necessary changes for your project.
* I would like to see a CSDB improvement like this. Specially with an interlaced graphic emulation support, this script may have very interesting usage alternatives. It's up to your imagination.
* Script works with both PHP 4 and PHP 5 versions.
* You need to enable php_gd2.dll extension from php.ini according to run this script.
* Script comes with two graphic samples. You'll see GRAPHIC_MODE constant at the 12th line of the script.
define("GRAPHIC_MODE", 0);
"0" value shows "koala.prg" file in Koala mode. If you change it to "1" like
define("GRAPHIC_MODE", 1);
"adv_art_studio.prg" file is shown in Advanced Art Studio format.
* Koala image is Ptoing's "Yus Bird". I don't remember where I've got that Art Studio picture. Both images are randomly selected from my hdd. I hereby would like to send greetings to Ptoing.
|
|
|
|
![](/gfx/c64l-vl.gif) | Search CSDb |
![](/gfx/c64l-vl.gif) | Navigate | ![](/gfx/c64l-vl.gif) |
|
![](/gfx/c64l-vl.gif) | Detailed Info | ![](/gfx/c64l-vl.gif) |
|
![](/gfx/c64l-vl.gif) | Fun Stuff | ![](/gfx/c64l-vl.gif) |
· Goofs · Hidden Parts · Trivia
|
|
![](/gfx/c64l-vl.gif) | Forum | ![](/gfx/c64l-vl.gif) |
|
![](/gfx/c64l-vl.gif) | Support CSDb | ![](/gfx/c64l-vl.gif) |
|
![](/gfx/c64l-bl.gif) | ![](/gfx/c64l-hb.gif) |
|