Code Monkey home page Code Monkey logo

Comments (9)

lifzgreat avatar lifzgreat commented on August 10, 2024 1

Maybe not, who knows, it's from years ago, which is ancient in terms of software. I'm sure there's plenty of other solutions for sizing icons, even if it's not this tool.

from cordova-icon.

BrunoCartier avatar BrunoCartier commented on August 10, 2024

Hi,

Are you absolutely sure ImageMagick is installed and available ? It's a requirement.

If you are, then, does your system has a 32 bits or 64 bits architecture? Be sure to use the ImageMagick installer accordingly (see this issue).

from cordova-icon.

BrunoCartier avatar BrunoCartier commented on August 10, 2024

Hey @ioudas210, do you have any update on this?

from cordova-icon.

ioudas210 avatar ioudas210 commented on August 10, 2024

Nah gave up. Thanks tho. Feel free to close.

from cordova-icon.

jimior2 avatar jimior2 commented on August 10, 2024

didn't work on ImageMagick-6.9.3-8-Q16-x64-dll.exe, dese this work on specific version of ImageMagick?

from cordova-icon.

lifzgreat avatar lifzgreat commented on August 10, 2024

When installing ImageMagick on Windows, you need to check the box that says something about "legacy". That is what includes convert.exe (of which this is reliant on). You also need to change line 255 of npm\node_modules\cordova-icon\node_modules\imagemagick\imagemagick.js to be:
//exports.convert.path = 'convert';
exports.convert.path = "C:\Program Files\ImageMagick-7.0.2-Q16\convert";

Chat it to whatever your path is.

from cordova-icon.

ganeSH-Ganz avatar ganeSH-Ganz commented on August 10, 2024

When installing ImageMagick on Windows, you need to check the box that says something about "legacy". That is what includes convert.exe (of which this is reliant on). You also need to change line 255 of npm\node_modules\cordova-icon\node_modules\imagemagick\imagemagick.js to be:
//exports.convert.path = 'convert';
exports.convert.path = "C:\Program Files\ImageMagick-7.0.2-Q16\convert";

Chat it to whatever your path is.

its not working for me

from cordova-icon.

lifzgreat avatar lifzgreat commented on August 10, 2024

@ganeSH-Ganz just FYI, that comment was given over 3 years ago.

from cordova-icon.

ganeSH-Ganz avatar ganeSH-Ganz commented on August 10, 2024

but still there no proper solution for it

from cordova-icon.

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.