printer exception

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

printer exception

Bill Rothman
To all

When I attempt to print a large RGB image (7200x5400 pixels),149MB Fiji
hangs up and I get the Exception:

 

java.lang.InternalError: Problem in WPrinterJob_drawDIBImage

            at sun.awt.windows.WPrinterJob.drawDIBImage(Native Method)

            at
sun.awt.windows.WPrinterJob.drawDIBImage(WPrinterJob.java:1170)

            at
sun.awt.windows.WPathGraphics.drawImageToPlatform(WPathGraphics.java:109
1)

            at sun.print.PathGraphics.drawImage(PathGraphics.java:1659)

            at sun.print.PathGraphics.drawImage(PathGraphics.java:1557)

            at ij.plugin.filter.Printer.print(Printer.java:104)

            at
sun.print.RasterPrinterJob.printPage(RasterPrinterJob.java:1964)

            at
sun.print.RasterPrinterJob.print(RasterPrinterJob.java:1431)

            at
sun.print.RasterPrinterJob.print(RasterPrinterJob.java:1247)

            at ij.plugin.filter.Printer.print(Printer.java:59)

            at ij.plugin.filter.Printer.run(Printer.java:30)

            at
ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.j
ava:247)

            at
ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:102)

            at ij.IJ.runPlugIn(IJ.java:159)

            at ij.Executer.runCommand(Executer.java:145)

            at ij.Executer.run(Executer.java:76)

            at java.lang.Thread.run(Thread.java:619)

 

I have no trouble with cropped rgb images (4500x4500p).70MB

Using a PC,32bit, with Fiji set to 1448Mb memory use (out of 4Meg in
computer)

What's needed.

 

Thank you,

Bill Rothman