136137138139140141142
public static CropToSquare cropToSquare() { return new CropToSquare(); } public static DeleteColorProfile deleteColorProfile(String profileName) { return new DeleteColorProfile(profileName); }
135136137138139140141
129130131132133134135