[PATCH 1/9] tools: Modified the ICO render script to render BMPs (resend)

Alexandre Julliard julliard at winehq.org
Sun May 16 10:36:32 CDT 2010


Joel Holdsworth <joel at airwebreathe.org.uk> writes:

> +    # Convert it into a bmp
> +    if($depth == 32) {
> +        # Alpha channel is negated as a work around for an ImageMagick bug
> +        shell $convert, "png:$pngFile", "-channel", "Alpha", "-negate", $outFileName;

Which ImageMagick version needs this?  Mine (6.6.0) doesn't.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list