openjpeg icon indicating copy to clipboard operation
openjpeg copied to clipboard

How to get rid of [INFO] messages when using j2k compress?

Open lugui2009 opened this issue 8 years ago • 1 comments

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 . infoj2k

lugui2009 avatar Aug 09 '17 01:08 lugui2009

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

ValZapod avatar Jan 17 '21 20:01 ValZapod