Code Monkey home page Code Monkey logo

website6's People

Contributors

bdukes avatar dlemstra avatar ian2020 avatar jcupitt avatar jeroen avatar urban-warrior avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

website6's Issues

Can not access API documentation for Magick++ v6 through the legacy website

I'm trying to find documentation for the v6 Magick++ API but none of the links on the website works:

Develop takes me to Magick++ which has a Documentation stating:

Detailed documentation is provided for all Magick++ classes, class methods, and template functions which comprise the API.

The website at https://legacy.imagemagick.org/api/magick++-classes.php is however empty except for the standard imagemagick.org header (at least in Firefox ESR and 94). At the moment I have no other browser to try it on.

There is also a link at the top of the page:

Magick++ API is the object-oriented C++ API to the ImageMagick image-processing library.

But this takes me to the v7 API https://imagemagick.org/api/Magick++/index.html. From this link I did manage to find the v6 API by just prepending "legacy." to the domain name, so maybe that's a very simple fix.

Non-working example at `https://legacy.imagemagick.org/Usage/masking/#bg_remove`

Version: ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org, Ubuntu 20.04, x86_64

Example under https://legacy.imagemagick.org/Usage/masking/#bg_remove does not work.
Downloading the example images, I expect the second command

convert overlay_difference.png -channel RGBA -separate +channel \
          -evaluate-sequence add  -threshold 0   overlay_mask.png

to output the image shown at https://legacy.imagemagick.org/Usage/masking/overlay_mask.png . Instead, I get a pure-white image.
Editing the command to

convert overlay_difference.png -channel RGB -separate +channel \
          -evaluate-sequence add  -threshold 0   overlay_mask.png

generates the expected mask.

I cannot figure out where the source for the legacy Usage section of the website is hosted, but the corresponding page for the new site is found here: https://github.com/ImageMagick/Usage/blob/c6dc6493a7de33503a569f9236c2be2be3c64d38/masking/index.html#L2566

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.