post_process¶
honeybee-vtk post_process¶
Command to post-process media generated by honeybee-vtk.
honeybee-vtk post_process [OPTIONS] COMMAND [ARGS]...
gif¶
Write a gif from a set of images.
honeybee-vtk post_process gif [OPTIONS] IMAGES_FOLDER
Options
-
-f
,
--folder
<folder>
¶ Path to target folder.
- Default
.
-
--gradient-transparency
,
--no-gradient-transparency
¶
Whether to use a gradient transparency. or not. If chosen a gradient of transparency will be used. Which will make the image in the back more transparent compared to the image in the front. Defaults to False which will use a flat transparency. which means the all images will have same amount of transparency. Defaults to using a flat transparency.
- Default
False
-
-d
,
--duration
<duration>
¶ Duration of each frame in milliseconds. Default is 1000.
- Default
1000
-
-lc
,
--loop-count
<loop_count>
¶ Number of times to loop the gif. Default is 0 which means loop forever.
- Default
0
-
-llf
,
--linger-last-frame
<linger_last_frame>
¶ An integer that will make the last frame linger for longer than the duration. If set to 0, the last frame will not linger. Setting it to 3 will make the last frame linger for 3 times the duration. Defaults to 3.
- Default
3
-
-th
,
--text-height
<text_height>
¶ An integer to set the text height for date and time on the image. Default is set to 20.
- Default
20
Arguments
-
IMAGES_FOLDER
¶
Required argument
transparent-images¶
Write an overlappable transparent image for each images in the images folder.
honeybee-vtk post_process transparent-images [OPTIONS] IMAGES_FOLDER
Options
-
-f
,
--folder
<folder>
¶ Path to target folder.
- Default
.
-
-t
,
--transparency
<transparency>
¶ The transparency value to use. Acceptable values are decimal point numbers between 0 and 1 inclusive. 0 is completely transparent and 1 is completely opaque. Defaults to 0.5.
- Default
0.5
Arguments
-
IMAGES_FOLDER
¶
Required argument