xmxg85c Posted April 3 Share Posted April 3 (edited) I have a nice pixelcade digital Marquee that has a 1920x360 monitor. When I try to upload new marquee images , even those at this exact resolution and high quality, they look pixelated on the marquee. Many other games work fine. Stranger still - when I copy an image of a game (happens to be Tron) that looks great and unpixelated on the marquee, to a different game (same exact file) ... you guessed it - Pixelated. I feel like something is happening in the Launchbox import process. Thoughts? Edited April 3 by xmxg85c Quote Link to comment Share on other sites More sharing options...
C-Beats Posted April 3 Share Posted April 3 What may be happening is that you're using an image cache image in the marquee instead of the raw image file, because of that the image is condensed in size a bit to make loading faster. There are ways to tell the control NOT to use an image cache but you'd need to alter your theme files potentially to do so (assuming that is the cause for what you're seeing). Quote Link to comment Share on other sites More sharing options...
xmxg85c Posted April 3 Author Share Posted April 3 Thank you. This sounds like exactly what is happening. The image is clearly getting compressed down even when I upload lossless images. Any pointers on what theme files to edit? Incidentally, I did just solve this by having BigBox stop trying to manage the marquee and instead use 3rd Screen - but I'm curious what the "real" fix might've been within BB. Quote Link to comment Share on other sites More sharing options...
C-Beats Posted April 3 Share Posted April 3 3 minutes ago, xmxg85c said: Thank you. This sounds like exactly what is happening. The image is clearly getting compressed down even when I upload lossless images. Any pointers on what theme files to edit? Incidentally, I did just solve this by having BigBox stop trying to manage the marquee and instead use 3rd Screen - but I'm curious what the "real" fix might've been within BB. The marquee views are located in \\LaunchBox\Themes\{Name of Theme\Views and you'd be looking at PlatformMarqueeView.xaml and GameMarqueeView.xaml. If the theme you're using doesn't have those files it falls back to the ones in the Default theme folder. If you're using Default it's important to note you need to copy the folder and rename it because the Default theme files get overwritten every startup. Once you find the file in question you're looking for any FlowImage control and need to add the following to it "UseImageCache="False"" (without outer quotes). Quote Link to comment Share on other sites More sharing options...
xmxg85c Posted April 3 Author Share Posted April 3 This is perfect, thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.