| |
Wile Coyote Account closed
Registered: Mar 2004 Posts: 646 |
FLI display prg - wants :)
Does anyone know of a .prg file I can add to a .d64 (c64 dir) that allows for FLI images (created using FLI Desginer) to be loaded and displayed. As I have a couple of FLI logos that are old/unused/never going to be used, that I may as well share.
|
|
... 2 posts hidden. Click here to view all posts.... |
| |
Frantic
Registered: Mar 2003 Posts: 1650 |
Dunno if it helps, but there are FLI displayer source codes available here:
http://codebase64.org/doku.php?id=base:vic#custom_graphics_modes
//FTC |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: Dunno if it helps, but there are FLI displayer source codes available here:
http://codebase64.org/doku.php?id=base:vic#custom_graphics_modes
//FTC
Together with http://codebase64.org/doku.php?id=base:loading_a_file and http://codebase64.org/doku.php?id=base:reading_the_directory you'll have all the puzzle pieces that you need for such a tool.
|
| |
Shokray Account closed
Registered: Dec 2002 Posts: 66 |
MegaShower V1.02 does exactly what you're looking for ;) |
| |
Carrion
Registered: Feb 2009 Posts: 317 |
What about a fli images linker like the "koala linker" releaseed a few days ago? Isthere something like this for FLI?
I must say I'm very interested in such a small tool to make a fli images runnable from basic.
any volunteers? |
| |
Mace
Registered: May 2002 Posts: 1799 |
Please tell us what program you use to save your FLI production and a displayer is quickly made. |
| |
algorithm
Registered: May 2002 Posts: 707 |
You can just use an existing viewer and then load the data to $4000-$7f3f via monitor in winvice, save again and compress using exomizer for the time being.
Doesnt Timanthes save imported images to self runnable FLI format? |
| |
Carrion
Registered: Feb 2009 Posts: 317 |
alg: timanthes saves in bml fligraph. in vice i can open it without problem. so in general a linker which loads fligraph format image and makes it runnale is ok for me.
btw: i used fligraph back in 90's and still i think its the best one. |
| |
MagerValp
Registered: Dec 2001 Posts: 1078 |
What are the specs for fligraph images? |
| |
MagerValp
Registered: Dec 2001 Posts: 1078 |
A quick look in the hex editor seems to suggest:
$3b00-$3bff $d021 colors
$3c00-$3fff color ram
$4000-$5fff screen ram 1-8
$6000-$7fff bitmap
Could someone confirm this? And are there a few test images in fligraph format somewhere?
|
| |
WVL
Registered: Mar 2002 Posts: 906 |
That sounds correct :) |
Previous - 1 | 2 - Next |