balintlaczko / VideoAnalysis

Non-realtime video analysis, exporting motiongrams and various quantitative features of movement in the video file.
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/VideoAnalysis/
1 stars 0 forks source link

Export jpegs and pngs only #11

Closed balintlaczko closed 4 years ago

balintlaczko commented 4 years ago

as for the tiff: they get called first, then the jpeg saves, I suspect maybe there is a scheduling or I/O issue. as for the jxf: it's not implemented, although the log file claims it should be there. Should we implement it?

balintlaczko commented 4 years ago

NB: in many cases the tiff is also not implemented.

alexarje commented 4 years ago

You can just delete the TIFF and JXF export functionality, I think. I added these because there were some issues with JPEG export in some version of Max. Is it possible to export uncompressed PNG now? That may be an interesting extra option, in addition to the compressed JPEG files.

balintlaczko commented 4 years ago

OK, will test that!

alexarje commented 4 years ago

If PNG is not supported, we may want to allow for both uncompressed TIFF and compressed JPEG.

aleksati commented 4 years ago

A user can now choose between JPEG, TIFF, and PNG-8. JPEG is the default. This should be further implemented in the Appstyle menubare, later.