Is there a way to convert an PNG or Jpeg into data statements?
Is there a way to convert an PNG or Jpeg into data statements?
I am making a game where you kill Jar Jar. is there a program to convert a png or jpeg into a bitmap file?
In Heck, there are two options for perpetual torment:
Eat the Puckerberry and suffer for eternity:
drink nothing but a cocktail of The Last Dab and Mexican Cake blended and served with
habanero slices

Eat the Puckerberry and suffer for eternity:
drink nothing but a cocktail of The Last Dab and Mexican Cake blended and served with
habanero slices

Re: Is there a way to convert an PNG or Jpeg into data statements?
https://worldofspectrum.net/pub/sinclai ... ro200a.pdf
https://worldofspectrum.net/pub/sinclair/tools/pc/
https://worldofspectrum.net/pub/sinclair/tools/pc/
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
Re: Is there a way to convert an PNG or Jpeg into data statements?
This app converts image to TAP:
https://arcalusitana.org/MuseuZX/ZXspritesBlock
On that site, there is another app who generates DATA statements but the image comes out splited into blocks 8x8.
But, if you want to generate a SCREEN then it is better bmp2scr or SevenUp, etc.
https://arcalusitana.org/MuseuZX/ZXspritesBlock
On that site, there is another app who generates DATA statements but the image comes out splited into blocks 8x8.
But, if you want to generate a SCREEN then it is better bmp2scr or SevenUp, etc.
Re: Is there a way to convert an PNG or Jpeg into data statements?
I detect someone is taking pictures of the game in my book and so "typing in" the game.
Re: Is there a way to convert an PNG or Jpeg into data statements?
Re: Is there a way to convert an PNG or Jpeg into data statements?
No, just coding and a game
Re: Is there a way to convert an PNG or Jpeg into data statements?
It's easy to write a LINE routine to invoke from BASIC.
Line from COORDS (16438) to PEEK 16514, PEEK 16515.
RAND USR 16516.
You can call the ROM routine at 0BB2 to PLOT each point.
You can get inspired here:
https://skoolkid.github.io/rom/asm/24B7.html
Line from COORDS (16438) to PEEK 16514, PEEK 16515.
RAND USR 16516.
You can call the ROM routine at 0BB2 to PLOT each point.
You can get inspired here:
https://skoolkid.github.io/rom/asm/24B7.html
Re: Is there a way to convert an PNG or Jpeg into data statements?
That I can make.