forked from tTh/FloatImg
Merci Luccia git diff!
This commit is contained in:
parent
1008a778c9
commit
b8b34d0177
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ tools/fimgstats
|
|||||||
tools/mkfimg
|
tools/mkfimg
|
||||||
tools/png2fimg
|
tools/png2fimg
|
||||||
tools/addtga2fimg
|
tools/addtga2fimg
|
||||||
|
tools/addpnm2fimg
|
||||||
|
@ -81,15 +81,6 @@ if (foo) {
|
|||||||
exit(2);
|
exit(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
if ( (tgaW != infos[0]) || (tgaW != infos[0]) ) {
|
|
||||||
fprintf(stderr, " TGA %5d %5d\n", tgaW, tgaH);
|
|
||||||
fprintf(stderr, " FIMG %5d %5d\n", infos[0], infos[1]);
|
|
||||||
fprintf(stderr, " No dimension match.\n");
|
|
||||||
exit(3);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
foo = add_pnm_to_fimg(argv[1], argv[2], 0);
|
foo = add_pnm_to_fimg(argv[1], argv[2], 0);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user