sugar flower
Hello! I'm still in the process of preparing, but this site will mainly be about picotron, pico-8, music, illustrations, and other creative things.
Happy Halloween! 2024.10
image2userdata
- image2userdata-win64.zip (first viersion 202410) - Color conversion software optimized for Picotron palette
It is currently under development and we are making tweaks to improve conversion.
At this time, we only distribute binaries for Windows 64bit.
How to use
- Prepare an image (adjust the size to fit picotron, A size of 480x270 pixels or less works well.)
- Start image2userdata and select the image file
- A dialog will appear and the code for creating pod data will be copied to the clipboard. Paste it into the picotron console and run it.
- When you run it, the code for the pod data will also be copied to the clipboard, so paste it into a code editor and use it.
It looks just like this.
pict = userdata("u8",240,240,"010 ....
window {}
spr(pict, 0, 0)
Picotron functions list
This is a list of picotron APIs, including undocumented ones. (Excel file)
Basically updated when the latest version of picotron is released.