Skip to content

1.7

Choose a tag to compare

@Sirpixelalot Sirpixelalot released this 18 Nov 01:57
· 13 commits to main since this release

Added comprehensive game compression with image, audio, and video support
Features:

  • Image compression using native Android Bitmap APIs with WebP format (lossless/lossy)
  • Audio compression using FFmpeg-Kit with Opus codec
  • Video compression using FFmpeg-Kit with h264_mediacodec (hardware acceleration)
  • Compression settings dialog with quality controls for all media types
  • Support for transparent images (RGBA preserved in WebP)

Bug Fixes:

  • Fixed batch extraction/creation progress counter not updating during operation
    • Modified Python rpa_wrapper.py to accept and preserve batch information
    • Updated MainViewModel to pass batch info (index, total, filename) to Python
    • Python now includes batch info in all progress updates
    • ProgressViewModel simplified to read batch index directly from ProgressData