I'm trying to create a simple splash intro for my program. Using the -splash argument when running the Java project works perfectly well and displays the image with a jpeg
but not with a gif
Exact VM arguments used;
-splash:resources/img/test1.gif //Doesnt show
-splash:resources/img/test2.jpg //Does show
Tested on both windows and debian; with debian able to display some gifs. But none on windows.
Any Ideas?