Coder Social home page Coder Social logo

Comments (3)

anishsingh0302 avatar anishsingh0302 commented on June 3, 2024

I am also facing same error after upgrading to latest version of fo-dicom.
fo-dicom - version 5.1.1
fo-dicom.Codecs - version 5.10.8
fo-dicom.Imaging.ImageSharp - version 5.1.0

System.DllNotFoundException: Unable to load DLL 'Dicom.Native': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

Stack Trace: 
DicomJpeg2000NativeCodec.Memset(Void* ptr, Int32 value, UInt32 num)
DicomJpeg2000NativeCodec.Decode(DicomPixelData oldPixelData, DicomPixelData newPixelData, DicomCodecParams parameters)
DicomTranscoder.Decode(DicomDataset oldDataset, DicomTransferSyntax outSyntax, IDicomCodec codec, DicomCodecParams parameters)
DicomTranscoder.Transcode(DicomDataset dataset)
DicomTranscoder.Transcode(DicomFile file)

Anyone of them found any solution?

from fo-dicom.

udiatcimd avatar udiatcimd commented on June 3, 2024

Facing the same problem after updating to the latests version of fo-dicom

I get the error trying to use dicomfile.Clone

I was working with fo-dicom: 5.0.3 and fo-dicom.codecs: 5.0.3 but since I updated to the latest version and now i get the same error when i try to clone a dicomfile:

dicomFile.Clone(DicomTransferSyntax.ExplicitVRLittleEndian);

I initialize the transcodermanager like this (it was working just fine on previous versions):

                new DicomSetupBuilder()
                .RegisterServices(s => s.AddFellowOakDicom().RemoveAll<FellowOakDicom.Imaging.NativeCodec.NativeTranscoderManager>())
                .Build();

Maybe we have to wait untill fo-dicom.codecs releases a 5.1.1?

thanks!

from fo-dicom.

Related Issues (20)

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.