ImageMagick / Website6

Source code of the website at https://legacy.imagemagick.org/
3 stars 11 forks source link

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

Closed pipatron closed 2 years ago

pipatron commented 2 years ago

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.

dlemstra commented 2 years ago

Thanks for reporting this. A fix for this was pushed and it will probably take a couple of days before our website will be updated.