Doc: Getting Started: Image fix for PDF generation
The `pdftex` utility that is used for PDF documentation generation does not support GIF images. This fix replaces the animated `ReelBoard-Blinky.gif` with an animated PNG (APNG) image `ReelBoard-Blinky.png`. Note that APNGs are backwards compatible with "normal" PNGs. Modern web browsers will display APNGs in the same way as animated GIFs, while any application that can read PNG files can read APNG files successfully. Signed-off-by: Chris Pearson <ctpearson@gmail.com>
This commit is contained in:
parent
e6000e60ee
commit
496042740e
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 132 KiB |
BIN
doc/getting_started/img/ReelBoard-Blinky.png
Normal file
BIN
doc/getting_started/img/ReelBoard-Blinky.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
|
@ -589,7 +589,7 @@ required dependencies are missing.
|
|||
|
||||
If you're using blinky, the LED will start to blink as shown in this figure:
|
||||
|
||||
.. figure:: img/ReelBoard-Blinky.gif
|
||||
.. figure:: img/ReelBoard-Blinky.png
|
||||
:width: 400px
|
||||
:name: reelboard-blinky
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue