Skip to content

Commit

Permalink
Added API for convenience encode GIF and APNG into animated JPEG XL, …
Browse files Browse the repository at this point in the history
…anti-alias for scaling down
  • Loading branch information
awxkee committed Mar 9, 2024
1 parent 9a43be2 commit a730669
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -142,7 +142,7 @@ class MainActivity : ComponentActivity() {
buffer4,
largeImageSize.width / 3,
largeImageSize.height / 3,
preferredColorConfig = PreferredColorConfig.HARDWARE,
preferredColorConfig = PreferredColorConfig.RGBA_8888,
com.awxkee.jxlcoder.ScaleMode.FIT,
JxlResizeFilter.BICUBIC,
toneMapper = JxlToneMapper.LOGARITHMIC,
Expand Down

0 comments on commit a730669

Please sign in to comment.