README
This commit is contained in:
6
main.c
6
main.c
@@ -232,9 +232,9 @@ int main(const int argc, char *argv[]) {
|
||||
|
||||
MagickWriteImage(chunk, framename);
|
||||
|
||||
char command[57 + 12*piecesX*piecesY]; // retard hack :)))))) because magickwand can't just do what i fucking ask
|
||||
sprintf(command, "mogrify -depth 8 -define bmp:format=bmp3 -type palette %s", framename);
|
||||
if (system(command)) { printf("ERROR trying to run mogrify! Is imagemagick installed to your PATH?\n"); return 0; }
|
||||
//char command[57 + 12*piecesX*piecesY]; // retard hack :)))))) because magickwand can't just do what i fucking ask
|
||||
//sprintf(command, "mogrify -depth 8 -define bmp:format=bmp3 -type palette %s", framename);
|
||||
//if (system(command)) { printf("ERROR trying to run mogrify! Is imagemagick installed to your PATH?\n"); return 0; }
|
||||
|
||||
iw++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user