a Linux fanatic, a nature photographer, a music fiend... He spends most of his time these days listening to Music while browsing the Internet about various topics of his interest ranging from Electronics to coffee recipes.

3 responses to “Batch convert images using ImageMagick”

  1. anon

    DOES NOT WORK ON WINDOWS COMPUTER FOR BATCH CONVERSIONS (even though I have the windows version of IM)! I have a whole folder full of SVG files and tried substituting in SVG to get them into PNG, like this

    mogrify -format png *.svg

    but it doesn’t work! Give me a WORKING COMMAND LINE FOR THIS!!!!!

  2. anon

    THIS is the error it gives me.

    C:\Users\Ben hutchinson\Desktop\ImageMagick-6.7.2-8>mogrify -format png *.svg
    mogrify: Unescaped ‘<' not allowed in attributes values
    `No such file or directory` @ error/svg.c/SVGError/2624.
    mogrify: attributes construct error
    `No such file or directory` @ error/svg.c/SVGError/2624.
    mogrify: error parsing attribute name
    `No such file or directory` @ error/svg.c/SVGError/2624.
    mogrify: attributes construct error
    `No such file or directory` @ error/svg.c/SVGError/2624.
    mogrify: xmlParseStartTag: problem parsing attributes
    `No such file or directory` @ error/svg.c/SVGError/2624.
    mogrify: Couldn't find end of Start Tag g
    `No such file or directory` @ error/svg.c/SVGError/2624.

Leave a Reply