bugGNU Octave - Bugs: bug #35548, imresize produces memory exhausted...

 
 

bug #35548: imresize produces memory exhausted error

Submitter:  Ian Journeaux <ijourneaux>
Submitted:  Thu 16 Feb 2012 04:19:43 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Duplicate Assigned to:  None
Originator Name:  Ian Journeaux Open/Closed:  * Closed
Release:  * 3.6.0 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 16 Feb 2012 04:29:26 PM UTC, comment #1: 

Duplicate of #35546

Jordi GutiƩrrez Hermoso <jordigh>
Group Member
Thu 16 Feb 2012 04:19:43 PM UTC, original submission:  

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.

Ian Journeaux <ijourneaux>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jordigh (Posted a comment)
  • -email is unavailable- added by ijourneaux (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-02-16 jordigh StatusNone Duplicate
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code