Browse Source

doc: apply pngcrush to Getting Started images.

pull/205/head
Vladimír Vondruš 8 years ago
parent
commit
cfdc17829e
  1. BIN
      doc/getting-started-blue.png
  2. BIN
      doc/getting-started.png
  3. 6
      doc/snippets/README.md

BIN
doc/getting-started-blue.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
doc/getting-started.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

6
doc/snippets/README.md

@ -5,7 +5,11 @@ Snippets that possibly generate output for Magnum documentation
Displayed by the `getting-started` executable. Run the app and take screenshot
using Spectacle (including decorations, 880x707). Similarly for the gray
version. The resulting files should be resized to half.
version. The resulting files should be resized to half. `pngcrush` to them for
smaller file sizes:
pngcrush -ow getting-started.png
pngcrush -ow getting-started-blue.png
The output printed by the application can be used to update the example output
in `doc/getting-started.dox`.

Loading…
Cancel
Save