Hi. Great work. Can you tell me how do you do it with Imagemagick? I'm trying something like that but I think Imagemagick can't handle filenames with bracket.
youtube is not a great place to share code, get on muos discord. you probably need to escape things or so Here is an example i took from a portmaster script i use to generated these files convert "$FILE" -resize x480 "/tmp/portmaster.png" convert "/tmp/portmaster.png" -crop 309x480+100+0 "/tmp/portmaster.png" convert "../brush_empty.png" "/tmp/portmaster.png" "../brush_transparent_inverted.png" -composite "../output/$FILE" $file is screenshot, i tell it to resize to 480 in height and save in /tmp/portmaster. Then i crop out a 309x408 part of that 480 in height picture and then lastly i take brush_empty.png which is a transparant 309x480 png, the previous cropped image from the screenshot and lastly a 309x408 mask (where the all non transparant things will be shown and transparant things not)
This is absolutely amazing! Thank you for creating this!
thanks :)
Nicely done. Thanks for this.
Where can I get that black theme? I have the light version of it, but this is the first time I’ve seen the dark option
in the muos discord check the themes section and search for Gbos there is a normal / old one and color one with multiple variations of colors
Hi. Great work.
Can you tell me how do you do it with Imagemagick? I'm trying something like that but I think Imagemagick can't handle filenames with bracket.
youtube is not a great place to share code, get on muos discord. you probably need to escape things or so
Here is an example i took from a portmaster script i use to generated these files
convert "$FILE" -resize x480 "/tmp/portmaster.png"
convert "/tmp/portmaster.png" -crop 309x480+100+0 "/tmp/portmaster.png"
convert "../brush_empty.png" "/tmp/portmaster.png" "../brush_transparent_inverted.png" -composite "../output/$FILE"
$file is screenshot, i tell it to resize to 480 in height and save in /tmp/portmaster. Then i crop out a 309x408 part of that 480 in height picture and then lastly i take brush_empty.png which is a transparant 309x480 png, the previous cropped image from the screenshot and lastly a 309x408 mask (where the all non transparant things will be shown and transparant things not)
is there a theme where you can scroll the consoles like launchbox
don't know about that, but a lot of themes are available here with a preview screenshot (if you scroll down) github.com/MustardOS/theme
Hello I have muos on my rg28xx. After I download where do I place the files to get box art for all my roms. Thankyou
check muos.dev/help/artwork