TI.Image: Difference between revisions

From Hackspire
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The TI.Image format is a type of image used in several places in the Nspire documents, such as Lua scripts.
The TI.Image format is a type of image used in several places in the Nspire documents, such as Lua scripts.


From what we can see with the help of errors in the Lua interpreter, the image is in fact a "tiff" file, encrypted or compressed in an unusual way.
From what we can see with the help of errors in the Lua interpreter, the image is in fact a "tiff" file, encrypted and/or compressed in an unusual way.


==Header==
==Header==

Revision as of 15:26, 20 April 2011

The TI.Image format is a type of image used in several places in the Nspire documents, such as Lua scripts.

From what we can see with the help of errors in the Lua interpreter, the image is in fact a "tiff" file, encrypted and/or compressed in an unusual way.

Header

The format has a header specifying the total buffer length. The header is 19 decimal numbers long.

Example header : .\000\000\000\018\000\000\000\000\000\000\000\092\000\000\000\016\000\001\000

Data

?