doc: strip ICC profile from 2 jpg files
The embedded color profiles are proprietary data. Considering that embedding a color profile in a image is not necessary when color accuracy is not important, it's better to strip them. This was done with: convert -strip docs/src/static/diagrams.key/Data/st0-311.jpg \ docs/src/static/diagrams.key/Data/st0-311.jpg convert -strip docs/src/static/diagrams.key/Data/st1-475.jpg \ docs/src/static/diagrams.key/Data/st1-475.jpg convert command comes from ImageMagick project. Fixes: https://github.com/libuv/libuv/issues/2670 PR-URL: https://github.com/libuv/libuv/pull/2672 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
parent
24d73d065f
commit
fb5a35ee91
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 8.1 KiB |
Loading…
Reference in New Issue
Block a user