GreycLab / gmic

GREYC's Magic for Image Computing: A Full-Featured Open-Source Framework for Image Processing
Other
66 stars 11 forks source link

Minor bug report #39

Closed Reptorian1125 closed 6 months ago

Reptorian1125 commented 6 months ago

I wonder if there's something wrong with parse_cli.

C:\Windows\System32>gmic whatis ratio
[gmic]./ Start G'MIC interpreter (v.3.3.4).
fitratio_wh
poweriteration
rep_nearest_ratio
rep_technorobbo_intense_filtration
resize_ratio2d
[gmic]./ End G'MIC interpreter.

Pretty sure rep_technorobbo_intense_filtration is not part of it nor poweriteration should be there. But, this is just minor bug, not a urgent one.

dtschump commented 6 months ago

All these function names includes the word ratio in them, so it's not surprising they appear in the list.

Reptorian1125 commented 6 months ago

Where is ratio found in 'rep_technorobbo_intense_filtration' or 'poweriteration'?

Edit: Oh I see now. I was just confused.