-
Notifications
You must be signed in to change notification settings - Fork 3
scene name and logo embedded in saved images #269
Comments
A few more notes:
|
Should the logo on the screenshot consist only of "3DStreet" text? Or "Editor/Viewer" icon too? |
Another option for logo is to write it using text on |
3DStreet/3dstreet#409
|
To add a logo to a screenshot, I use the canvas.fillText method. Just for demonstration. But I can also use an SVG of the logo that is used on the stage and in the editor. I think the SVG option will be look better. |
@Algorush working to test and merge this next. One thing that we will need even before I test is an option on the screentock to not include name and logo for the purposes of generating thumbnail preview image, but yes to include name / logo overlay in other cases. How do you think is best to handle that? |
It could be done for example with property of screentock component - |
@Algorush that's great, is that available yet or can you help to provide that feature? |
@kfarr no, this option is not ready yet, I will add it today |
Added commit with this option in 3dStreet repo here: |
yes seems to work on 3dstreet.app production now |
there should always be 3DStreet logo in upper-right hand corner of captured image in capture modal as well as scene title in lower-left hand corner.
These should appear in all versions accessible to a user except not when saving a thumbnail preview.
possible methods:
third-party api - add text and logo image overlay with third-party api https://cloudinary.com/documentation/conditional_transformationslet's not use third-party cloud api, operation should happen in browserrelated to #306 -- they'll both need to be done before / after screencapture
The text was updated successfully, but these errors were encountered: