Searched refs:cropArg (Results 1 – 1 of 1) sorted by relevance
195 String[] cropArg = argv[++i].split(","); in main() local196 if (cropArg.length != 3) in main()198 String[] dimArg = cropArg[2].split("[xX]"); in main()201 int tempx = Integer.parseInt(cropArg[0]); in main()202 int tempy = Integer.parseInt(cropArg[1]); in main()