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

Change the splash instruction to be a bulleted list #260

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion packages/org.eclipse.epp.package.common/splash/INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@ Some raw image files are welcome, but as those artifacts may have to be changed

**When:** Before every M1

The splash screen needs to be an (approximately) 450x300 pixels .bmp file, 24-bits RGB (maybe other depth work too, but it's not tested), **without color space information** (some SWT bug). To produce it, if the initial splash screens aren't of that form (they're usually .jpg files), open the desired splash screen variation file from the `org.eclipse.epp.package.common/splash/` folder in Gimp, resize it to approximately 450x300 with _Image > Scale_, then set DPI to 72 with _Image > Print Size_, then _File > Export_ it: choose the location `org.eclipse.epp.package.common/splash.bmp` press _Save_, and in the Export options, tick _Compatibility Options > Do not write color space information_. Apply.
The splash screen needs to be an (approximately) 450x300 pixels .bmp file, 24-bits RGB (maybe other depth work too, but it's not tested), **without color space information** (some SWT bug), and 72 DPI (so it draws the correct size on macOS).

To produce it, if the initial splash screens aren't of that form (they're usually .jpg files), open the desired splash screen variation file from the `org.eclipse.epp.package.common/splash/` folder in Gimp:

- [ ] resize it to approximately 450x300 with _Image > Scale_
- [ ] then set DPI to 72 with _Image > Print Size_
- [ ] then _File > Export_ it: choose the location `org.eclipse.epp.package.common/splash.bmp` press _Save_,
- [ ] and in the Export options, tick _Compatibility Options > Do not write color space information_.
- [ ] Apply.

Repeat process, but for About dialog image which exists in each EPP package as `packages/org.eclipse.epp.package.*/eclipse_lg.png` (approx 115 x 302) and `packages/org.eclipse.epp.package.*/[email protected]` (2x other image, approx 230 x 604).

Expand Down
Loading