Skip to content

Commit c26b123

Browse files
authored
jxl: use float for quality (#2930)
1 parent 1529b69 commit c26b123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlib/image_saver/save_jxl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ namespace dlib
104104
void save_jxl(
105105
const matrix_exp<EXP>& img,
106106
const std::string& filename,
107-
uint32_t quality = 90
107+
const float quality = 90
108108
)
109109
{
110110
array2d<typename EXP::type> temp;

0 commit comments

Comments
 (0)