/* 84 */ super(sourceUnder, sourceOver, layoutHelper(layout, vectorize(sourceUnder, sourceOver), config), config, true);
/* */
/* 89 */ SampleModel srcSM = sourceUnder.getSampleModel();
/* 90 */ if ((this.sampleModel.getTransferType() != srcSM.getTransferType()) || (this.sampleModel.getNumBands() != srcSM.getNumBands()))
/* */ {
/* 92 */ this.sampleModel = srcSM.createCompatibleSampleModel(this.tileWidth, this.tileHeight);
/* */
/* 95 */ if ((this.colorModel != null) && (!JDKWorkarounds.areCompatibleDataModels(this.sampleModel, this.colorModel)))
/* */ {
/* 98 */ this.colorModel = ImageUtil.getCompatibleColorModel(this.sampleModel, config);
/* */ }