* The element attributes.
*/
private void enterImageInitFrom(final Attributes attributes)
{
this.imageSourceBuilder = new ImageSourceBuilder();
final String tmp = attributes.getValue("mips_generate");
if (tmp != null)
this.imageSourceBuilder.setGenerateMips(Boolean.valueOf(tmp));
this.stringBuilder = new StringBuilder();
enterElement(ParserMode.IMAGE_INIT_FROM);