[libpng16] Fix typo in manual
This commit is contained in:
parent
efe4e5d10d
commit
5b038f83e7
@ -1693,7 +1693,7 @@ is called to insert filler bytes, either before or after each RGB triplet.
|
|||||||
16-bit RGB data will be returned RRGGBB RRGGBB, with the most significant
|
16-bit RGB data will be returned RRGGBB RRGGBB, with the most significant
|
||||||
byte of the color value first, unless png_set_scale_16() is called to
|
byte of the color value first, unless png_set_scale_16() is called to
|
||||||
transform it to regular RGB RGB triplets, or png_set_filler_16() or
|
transform it to regular RGB RGB triplets, or png_set_filler_16() or
|
||||||
png_set_add alpha_16() is called to insert trwo filler bytes, either before
|
png_set_add alpha_16() is called to insert two filler bytes, either before
|
||||||
or after each RRGGBB triplet. Similarly, 8-bit or 16-bit grayscale data
|
or after each RRGGBB triplet. Similarly, 8-bit or 16-bit grayscale data
|
||||||
can be modified with png_set_filler_16(), png_set_add_alpha_16(),
|
can be modified with png_set_filler_16(), png_set_add_alpha_16(),
|
||||||
png_set_strip_16(), or png_set_scale_16(). Note that png_set_filler_16()
|
png_set_strip_16(), or png_set_scale_16(). Note that png_set_filler_16()
|
||||||
|
2
libpng.3
2
libpng.3
@ -2205,7 +2205,7 @@ is called to insert filler bytes, either before or after each RGB triplet.
|
|||||||
16-bit RGB data will be returned RRGGBB RRGGBB, with the most significant
|
16-bit RGB data will be returned RRGGBB RRGGBB, with the most significant
|
||||||
byte of the color value first, unless png_set_scale_16() is called to
|
byte of the color value first, unless png_set_scale_16() is called to
|
||||||
transform it to regular RGB RGB triplets, or png_set_filler_16() or
|
transform it to regular RGB RGB triplets, or png_set_filler_16() or
|
||||||
png_set_add alpha_16() is called to insert trwo filler bytes, either before
|
png_set_add alpha_16() is called to insert two filler bytes, either before
|
||||||
or after each RRGGBB triplet. Similarly, 8-bit or 16-bit grayscale data
|
or after each RRGGBB triplet. Similarly, 8-bit or 16-bit grayscale data
|
||||||
can be modified with png_set_filler_16(), png_set_add_alpha_16(),
|
can be modified with png_set_filler_16(), png_set_add_alpha_16(),
|
||||||
png_set_strip_16(), or png_set_scale_16(). Note that png_set_filler_16()
|
png_set_strip_16(), or png_set_scale_16(). Note that png_set_filler_16()
|
||||||
|
Loading…
Reference in New Issue
Block a user