Avoid printf

This commit is contained in:
Surma
2021-05-13 23:49:13 +01:00
parent 2e3361af79
commit bb036df1fc
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ val encode(std::string image_in, int image_width, int image_height /*, MozJpegOp
params.m_read_source_images = false;
// Generate .basis file
params.m_uastc = true;
// No printf pls
params.m_status_output = false;
params.m_compression_level = 2; /* 0-4 */
params.m_source_images.push_back(img);

Binary file not shown.