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: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #56571] Images bigger than around 50M pixels in size do not display with imshow
Date: Wed, 3 Jul 2019 02:30:49 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48

Follow-up Comment #1, bug #56571 (project octave):

What I get on Windows 7 with a recently built dev Octave 6.0.0)) is:

>> img_data = uint8(randn(6000, 8400)*255);
>> figure(); imshow(img_data)
>> warning: opengl_texture::create: the opengl library in use doesn't support
images with either dimension larger than 8192. Not rendering.


So it doesn't look like a bug but the error message could be more clearly
displayed in your case.
I have no time now to check whether this size limit is documented somewhere,
if not it would be a doco error. I'll leave it to other devs here to adapt the
title & maybe status in that case.

(FTR, I make my crossbuilds using the --no-system-opengl configure option. Or
what is is exactly called as I'm on Windows now so can't check)


    _______________________________________________________

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]