Hi,
I need to display ABI trace file in PNG format in command-line way. I try abiview but failed on my computer. So, do any other command-line tools available for this task?
Hi,
I need to display ABI trace file in PNG format in command-line way. I try abiview but failed on my computer. So, do any other command-line tools available for this task?
FinchTV has worked for me in the past and supports OSX, Windows, Linux, and Solaris. Plus your traces look nice and pretty.
Sorry, I neglected that. It works from the command line too. http://www.geospiza.com/finchtv/help/pages/C-WorkingWithYourData/01-OpenFiles.html
@aaron: The link you posted above shows command-line usage in non-Win32 cases, non of which show how to automatically export a PNG image (see OP question) of the trace data. The OP wants a command-line program for Windows to create an image file of the trace, presumably to use as part of a pipeline.
abiview
to produce good-quality output. It exports the trace as separate image files of 40 bases (default) each. This can be changed with the -window
parameter. However, abiview
then exported the entire trace into one image file which was the same size as each of the separate files, so that the entire trace was squashed into 800 pixels. abiview
may not be the best solution, unless someone else can post further assistance.Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
you will only waste time with Windows, as its support for command line tools and terminals is very poor. Moreover, it will be complicated to install mostly any command line tool. Ubuntu is free and you can install it in 20 minutes.
In what way did it fail? Do you mean it failed because it is not a Win32 application?
What do you mean by "command-line"?