Hi everyone,
I have a question to discuss right now, the most efficient way to store images on speckle is, has anyone had any problems with this, when I tried storing bitmaps I noticed The directory tree has grown significantly, is there any way I can improve this? Do I need to store it as a string or anything?
Bitmap bitmap = ....;
Base @base = new Base()
@base["images"] = bitmap;
Hi @dimitrie , that is what I want . At the moment , I using blob in azure to keep all image, but I want link it with speckle and sometime visualize it to speckle no need call from owner azure of us, I hope it will be coming soon to version 2.10.
Explain more about my idea, I keep image because I need it for some process training model with AI, when it susscess I will share with community soon.