[devel] Removed some markup (%10%) from libpng-manual.txt and libpng.3
This commit is contained in:
parent
5b40b01319
commit
2fe7f06a55
@ -905,7 +905,6 @@ For example, 4 bit/pixel paletted or grayscale data will be returned
|
|||||||
2 pixels/byte with the leftmost pixel in the high-order bits of the
|
2 pixels/byte with the leftmost pixel in the high-order bits of the
|
||||||
byte, unless png_set_packing() is called. 8-bit RGB data will be stored
|
byte, unless png_set_packing() is called. 8-bit RGB data will be stored
|
||||||
in RGB RGB RGB format unless png_set_filler() or png_set_add_alpha()
|
in RGB RGB RGB format unless png_set_filler() or png_set_add_alpha()
|
||||||
%10%in RGB RGB RGB format unless png_set_filler()
|
|
||||||
is called to insert filler bytes, either before or after each RGB triplet.
|
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_strip_16() is called to
|
byte of the color value first, unless png_set_strip_16() is called to
|
||||||
@ -914,7 +913,6 @@ png_set_add alpha() is called to insert filler bytes, either before or
|
|||||||
after each RRGGBB triplet. Similarly, 8-bit or 16-bit grayscale data can
|
after each RRGGBB triplet. Similarly, 8-bit or 16-bit grayscale data can
|
||||||
be modified with
|
be modified with
|
||||||
png_set_filler(), png_set_add_alpha(), or png_set_strip_16().
|
png_set_filler(), png_set_add_alpha(), or png_set_strip_16().
|
||||||
%10%png_set_filler() or png_set_strip_16().
|
|
||||||
|
|
||||||
The following code transforms grayscale images of less than 8 to 8 bits,
|
The following code transforms grayscale images of less than 8 to 8 bits,
|
||||||
changes paletted images to RGB, and adds a full alpha channel if there is
|
changes paletted images to RGB, and adds a full alpha channel if there is
|
||||||
@ -927,7 +925,6 @@ viewing application that wishes to treat all images in the same way.
|
|||||||
|
|
||||||
if (color_type == PNG_COLOR_TYPE_GRAY &&
|
if (color_type == PNG_COLOR_TYPE_GRAY &&
|
||||||
bit_depth < 8) png_set_expand_gray_1_2_4_to_8(png_ptr);
|
bit_depth < 8) png_set_expand_gray_1_2_4_to_8(png_ptr);
|
||||||
%10% bit_depth < 8) png_set_gray_1_2_4_to_8(png_ptr);
|
|
||||||
|
|
||||||
if (png_get_valid(png_ptr, info_ptr,
|
if (png_get_valid(png_ptr, info_ptr,
|
||||||
PNG_INFO_tRNS)) png_set_tRNS_to_alpha(png_ptr);
|
PNG_INFO_tRNS)) png_set_tRNS_to_alpha(png_ptr);
|
||||||
@ -3030,7 +3027,6 @@ application:
|
|||||||
|
|
||||||
png_uint_32 application_vn = PNG_LIBPNG_VER;
|
png_uint_32 application_vn = PNG_LIBPNG_VER;
|
||||||
|
|
||||||
%10%.SH VIII. (Omitted).
|
|
||||||
VIII. Changes to Libpng from version 1.0.x to 1.2.x
|
VIII. Changes to Libpng from version 1.0.x to 1.2.x
|
||||||
|
|
||||||
Support for user memory management was enabled by default. To
|
Support for user memory management was enabled by default. To
|
||||||
|
4
libpng.3
4
libpng.3
@ -1756,7 +1756,6 @@ For example, 4 bit/pixel paletted or grayscale data will be returned
|
|||||||
2 pixels/byte with the leftmost pixel in the high-order bits of the
|
2 pixels/byte with the leftmost pixel in the high-order bits of the
|
||||||
byte, unless png_set_packing() is called. 8-bit RGB data will be stored
|
byte, unless png_set_packing() is called. 8-bit RGB data will be stored
|
||||||
in RGB RGB RGB format unless png_set_filler() or png_set_add_alpha()
|
in RGB RGB RGB format unless png_set_filler() or png_set_add_alpha()
|
||||||
%10%in RGB RGB RGB format unless png_set_filler()
|
|
||||||
is called to insert filler bytes, either before or after each RGB triplet.
|
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_strip_16() is called to
|
byte of the color value first, unless png_set_strip_16() is called to
|
||||||
@ -1765,7 +1764,6 @@ png_set_add alpha() is called to insert filler bytes, either before or
|
|||||||
after each RRGGBB triplet. Similarly, 8-bit or 16-bit grayscale data can
|
after each RRGGBB triplet. Similarly, 8-bit or 16-bit grayscale data can
|
||||||
be modified with
|
be modified with
|
||||||
png_set_filler(), png_set_add_alpha(), or png_set_strip_16().
|
png_set_filler(), png_set_add_alpha(), or png_set_strip_16().
|
||||||
%10%png_set_filler() or png_set_strip_16().
|
|
||||||
|
|
||||||
The following code transforms grayscale images of less than 8 to 8 bits,
|
The following code transforms grayscale images of less than 8 to 8 bits,
|
||||||
changes paletted images to RGB, and adds a full alpha channel if there is
|
changes paletted images to RGB, and adds a full alpha channel if there is
|
||||||
@ -1778,7 +1776,6 @@ viewing application that wishes to treat all images in the same way.
|
|||||||
|
|
||||||
if (color_type == PNG_COLOR_TYPE_GRAY &&
|
if (color_type == PNG_COLOR_TYPE_GRAY &&
|
||||||
bit_depth < 8) png_set_expand_gray_1_2_4_to_8(png_ptr);
|
bit_depth < 8) png_set_expand_gray_1_2_4_to_8(png_ptr);
|
||||||
%10% bit_depth < 8) png_set_gray_1_2_4_to_8(png_ptr);
|
|
||||||
|
|
||||||
if (png_get_valid(png_ptr, info_ptr,
|
if (png_get_valid(png_ptr, info_ptr,
|
||||||
PNG_INFO_tRNS)) png_set_tRNS_to_alpha(png_ptr);
|
PNG_INFO_tRNS)) png_set_tRNS_to_alpha(png_ptr);
|
||||||
@ -3881,7 +3878,6 @@ application:
|
|||||||
|
|
||||||
png_uint_32 application_vn = PNG_LIBPNG_VER;
|
png_uint_32 application_vn = PNG_LIBPNG_VER;
|
||||||
|
|
||||||
%10%.SH VIII. (Omitted).
|
|
||||||
.SH VIII. Changes to Libpng from version 1.0.x to 1.2.x
|
.SH VIII. Changes to Libpng from version 1.0.x to 1.2.x
|
||||||
|
|
||||||
Support for user memory management was enabled by default. To
|
Support for user memory management was enabled by default. To
|
||||||
|
Loading…
Reference in New Issue
Block a user