-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation issue for -evaluate is missing some options #7998
Comments
We updated the operator list. Feel free to write up a description of any operator that is currently missing a description. |
Is there a difference between -evaluate-sequence sum and -evaluate-sequence add? Is there a difference between -evaluate add X and -evaluate sum X? |
There are difference in the way -evaluate processed a single image and the way -evaluate-sequence processes multiple images. Should you not list all the relevant options in the section for -evaluate-sequence with relevant text for that? Are all -evalute options relevant to -evaluate-sequence? |
As far as I can see (from experiment and reading the code) there is no difference.
As far as I can see (from experiment and reading the code) there is no difference.
Yes.
Can you give an example of a difference? |
|
Yes. That is the general pattern.
|
Where did you find that documentation? I do not see it on the options page. -evaluate shows a list of options and explanation. But -evaluate-sequence does not. The options page needs a list of options with explanations relevant to it, since you see above that the meanings are different between -evaluate and -evaluate sequence. I am not sure what all the -evaluate options explanations are. Some are even missing. |
The above is from my knowledge, but see also https://usage.imagemagick.org/layers/#evaluate-sequence I agree, the documentation at https://imagemagick.org/script/command-line-options.php#evaluate could be improved. |
Thanks. I did not know that was there. Nice to have that documentation. It is a start, but many more options exist and are not even explained there. I guess I will have to write some things up and change the options page, if I can figure out what the code does for the other options. |
ImageMagick version
7.1.1.44
Operating system
MacOS
Operating system, version and so on
Ventura
Description
On the page at https://imagemagick.org/script/command-line-options.php#evaluate
the list of options is missing some compared to my running
magick -list evaluate
which gives me
This pertained to my use of -evaluate-sequence sum
Steps to Reproduce
see above
Images
None
The text was updated successfully, but these errors were encountered: