245246247248249250251
public static Resize resizeTo(int width, int height) { return new Resize(width, height); } public static ResizeToFill resizeToFill(int width, int maxHeight) { return new ResizeToFill(width, maxHeight); }