streamOut.write(c);
imageInputStream.close();
streamOut.close();
} catch (Throwable throwable) {
throw new NOAException(throwable);
}
String url = tmpFile.getAbsolutePath();
init(url, width, widthPixel, height, heightPixel, verticalAlignment,
horizontalAlignment, anchor);