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
When working with images containing multiple dots in the filename, ie "1590845793.5.png" the generated mask files contain only the part before the first dot, ie "1589461554_mask.png"
expected behaviour: preserve the whole filename, ie "1589461554.5_mask.png"
solution: replace all the instances of file.baseName() to file.completeBaseName() in image_canvas.cpp
The text was updated successfully, but these errors were encountered:
When working with images containing multiple dots in the filename, ie "1590845793.5.png" the generated mask files contain only the part before the first dot, ie "1589461554_mask.png"
expected behaviour: preserve the whole filename, ie "1589461554.5_mask.png"
solution: replace all the instances of file.baseName() to file.completeBaseName() in image_canvas.cpp
The text was updated successfully, but these errors were encountered: