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

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

[Octave-bug-tracker] [bug #56571] Images bigger than around 50M pixels i


From: anonymous
Subject: [Octave-bug-tracker] [bug #56571] Images bigger than around 50M pixels in size do not display with imshow
Date: Mon, 1 Jul 2019 11:07:25 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?56571>

                 Summary: Images bigger than around 50M pixels in size do not
display with imshow
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 01 Jul 2019 03:07:23 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Mike Wilsher
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

There was an original bug on this bug #48764 which now works in the current
version. But with a bigger image you still get a blank figure, image not
displayed and no error messages.

Octave 5.1.0 and image 2.10.0 package

It seems to be the x,y pixel size that is an issue it is not affected by mono
or rgb images.

In its simplest form
img_data = uint8(randn(6000, 8400)*255);
figure(); imshow(img_data);

Just displays a blank figure, although the pixel position display is showing
correctly or bigger in x or y (See fail image attached)

but 
img_data = uint8(randn(6000, 8399)*255);
or
img_data = uint8(randn(8399, 6000)*255);
or smaller work fine.
(see pass image attached)

I don't think it makes a difference but it is on Windows 10 Pro 64bit i7 with
16GB memory latest download of everything (see splash screen attached)

Any insight very much appreciated





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 01 Jul 2019 03:07:23 PM UTC  Name: fail.jpg  Size: 166KiB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=47152>
-------------------------------------------------------
Date: Mon 01 Jul 2019 03:07:23 PM UTC  Name: pass.jpg  Size: 283KiB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=47153>
-------------------------------------------------------
Date: Mon 01 Jul 2019 03:07:23 PM UTC  Name: splash.jpg  Size: 95KiB   By:
None

<http://savannah.gnu.org/bugs/download.php?file_id=47154>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56571>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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