visual-logging icon indicating copy to clipboard operation
visual-logging copied to clipboard

A simple way to generate beautiful html logs with embedded images for CV purposes.

Results 5 visual-logging issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.5.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

for decreasing file sizes and creating more readable log files when the image is too big.

EDIT: logging.shutdown() seems to do the trick.

I installed visual-logging correctly I guess. When I try demo.py the images are not linked in the generated webpage. I get a small question mark image instead of the original...

I use this lib with python3, and was not able to see the images in the html file. I have made some changes, but am still a relatively new python...