|
|
@@ -41,6 +41,11 @@ int main(int argc, char *argv[]) |
|
|
|
if(pipi_command(ctx, "gray") != 0) |
|
|
|
return EXIT_FAILURE; |
|
|
|
} |
|
|
|
else if(!strcmp(argv[0], "--autocontrast")) |
|
|
|
{ |
|
|
|
if(pipi_command(ctx, "autocontrast") != 0) |
|
|
|
return EXIT_FAILURE; |
|
|
|
} |
|
|
|
else if(!strcmp(argv[0], "--wrap")) |
|
|
|
{ |
|
|
|
if(pipi_command(ctx, "wrap") != 0) |
|
|
|