Skip to content

Commit

Permalink
Scaling f16 improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jul 23, 2024
1 parent 3c3e7cd commit 332bbf6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/awxkee/jxlcoder/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class MainActivity : ComponentActivity() {
buffer4,
largeImageSize.width / 4,
largeImageSize.height / 4,
preferredColorConfig = PreferredColorConfig.RGBA_8888,
preferredColorConfig = PreferredColorConfig.RGBA_F16,
com.awxkee.jxlcoder.ScaleMode.FIT,
JxlResizeFilter.HERMITE,
toneMapper = JxlToneMapper.LOGARITHMIC,
Expand Down
Binary file modified jxlcoder/src/main/cpp/lib/arm64-v8a/libweaver.so
Binary file not shown.
Binary file modified jxlcoder/src/main/cpp/lib/armeabi-v7a/libweaver.so
Binary file not shown.
Binary file modified jxlcoder/src/main/cpp/lib/x86/libweaver.so
Binary file not shown.
Binary file modified jxlcoder/src/main/cpp/lib/x86_64/libweaver.so
Binary file not shown.
12 changes: 6 additions & 6 deletions weaver/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 332bbf6

Please sign in to comment.