-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the splash instruction to be a bulleted list
This is to increase visibility of usage errors when doing the manual image conversion. See #258
- Loading branch information
1 parent
b35f9d0
commit 0922096
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
||
|