Skip to content

buffer-smasher/nspire-image-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

nspire-images

nspire-images is a program to create a .tns document that displays an image on a TI-Nspire CX II calculator

I made this program because I wanted to load images on my graphing calculator but the non-CAS version doesn't suport images

Installation & Usage

Installation

git clone https://github.com/drewbawden/nspire-images.git

python -m pip install -r requirements.txt

Usage

python parseImage.py -i <input file> -o <output file> -s <output resolution>

Example

python parseImage.py -i input.png -o output.lua -s 200x250

Load Image

The program will create a .lua file that contains code that must be pasted in the TI-Nspire script editor

This will require the TI-Nspire Student Software

To paste the script you need to create a new document, click insert and insert new script. Then paste in the code and save the document.

About

Load images on non-CAS TI-Nspire calculator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages