Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to save offstage images without openFilePreview #18

Closed
waajito opened this issue Jun 7, 2021 · 3 comments
Closed

Unable to save offstage images without openFilePreview #18

waajito opened this issue Jun 7, 2021 · 3 comments
Assignees
Labels
bug Something isn't working P1 Priority 1

Comments

@waajito
Copy link

waajito commented Jun 7, 2021

When offstage is used with these options. it works as expected, previews the image and saves a new file.

        openFilePreview: true,
        returnImageUint8List: false,
        saveToDevice: true

But I just want to save the file and not preview it. So when I turn openFilePreview=false. Not only is the preview gone. But the file isn't being saved. Expected behavior: No Preview and local saved file.

        openFilePreview: false,
        returnImageUint8List: true,
        saveToDevice: true

I even tired to get the Uint8List in return to manually save. But the object returned null.

        openFilePreview: false,
        returnImageUint8List: true,
        saveToDevice: false
@Imgkl Imgkl self-assigned this Jun 8, 2021
@Imgkl Imgkl added bug Something isn't working dependancy-issue P1 Priority 1 labels Jun 8, 2021
@Imgkl
Copy link
Owner

Imgkl commented Jun 8, 2021

Hey @bharadwajpalakurthy,
Thanks for bringing this issue to my attention, I can confirm this is broken. A fix will be rolled out soon.

@sigy99
Copy link

sigy99 commented Oct 25, 2021

Hey, is there an update to this issue?

@Imgkl
Copy link
Owner

Imgkl commented Nov 28, 2022

This should be fixed in version 2.0.8

@Imgkl Imgkl closed this as completed Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 Priority 1
Projects
None yet
Development

No branches or pull requests

3 participants