bugGNU Octave - Bugs: bug #37964, Print function takes ~10 minutes...

 
 

bug #37964: Print function takes ~10 minutes (Windows)

Submitter:  None
Submitted:  Thu 20 Dec 2012 03:54:03 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Works For Me Assigned to:  None
Originator Name:  Ash Sharma Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.2
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 26 Mar 2014 04:20:47 AM UTC, comment #4: 

No response from reporter for over 3 months, closing report.

If this issue persists, feel free to open a new bug report about this problem again. And be sure to clarify which Windows build of Octave is being used in the future.

Mike Miller <mtmiller>
Group Member
Thu 03 Jan 2013 12:52:04 PM UTC, comment #3: 

What is the output of

available_graphics_toolkits
graphics_toolkit

and did you install the Octave 3.6.2 Cygwin, MinGW or MSVC build? (yes, there are three Windows builds, see here http://wiki.octave.org/Octave_for_Windows)

Also please mention the Windows Version. XP, 7, 32 or 64bit.

I tried

graphics_toolkit("fltk")
plot(1:10)
title("fltk")
print -djpeg fltk.jpeg
close

#using gs905w32.exe from http://sourceforge.net/projects/ghostscript/files/latest/download
graphics_toolkit("gnuplot")
plot(1:10)
title("gnuplot")
print -djpeg gnuplot.jpeg
close


And both worked as expected in less than 1s.

Regards, Andy

Andreas Weber <andy1978>
Group Member
Thu 20 Dec 2012 04:03:43 PM UTC, comment #2: 

Is this using gnuplot or fltk?

Michael Godfrey <godfrey>
Group Member
Thu 20 Dec 2012 03:57:25 PM UTC, comment #1: 

Sorry Typo:
print -djpeg e:\test.jpeg
is the sample command that takes a while to execute

Anonymous
Thu 20 Dec 2012 03:54:03 PM UTC, original submission:  

Using the print command:

print -djpeg e:test1.jpeg

takes > 10 minutes to print to a file and show the figure, which is sometimes flawed.  At times it has a black barcode like border.

Anonymous

 

(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 mtmiller (Posted a comment)
  • -email is unavailable- added by jordigh (Updated the item)
  • -email is unavailable- added by andy1978 (Posted a comment)
  • -email is unavailable- added by bpabbott (Updated the item)
  • -email is unavailable- added by godfrey (Posted a comment)
  •  

    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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-03-26 mtmiller StatusNeed Info Works For Me
        Open/ClosedOpen Closed
    2013-01-03 jordigh StatusNone Need Info
    2012-12-22 bpabbott SummaryPrint function takes ~10 minutes Print function takes ~10 minutes (Windows)

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code