mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 05:38:22 +01:00
webpmux help correction
Clarify 'SET_OPTIONS' Change-Id: I623ea955beb2a800709412b914a257abd95266cc
This commit is contained in:
parent
b7c5544216
commit
ddfe871a51
@ -39,8 +39,10 @@ GET_OPTIONS:
|
|||||||
|
|
||||||
SET_OPTIONS:
|
SET_OPTIONS:
|
||||||
Set color profile/metadata.
|
Set color profile/metadata.
|
||||||
icc Set ICC Color profile.
|
icc file.icc Set ICC Color profile.
|
||||||
xmp Set XMP metadata.
|
xmp file.xmp Set XMP metadata.
|
||||||
|
where: 'file.icc' contains the color profile to be set,
|
||||||
|
'file.xmp' contains the metadata to be set
|
||||||
|
|
||||||
STRIP_OPTIONS:
|
STRIP_OPTIONS:
|
||||||
Strip color profile/metadata.
|
Strip color profile/metadata.
|
||||||
|
@ -277,8 +277,10 @@ static void PrintHelp(void) {
|
|||||||
printf("\n");
|
printf("\n");
|
||||||
printf("SET_OPTIONS:\n");
|
printf("SET_OPTIONS:\n");
|
||||||
printf(" Set color profile/metadata.\n");
|
printf(" Set color profile/metadata.\n");
|
||||||
printf(" icc Set ICC Color profile.\n");
|
printf(" icc file.icc Set ICC Color profile.\n");
|
||||||
printf(" xmp Set XMP metadata.\n");
|
printf(" xmp file.xmp Set XMP metadata.\n");
|
||||||
|
printf(" where: 'file.icc' contains the color profile to be set,\n");
|
||||||
|
printf(" 'file.xmp' contains the metadata to be set\n");
|
||||||
|
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("STRIP_OPTIONS:\n");
|
printf("STRIP_OPTIONS:\n");
|
||||||
|
@ -61,11 +61,15 @@ Get nth frame.
|
|||||||
|
|
||||||
.SS SET_OPTIONS (\-set)
|
.SS SET_OPTIONS (\-set)
|
||||||
.TP
|
.TP
|
||||||
.B icc
|
.B icc file.icc
|
||||||
Set ICC Color profile.
|
Set ICC Color profile.
|
||||||
|
.P
|
||||||
|
Where: 'file.icc' contains the color profile to be set.
|
||||||
.TP
|
.TP
|
||||||
.B xmp
|
.B xmp file.xmp
|
||||||
Set XMP metadata.
|
Set XMP metadata.
|
||||||
|
.P
|
||||||
|
Where: 'file.xmp' contains the metadata to be set.
|
||||||
|
|
||||||
.SS STRIP_OPTIONS (\-strip)
|
.SS STRIP_OPTIONS (\-strip)
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
Reference in New Issue
Block a user