octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #35548] imresize produces memory exhausted err


From: Ian Journeaux
Subject: [Octave-bug-tracker] [bug #35548] imresize produces memory exhausted error
Date: Thu, 16 Feb 2012 16:19:44 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SU 3.95; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbARS/5.11.1.15497)

URL:
  <http://savannah.gnu.org/bugs/?35548>

                 Summary: imresize produces memory exhausted error
                 Project: GNU Octave
            Submitted by: ijourneaux
            Submitted on: Thu 16 Feb 2012 04:19:43 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Ian Journeaux
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I am trying to convert from 3.2.4 to 3.6.0. If I use the imresize command on a
large image read in with imread, I get a 

error: memory exhausted or requested size too large for range of Octave's
index type -- trying to return to prompt

error. This works under 3.2.4. Perhaps the memory footprint of Octave 3.6.0
has changed so that this nolonger works.

octave:1> AA =
imread("C:/PrintQuality/Jobs/J1234/70-105/70-105+Einlehner+Felt+1.jpg");
octave:2> aa1=imresize(AA,0.1);

produces the error

The image involved is a 23Mb jpeg file that is 10200x4200.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35548>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]