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

Game images not being resized #32

Closed
helamonster opened this issue Nov 17, 2012 · 2 comments
Closed

Game images not being resized #32

helamonster opened this issue Nov 17, 2012 · 2 comments

Comments

@helamonster
Copy link

For game images used in gamelist.xml, docs say " Images will be automatically resized to fit within the left column of the screen" but this isn't happening for me. I am running the latest ES as of now and I'm running it fullscreen with a resolution of 1366x768 if that makes a difference. I used the scraper.py tool to download images and setup my gamelist.xml file.

Example screenshot:

http://imgur.com/KqnYd

@helamonster
Copy link
Author

Relevant theme.xml file below leaves out but Docs say default is $infoWidth/2 0 (width fits within the info column).

A61600 DDDDDD 818181
    <gameImagePos>$infoWidth/2 0.165</gameImagePos>

    <component>
            <type>image</type>
            <path>./nes_art/nes_bg_stripes.png</path>
            <pos>0 0</pos>
            <dim>1 1</dim>
            <tiled />
    </component>

    <component>
            <type>image</type>
            <path>./nes_art/nes_bg_grey.jpg</path>
            <pos>0 .5</pos>
            <dim>.5 1</dim>
            <origin>0 .5</origin>
    </component>

    <component>
            <type>image</type>
            <path>./nes_art/nes_logo.png</path>
            <pos>0 0</pos>
            <dim>.5 0</dim>
            <origin>0 0</origin>
            <useAlpha />
    </component>

@Aloshi
Copy link
Owner

Aloshi commented Nov 17, 2012

Ah, looks like I didn't set the default properly. Should be fixed now. Thanks!

@Aloshi Aloshi closed this as completed Nov 17, 2012
MisterTea pushed a commit to MisterTea/EmulationStation that referenced this issue Nov 4, 2015
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