140141142143144145146
public static DeleteColorProfile deleteColorProfile(String profileName) { return new DeleteColorProfile(profileName); } public static Deskew deskew() { return new Deskew(); }
139140141142143144145
133134135136137138139