Rainer Simon

Results 393 comments of Rainer Simon

Hi Frederik, weird - I just tried importing the manifest, and it __does__ load in Chrome. But it __doesn't__ load in Firefox. It looks like it's related to this here:...

Ah, indeed - a web app hosted under HTTPS can never load cross-domain content from an HTTP resource. The manifest seems hosted at HTTPS. Are the image manifests hosted as...

Thanks, I can reproduce. Hm, yes that's currently the way it works. (Just like a click on an annotation does _not_ select it when you are not using inverted hotkeys,...

Hi, hm, hard to tell what's going on there. But in any case: you would't change anything about the annotation. On the one hand because the annotation object isn't directly...

Thanks @DiegoPino, yes that's exactly the right way to do it. Also reminds me - I really need to check your OpenCV features! (And in general: good to see you...

There was an issue with OSD 4.0 and keeping annotations in sync while pinch-rotating. But that should be fixed now in OSD 4.1 (which is the latest). Let me know...

Yikes, thanks for reporting. There seem to be a couple of changes in OSD 4.0 that broke Annotorious/OSD interop. I've been working out some of them, but it might still...

Hi, sorry - this completely dropped off my radar. I can see the problem. But I'm afraid this isn't going to be fixed in Annotorious v2.x any more. Event handling...

The `readOnly` option is probably what you're looking for: https://annotorious.github.io/api-docs/osd-plugin/#readonly

If you want to make the shape locked, but keep the comments editable, I think you can do something like this: ```js var anno = Annotorious.init({ image: 'hallstatt', readOnly: true,...