|
From: | Richard Kirk |
Subject: | Re: float image viewer |
Date: | Fri, 6 Apr 2018 20:53:05 +0100 |
My image viewer solution uses standard Octave commands and a few .m files. In that respect, I am not modifying Octave, but providing a library. The modified viewer regularly looked for a file, read a command from that file, executed it, and then deleted it. The Octave commands would generate these command files, and where necessary they blocked until they could read a reply or timeout. The same .m files worked in Matlab (I tried this once to check) so compatibility should not be an issue. I am not saying the is the only way to go - just that it worked very well for me. I had a viewer that could display floating-point image formats, including video formats, and other motion picture files that are not widely supported; grab the frames, or the part of the frame that was in view; process it in Matlab; then put the image back into the viewer so we could wipe between it and the original. The ‘gif’ viewer looks like a possible replacement. It is supposed to be cross-platform, but the development is largely on Windows. I have asked whether there is support on the Mac on their forum. I will let this group know if I get a reply. Thanks. Richard Kirk |
[Prev in Thread] | Current Thread | [Next in Thread] |