================================= ========== NSPAINT 0.7 ========== ========= By Loic Pujet ========= ================================= nSpaint is a tool which allows you to create, edit and save images. It is designed to help Lua programmers to create sprites, but you can play with it and create images if you don't know Lua. It works on every nSpire model. It requires an OS>3.0 nSpaint contains two editors : nSpaint itself and nAnima, which can be used to create, save and edit animations. ========= nSpaint editor ======== Press menu to see all the functions of nSpaint. File : -New : Allows you to create a new blank image, with any dimensions. -Open : Open a saved image (There are already two samples). -Save : Save the current image. -Manager : A file manager which can be used to delete saved images -Image to clipboard : Copy an image. Very useful to Lua developpers because it stores the image code in the clipboard and you just have to paste it in your code. -Clipboard to image : Paste an image which was in the clipboard. Edit : -Undo : Undo the last modification. You only can undo 5 ones. -Redo : Redo a modification. -Zoom in : Zoom on the image. The maximal zoom is 800%. -Zoom out : The minimal zoom is 100%. -Erase all : erase all the current image. Tools : -Scroll : Move the image. -Draw : Fill a pixel with the selected color. -Erase : Erase a pixel. -Fill : Fill a zone whith the selected color. -Pick : Copy the selected pixel color to the current color. -Circle : Select the center then a point of the circle. -Line : Select the two extremities of the line to draw it. -Rectangle : Select the up left corner then the down right corner. -Fill circle : Fill a circle. Use it like circle. -Fill rectangle : Fill a rectangle. Use it like rectangle. Color : -Select : Open a window to modify the selected color. Image : -Flip vertically : Flip the image. -Flip horizontally : Flip the image. -Rotate 90 clockwise : Turn the image. -Rotate 90 counter-clockwise : Turn the image. Filters : -Invert colors : Invert each pixel of the image. -Random image : Give a random color to each pixel. Quite useless. -Replace a color : Replace a color with another one (Opens a window). -Color to alpha : Erase a color (Opens a window). -Increase brightness : make the image more bright. -Decrease brightness : make the image less bright. You can move the cursor with the arrows or with a mouse click. You can use a tool with enter (not the central click). ========= nAnima editor ======= nAnima is on page 1.2 of the document. Press menu to see all the functions of nAnima. File : -New : Allows you to create a new blank animation. -Open : Open a saved animation. -Save : Save the current animation. -Manager : A file manager which can be used to delete saved animations. Animation : -Add frame : Add a image as the last frame of the current animation (You can create them with nSpaint). -Insert frame : Insert a image at the current position. -Remove frame : Remove the selected frame. -Play/Pause : Plays the animation. -Stop : Stop the animation and select the first frame. -Set framerate : Modify the number of frames per second. Frame : -Previous : Select the previous frame. -Next : Select the next frame. -Beginning : Select the first frame. -End : Select the last frame. You can select a frame with the arrows. ========= About the developper ======= Please report any bug or suggestion at loicpujet[at]yahoo[dot]fr. See my other programs for the TI-Nspire at : http://www.ticalc.org/archives/files/authors/110/11083.html Get more programs at : http://www.ticalc.org http://www.omnimaga.org http://www.tiplanet.org (in french) Please excuse any mistake, english is not my mother language. Thanks for reading and using nSpaint !