Personal rebranding.
This commit is contained in:
parent
b2a3b5063b
commit
e63a373a4e
16 changed files with 16 additions and 25 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
lutsmooth.c : LUT smoothening.
|
||||
Softens Volume LUTs by applying gaussian blur across all three axes.
|
||||
(C)2017 Marisa Kirisame, UnSX Team.
|
||||
(C)2017 Marisa the Magician, UnSX Team.
|
||||
Released under the MIT license.
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
|
@ -111,9 +111,6 @@ int smoothenlut( void )
|
|||
|
||||
int main( int argc, char **argv )
|
||||
{
|
||||
printf("LUTSMOOTH 1.0 - (C)2017 Marisa Kirisame, UnSX Team.\n"
|
||||
"This program is free software under the GNU GPL v3.\n"
|
||||
"See https://www.gnu.org/licenses/gpl.html for details.\n\n");
|
||||
FILE *fin, *fout;
|
||||
char fname[255] = {0};
|
||||
ddsheader_t head;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue