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

Nicer Boot Logo Handling #1539

Closed
philiplb opened this issue Mar 22, 2015 · 3 comments
Closed

Nicer Boot Logo Handling #1539

philiplb opened this issue Mar 22, 2015 · 3 comments

Comments

@philiplb
Copy link

Hi,

I just set the boot logo with a 1280x720 JPEG. And now I ended up with a 5MB engine.cfg containing the image in a serialized way. What I expected: "res:.....jpg" in it, some kind of reference.

@reduz
Copy link
Member

reduz commented Mar 22, 2015

this needs to be hacked a little, the problem is that at the time logo is
shown, engine did not initialize, so no PNG or JPG loaders are present.
will eventually fix this one way or the other, so thanks for reporting it

On Sun, Mar 22, 2015 at 7:44 AM, philiplb [email protected] wrote:

Hi,

I just set the boot logo with a 1280x720 JPEG. And now I ended up with a
5MB engine.cfg containing the image in a serialized way. What I expected:
"res:.....jpg" in it, some kind of reference.


Reply to this email directly or view it on GitHub
#1539.

@philiplb
Copy link
Author

Ok, cool, thanks for the response. :)

@reduz reduz closed this as completed in 3e20391 Apr 12, 2015
@philiplb
Copy link
Author

Nice. :)

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