captainwarnock Posted October 31, 2016 Share Posted October 31, 2016 Hi everyone! I'm looking to see if anyone has any clever images/ways on how to show console games with the dynamic marquees I like the idea of having some type of console marquee for each system, but I also like the idea of having the box art up there as well? Has anyone done anything like this before for consoles? Maybe some type of theme where the box art is shown in the middle, and there is an overlay to fill up the black space on all the sides? Thanks! 1 Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted October 31, 2016 Share Posted October 31, 2016 Ooooooh, I very much love this idea. We have some talented theme creators on the site, so I am sure someone can come up with something. I also removed your double post, I assumed it was an accident with the forums. 1 Quote Link to comment Share on other sites More sharing options...
igotdvds Posted November 1, 2016 Share Posted November 1, 2016 (edited) Just an example to show whats possible with imagemagick script. can edit and redo batch in seconds. others (not mine) Edited November 1, 2016 by igotdvds Quote Link to comment Share on other sites More sharing options...
donkee Posted May 6, 2017 Share Posted May 6, 2017 Do you have an example of a script to do something like that? Quote Link to comment Share on other sites More sharing options...
Maddoc1007 Posted May 21, 2017 Share Posted May 21, 2017 On 11/1/2016 at 0:54 AM, igotdvds said: Just an example to show whats possible with imagemagick script. can edit and redo batch in seconds. others (not mine) @igotdvds Love all your marquee's that you have done so far, would also like to have a copy of the script for imagemagick that you used to create these. Also if possible if you could upload blanks of the Platform Marquees you have done so far so we could create our own for games you might have missed. Thanking you in advance. KUDOS keep up the great work. Quote Link to comment Share on other sites More sharing options...
igotdvds Posted May 23, 2017 Share Posted May 23, 2017 On 5/21/2017 at 5:25 PM, Maddoc1007 said: @igotdvds Love all your marquee's that you have done so far, would also like to have a copy of the script for imagemagick that you used to create these. Also if possible if you could upload blanks of the Platform Marquees you have done so far so we could create our own for games you might have missed. Thanking you in advance. KUDOS keep up the great work. I shouldn't have missed any as I used full rom sets. If I did, let me know. The script varies by system due to varying amounts of folders needed due to different types of images. Here is an example: setlocal enabledelayedexpansion for %%i in (*.png) do ( "c:\Program Files\ImageMagick-7.0.3-Q16\magick.exe" convert "%%i" ^( -clone 0 -background black -shadow 80x3+5+5 -channel RGBA -blur 0x3 ^) -reverse -background none -layers merge +repage "%%i" "c:\Program Files\ImageMagick-7.0.3-Q16\magick.exe" convert "%%i" -trim +repage -resize 482x202 "%%i" "c:\Program Files\ImageMagick-7.0.3-Q16\magick.exe" composite -gravity center -geometry -0-75 "%%i" Marquee.jpg "%%~ni.png" "c:\Program Files\ImageMagick-7.0.3-Q16\magick.exe" convert "C:\Users\Wiz\Desktop\My Marquees\Sega Genesis\Boxes\%%i" -resize 266x418 "C:\Users\Wiz\Desktop\My Marquees\Sega Genesis\Boxes\%%i" "c:\Program Files\ImageMagick-7.0.3-Q16\magick.exe" composite -gravity center -geometry -515+0 "C:\Users\Wiz\Desktop\My Marquees\Sega Genesis\Boxes\%%i" "%%i" "%%~ni.png" ) Here are some blank marquees I used as my templates before adding the game images. Quote Link to comment Share on other sites More sharing options...
Maddoc1007 Posted May 26, 2017 Share Posted May 26, 2017 @igotdvds Thank you for these the only ones i know are in Tg16 Bonk_s Adventure, Chase H.Q, Drop Off, J.J. & Jeff and The Legendary Axe, will look at script when i get chance so thank you for that. Quote Link to comment Share on other sites More sharing options...
latin625 Posted August 6, 2017 Share Posted August 6, 2017 https://drive.google.com/file/d/0ByipYbhg8SsENnlqektacTd5dkk/view?usp=sharing DAPHNE 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.