Re: [Fink-users] GraphicsMagick in octave

2013-02-25 Thread Alexander Hansen
On 2/7/13 7:29 PM, Alexander Hansen wrote: > On 2/6/13 7:23 PM, Alexander Hansen wrote: >> On 2/6/13 5:57 PM, Alexander Hansen wrote: >>> On 2/5/13 5:23 PM, Alexander Hansen wrote: On 2/5/13 2:23 PM, Alexander Hansen wrote: > On 2/5/13 1:52 PM, Eigil Krogh Sorensen wrote: >> >> Den

Re: [Fink-users] GraphicsMagick in octave

2013-02-07 Thread Alexander Hansen
On 2/6/13 7:23 PM, Alexander Hansen wrote: > On 2/6/13 5:57 PM, Alexander Hansen wrote: >> On 2/5/13 5:23 PM, Alexander Hansen wrote: >>> On 2/5/13 2:23 PM, Alexander Hansen wrote: On 2/5/13 1:52 PM, Eigil Krogh Sorensen wrote: > > Den 05/02/13 21.03 skrev "Alexander Hansen" : > >>

Re: [Fink-users] GraphicsMagick in octave

2013-02-06 Thread Alexander Hansen
On 2/6/13 5:57 PM, Alexander Hansen wrote: > On 2/5/13 5:23 PM, Alexander Hansen wrote: >> On 2/5/13 2:23 PM, Alexander Hansen wrote: >>> On 2/5/13 1:52 PM, Eigil Krogh Sorensen wrote: Den 05/02/13 21.03 skrev "Alexander Hansen" : > On 2/5/13 10:35 AM, Eigil Krogh Sorensen wrote:

Re: [Fink-users] GraphicsMagick in octave

2013-02-06 Thread Alexander Hansen
On 2/5/13 5:23 PM, Alexander Hansen wrote: > On 2/5/13 2:23 PM, Alexander Hansen wrote: >> On 2/5/13 1:52 PM, Eigil Krogh Sorensen wrote: >>> >>> Den 05/02/13 21.03 skrev "Alexander Hansen" : >>> On 2/5/13 10:35 AM, Eigil Krogh Sorensen wrote: > I don't know if this is the right place to p

Re: [Fink-users] GraphicsMagick in octave

2013-02-05 Thread Daniel Johnson
On Feb 5, 2013, at 7:23 PM, Alexander Hansen wrote: > On 2/5/13 2:23 PM, Alexander Hansen wrote: >> On 2/5/13 1:52 PM, Eigil Krogh Sorensen wrote: >>> >>> Den 05/02/13 21.03 skrev "Alexander Hansen" : >>> On 2/5/13 10:35 AM, Eigil Krogh Sorensen wrote: > I don't know if this is the r

Re: [Fink-users] GraphicsMagick in octave

2013-02-05 Thread Alexander Hansen
On 2/5/13 2:23 PM, Alexander Hansen wrote: > On 2/5/13 1:52 PM, Eigil Krogh Sorensen wrote: >> >> Den 05/02/13 21.03 skrev "Alexander Hansen" : >> >>> On 2/5/13 10:35 AM, Eigil Krogh Sorensen wrote: I don't know if this is the right place to post this, but anyway... I have this small

Re: [Fink-users] GraphicsMagick in octave

2013-02-05 Thread Alexander Hansen
On 2/5/13 1:52 PM, Eigil Krogh Sorensen wrote: > > Den 05/02/13 21.03 skrev "Alexander Hansen" : > >> On 2/5/13 10:35 AM, Eigil Krogh Sorensen wrote: >>> I don't know if this is the right place to post this, but anyway... >>> >>> I have this small octave function, that runs fine on my Windows Oct

Re: [Fink-users] GraphicsMagick in octave

2013-02-05 Thread Eigil Krogh Sorensen
Den 05/02/13 21.03 skrev "Alexander Hansen" : >On 2/5/13 10:35 AM, Eigil Krogh Sorensen wrote: >> I don't know if this is the right place to post this, but anyway... >> >> I have this small octave function, that runs fine on my Windows Octave, >> but crashes on my fink octave-atlas(3.6.3): >> >

Re: [Fink-users] GraphicsMagick in octave

2013-02-05 Thread Alexander Hansen
On 2/5/13 1:03 PM, Alexander Hansen wrote: > On 2/5/13 10:35 AM, Eigil Krogh Sorensen wrote: >> I don't know if this is the right place to post this, but anyway... >> >> I have this small octave function, that runs fine on my Windows Octave, >> but crashes on my fink octave-atlas(3.6.3): >> >> " >>

Re: [Fink-users] GraphicsMagick in octave

2013-02-05 Thread Alexander Hansen
On 2/5/13 10:35 AM, Eigil Krogh Sorensen wrote: > I don't know if this is the right place to post this, but anyway... > > I have this small octave function, that runs fine on my Windows Octave, > but crashes on my fink octave-atlas(3.6.3): > > " > function simpleImageExample > imageFile = "100-

