wonderkiln/CameraKit-Android

View on GitHub
camerakit/src/main/utils/com/wonderkiln/camerakit/PostProcessor.java

Summary

Maintainability
A
1 hr
Test Coverage

Method apply has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public void apply(JpegTransformer transformer) {
            switch (orientation) {
                case ExifInterface.ORIENTATION_FLIP_HORIZONTAL:
                    transformer.flipHorizontal();
                    break;

There are no issues that match your filters.

Category
Status