Ticket #460 (closed enhancement: fixed)
Artwork needed for Perl::Dist::Padre
| Reported by: | CSJewell | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | External dependency | Version: | trunk |
| Keywords: | Cc: | bramble.andrew@… |
Description
3 pieces of artwork are needed for Perl::Dist::Padre to be releasable.
(all values height x width)
1) A 24-bit color bitmap, 493 x 312, with a white or pale background, and only the leftmost 164 x 312 is used to display an icon/picture/etc.
2) A 24-bit color bitmap, 493 x 59, with the same background, and a 48 x 48 area centered within the leftmost 59 x 59 used for an icon.
3) An 8-bit color icon, 16 x 16, preferably downsourced from the icon in the second bitmap.
I can convert a .bmp or .gif to Windows icon format if neccessary, for the icon, but the bitmaps need to be in Windows .bmp format.
Attachments
Change History
comment:3 Changed 4 years ago by submersible_toaster
Can you pls describe where these pieces fit in the user experience.. like screenshot of the different aspects of the install process?
comment:4 Changed 4 years ago by CSJewell
The icon would be what I used in the start menu, of course.
As for the two images: The "top image" (the one with 59 height) would be used when the files were actually being installed or uninstalled. The "side image" (the one with 493 height) is used when the msi starts, when the license screen is seen, and once the msi package has been installed or cancelled.
I'll attach a few images in just a second.
Changed 4 years ago by CSJewell
- Attachment Top Image Use 1.png added
Using top image while installing files (this is WiX's)
Changed 4 years ago by CSJewell
- Attachment Side Image Use 1.png added
Side image is used at start of installation (again, WiX's).
Changed 4 years ago by CSJewell
- Attachment Side Image Use 2.png added
This is Strawberry's opening screen...
Changed 4 years ago by CSJewell
- Attachment Side Image Use 3.png added
... and license screen (note that text is going over the right 2/3rds)
Changed 4 years ago by CSJewell
- Attachment Side Image Use 4.png added
And the cancellation or finishing screen at the end.

Sorry, I meant width x height, NOT height x width.