189190191192193194195
public static ImaggaSmartCrop imaggaCrop(int width, int height) { return new ImaggaSmartCrop(width, height); } public static Line line(int x1, int y1, int x2, int y2) { return new Line(x1, y1, x2, y2); }
188189190191192193194
182183184185186187188