You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "--help" option of gifsicle misses some options "gray", "ignore-errors", "nextfile", "resize-geometry" for version 1.93.
For the option "gray", the following code appears during option parsing and calls the MARK_CH, Gif_DeleteColormap, set_new_fixed_colormap in src/gifsicle.c:1930-1932 for version 1.93.
For the option "ignore-errors", the following code appears during option parsing and modifies the no_ignore_errors in src/gifsicle.c:2096 for version 1.93.
no_ignore_errors = clp->negated;
For the option "nextfile", the following code appears during option parsing and modifies the gif_read_flags, nextfile in src/gifsicle.c:2114-2119 for version 1.93.
For the option "resize-geometry", the following code appears during option parsing and calls the MARK_CH, parse_resize_geometry_opt and modifies the def_output_data.scaling in src/gifsicle.c:2057-2062 for version 1.93.
The "--help" option of gifsicle misses some options "gray", "ignore-errors", "nextfile", "resize-geometry" for version 1.93.
For the option "gray", the following code appears during option parsing and calls the MARK_CH, Gif_DeleteColormap, set_new_fixed_colormap in src/gifsicle.c:1930-1932 for version 1.93.
For the option "ignore-errors", the following code appears during option parsing and modifies the no_ignore_errors in src/gifsicle.c:2096 for version 1.93.
For the option "nextfile", the following code appears during option parsing and modifies the gif_read_flags, nextfile in src/gifsicle.c:2114-2119 for version 1.93.
For the option "resize-geometry", the following code appears during option parsing and calls the MARK_CH, parse_resize_geometry_opt and modifies the def_output_data.scaling in src/gifsicle.c:2057-2062 for version 1.93.
But it does not appear in the document provided by "--help".
It may prevent users from using the relevant function.
The text was updated successfully, but these errors were encountered: