Giter Site home page Giter Site logo

Comments (4)

KyleKolander avatar KyleKolander commented on September 21, 2024

I'm experiencing the same bug. I uninstalled from Scoop and installed the latest msi from here. When it first loaded, the toolbar icons were fine, but after closing the app and re-opening it, this bug presented again. I even tried the previous version but was met with the same result. Odd that this was all working fine yesterday...

from imageglass.

KyleKolander avatar KyleKolander commented on September 21, 2024

After completely uninstalling ImageGlass (all filesystem remnants) and then uninstalling Image Magick (all filesystem remnants) and then installing ImageGlass via Scoop again, everything is back to working as it used to... Hopefully it keeps working, and it ends up that it was just a conflict between those two... Maybe this will help someone else.

from imageglass.

azzvx avatar azzvx commented on September 21, 2024

After completely uninstalling ImageGlass (all filesystem remnants) and then uninstalling Image Magick (all filesystem remnants) and then installing ImageGlass via Scoop again, everything is back to working as it used to... Hopefully it keeps working, and it ends up that it was just a conflict between those two... Maybe this will help someone else.

There are 3 ways to solve this issue.

  1. Comment out the line <delegate decode="svg:decode" .../> in "delegates.xml", witch Magick.NET does.
  2. Remove environment variables "MAGICK_HOME" and "MAGICK_CONFIGURE_PATH".
  3. Add code Environment.SetEnvironmentVariable("MAGICK_HOME", ""); and Environment.SetEnvironmentVariable("MAGICK_CONFIGURE_PATH", ""); in program to avoid ImageGlass load external configuration files.

from imageglass.

d2phap avatar d2phap commented on September 21, 2024

Thanks for the info. IG does not configure the path of ImageMagick so it's probably conflicted in this case.

I will use the ConfigDir as the path of ImageMagick in next versions

from imageglass.

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.