-
Notifications
You must be signed in to change notification settings - Fork 145
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
Add text to image based analyses #654
Comments
@devngc are you interested to implement this? It is very similar to what you have already done for the Glare component. |
@mostaphaRoudsari, |
@mostaphaRoudsari, |
@devngc , |
@chriswmackey, |
Hi everyone, Speaking completely selfishly, I would REALLY not mind a component that can add text to an image. If the component is able to do this to existing images even better (although I'm not sure if this would be possible). However, it's also not clear to me if something like this is related and/or beneficial to the general scope and specific capabilities of Ladybug Tools. I'll be quietly keeping an eye on how this goes! Thanks! Regards, |
I think having it as a separate component will be quite useful. It can be an optional addition to the convertors too but it's really a separate step and you can do a lot with this new functionality that I think it deserves it's own component. |
@mostaphaRoudsari, |
Hello all, I stand corrected and there's clearly a consensus here in favor of a separate component. Now that I see how psign works and I realize that there are several useful inputs, I agree we should implement it as a separate component. My only question is whether we think this component can take an image in any format and add the text (gif, Tiff, HDR) or does the image need to be in a specific format. |
@chriswmackey, the Radiance functionality only works for HDR format but we can always use |
Ok. All sounds good! |
Hi, was this issue sorted in the end? |
I was looking to add text to radiance images. See below for an example.
http://www.solemma.net/img/Features/Animations/GlareSweep.gif
Mostapha suggested the following:
You can use Radiance's psign (http://radsite.lbl.gov/radiance/man_html/psign.1.html).
He also said that creating a new component for this purpose would make sense.
Check the glare component for an example.
https://github.com/mostaphaRoudsari/honeybee/blob/5d1689daaadf6b3bb4bb7a721bf7ab25d05e261f/src/Honeybee_Glare%20Analysis.py#L316
The text was updated successfully, but these errors were encountered: