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

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

[Octave-bug-tracker] [bug #39926] imagesc renders figure incomplete, plu


From: Rik
Subject: [Octave-bug-tracker] [bug #39926] imagesc renders figure incomplete, plus the figure is not printed
Date: Tue, 10 Sep 2013 16:22:12 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

Update of bug #39926 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This isn't an Octave bug, but rather a ghostscript or gl2ps bug.  The problem
is that rgbstr is 120,000 elements and the maximum size for a string is 65535.
 See the table Architectual Limits 3.1 in the Ghostscript documentation
(http://ghostscript.com/doc/8.54/Language.htm)

ghostscript sources have been patched to increase the maximum string length in
Aug. 2012
(http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=86f9af6937e76e10a7adad201b06c337b1a9240b).
 So you could always build from source to get a ghostscript that works. 
Eventually this will trickle down into Linux distributions as well.

Alternatively, gl2ps could be hacked to use .bytestring rather than string
which does not have a limit on size.  However, that would make the output
ghostscript-specific, rather than PostScript compliant, which is probably not
a good thing.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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