StopMoWorks wrote:Woo-Hooo! I got some replies
Whoaaa .... LewisASellers .... you reeally know your stuff :o Only "code" I sort-of know is Html

The camera VideoFred uses also comes with software for programmers. Just a hypothetical .... Would it be possible to modify the software to capture in TIFF format? For Stop Motion there are a variety of specialty frame grabbing software for animation and I have a special page devoted to them where I give a general overview .....
I have, for other projects, on the Windows platform written encoder/decoders in C++ for a variety of image formats, including TIFF. I believe roughly that TIFF took something like two weeks thereabouts for the _base_ functionality. TIFF is one of those formats which tries to be THE image format. And what I mean by that is that it incorporates new technologies into it's specification as they come available. The latest spec version of TIFF for instance can imbed a raw JFIF (ie, JPEG) image stream.
For these reasons TIFF is among one of the hardest image formats to support -- it has so many sub-formats, official and otherwise.
As for your question, it depends on whether they have the source code available or not. And what platform it is on.
Theoretically if the source code was available and it wasn't too badly mangled, decently commented etc it might not take too long to integrate TIFF format in (since I already working source code for TIFF that I know intimately). But there are a lot of variables so it's hard to say off hand. (On the Mac, btw, it comes with support for many of the subformats built in, which is nice.)
BTW... since we're chatting... I have onion skinning in the app Eric and I are working on. Currently I have it set up so that you can move a slider and choose between -12 to +12. +1 meaning you see the current image plus one frame ahead. -1 meaning you see the current image plus one behind. And there's is an alpha slider to adjust how much the other frames blend through.
Basically what I'm asking is, personally, if you could have the onion skinning set up anyway you liked, what would that be like? I played around with stop motion on camcorders and still cams of course, but not the extent you have obviously. Seems if anyone here might have a good opinion on the matter it might be you.
I was thinking of adding an option that would create an inbetween image that you could toggle on and off to work as a reference. The 'tween image would just be a subtraction of the current image and the previous one (or ones) visually showing the change. A "Log" option would boost the more subtle intensity changes so it would be easier to see. Of course I can make it do pretty much anything....
(I would continue, but at the moment, as usual, I'm about to fall over out of the chair. Tired.)
StopMoWorks wrote:
http://www.stopmotionworks.com/stopmosoftwr.htm
... I assume the eventual progression from DVD will be High Definition format and just thinking about the future. Speaking of HD .... check this out at the same website .... 1280 x 960 resolution! That's already High Definition quality!? .....
480P/I, 720P/I and 1080P/I are the standard HDTV resolutions. I'm not an expert, but it seems much of the HD content imoving to the 720P or 1080I resolutions.
720P (ie, 1280x720) seems to be the resolution to aim for for HD.
So... I have a question about the aspect ratio of a 1280x960 still being converted to 720P ... but otherwise, yes....
Note: My calculator informs me 1280x960 is in fact 4:3 as I suspected. HD is normally 16:9.
--min