Re: [Fink-users] GraphicsMagick in octave

2013-02-05 Thread Eigil Krogh Sorensen
I don't know if this is the right place to post this, but anyway... I have this small octave function, that runs fine on my Windows Octave, but crashes on my fink octave-atlas(3.6.3): " function simpleImageExample imageFile = "100-0039_IMG.JPG"; info = imfinfo (imageFile) I = imread (i

Re: [Fink-users] GraphicsMagick in octave

2013-02-05 Thread Martin Costabel
On 5/02/13 11:23, Peter Dyballa wrote: > > Am 05.02.2013 um 09:27 schrieb Martin Costabel: > >> The question is whether the octave programmers misunderstood this only in >> their warning text or also in the octave code. > > Another question also exists: how do Octave and GraphicsMagick interchange

Re: [Fink-users] GraphicsMagick in octave

2013-02-05 Thread Daniel Johnson
On Feb 5, 2013, at 3:27 AM, Martin Costabel wrote: > On 5/02/13 01:29, Peter Dyballa wrote: >> >> Am 05.02.2013 um 00:42 schrieb Eigil Krogh Sorensen: >> >>> My "problem" is, that I have "Octave 3.6.2 for Windows Microsoft Visual >>> Studio" on a windows 7 PC, and that version seems to handle

Re: [Fink-users] GraphicsMagick in octave

2013-02-05 Thread Martin Costabel
On 5/02/13 01:29, Peter Dyballa wrote: > > Am 05.02.2013 um 00:42 schrieb Eigil Krogh Sorensen: > >> My "problem" is, that I have "Octave 3.6.2 for Windows Microsoft Visual >> Studio" on a windows 7 PC, and that version seems to handle 32 bit pixels >> w.o. problems. > > You seem to misunderstand t

Re: [Fink-users] GraphicsMagick in octave

2013-02-05 Thread Peter Dyballa
Am 05.02.2013 um 09:27 schrieb Martin Costabel: > The question is whether the octave programmers misunderstood this only in > their warning text or also in the octave code. Another question also exists: how do Octave and GraphicsMagick interchange graphics data? Is it by standard file formats

Re: [Fink-users] GraphicsMagick in octave

2013-02-04 Thread Peter Dyballa
Am 05.02.2013 um 00:42 schrieb Eigil Krogh Sorensen: > My "problem" is, that I have "Octave 3.6.2 for Windows Microsoft Visual > Studio" on a windows 7 PC, and that version seems to handle 32 bit pixels > w.o. problems. You seem to misunderstand the meaning of "quantum depth". This is the resol

Re: [Fink-users] GraphicsMagick in octave

2013-02-04 Thread Eigil Krogh Sorensen
My "problem" is, that I have "Octave 3.6.2 for Windows Microsoft Visual Studio" on a windows 7 PC, and that version seems to handle 32 bit pixels w.o. problems. So to reuse Octave scriptsŠ. I'll try Alexander's suggestion Best Eigil Den 05/02/13 00.17 skrev "Daniel Johnson" : > >On Feb 4,

Re: [Fink-users] GraphicsMagick in octave

2013-02-04 Thread Daniel Johnson
On Feb 4, 2013, at 12:48 PM, Alexander Hansen wrote: > On 2/4/13 10:35 AM, Eigil Krogh Sorensen wrote: >> Hi >> >> I ask the questions below, because it took many hours to install >> Octave-Atlas on my MAC, so I would like to avoid as much installation time >> as possible. >> >> It seems Grap

Re: [Fink-users] GraphicsMagick in octave

2013-02-04 Thread Eigil Krogh Sorensen
Hi I ask the questions below, because it took many hours to install Octave-Atlas on my MAC, so I would like to avoid as much installation time as possible. It seems GraphicsMagic be configured at installation with an "Optional Package/Option": "--with-quantum-depth", but 1) I don't know if the r

Re: [Fink-users] GraphicsMagick in octave

2013-02-04 Thread Alexander Hansen
On 2/4/13 10:35 AM, Eigil Krogh Sorensen wrote: > Hi > > I ask the questions below, because it took many hours to install > Octave-Atlas on my MAC, so I would like to avoid as much installation time > as possible. > > It seems GraphicsMagic be configured at installation with an "Optional > Packag

Re: [Fink-users] GraphicsMagick in octave

2013-02-03 Thread Alexander Hansen
On 2/2/13 11:47 PM, Eigil Krogh Sorensen wrote: > When I try to plot a picture in octave-atlas (3.6.3) I get this message: > > > warning: your version of GraphicsMagick limits images to 16 bits per pixel > > > I installed octave-atlas with –y (fink –y install octave-atlas), but I > remember, th