SS64 Discussion Forum

You are not logged in.

#1 2009-12-28 09:21:13

yazboz
Just Registered
Registered: 2009-12-27
Posts: 2

changing color of bitmap

hello
i am new members. I am from Turkey

With this code [WAIT,HIDE /c md > "c:\A.bmp"] i create a bitmap. but how can i to change background color of bitmap

thanks

Last edited by yazboz (2009-12-28 09:29:04)

Offline

#2 2009-12-30 15:08:11

Simon Sheppard
Super Administrator
Registered: 2005-08-27
Posts: 506
Website

Re: changing color of bitmap

Your code looks functionally the same as

Echo Hello > "c:\A.bmp"

But creating a file with a BMP extension is not the same as creating a proper BMP file

The easiest way to do this in batch is probably to pre-create a set of BMP files in all the likely colours and then copy the one you want

COPY Blue.bmp demo.bmp

etc

Offline

#3 2009-12-31 03:06:01

yazboz
Just Registered
Registered: 2009-12-27
Posts: 2

Re: changing color of bitmap

thanks

Offline

Board footer

Powered by FluxBB