fix gtk-doc, again
This commit is contained in:
parent
6dbdc173a2
commit
15853504a7
9
TODO
9
TODO
@ -1,12 +1,3 @@
|
|||||||
- use g_win32_get_package_installation_directory_of_module() for prefix on win
|
|
||||||
|
|
||||||
- fix gtk-doc, again
|
|
||||||
|
|
||||||
look at sharpen graph
|
|
||||||
|
|
||||||
- cpp bandjoin should use bandjoin_const() where possible ... currently
|
|
||||||
uses new_from_image
|
|
||||||
|
|
||||||
- not sure about utf8 error messages on win
|
- not sure about utf8 error messages on win
|
||||||
|
|
||||||
- strange:
|
- strange:
|
||||||
|
@ -148,7 +148,7 @@ main( int argc, char **argv )
|
|||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
Now `new_image` has the same size as `image`, but has one band, and every
|
Now `new_image` has the same size as `image`, but has one band, and every
|
||||||
pixel has the value 12. You can pass a `std::vector<double>` as the
|
pixel has the value 12. You can pass a `std::vector<double>` as the
|
||||||
argument to make a constant image with a different number of bands.
|
argument to make a constant image with a different number of bands.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@ -413,23 +413,23 @@ vips_sharpen_init( VipsSharpen *sharpen )
|
|||||||
* The lookup table is formed like this:
|
* The lookup table is formed like this:
|
||||||
*
|
*
|
||||||
* |[
|
* |[
|
||||||
* ^
|
* . ^
|
||||||
* y2 |- - - - - -----------
|
* . y2 |- - - - - -----------
|
||||||
* | /
|
* . | /
|
||||||
* | / slope m2
|
* . | / slope m2
|
||||||
* | .../
|
* . | .../
|
||||||
* -x1 | ... |
|
* . -x1 | ... |
|
||||||
* -------------------...---------------------->
|
* . -------------------...---------------------->
|
||||||
* | ... | x1
|
* . | ... | x1
|
||||||
* |... slope m1
|
* . |... slope m1
|
||||||
* / |
|
* . / |
|
||||||
* / m2 |
|
* . / m2 |
|
||||||
* / |
|
* . / |
|
||||||
* / |
|
* . / |
|
||||||
* / |
|
* . / |
|
||||||
* / |
|
* . / |
|
||||||
* ______/ _ _ _ _ _ _ | -y3
|
* . ______/ _ _ _ _ _ _ | -y3
|
||||||
* |
|
* . |
|
||||||
* ]|
|
* ]|
|
||||||
*
|
*
|
||||||
* For screen output, we suggest the following settings (the defaults):
|
* For screen output, we suggest the following settings (the defaults):
|
||||||
|
Loading…
Reference in New Issue
Block a user