mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
jxl: use float for quality (#2930)
This commit is contained in:
parent
1529b690da
commit
c26b1238df
@ -104,7 +104,7 @@ namespace dlib
|
|||||||
void save_jxl(
|
void save_jxl(
|
||||||
const matrix_exp<EXP>& img,
|
const matrix_exp<EXP>& img,
|
||||||
const std::string& filename,
|
const std::string& filename,
|
||||||
uint32_t quality = 90
|
const float quality = 90
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
array2d<typename EXP::type> temp;
|
array2d<typename EXP::type> temp;
|
||||||
|
Loading…
Reference in New Issue
Block a user