Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

two questions #32

Closed
wangshaolei opened this issue Feb 7, 2017 · 1 comment
Closed

two questions #32

wangshaolei opened this issue Feb 7, 2017 · 1 comment

Comments

@wangshaolei
Copy link

1 rxjava bug, change thread error.
Observable singleAction(final File file) {
return Observable.fromCallable(new Callable() {
@OverRide
public File call() throws Exception {
return compressImage(mLuban.gear, file);
}
}).subscribeOn(Schedulers.computation()).observeOn(AndroidSchedulers.mainThread());
}
2 customCompress about pic's 16:9 error
thanks~ @shaohui10086

@shaohui10086
Copy link
Owner

第一个问题马上解决一下,第二个问题我刚才测试了下没有发现问题,16:9和9:16我都试了下,方便的话, 可以发下出错的那张图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants