magick convert commands not compatible with recent ImageMagick
Open
@beaudu is already working on this.
Since Aug 17, 2026.
enhancement
- Dominant language
- Perl
- Stars
- 21
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
If we replace in WEBOBS.rc :
PRGM_CONVERT|convert
PRGM_IDENTIFY|identify
by
PRGM_CONVERT|magick
PRGM_IDENTIFY|magick
since convert and identify are obsolete in present ImageMagick versions, many commands made by the procs are not compatible, mainly due to option order.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.