coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 192 forks source link

OOM / huge image files #109

Open Bapho opened 9 years ago

Bapho commented 9 years ago

I'm facing a OOM Error in the MediaProcessorThread when choosing huge image files. The options.inSampleSize variable should be calculated relatively to the "container size". Please check http://stackoverflow.com/a/9234895/3410272

coomar2841 commented 9 years ago

Yep, I am planning to include that in the next release. Caught up with some work. Can't find enough time right now. Perhaps, in a week or two, a new release should happen.

Bapho commented 9 years ago

Great! Will png's be saved as png's? this possibly could save some disk size.

coomar2841 commented 9 years ago

Will take that as a different bug.