Changes

Jump to navigation Jump to search

TI.Image

41 bytes added, 10:17, 1 July 2013
Line 8: Line 8:     
All the data in a Ti.image is formatted in what we call bytes.
 
All the data in a Ti.image is formatted in what we call bytes.
A byte can look like this (without the quotes): "<tt>\255</tt>", "<tt>\129</tt>", "<tt>\045</tt>" or "<tt>.</tt>".
+
A byte can look like this (without the quotes): "<tt>\255</tt>", "<tt>\129</tt>", "<tt>\045</tt>" or "<tt>.</tt>". The byte number ranges from \000 to \255
 
If the byte number is reprecentable in ascii (and the nspire supports that char), it is allowed to just use the ascii version as byte, to lower the size of the image. For example, you can change "<tt>\046</tt>" to "<tt>.</tt>".
 
If the byte number is reprecentable in ascii (and the nspire supports that char), it is allowed to just use the ascii version as byte, to lower the size of the image. For example, you can change "<tt>\046</tt>" to "<tt>.</tt>".
  
7

edits

Navigation menu