cmdArray[3] = file.getFile().getAbsolutePath();
}
params.log = true;
ProcessWrapperImpl pw = new ProcessWrapperImpl(cmdArray, params, true, false);
pw.runInSameThread();
List<String> list = pw.getOtherResults();
for (String s : list) {
if (s.startsWith("Thumb size: ")) {
String sz = s.substring(13);