Skip to main content
1-Visitor
May 3, 2017
Question

automatic scale parameter used by IsoDraw when exporting CGM to JPEG using IsoDraw macro ?

  • May 3, 2017
  • 1 reply
  • 1909 views

How to retrieve the automatic scale parameter used by IsoDraw when exporting CGM to JPEG using IsoDraw macro ?

1 reply

12-Amethyst
May 3, 2017

I'm assuming you're talking about resolution which you would use app.jpeg.resolution.

Example: 'message app.jpeg.resolution'

If you meant quality however it would be app.jpeg.quality.

Example: 'message app.jpeg.quality'

rhadjab1-VisitorAuthor
1-Visitor
May 4, 2017

Hi,

Thank you for you response, what I mean it's :

I have a CGM file, and when I try manually to convert it to jpeg without insertion of parametters in IsoDraw, he show me this warning message " The size exceeds the maximum number of pixels".

Now, when I try in second time to export manually to JPG, I clique in option, now,  Isodraw calculate automatiocally the default scale of this file, and when I clique export, the exportation is doing succefully.

My question is  : how can I get this default scale when I using macro in IsoDraw ?