MSFN Forum: oemlogo - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

oemlogo Rate Topic: -----

#1 User is offline   nodiaque 

  • Code Master
  • Pip
  • Group: Members
  • Posts: 98
  • Joined: 21-July 04

Posted 02 August 2004 - 05:08 PM

Hi, I'm following the unattended guide from msfn.org. Everything work. Now, I want to know how to include transparency into the bmp for the oemlogo... Is it the pink color that make it transparent or it's real transparent (like the one of photoshop)? If it's real one, how do I save that transparancy in bmp? (at my last knowledge, bmp doesn't support transparency...)


#2 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 02 August 2004 - 05:25 PM

it's magenta actually....
but it might not work....

#3 User is offline   nodiaque 

  • Code Master
  • Pip
  • Group: Members
  • Posts: 98
  • Joined: 21-July 04

Posted 02 August 2004 - 05:26 PM

well, what must I do to keep the transparency as the tutorial says?

#4 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 02 August 2004 - 05:54 PM

I assume you speak of this one?
http://www.msfn.org/...?showtopic=8385

But i have no idea what controls the transperancy. and I'm only seen it for hte Windows XP thing in the upperleft

#5 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 02 August 2004 - 05:58 PM

it is said that if you create a 256 colors bmp, the first pixel (top left pixel) it's your transparency color but i haven't test it yet. why you don't use the standart color in explorer, it will look "like transparent".

#6 User is offline   big_gie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 617
  • Joined: 27-July 03

Posted 02 August 2004 - 06:58 PM

Here's mine.

It "looks" transparent because its the same background but its just some kind of gray.

Attached File(s)



#7 User is offline   nodiaque 

  • Code Master
  • Pip
  • Group: Members
  • Posts: 98
  • Joined: 21-July 04

Posted 03 August 2004 - 12:07 AM

there is a transparent one... looks like I'll have to check in my old stuff... I used to mod all windows interface and find out that the winlogo in the start menu use a bmp with an alpha channel wich cause transparency (and not the magenta color). This was a 32-bits bmp with alpha... I remember that it was needed to do something special in photoshop to create this type of bmp... I'm sure it's using the samething because I remember that in the past I used the magenta color as a test for transparency and wasn't working

#8 User is offline   nodiaque 

  • Code Master
  • Pip
  • Group: Members
  • Posts: 98
  • Joined: 21-July 04

Posted 03 August 2004 - 12:08 AM

Alanoll, on Aug 2 2004, 07:54 PM, said:

I assume you speak of this one?
http://www.msfn.org/...?showtopic=8385

But i have no idea what controls the transperancy. and I'm only seen it for hte Windows XP thing in the upperleft

No I'm not talking 'bout this... I said it was the OEMLOGO stated in the unattended guide of msfn.org... The one in system properties... I never stated the windows setup

#9 User is offline   gunsmokingman 

  • MSFN Master
  • Group: Super Moderator
  • Posts: 2,019
  • Joined: 02-August 03
  • OS:none specified
  • Country: Country Flag

Posted 03 August 2004 - 01:06 AM

This is the standard Windows Tranparency colors

255 0 255


Hope this is what you want

#10 User is offline   `Felix` 

  • MSFN Contributor
  • PipPipPip
  • Group: Members
  • Posts: 481
  • Joined: 28-July 04

  Posted 03 August 2004 - 02:37 AM

Just set your bg color to 192 192 192 this works. i have tested it on many color themes and it has no problems. :)

Felix

#11 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 03 August 2004 - 03:41 AM

`Felix`, on Aug 3 2004, 02:37 AM, said:

Just set your bg color to 192 192 192 this works.  i have tested it on many color themes and it has no problems.  :)

Felix

i use this :rolleyes:

#12 User is offline   Leduc 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 04-July 04

  Posted 03 August 2004 - 09:36 AM

SiMoNsAyS, on Aug 3 2004, 03:41 AM, said:

`Felix`, on Aug 3 2004, 02:37 AM, said:

Just set your bg color to 192 192 192 this works.  i have tested it on many color themes and it has no problems.  :)

Felix

i use this :D

Does it works for you???
I tryed with paint but doesn't work... :rolleyes:

#13 User is offline   ToBe 

  • WannaBe
  • PipPip
  • Group: Members
  • Posts: 220
  • Joined: 21-November 03

Posted 03 August 2004 - 11:11 AM

Quote

To make a transparent bitmap you must make sure that the bitmap has been converted to Indexed 256 colour. 24bit Bitmaps will not make a transparent image. Make sure that pixel (0,0) in the top left most part of the picture has the colour you want to be transparent.

If you have a background colour that you do not want to be transparent put another colour at pixel (0,0), preferably 1 that doesn't appear in the rest of the image. Some image editors allow you to add a colour to the palette if needed.

In some cases setting colour 0 in the colour index also can help.


http://www.msfn.org/board/index.php?showto...nsparent+bitmap

#14 User is offline   Leduc 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 04-July 04

Posted 03 August 2004 - 12:29 PM

Thanks ToBe, it's ok now :)
255,0,255 => 256 colors

#15 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 03 August 2004 - 12:32 PM

nodiaque, on Aug 3 2004, 01:08 AM, said:

Alanoll, on Aug 2 2004, 07:54 PM, said:

I assume you speak of this one?
http://www.msfn.org/...?showtopic=8385

But i have no idea what controls the transperancy. and I'm only seen it for hte Windows XP thing in the upperleft

No I'm not talking 'bout this... I said it was the OEMLOGO stated in the unattended guide of msfn.org... The one in system properties... I never stated the windows setup

my bad. Guess i misunderstood. Alot of people get them mixed up, thought you might have. sorry.

#16 User is offline   nodiaque 

  • Code Master
  • Pip
  • Group: Members
  • Posts: 98
  • Joined: 21-July 04

Posted 04 August 2004 - 08:05 PM

I shall try it, tks.

#17 User is offline   nodiaque 

  • Code Master
  • Pip
  • Group: Members
  • Posts: 98
  • Joined: 21-July 04

Posted 04 August 2004 - 08:08 PM

Alanoll, on Aug 3 2004, 02:32 PM, said:

nodiaque, on Aug 3 2004, 01:08 AM, said:

Alanoll, on Aug 2 2004, 07:54 PM, said:

I assume you speak of this one?
http://www.msfn.org/...?showtopic=8385

But i have no idea what controls the transperancy. and I'm only seen it for hte Windows XP thing in the upperleft

No I'm not talking 'bout this... I said it was the OEMLOGO stated in the unattended guide of msfn.org... The one in system properties... I never stated the windows setup

my bad. Guess i misunderstood. Alot of people get them mixed up, thought you might have. sorry.

don't you worry, my bad if my post had an agressive looks, there was no intention on that.

thanks for the help anyway

#18 User is offline   nodiaque 

  • Code Master
  • Pip
  • Group: Members
  • Posts: 98
  • Joined: 21-July 04

Posted 06 August 2004 - 10:46 AM

Thanks ToBe, you have the right way.

Photoshop even put the 1rst one as the background color if you check "keep transparency" when changing from rgb to indexed color.

#19 User is offline   undetect 

  • Group: Members
  • Posts: 1
  • Joined: 15-August 04

Posted 15 August 2004 - 11:11 AM

Create pic 256 color or convert you're pic to 256, when put logo to system32 background color is will be transparent. *background color can use all color.

#20 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 20 August 2004 - 11:45 PM

how can i make the backgroup transparent

tried the indexing and 256 color can't get it to work

Attached File(s)



Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy