Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Ingo Thies Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Extract RGB values from image Date: Wed, 11 Sep 2013 21:36:42 +0200 Lines: 40 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: individual.net Hhf322Sv1JqiQJtP+BIXBQ1B9cfjvdvBc4JZaEiig+T2S7YYd8 Cancel-Lock: sha1:SwAINokkIVToMN4vrhWwqsxgQzg= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:2029 Am 11.09.13 20:08, schrieb sfeam: > Ingo Thies wrote: > >> On 09.09.2013 19:18, sfeam wrote: >> >>> Please report the version of gnuplot being used. >> >> Version 4.4.3 and 4.6.0 >> >> 4.4.3 just returns the "i"s, 4.6.0 returns a warning > > OK. I see the same as you do with 4.6.0. > However starting with version 4.6.1 I see the desired output I tried the same with gnuplot 4.6.3 on my Mac and got the following error message: Tabular output of this 3D plot style not implemented I guess that some library is missing or any other problem that can only be solved with developer's knowledge. Obviously, RGB extraction with gnuplot is far from being trivial and stable, but seems to depend on third-party libraries which are present in some system and missing in others. So I tend to give up since I have found another (however less convenient) way by using GIMP. It can write images in .pnm or similar files which also contain the RGB triples. However, if you have a simple solution to this problem, please let me know. Again, is something wrong with the following plotting command? splot 'someimage.png' binary filetype=png with rgbimage > [10] gnuplot_4.6.0 rgbdump.bug | head -8 In which environment are you performing this command? Where can I find the file rgbdump.bug? Ingo