| |
Chico
Registered: Feb 2003 Posts: 12 |
Transfer .bmp to C64 Hires
hi,
i need a program to transform a windows-bitmap gfx into a hires bitmap which i can use after this on the C64. i still have "KONV1.exe" but im not happy with it. may anybody knows a good program???
thanx and greetz
chico |
|
| |
Twoflower
Registered: Jan 2002 Posts: 434 |
Hiresbitmap+colors or just the bitmap? Timanthes should be able to fix that without any bigger problem. ConGo is another solution which works in 95% of the cases. |
| |
Richard
Registered: Dec 2001 Posts: 621 |
I recommend you try using GANGED by The Gang. (GangEd 1.01) or maybe ProjectOne by Resource :) (http://noname.c64.org/csdb/release/?id=23635) It is more helpful compared to KONV1. And they are more user-friendly as well. :) |
| |
Chico
Registered: Feb 2003 Posts: 12 |
thank u both, i will try :-)
...
GangEd works superb! thats what i searched for... |
| |
Mace
Registered: May 2002 Posts: 1799 |
What is wrong with Project One or Timanthes?
Those programs can do that, although for plain conversion I think Project One is easier to use. |
| |
Frantic
Registered: Mar 2003 Posts: 1647 |
Someone got a commandline util for this purpose btw (converting to various c64 formats)? Would be nice to stick in the makefiles... (huhuhu) |
| |
Oswald
Registered: Apr 2002 Posts: 5086 |
I have deleted the old P1, the link above is now dead. use the latest one. but there's a bug in it so I'd not recommend it atmo. only if u can live with that the saved bitmap is inverted:) this happens only with hires mode, multi is ok. |
| |
Chico
Registered: Feb 2003 Posts: 12 |
Quote: What is wrong with Project One or Timanthes?
Those programs can do that, although for plain conversion I think Project One is easier to use.
start GangEd - File - Import PC Image - Choose format - Save
I think it cant be easier :-). maybe P1 and/or Timanthes are good prgs too, but I did no test it... |
| |
iAN CooG
Registered: May 2002 Posts: 3187 |
Quote: Someone got a commandline util for this purpose btw (converting to various c64 formats)? Would be nice to stick in the makefiles... (huhuhu)
Pasi Ojala made a good toolchain to convert from/to some formats (MC/FLI/IFLI/AFLI/BFLI) written in portable C.
http://www.students.tut.fi/~albert/Dev/C64Gfx/ |
| |
Motion Account closed
Registered: Aug 2002 Posts: 69 |
@Oswald - I found the graphic data to be fine, it was only the colour data that seemed to be inverted... well, for my particluar pic. It was late and I was very tired! I have written a nibble routine to fix that problem... swap the colours hi/lo.
|
| |
Twoflower
Registered: Jan 2002 Posts: 434 |
Yes, why not use a full-feathered painting program for conversion issues instead of using a tool (complete with customizable palettes) made for the purpose. A tool which furthermore can handle 90% of format varieties. No, i'm not talking about Konv1. Sometimes it gets pretty obvious that people around here doesn't have a friggin' clue about usable graphics-tools and not.
It's just like when people are asking about C-64 native conversiontools and people don't seem to have a clue about Grahams wonderful little program, GFX Transformer 1.0.
As a paranthesis, I wonder how many old, homebrewn, custom PC-bitmap -> singlecolor hires routines there are present on the harddrives of the C-64 coders out there? 10? 20? 30? |
| |
Style
Registered: Jun 2004 Posts: 498 |
I wrote one in PERL :)
|
| |
Oswald
Registered: Apr 2002 Posts: 5086 |
I have a 2 color bmp -> c64 hires on one of my c64 disks, written in turbo ass :) |
| |
Merman
Registered: Dec 2002 Posts: 140 |
If you get the file across to the C64 (or even in the emulator), you can use GoDot.. or put it into GIF(87) format and use VGIF/GIFFY. |