if (null != paramValues) {
// always iterate over the parameter values even if there
// is only one as we need to set up "min"
if (paramValues.length > 0) {
// remove the parameters as they will be added back later
murl.removeParameter(
transcoder.getMaxImageSizeParameter());
// reassign the newURL variable with the removed
newURL = murl.getExternalForm();
for (int i=0; i< paramValues.length; i++) {
int val = Integer.parseInt(paramValues[i]);