156157158159160161162
mask = new SoftReference<PlanarImage>(maskImage); lastBack = new SoftReference<PlanarImage>(back); } return new HDROpImage2(back, mask.get(), shadows, highlights, detail, null); }