Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey there everyone!
Is there a possible way to export image from viewport using the next pipeline
opts = DB.ImageExportOptions()
opts.FilePath = image_path
doc.ExportImage(opts)
using BytesIO() object instead of string-type image path? I am trying to perform image post-process right inside the python script without having to write the file and re-opening it again.
Thanks in advance!
Solved! Go to Solution.