dentistfrankchen
dentistfrankchen
Also I want to point out that this is for the result, not for the original place.
I think maybe you should add a little to your guide...(For time-sensitive operations like this)
Hi guys, I am writing a plugin for Imagej and i am now facing a similar problem. Since I am a python programmer and I am not familiar with Java,...
@WSINTRA A 512x512 image. I have already tried the code on the main page and added img_height=..., img_width=..., but that did not work. I still got the same error.
the mozilla pdf.js
@Bill-Yang-1 Are you running your code with gpu when you encounter the error? I met a smiliar issue and solved it by changing gpu to cpu. I was wondering if...
Hi J-York, I think the author is actively working on this. I have proposed possible enhancement at #343
After changing the main.js, it is still not working... ![Uploading image.png…]() Maybe the logic here is buggy?
For my case, I changed the following code in main.js: let { libraryID: r, id: n } = e.items[0], [o] = await this.plugin.databaseAPI.getItems([[n, r]]); if (!o) { new wn.Notice("Item not...