-
Notifications
You must be signed in to change notification settings - Fork 132
Description
Description:
Current Behavior:
The app fails to respect the output format settings when processing multiple images through the UI. When I enable the multiple image selection mode (instead of single image selection) and select several photos, the app processes them and automatically saves them as PNG. This happens even if WebP or JPEG is explicitly selected in the Config menu.
Technical Detail:
In Single Image Mode: The user must manually click "Save" after processing, which correctly triggers the conversion to the chosen format (e.g., WebP).
In Multiple Image Mode: The app automatically saves all processed images to the output directory. It seems this automated save function defaults to the engine's raw output (PNG) and bypasses the user's format preference.
Steps to Reproduce:
Open the Config menu and set the output format to WebP (or any format other than PNG).
Enable the multiple image selection checkbox/mode in the main UI.
Select a group of images to process.
After processing is complete, check the storage; all images are saved as .png.
Expected Behavior:
The app should apply the selected format conversion (WebP/JPEG) for every image in the batch before saving them to the gallery or output folder.
Environment:
Device: Samsung Galaxy A23.
App Settings: Backend type 7 (Vulkan).