-
Notifications
You must be signed in to change notification settings - Fork 407
Closed
Labels
Description
Does it do downsampling again and again on the same file, or does it load all into JNI, and then just pick the pixels it needs ?
Or maybe it has the option to choose from them ? I mean, it would be a waste to downsample all the time, when you can have it all in the RAM (without being afraid of OOM) ...