QuadFlask

Results 24 comments of QuadFlask

+1 I want yo use only as disk cache too, but got exception. ``` java builder.setMemoryCacheEnabled(true).setMemoryCacheMaxSize(1); ``` It works well. But this is stupid solution I think.

This library does not focus on exact color but rough values

If you use layout xml, you can add listener when value changed like ```java final AlphaSlider alphaSlider = (AlphaSlider) rootView.findViewById(R.id.v_alpha_slider); alphaSlider.setOnValueChangedListener(new OnValueChangedListener() { @Override public void onValueChanged(float value) { //...

I think android buildtool version is too old. Could you update `compileSdkVersion 25` and `targetSdkVersion 25` in app's `build.gradle` and update `classpath 'com.android.tools.build:gradle:2.3.0-beta3'` in project's `build.gradle`? I think This error...

#34 should be implement to do that

This issue like #32. could you test 0.0.11 version?

How can I reproduce this error?

You should use `CropResult`. It provide crop position with size so you can modify it's property to resize for move.

@pbdesign Not implemented.