final Set<SupportedImageType> supportedImageTypes,
final boolean outputToScreen,
final boolean isLocalResource,
final URL url) {
return new ImmutableParameters(imageFile, cssFile, htmlFile, supportedImageTypes, outputToScreen, isLocalResource, url);
}