PixaPencil icon indicating copy to clipboard operation
PixaPencil copied to clipboard

[F] Revamp filters

Open therealbluepandabear opened this issue 1 year ago • 0 comments

Revamp the current app's filters. The 'Filters' tab should be replaced with 'Layers'. The user will be able to get to the new filters by navigating to the menu in CanvasActivity.

Filters that will be added:

  • Blur filter
  • HSV filter
  • Brightness/saturation filter

Filter performance can be improved by utilizing the right parts of the SDK, for example ColorMatrix. Do not utilize the NDK as C++/C code will make the app overly complex, as well as hard to manage, and it will introduce more bugs that will be harder to fix.

therealbluepandabear avatar Sep 18 '22 03:09 therealbluepandabear