Code Monkey home page Code Monkey logo

Comments (4)

prateek1108 avatar prateek1108 commented on June 8, 2024 1

Hello Sir,
Sorry for late reply....I am trying to do this by placing these dlls in debug and release folder......
Now it is working fine .....But on my another system With Windows 10 64bit System its showing same error my be its my system issue..... i am trying to check this issue ...Soon i will update you in both the cases.......

from heif-utility.

liuziangexit avatar liuziangexit commented on June 8, 2024

@prateek1108 Hello, this is not a bug, this is a feature.

HEIF Utility need some dynamic library file to convert image. If can not find those DLL files, it will pop up this dialog and exit.

if ( !System.IO.File.Exists(Application.StartupPath + "\\HUD.dll") || !System.IO.File.Exists(Application.StartupPath + "\\opencv_ffmpeg330_64.dll") || !System.IO.File.Exists(Application.StartupPath + "\\opencv_world330.dll")) { MessageBox.Show("The core component is missing, HEIF Utility can not start."); Environment.Exit(0); }

HEIF Utility need these 3 DLLs:
You can built HUD.dll from https://github.com/liuziangexit/HEIF-Utility-Native-DLL.
The opencv_ffmpeg330_64.dll and opencv_world330.dll is part of OpenCV, you can download OpenCV source code to built them.

Those DLLs should be placed in the same directory as the main program(HEIF-Utility.exe).

If you don't want to built them by yourself, you can just simply download a HEIF Utility binary package(https://liuziangexit.com/HEIF-Utility/download.html) , and copy them.

from heif-utility.

prateek1108 avatar prateek1108 commented on June 8, 2024

Hello Sir,
Thanks alot for replying on my query. I had followed the steps given by you
and now i am able to debug the code.......The problem now i am facing to decrypt or decompress the image it showing a error "Unable to open this file" but by online decompresses its decompressing

from heif-utility.

liuziangexit avatar liuziangexit commented on June 8, 2024

@prateek1108 can you send me that file?

from heif-utility.

Related Issues (18)

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.