Skip to content

Simple app for applying various filters to images. It contains Camera module, which can be used in any Android project.

Notifications You must be signed in to change notification settings

golovin47/gis-img-filters-app

Repository files navigation

GISImgFiltersApp

A very simple app to apply various filters to images. It uses https://github.com/emonm/AndroidPhotoFilters as low level filter implementation, and https://github.com/ArkadyGamza/Camera2API_rxJava2 as the code base for camera module.

The main puprpose of this project is to provide Camera module, which can be copied to any Android project if it needs custom implementation of camera. Camera module implemented using Kotlin, Camera2 API, MVI approach, RxJava2(completely reactive - no callbacks) and Fragment as a view controller.

About

Simple app for applying various filters to images. It contains Camera module, which can be used in any Android project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages