-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting images in the script output #231
Comments
Hi @kucbd, thank you for the proposal! How can Script server know about an image? Is it stored in some filesystem location? |
In our case, it could be either
or
|
Hi @kucbd, thanks for the proposal. There are a couple of concerns:
In your current script, do you log the image filename somehow? And do you have to show images during script execution, or only when a script is finished? |
I fully agreed to 1) and 2) |
I would suggest to reuse output files functionality. In this case your script will write a file somewhere, and print the path, so that Script server will be able to find it And then in the configuration we can have:
( And then Script server will parse output logs in real-time and if he finds a log statement with a png, it will insert an image after it. |
When I try this suggestion, I unfortunately get |
Hi, I'm totally sorry for confusing you: it was just a proposal. You can try current "output_files" behavior using
|
ahh ... I see. I was too fast trying it out :-) |
Done.
|
Hi @kucbd thanks for confirming! |
It would be very helpful if there is a way to include dynamically generated images in the script output.
Example of expected output:
The text was updated successfully, but these errors were encountered: