Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 326599 | Differences between
and this patch

Collapse All | Expand All

(-)libbase/GnashImagePng.cpp.orig (-1 / +1 lines)
Lines 164-170 Link Here
164
    if (type == PNG_COLOR_TYPE_GRAY && bitDepth < 8)
164
    if (type == PNG_COLOR_TYPE_GRAY && bitDepth < 8)
165
    {
165
    {
166
        log_debug("Setting grey bit depth(%d) to 8", bitDepth);
166
        log_debug("Setting grey bit depth(%d) to 8", bitDepth);
167
        png_set_gray_1_2_4_to_8(_pngPtr);
167
        png_set_expand_gray_1_2_4_to_8(_pngPtr);
168
    }
168
    }
169
169
170
    // Apply the transparency block if it exists.
170
    // Apply the transparency block if it exists.

Return to bug 326599