Skip to content

[Bug]: White space appears when cropping a photo with the crop editor #797

@yangheecho

Description

@yangheecho

Package Version

12.0.0

Flutter Version

3.35.2

Platforms

Android

How to reproduce?

I first encountered this issue in version 11.14.1.
Back then, setting customPixelRatio to 3.0 seemed to fix it.

After updating to version 12.0.0, the white space issue started happening again when cropping a photo with the crop editor.

Is there any other possible cause for this issue?

Image
Image
Image

Logs (optional)

Example code (optional)

imageGeneration: const ImageGenerationConfigs(
                maxOutputSize: Size.square(1024),
                customPixelRatio: 3.0,
                enableBackgroundGeneration: false,
                processorConfigs: ProcessorConfigs(
                  processorMode: ProcessorMode.minimum,
                ),
                enableUseOriginalBytes: true,
              ),

Device Model (optional)

Samsung Galaxy S25

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstaleInactive issue

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions