drawio-desktop icon indicating copy to clipboard operation
drawio-desktop copied to clipboard

Support exporting to WebP via the CLI

Open marto55555 opened this issue 1 year ago • 1 comments

  • [x] I agree to follow the Code of Conduct that this project adheres to.
  • [x] I have searched the issue tracker for a feature request that matches the one I want to file, without success.

Is your feature request related to a problem? Please describe. I'd like to export diagrams as WebP images via the command line interface, but it's currently only possible through the GUI. The CLI supports these formats only: pdf, png, jpg, svg, vsdx, and xml

Describe the solution you'd like draw.io.exe diagram.drawio -x -o image.webp to work

Additional context Exporting to WebP via the GUI was recently added: https://github.com/jgraph/drawio/issues/553

marto55555 avatar Mar 06 '24 12:03 marto55555

It's not possible to generate Webp images from electron https://github.com/electron/electron/issues/42034

m-mohamedin avatar May 04 '24 01:05 m-mohamedin