Use \image for images and improve quality of FluidMixer image

This commit is contained in:
Marcus Weseloh 2020-11-14 14:23:23 +01:00
parent cb16f8d32d
commit 0f9aed6f83
6 changed files with 10 additions and 11 deletions

View File

@ -103,7 +103,7 @@ EXCLUDE_SYMBOLS =
EXAMPLE_PATH = ../doc/examples
EXAMPLE_PATTERNS = *.c
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =
IMAGE_PATH = ../doc/images
INPUT_FILTER =
FILTER_PATTERNS =
FILTER_SOURCE_FILES = NO
@ -137,8 +137,7 @@ HTML_ALIGN_MEMBERS = YES
HTML_EXTRA_FILES = \
../doc/fluidsettings.xml \
../doc/fluidsettings.xsl \
../doc/FluidMixer.pdf \
../doc/FluidMixer.jpg
../doc/FluidMixer.pdf
GENERATE_HTMLHELP = NO
GENERATE_DOCSET = NO

View File

@ -105,7 +105,7 @@ EXCLUDE_SYMBOLS =
EXAMPLE_PATH = @CMAKE_SOURCE_DIR@/doc/examples
EXAMPLE_PATTERNS = *.c
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =
IMAGE_PATH = @CMAKE_SOURCE_DIR@/doc/images
INPUT_FILTER =
FILTER_PATTERNS =
FILTER_SOURCE_FILES = NO
@ -139,8 +139,7 @@ HTML_ALIGN_MEMBERS = YES
HTML_EXTRA_FILES = \
@CMAKE_SOURCE_DIR@/doc/fluidsettings.xml \
@CMAKE_SOURCE_DIR@/doc/fluidsettings.xsl \
@CMAKE_SOURCE_DIR@/doc/FluidMixer.pdf \
@CMAKE_SOURCE_DIR@/doc/FluidMixer.jpg
@CMAKE_SOURCE_DIR@/doc/FluidMixer.pdf
GENERATE_HTMLHELP = NO
GENERATE_DOCSET = NO

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View File

@ -209,3 +209,8 @@ table.directory tr.even {
table.directory tr {
border-bottom: 1px solid #eee;
}
.image img {
width: 100%;
height: auto;
}

BIN
doc/images/fluid_mixer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -10,10 +10,6 @@ for information on how to do that: \ref fluidsynth_process.c
The following chart illustrates how the voices (produced by MIDI NoteOns) are
dispatched or mapped to their dry/effects audio buffers.
\htmlonly
<a href="FluidMixer.pdf">
<img src="FluidMixer.jpg" alt="FluidSynth Mixer Chart">
</a>
\endhtmlonly
\image html fluid_mixer.png "FluidSynth Mixer Chart"
*/