Omnimaga

Calculator Community => TI Calculators => Lua => Topic started by: Nobi on June 18, 2021, 11:52:00 pm

Title: Making an Image
Post by: Nobi on June 18, 2021, 11:52:00 pm
Im programming a game for my nspire and I want to put the image of the game logo on screen. I'm not sure if I need the Ti.Image format, because if so, I don't understand it from https://wiki.inspired-lua.org/TI.Image (https://wiki.inspired-lua.org/TI.Image). How can I import the logo onto the calculator? Is it possible?
Title: Re: Making an Image
Post by: chalex on June 20, 2021, 08:19:37 am
You'll want to use the ti nspire scripting tools (https://education.ti.com/download/en/ed-tech/A92DC9082F53421788AD2109B976C98C/38097F18ED49490D898008899AF952D3/TI-NspireScriptingTools.zip) to convert images to the ti.image format
Title: Re: Making an Image
Post by: Nobi on June 20, 2021, 09:06:29 am
Ah yes! Exactly what I was looking for.  ;D