775776777778779780781782783784785
if (diff >= 0.5) gammaCorrection = new GammaCorrection(gamma, targetGamma); if (gammaCorrection != null) if (pngChunkPLTE != null) pngChunkPLTE.correct(gammaCorrection); } } {
724725726727728729730731732733734
722723724725726727728729730731732
767768769770771772773774775776777
776777778779780781782783784785786