*
* @return
*/
public Captcha build() {
if (_bg == null) {
_bg = new TransparentBackgroundProducer().getBackground(_img.getWidth(), _img.getHeight());
}
// Paint the main image over the background
Graphics2D g = _bg.createGraphics();
g.setComposite(AlphaComposite.getInstance(AlphaComposite.SRC_OVER, 1.0f));