Skip to main content

Problem:

JCL inventory diagram is really large but it won't save to a file

Resolution:

In order to do this, shut down Revolve, edit the bin\\global.def file:

Either

[Graphics]

BigJpeg="scale"

or

[Graphics]

BigJpeg="truncate"

The first version will try to shrink the graphic, and may result in an unreadable graphic for very large files. The second version will produce an incomplete, but readable, graphic.

This is the complete set of [Graphics] options with their default values:

[Graphics]

MaxX=12000                      maximum allowed size in pixels of the horizontal axis.

MaxY=12000                     maximum allowed size in pixels of the vertical axis.

Quality=75                         quality of the graphic (as a percent). lowering this value may reduce the size of the file and allow it to be saved

BigJpeg="ignore"                Option for how to handle graphics that exceed MaxX or MaxY. Value must be in quotes.

                                         values "ignore", "scale", "truncate"

                                         "ignore" - take no action. May result in a file not being produced.

                                         "scale" - shrink the graphic to the allowed values. May result in graphs                                           that are difficult to read, but are complete.

                                         "truncate" - stop adding items to the graph once the MaxX or MaxY                                           value is exceeded. The graph will be legible but incomplete.

Old KB# 1152

#EnterpriseAnalyzer
#SupportTip