openjpeg
openjpeg copied to clipboard
How to get rid of [INFO] messages when using j2k compress?
When I using jpeglib to compress a sequence of images according to the "test_tile_encoder.c" in file tests, I get the messages "[INFO] tile number 1/1" which occupy all my console window,and how to get rid of these messages?thank you .

Comment out these two lines, of course. https://github.com/uclouvain/openjpeg/search?q=%22%5BINFO%5D+tile+number%22&type=