Giter Club home page Giter Club logo

imagemagick's Issues

Some `-list <item>` enumerations show empty output (or show warning or error)

The items following have problems:

 coder
 color
 configure
 delegate
 font
 mime
 module
 threshold

The other items work as expected:

align
alpha
autothreshold
boolean
cache
[....]

Found with:

$~>   for subcmd in $(./ImageMagick-kp-x86_64.AppImage -list list); do \
              echo $subcmd; \
              echo "=============="; \
              ./ImageMagick-*-x86_64.AppImage -list $subcmd >/dev/null; \
              echo; \
      done 2>&1 | grep -B 2 UnableTo

Coder
==============
magick: UnableToOpenConfigureFile `coder.xml' @ warning/configure.c/GetConfigureOptions/714.
--
Color
==============
magick: UnableToOpenConfigureFile `colors.xml' @ warning/configure.c/GetConfigureOptions/714.
--
Configure
==============
magick: UnableToOpenConfigureFile `configure.xml' @ warning/configure.c/GetConfigureOptions/714.
--
Delegate
==============
magick: UnableToOpenConfigureFile `delegates.xml' @ warning/configure.c/GetConfigureOptions/714.
--
Font
==============
magick: UnableToOpenConfigureFile `type.xml' @ warning/configure.c/GetConfigureOptions/714.
--
Magic
==============
magick: UnableToOpenConfigureFile `magic.xml' @ warning/configure.c/GetConfigureOptions/714.
--
Mime
==============
magick: UnableToOpenConfigureFile `mime.xml' @ warning/configure.c/GetConfigureOptions/714.
--
Threshold
==============
magick: UnableToOpenConfigureFile `thresholds.xml' @ warning/configure.c/GetConfigureOptions/714.

Investigate!

[TODO] Systematically compare functionalities -- system-installed `magick` vs. AppImage-d `magick`

Do the following:

  1. Using self-installed /usr/local/bin/magick, run:

    for i in $(magick -list list) ; do
        magick -list $i > magick-system-${i}.list
    done
    
  2. Do the same for ImageMagick-xperimental-x86_64.AppImage. Run:

    for i in $(ImageMagick-xperimental-x86_64.AppImage -list list) ; do
        ImageMagick-xperimental-x86_64.AppImage -list $i > magick-AppImage-${i}.list
    done
    
  3. Then compare results:

    for i in magick-system-*.list; do
        sdiff -sbB -w 240 ${i} ${i/system/AppImage}
    done
    
  4. Evaluate. Draw conclusions. Fix what needs to be fixed.

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.