v1.0.9-beta.013 - feat: add optional WEBP image conversion during archive import/repack
- Introduced WEBP conversion support in src/lib/converter.ts for both CBR-to-CBZ conversions and the internal archive repacking job.
- Added convert_to_webp and webp_quality toggles to the database SystemSetting to allow admins to control compression behavior.
- Updated SettingsPage UI under the Paths tab to include a new Archive Compression section for configuring these WEBP toggles.
- This significantly reduces disk space usage and improves web reader load times by serving smaller images while maintaining high visual quality.
Resolves #84