Skip to content

Commit 97255f3

Browse files
committed
Logo: load .raw files as raw image file
1 parent fb8a04f commit 97255f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/logo/logo.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,12 @@ void ffLogoPrint(void)
651651
//Make sure the logo path is set correctly.
652652
updateLogoPath();
653653

654+
if (ffStrbufEndsWithIgnCaseS(&options->source, ".raw"))
655+
{
656+
if(logoPrintFileIfExists(false, true))
657+
return;
658+
}
659+
654660
if (!ffStrbufEndsWithIgnCaseS(&options->source, ".txt"))
655661
{
656662
const FFTerminalResult* terminal = ffDetectTerminal();

0 commit comments

Comments
 (0)