Skip to content

UI Batch Selection ignores output format settings and saves as PNG #102

@mcnrce

Description

@mcnrce

​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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions