Sunday, August 10, 2014

ArrayPlotter 0.2 Released

ArrayPlotter 0.2 has been released and is available on the Visual Studio Gallery:
Download

New to this release:
- Support for interleaved data arrays with the Stride option. Specify the channel of the data with the offset option and the number of interleaved channels with stride
- Fixed a bug where NaN floating point numbers would cause chart min/max exceptions

Unfortunately customised chart colours is not available this release due to unexpected limitations in the charting toolkit I am using. I'll be working on that for the next release

2 comments:

  1. Really nice tool! Very useful when playing around in image processing.
    Suggestion for the next verison: A modus to compare two or more arrays (maybe additional windows or different colored lines etc..)


    ReplyDelete
    Replies
    1. Hi Basti,

      Version 0.3 has been released which allows multiple ArrayPlotter windows to be opened so you can plot multiple arrays simultaneously.

      Delete