• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

Emulationstation splash.svg how is it created?

Scheduled Pinned Locked Moved Help and Support
splash screensvg
24 Posts 3 Posters 3.4k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W
    wicketewoks
    last edited by 3 May 2023, 10:36

    Hello, I have tried based on this thread:
    https://retropie.org.uk/forum/topic/28931/emulationstation-splash-svg?_=1683108948970
    , I look at the splash.svg file and base it on its resolution (720x720), but it gives me an error parsing svg image , I try to create a file with gimp s (jpeg) because I use mac, and then on online conversion pages from jpg to svg , then I upload it with cyberduck where indicated but it gives me that error

    1 Reply Last reply Reply Quote 0
    • M
      mitu Global Moderator
      last edited by 3 May 2023, 11:42

      Upload your .svg file somewhere so we can take a look. EmulationStation may not support all .svg features - it uses nanosvg for SVG reading and display.

      W 1 Reply Last reply 3 May 2023, 11:58 Reply Quote 0
      • W
        wicketewoks @mitu
        last edited by 3 May 2023, 11:58

        @mitu
        I try to upload the image and the page does not allow me:
        ![splash.svg](Invalid file type. Allowed types are: .png, .jpg, .bmp, .jpeg)

        M 1 Reply Last reply 3 May 2023, 12:02 Reply Quote 0
        • M
          mitu Global Moderator @wicketewoks
          last edited by mitu 5 Mar 2023, 13:02 3 May 2023, 12:02

          @wicketewoks Yes, that's why I said somewhere, the forum doesn't allow .svg files as inline attachments.
          You can also open it in a text editor and post the contents on pastebin.com (if the resulting text is not too large).

          W 1 Reply Last reply 3 May 2023, 14:21 Reply Quote 0
          • W
            wicketewoks @mitu
            last edited by wicketewoks 5 Mar 2023, 15:31 3 May 2023, 14:21

            @mitu
            If it's big I'll try to upload it to uptobox paste the link

            [link text]https://uptobox.com/5l4tl2fu6czd(link url)

            I also don't know why the images with color when passing the jpg o png to svg lose it, the svg should be like the following image:

            clipart2392674.png

            F 1 Reply Last reply 4 May 2023, 06:32 Reply Quote 0
            • F
              fdr4prez @wicketewoks
              last edited by fdr4prez 5 Apr 2023, 07:39 4 May 2023, 06:32

              @wicketewoks

              Your SVG file is all white and it works on my Pi3B

              1af51598-4e34-4691-b963-ab1c7f5f3213-image.png

              W 1 Reply Last reply 4 May 2023, 06:56 Reply Quote 0
              • W
                wicketewoks @fdr4prez
                last edited by 4 May 2023, 06:56

                @fdr4prez

                Yes, and I don't know why it transforms it like this, and I don't know why it doesn't load for me, it gives me a parse error

                1 Reply Last reply Reply Quote 0
                • M
                  mitu Global Moderator
                  last edited by 4 May 2023, 07:11

                  The splash works, but it may not be showing since it's all black. If I color it, it shows fine:

                  f816039c-753e-499e-abd9-ebfc9f39c83f-image.png

                  You need a better converter for the image.

                  W 1 Reply Last reply 4 May 2023, 07:25 Reply Quote 0
                  • W
                    wicketewoks @mitu
                    last edited by 4 May 2023, 07:25

                    @mitu

                    Thanks, I'm calmer, now I know that the problem is converting the image to svg, I'll look for a program for Mac

                    1 Reply Last reply Reply Quote 0
                    • M
                      mitu Global Moderator
                      last edited by 4 May 2023, 07:38

                      Use Inkscape, it should be able to convert it (look it up in the docs), though I think you'll need to change the font's color to show up on the splash background

                      bcb8830c-4dc9-4868-a638-0f60f84b061d-image.png

                      W 1 Reply Last reply 4 May 2023, 07:47 Reply Quote 0
                      • W
                        wicketewoks @mitu
                        last edited by wicketewoks 5 Apr 2023, 15:19 4 May 2023, 07:47

                        @mitu
                        thank you very much, i will

                        edit : I have tried to make another one to Inkscape, it no longer gives me an error but I only see the bar loading the different emulators....

                        edit2:
                        I was testing on my raspberry pi 3b+ and now on my raspberry pi 4 and it's not that the image looks dark or that it's barely visible, it's simply that there is no image, the correct address is this: /opt/retropie/configs/all/ emulationstation/resources/ where you had to create resources if they didn't exist?

                        the image provided in the other thread if I put it does not look like this
                        [link text]https://raw.githubusercontent.com/RetroPie/EmulationStation/master/resources/splash.svg(link url)

                        not with white background but dark

                        M 1 Reply Last reply 4 May 2023, 15:22 Reply Quote 0
                        • M
                          mitu Global Moderator @wicketewoks
                          last edited by 4 May 2023, 15:22

                          @wicketewoks said in Emulationstation splash.svg how is it created?:

                          ...it's simply that there is no image, the correct address is this: /opt/retropie/configs/all/ emulationstation/resources/ where you had to create resources if they didn't exist?

                          The location you mentioned above is the one from the user's folder, where you can copy your files to override the built-in resources. The default resource files are in program installation folder (/opt/retropie/supplementary/emulationstation/dev/resources/).

                          F 1 Reply Last reply 5 May 2023, 00:45 Reply Quote 0
                          • F
                            fdr4prez @mitu
                            last edited by 5 May 2023, 00:45

                            @mitu said in Emulationstation splash.svg how is it created?:

                            @wicketewoks said in Emulationstation splash.svg how is it created?:

                            ...it's simply that there is no image, the correct address is this: /opt/retropie/configs/all/ emulationstation/resources/ where you had to create resources if they didn't exist?

                            The location you mentioned above is the one from the user's folder, where you can copy your files to override the built-in resources. The default resource files are in program installation folder (/opt/retropie/supplementary/emulationstation/dev/resources/).

                            I don't have a "dev" subfolder on my pi.

                            Mine goes like this:
                            /opt/retropie/supplementary/emulationstation/resources/

                            M 1 Reply Last reply 5 May 2023, 02:47 Reply Quote 1
                            • M
                              mitu Global Moderator @fdr4prez
                              last edited by 5 May 2023, 02:47

                              @fdr4prez said in Emulationstation splash.svg how is it created?:

                              I don't have a "dev" subfolder on my pi.

                              Right, the path is indeed /opt/retropie/supplementary/emulationstation/resources/. I have the es-dev module installed and the path I copied is a bit different, I forgot to erase properly the dev suffix.

                              W 1 Reply Last reply 5 May 2023, 04:53 Reply Quote 0
                              • W
                                wicketewoks @mitu
                                last edited by wicketewoks 5 May 2023, 08:46 5 May 2023, 04:53

                                @mitu
                                Here I put an image of how it looks on both raspberrypi

                                hoy.jpg

                                edit:
                                @mitu @fdr4prez
                                I have tried the file that I send you through uptobox that at least it looks dark, or in black and white, but you can see it, but not even that for me

                                with which I do not get anything clear, if you use Inkscape, when saving as svg what characteristics do you mark to save

                                M 1 Reply Last reply 5 May 2023, 07:51 Reply Quote 0
                                • M
                                  mitu Global Moderator @wicketewoks
                                  last edited by 5 May 2023, 07:51

                                  @wicketewoks said in Emulationstation splash.svg how is it created?:

                                  with which I do not get anything clear, if you use Inkscape, when saving as svg what characteristics do you mark to save

                                  I've used the instructions from this page to import the PNG file (with colors) and create a SVG from it.

                                  W 2 Replies Last reply 5 May 2023, 07:53 Reply Quote 0
                                  • W
                                    wicketewoks @mitu
                                    last edited by wicketewoks 5 May 2023, 08:53 5 May 2023, 07:53

                                    @mitu
                                    Thanks I'll read it because you're lost

                                    1 Reply Last reply Reply Quote 0
                                    • W
                                      wicketewoks @mitu
                                      last edited by 5 May 2023, 14:35

                                      @mitu

                                      Thank you, I have solved it, I have reinstalled emulationstation and it has been solved, I had to do it to both raspberrypi, by the way, it is a pity that I lose a lot of colors ....

                                      F 1 Reply Last reply 5 May 2023, 20:54 Reply Quote 0
                                      • F
                                        fdr4prez @wicketewoks
                                        last edited by 5 May 2023, 20:54

                                        @wicketewoks said in Emulationstation splash.svg how is it created?:

                                        @mitu

                                        Thank you, I have solved it, I have reinstalled emulationstation and it has been solved, I had to do it to both raspberrypi, by the way, it is a pity that I lose a lot of colors ....

                                        try these out.

                                        https://www.filemail.com/d/ydcakpximfvywrd

                                        1 Reply Last reply Reply Quote 0
                                        • F
                                          fdr4prez
                                          last edited by fdr4prez 5 May 2023, 21:59 5 May 2023, 20:58

                                          test1 =
                                          test1.png

                                          test2 =
                                          test2.png

                                          W 1 Reply Last reply 6 May 2023, 04:53 Reply Quote 1
                                          20 out of 24
                                          • First post
                                            20/24
                                            Last post

                                          Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                          Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.

                                            This community forum collects and processes your personal information.
                                            consent.not_received