Added grinder demo on gfxprim bitmap filters.
[gfxprim.git] / demos / grinder / README
blob749485fccc471403b5dce09576e5e67548f58904
1 BITMAP GRINDER
2 ~~~~~~~~~~~~~~
4 Simple utility to load image, apply gfxprim filters and save result.
6 The usage is:
8 grinder -f filter_name:filter_params... -f filter_name:filter_params... -f filter_name:filter_params... image1 image2 ...
10 Which will apply pipeline of filters to each image and store results to out_X.ppm
12 see grinder -h for list of filters and options