// Add in the width parameter
if (tURLPP.getWidthParameterName() != null) {
addWidth(rule, value, ctx.getWidth(), ctx.getContext());
} else {
// MCSMI0005X="The width parameter is mandatory but is unnamed in {1}"
throw new TranscodingException(
exceptionLocalizer.format("width-mandatory",
getClass().getName()));
}
// Add in the height parameter if it exists