Skip to content

Commit

Permalink
jxl: use float for quality (davisking#2930)
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat authored Mar 13, 2024
1 parent 1529b69 commit c26b123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlib/image_saver/save_jxl.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ namespace dlib
void save_jxl(
const matrix_exp<EXP>& img,
const std::string& filename,
uint32_t quality = 90
const float quality = 90
)
{
array2d<typename EXP::type> temp;
Expand Down

0 comments on commit c26b123

Please sign in to comment.