Re: [OctDev] possible bug in imresize function

2011-09-16 Thread Jeffrey Cunningham
On Fri, 16 Sep 2011 08:28:16 -0700, Jeffrey Cunningham wrote: > On Fri, 16 Sep 2011 03:39:26 -0700, Carnë Draug > wrote: > > >> >> Hi Jeffrey, >> >> this code runs fine for me using octave 3.2.4 and image 1.0.13 on >> Debian stable (squeeze). Where are you running this? >> >> Carnë > > > Tha

Re: [OctDev] possible bug in imresize function

2011-09-16 Thread Carnë Draug
2011/9/16 Jeffrey Cunningham : > On Fri, 16 Sep 2011 03:39:26 -0700, Carnë Draug >> this code runs fine for me using octave 3.2.4 and image 1.0.13 on >> Debian stable (squeeze). Where are you running this? > > That is interesting. I'm running octave 3.2.4 and image 1.0.12 on Debian > stable (squee

Re: [OctDev] possible bug in imresize function

2011-09-16 Thread Jeffrey Cunningham
On Fri, 16 Sep 2011 03:39:26 -0700, Carnë Draug wrote: > > Hi Jeffrey, > > this code runs fine for me using octave 3.2.4 and image 1.0.13 on > Debian stable (squeeze). Where are you running this? > > Carnë That is interesting. I'm running octave 3.2.4 and image 1.0.12 on Debian stable (squ

Re: [OctDev] possible bug in imresize function

2011-09-16 Thread Carnë Draug
On 16 September 2011 05:00, Jeffrey Cunningham wrote: > Hello; > It looks like there might be a bug in the imresize function. I have reduced > it to a repeatable case: > Z=ones(91,53); > W=imresize(Z,80/91); > error: X and Y size must match Z dimensions > error: called from: > error: /usr/share/oc

[OctDev] possible bug in imresize function

2011-09-15 Thread Jeffrey Cunningham
Hello;It looks like there might be a bug in the imresize function. I have reduced it to a repeatable case:Z=ones(91,53);W=imresize(Z,80/91);error: X and Y size must match Z dimensionserror: called from:error: /usr/share/octave/3.2.4/m/general/interp2.m at line 326, column 2error: /usr/share/oct