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