Giter VIP home page Giter VIP logo

cornerstonesideimageloader's People

Contributors

allcontributors[bot] avatar plantarflex avatar sisobus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cornerstonesideimageloader's Issues

This is a very good library

Hello, thank you for providing such a good library. Would you like to know more about supporting rotation and MIP?

LINE

Hello, have a good time
How did you drawing these lines?
Please advise me
115286800-7545ce80-a18a-11eb-90dd-12b5496660d8

Is the dependencies "deasync" required in production?

As far as I know, deasync is a library wrriten in C++, it can't be used easily in browser.

deasync is wrriten in C++, GCC is required if you install it on linux, when we upgrade node version, it may need to upgrade GCC version either, this is a diffcult and dangerous operation.

I am facing this problem, though we can avoid this by using docker, but it actually not an elgant method.

If deasync is a development time dependency, hope it can be move to devdependencies.

Thanks!

in loadImage.js promise implimentation

Thanks for the great library.
in the file loadImage.js I think you should return resolve of the promise as show below.
Sorry if I am wrong but I had to do this to get my code to work. Thanks

import createImage from "./createImage.js"
function loadImage(imageId, options) {
const promise = new Promise((resolve, reject) => {
const image = createImage(imageId);
resolve(image);
});
return{ promise};
}

export default loadImage

Is `sharp` dependency actually used?

Found your library and thought it would solve some significant problems I've been having with getting MPR to work for cornerstone, however I'm using electron and the sharp tries to rebuild for electron when I try to run the app, and fails to do so.

I looked through the project and as far as I can tell sharp isn't even used. Could it possibly be removed as a dependency? I believe it would let me use the loader which would save me a lot of grief. Thanks!

Crosshair tool

Hello, first of all, congrats and thanks for providing such a good library. I'm also integrating the cornerstone tools on my project and I saw that in your demo the Crosshair tool have the lines drawn (in cross), but the original tool from cornerstone don't have it. Can you tell me how can I draw the lines like your example?

Best regards.

Crosshair tool line

Hello, ReferenceLinesTool does not display the guides properly,Can you provide the code for this tool?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.