coco-viewer
coco-viewer copied to clipboard
Replace pillow's deprecated textsize, add zooming support
- Use
getbboxsizeinstead of the deprecatedtextsize[critical fix, closes #74] - Use COCO format's
image_root, if available, when not provided via command line [feature] - Allow to zoom images in/out using
Ctrl++orCtrl+-[feature, closes #53]
@jbruned Thank you so much for the PR!! Especially for the zooming support!
I'll review it asap.
@jbruned Thank you so much for the PR!! Especially for the zooming support!
I'll review it asap.
Sure! It's a pretty basic implementation but I found it useful for my use case so I opened a PR. Thank you for the tool as well!