hm21 / pro_image_editor

The pro_image_editor is a Flutter widget designed for image editing within your application. It provides a flexible and convenient way to integrate image editing capabilities into your Flutter project.
https://hm21.github.io/pro_image_editor/
BSD 3-Clause "New" or "Revised" License
94 stars 59 forks source link

[Feature request] Image Editing Options #179

Closed SzymonDziak closed 1 month ago

SzymonDziak commented 1 month ago

Platforms

Android, iOS, Web, macOS

Description

Need image editing options for Brightness, Contrast, Saturation, Clarity, Sharpness, etc.

Why

Standard photo editing features

hm21 commented 1 month ago

Hi,

Currently, I don't have enough time to add this future, but I will put it on my roadmap.

However, for the case you want to create a PR or just create a solution for yourself, I prepared everything already. You can copy/paste the filter-editor and create a new subeditor which manages this stuff. Thereafter, you replace the part where it uses the prebuilt filters and just use the raw color matrix filter, which you can see here. The filter buttons you can replace with icons or images which stand for the function, like Brightness.

The color matrix effects which you currently can use are brightness, contrast, saturation, colorOverlay, rgbScale, addictiveColor, grayscale, sepia, invert, hue, opacity.

For the case you want to create a PR, please keep in mind to update the i18n, icons and configs with all new stuff.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 1 month ago

This issue was closed because it has been inactive for 5 days since being marked as stale.