Jump to content
IGNORED

examples needed


TXG/MNX

Recommended Posts

Hello,

 

I am trying to get imagemagick to work.

 

I never got pictures working in 7800basic so my question is, can someone send me some gif/jpg/png (originals) and converted (7800basic) format that are tested.

Also send the pallet.png if you used it, otherwise tell me to what color number the pictures are reduced.

 

imagemagick can make indexed png files according to several articles, would be great if I get it running.

Link to comment
Share on other sites

Hi,

 

first try with input.png

 

 

d:\Rene\7800basic\samples\mygame>7800bas mygame.bas
7800basic 0.2 Jul 14 2014 15:45:17
*** (19): ERROR, the png file 'gfx\input.png' has too many colors.
Compilation failed.
Press any key to continue . . .

 

then I use mogrify on a copy of input.png (called input2.png)

 

 

mogrify -format png -colors 13 -define png:color-type=3 -depth 1 PNG8:input2.png

 

First time an error repeat the line above a second time it seems to be accepted by 7800basic

 

 

ROM compiles fine but stil not a good picture.. I need to have examples to verify

 

 

Attached are the source file (input.png) just a random file from my laptop :-) and the converted version (input2.png)

post-2754-0-28043700-1413468421.png

post-2754-0-28763100-1413468433.png

Edited by TXG/MNX
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...