Saturday, March 30, 2019

android - What image file format is used by Autodesk Sketchbook Mobile?


I have been using Sketchbook Mobile on an android phone a little bit and, being an android (me and the device), I have located the single save file the program allows and make backups of that file on my external sd card so that I can revisit the drawing should I desire.


Does anyone know what file storage format this program uses? (named "sketch" with no extension; supports layers)



Answer



I copied the file to my server, viewed the hex data for the first 512 bytes and noted that the first two bytes are ascii II which I recognized from previous experience as the intel byte-order flag for TIFF.


I gave it a TIFF extension and my desktop OS created a preview thumbnail automatically which matched the contents of the sketch.



So: it is a TIFF file with layer support.


I altered the canvas size and it opened just fine within the Sketchbook program (when placed in the proper directory and named appropriately).


I did not test compression methods (LZW RLE JPG etc) nor did I probe the size and memory limitations on the android device.


Note that this means you can easily "back of the envelope" something on the train etc and then bring it into your desktop environment without having to export and lose layer compositing.


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...