265266267268269270271
public static RunExecutable runExecutable(String executableCommand) { return new RunExecutable(executableCommand); } public static SepiaTone sepiaFilter() { return new SepiaTone(); }
260261262263264265266
254255256257258259260