Quote:
...It encodes into tiff format using LZW compression, if this turns out to be incompatible with onlink (shouldn't, it works here). I can set it to write uncompressed tiffs instead...
It should be fine. In fact, Onlink should accept all forms of TIFF compression, including JPEG compression. The TIFF files in data.dat are packed with LZW (at least the new news as of 0.1.2. In 0.2.0, they are all repacked).
Quote:
...after 3 rounds vs the java virtual machine I came out victorious with a KO, it now cooperates without any problems (and has correct scaling). (though in the last round I cheated by using a big wooden bat instead of boxing gloves)...
I find it funny howyou think of your code. For me, I think of it like a totalitarian state. I beat it into submission during the testing phase, and during the QA phases, I commit genocide.
My last commit was a net removal of over 2000 lines of code. This was due to my unification of tasks, each Uplink task (File_Copier, Log_Deleter, etc) has a lot in common with the others. Certain rendering code, actions like the close button etc. These were originally called in each task. Now they are only called in the task superclass. Should cut the code size down a bit. I would like to think so, anyway.
Quote:
I still haven't gotten on those drawing tools, but the first of those are slated for the next release, r4.
I frankly didn't expect you to go this far. I was thinking that having it load a tiff so that people could generate just a text data file would be nice, but this works even better. Would you at least add the option of loading a previously generated TIFF?
Oh, and do you know the limitations on sizes for Onlink's gateway TIFFs? I don't have them to the pixel, but if you don't know them, I can find out.
Quote:
EDIT: Arrg! Fix your code in onlink, positions parts via the order in the text file, not what the first part of the line says. (I'll fix this for my r4 so things come in the correct order!) For now just move sec section to before modem of the text entry to get it to work right.
Huh?
EDIT: I should note that Onlink accepts all forms of TIFF compression, but Uplink (the last time I checked it, and except for Mac builds) does NOT. Please remember this if you're shooting for backwards compatibility.