cnr-isti-vclab / openlime

Web-based, advanced images viewer (RTI, multispectral, BRDF, etc. )
GNU General Public License v3.0
23 stars 6 forks source link

Measuring tool #25

Closed EloiGattet closed 2 years ago

EloiGattet commented 2 years ago

Hi! The measuring tool/ruler would be much helpful, when is it planned to be implemented? Thanks a lot!

ponchio commented 2 years ago

Measuring tool is now implemented, you can activate it with

ui.tools.ruler.display = true;

and can find an example in dist/example/image-viewer/index.html

Might need some polishing.