I want to generate false color images based on parameters using Colibri, but I’m facing the following issues:
- When the next iteration proceeds, the previous iteration’s image gets overwritten, causing a problem.
- To solve this, I used a Python script to save images for each iteration.
Here are my questions:
- Is there a Grasshopper component that converts HDR images to JPG? (Currently, I’m using the HB HDR to GIF component to convert them to GIF.)
- Besides the Python script, is there another way to save images for each iteration?
I want to record the computation time of components using Colibri, is there a way to convert the time displayed in the Profiler into text?