mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
Merge "anim_diff: add brief description of options"
This commit is contained in:
commit
ba7f4b68c9
@ -119,8 +119,12 @@ static int CompareAnimatedImagePair(const AnimatedImage* const img1,
|
||||
}
|
||||
|
||||
static void Help(void) {
|
||||
printf("\nUsage: anim_diff <image1> <image2> [-dump_frames <folder>] "
|
||||
"[-min_psnr <float>][-raw_comparison]\n");
|
||||
printf("Usage: anim_diff <image1> <image2> [options]\n");
|
||||
printf("\nOptions:\n");
|
||||
printf(" -dump_frames <folder> dump decoded frames in PAM format\n");
|
||||
printf(" -min_psnr <float> ... minimum per-frame PSNR\n");
|
||||
printf(" -raw_comparison ..... if this flag is not used, RGB is\n");
|
||||
printf(" premultiplied before comparison\n");
|
||||
}
|
||||
|
||||
int main(int argc, const char* argv[]) {
|
||||
|
Loading…
Reference in New Issue
Block a user