Giter Site home page Giter Site logo

Comments (5)

sjaakluthart avatar sjaakluthart commented on July 17, 2024 1

Thanks a lot! I'll try your fix and will let you know how I get on 😄

from signynts-darkroom-shortcut.

Signynt avatar Signynt commented on July 17, 2024

Sorry for such a late reply!
That's a strange issue I haven't seen before... Can you confirm for me that you can also run imagemagick in the terminal?

from signynts-darkroom-shortcut.

sjaakluthart avatar sjaakluthart commented on July 17, 2024

Yes I can run imagemagick in my terminal

from signynts-darkroom-shortcut.

Signynt avatar Signynt commented on July 17, 2024

Hey, I finally figured this issue out. Something seems to have broken negfix8 in the newer imagemagick versions, meaning you have to downgrade to an older version for it to work.
Assuming you already have imagemagick installed downgrade to v6 like this:

  1. run brew install imagemagick@6
  2. run brew link --overwrite imagemagick@6
  3. You'll probably get a suggestion by brew to run something like echo 'export PATH="/usr/local/opt/imagemagick@6/bin:$PATH"' >> ~/.zshrc

That should fix any issues like the one you had where negfix8 wouldn't work.
If you're using the IR version of my script you'll need to download the latest release, since I had to make some changes to make things work with imagemagick@6.

Give it a go and let me know if it works for you!

from signynts-darkroom-shortcut.

sjaakluthart avatar sjaakluthart commented on July 17, 2024

It works! 🥳

from signynts-darkroom-shortcut.

Related Issues (7)

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.