Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How do i make the background for a BMP file, transparent?

New Here ,
Feb 27, 2015 Feb 27, 2015

I've been working on an icon for design reasons, and when i save the file as a .BMP, the background appears white. The file i work in has no background and it transparent, except for the icon of course. The dimensions of the icon are 32px by 32px. I can't upload the bitmap file onto this topic, apologies if that hinders anything,

80.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advocate , Feb 28, 2015 Feb 28, 2015

Windows Bitmap – Wikipedia

32 bit-per-pixel BMP (mode ARGB )has a leading byte, which is used by Photoshop

as alpha-channel for variable transparency. That's not a part of the BMP specifications.

It should be avoided, IMHO.

The reason for the introduction years ago has been the faster access by 32 bit

registers (opposed to 24 bpp).

Best regards --Gernot Hoffmann

Translate
Adobe
Community Expert ,
Feb 28, 2015 Feb 28, 2015

Unless there are compelling reasons to use BMP, make sure the background layer is turned off, and save as GIF or PNG

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 28, 2015 Feb 28, 2015

There is no background layer, and the file has to be in .BMP unfortunately, the place i'm uploading to won't take any other file source

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 28, 2015 Feb 28, 2015

OK.  No problem

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 09, 2017 Mar 09, 2017

The steps in the tutorial don't work for me. I still export an image with a white background, no matter what options I check/uncheck.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 10, 2017 Mar 10, 2017
LATEST

See Mylenium's reply of Feb 28 2015 above:

"BMPs cannot have transparency and that is that. It's inherent in the file format.

Mylenium"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 28, 2015 Feb 28, 2015

BMPs cannot have transparency and that is that. It's inherent in the file format.

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Feb 28, 2015 Feb 28, 2015

Windows Bitmap – Wikipedia

32 bit-per-pixel BMP (mode ARGB )has a leading byte, which is used by Photoshop

as alpha-channel for variable transparency. That's not a part of the BMP specifications.

It should be avoided, IMHO.

The reason for the introduction years ago has been the faster access by 32 bit

registers (opposed to 24 bpp).

Best regards --Gernot Hoffmann

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines