|
|
|
-
Open source densitometer software
Hi all,
While waiting for my step tablet to arrive in the mail. I decided to spend that time coding a small application to collect the data from my X-Rite 810 densitometer. In the end, I ended up with a software that receives the data from the serial port and reports it directly on a graph. From that graph, the paper contrast is automatically measured.
My densitometer use a pretty standard communication protocol that was standardized by Kodak, so there is a good chance that data can be received from different brands and models. However, I have no means of testing it myself.
If you are interested, I have released the software as an open source GPL software available on sourceforge: https://sourceforge.net/projects/densitoplot/
I have made ready to use binaries for Mac OS X and Windows, but the software should be able to compile without problems on Linux. If you know your way around C++ and Qt, you are welcome to add features to it.
Cheers,
Jeff
Last edited by jfdupuis; 11-09-2011 at 12:50 AM.
-
Cool and thanks! I have the 810 but don't have a Mac nor a compiler for C++ or Qt. I have tried to communicate with the 810 using VB and it's quite easy.
-
If you post the source I'll see if it compiles on FreeBSD. You know, for me and the other user. 
s-a
-
 Originally Posted by semi-ambivalent
If you post the source I'll see if it compiles on FreeBSD. You know, for me and the other user. 
The source are on sourceforge at https://sourceforge.net/p/densitoplot/code/16/tree/. You'll need svn to get them. If you manage to make it work on FreeBSD, let me know and I'll add to the list.
-
 Originally Posted by Chan Tran
but don't have a Mac nor a compiler for C++ or Qt.
I have placed pre-compiled, ready to use, version of the software for Mac and Windows. So, no need to compile anything. Just unzip and run. See: https://sourceforge.net/projects/den...nsitoPlot-1.0/
-
Sponsored Ad. (Subscribers to APUG have the option to remove this ad.)
|
|