Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IconExe] should support BI_BITFIELDS #363

Open
laeubi opened this issue Oct 27, 2023 · 2 comments
Open

[IconExe] should support BI_BITFIELDS #363

laeubi opened this issue Oct 27, 2023 · 2 comments

Comments

@laeubi
Copy link
Member

laeubi commented Oct 27, 2023

Currently only bitmaps with either BI_RLE8 or BI_RLE4 are supported.
32 bit BMPs are also allowed to have a value of BI_BITFIELDS, it seems GIMP produces them when res >=256px so the replacement currently fails with

[IconExe] Error - 1 original icon(s) not replaced in eclipse.exe:
- 256x256, 32 bits, 270376 byte(s) @ 144256

I'm not very familiar with the BMP fileformat so I can't provide a fix yet.

Migrated Bug 552627 ...

@iloveeclipse
Copy link
Member

You probably want it to report for SWT, where we load image data etc?
Or do you know it's in some particular PDE code?

@laeubi
Copy link
Member Author

laeubi commented Oct 27, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants