You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in the PhotoEditor module we have the following background surfaces:
FilterImageView: it's the original background image per se
ImageFilterView: it's the GLSurfaceView used to render filters on top of the background image at its full size
BrushDrawingView: it's the transparente view layered on top of the background image on which the brush drawing/erasing happens
AutoFitTextureView: it's the TextureView used for rendering video (both previously recorded and live camera preview modes)
It'd be nice to make an abstraction of the background surface and make it either one of image/video/camera preview.
Also after adding the PhotoEditor library as a lib in #6, a few items were left over that are more suitable for a refactor PR:
remove unused ViewType.STICKER_STATIC9346f8e - [ ] refactor package name to original library package name so it's easier to extract later and contribute back to the original repo. Low priority for now, can be done at any point later.
The text was updated successfully, but these errors were encountered:
mzorz
added
the
[Type] Task
Something that needs be done, but is not necessarily a feature/bugfix itself.
label
Jul 31, 2019
Currently in the PhotoEditor module we have the following background surfaces:
FilterImageView
: it's the original background image per seImageFilterView
: it's theGLSurfaceView
used to render filters on top of the background image at its full sizeBrushDrawingView
: it's the transparente view layered on top of the background image on which the brush drawing/erasing happensAutoFitTextureView
: it's the TextureView used for rendering video (both previously recorded and live camera preview modes)It'd be nice to make an abstraction of the
background
surface and make it either one of image/video/camera preview.Also after adding the PhotoEditor library as a lib in #6, a few items were left over that are more suitable for a refactor PR:
ViewType.STICKER_STATIC
9346f8e- [ ] refactor package name to original library package name so it's easier to extract later and contribute back to the original repo.Low priority for now, can be done at any point later.The text was updated successfully, but these errors were encountered: