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

Enhancement: Direct Filter Application Without Controller #16

Open
alodevloper opened this issue Dec 1, 2024 · 0 comments
Open

Enhancement: Direct Filter Application Without Controller #16

alodevloper opened this issue Dec 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@alodevloper
Copy link

Description: I would like to request a feature or modification that would allow applying filters directly to an image without needing to use the FlutterDocumentScannerController. Currently, the filter application is tied to the controller, but it would be very useful if we could apply filters directly by passing the image in Uint8List format and selecting the filter type (e.g., grayscale, invert).

Proposed Feature:

Allow direct image manipulation via the applyFilter method without requiring a controller.
The method should accept Uint8List as the input image and return the processed image (also as Uint8List).
This would allow for easier integration of the filter functionality in scenarios where the controller isn't needed.
Use Case:

I want to apply filters to an image before displaying it or processing it further, but I don't need to interact with the scanning features of the controller.

@alodevloper alodevloper added the bug Something isn't working label Dec 1, 2024
@alodevloper alodevloper changed the title Direct Filter Application Without Controller Enhancement: Direct Filter Application Without Controller Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant