mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-17 03:30:28 +00:00
png2tiles: more work on this
This commit is contained in:
parent
04b663b2f7
commit
fd05e8321f
@ -383,6 +383,7 @@ int main(int argc, char **argv) {
|
||||
int c,x,y,z,color1;
|
||||
unsigned char *image;
|
||||
unsigned char byte1,byte2,colors[14];
|
||||
int i;
|
||||
|
||||
char *filename;
|
||||
|
||||
@ -412,6 +413,11 @@ int main(int argc, char **argv) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
for(i=optind;i<argc;i++) {
|
||||
printf("%i %s\n",i,argv[i]);
|
||||
}
|
||||
|
||||
#if 0
|
||||
filename=strdup(argv[optind]);
|
||||
|
||||
memset(apple2_image,0,8192);
|
||||
@ -499,5 +505,6 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user