RxGalleryFinal icon indicating copy to clipboard operation
RxGalleryFinal copied to clipboard

多选图片之后怎么裁剪?

Open pknan520 opened this issue 8 years ago • 2 comments
trafficstars

RxGalleryFinal
                .with(context)
                .image()
                .multiple()
                .maxSize(maxSize)
                .imageLoader(ImageLoaderType.FRESCO)
                .subscribe(new RxBusResultSubscriber<ImageMultipleResultEvent>() {
                    @Override
                    protected void onEvent(ImageMultipleResultEvent event) throws Exception {
                      
                        }
                    }
                })
                .openGallery();

怎么加入裁剪啊?

pknan520 avatar Jul 04 '17 09:07 pknan520

多选没有裁剪 裁剪只能选择一张照片

7449 avatar Jul 07 '17 09:07 7449

多选的图片,可以支持压缩限制么?

zlkevinet avatar Aug 11 '17 10:08 zlkevinet