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
There are inconsistencies regarding how certain error messages are displayed in the preview widget.
For instance, if I add these two filters Error1 and Error2:
Optionnally: for better coherence between the different calls to G'MIC done by the plug-in, it would be interesting to have also all the other variables defined with their correct values, s.a _preview_width, _preview_height, _preview_x0, _preview_y0, _preview_x1, _preview_y1, and so on. Not a big deal for the moment though.
There are inconsistencies regarding how certain error messages are displayed in the preview widget.
For instance, if I add these two filters
Error1
andError2
:and I try to "apply" them on a square image, I get this preview error for
Error1
(filter that calls an unknown command) :and this one for
Error2
(a filter that calls thegui_error_preview
command from thestdlib
):The first screenshot clearly exhibits a problem with the aspect ratio that makes it harder to actually read the error message.
The text was updated successfully, but these errors were encountered: