Book a Demo

Author Topic: Create Diagram images with a custom resolution  (Read 3490 times)

Hermes

  • EA User
  • **
  • Posts: 41
  • Karma: +0/-0
    • View Profile
Create Diagram images with a custom resolution
« on: November 27, 2009, 11:56:53 pm »
Dear EA community,

Is possible with the Automation Interface to customize the image size generated by Project.PutDiagramImageToFile or similar methods?

I need this feature for adapt small images in large spaces :)

Thank you all.

/H
« Last Edit: November 27, 2009, 11:57:23 pm by hermes »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Create Diagram images with a custom resolution
« Reply #1 on: November 28, 2009, 12:13:16 am »
I don't think its possible with the EA API, but I'm sure there are very good tools/libraries out there that can do stuff like that.

Geert

Hermes

  • EA User
  • **
  • Posts: 41
  • Karma: +0/-0
    • View Profile
Re: Create Diagram images with a custom resolution
« Reply #2 on: November 28, 2009, 02:29:27 am »
Yes! You are right again!

exporting a metafile and then rasterize it in a second moment.... great!

Thank you :)