[imaging] Image from 2D-array of doubles?

2014-03-22 Thread Gilles
Hello. I wish to easily generate an image representing the data stored in a double[][]. Each array element is a pixel of the resulting image (the entry at (0, 0) is the bottom-left pixel of the image). Then, is there some tool to automatically map a selected range of data values into a palette

Re: [configuration] Calling getConfiguration on DefaultConfigurationBuilder more than once permitted

2014-03-22 Thread dont_know
Hi Martin, I found a solution which fits my requirements without this ugly behaviour as described before. The trick is to configure the reloading strategy and force the reload checking in config.xml: ?xml version=1.0 encoding=ISO-8859-1 ? configuration header result

RE: [configuration] Calling getConfiguration on DefaultConfigurationBuilder more than once permitted

2014-03-22 Thread Martin Gainty
Date: Sat, 22 Mar 2014 22:39:14 +0100 From: dont_k...@gmx.net To: user@commons.apache.org Subject: Re: [configuration] Calling getConfiguration on DefaultConfigurationBuilder more than once permitted Hi Martin, I found a solution which fits my requirements without this ugly