Skip to content

Commit 6ad9c77

Browse files
author
Andrea Medeghini
committed
Updated README
1 parent bdf8d2f commit 6ad9c77

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# freeimage4java
1+
# FreeImage4Java
22

3-
freeimage4java provides a JNI wrapper of FreeImage library.
3+
FreeImage4Java provides a JNI wrapper of FreeImage library.
44

55

66
## License
77

8-
freeimage4java is distributed under the terms of BSD 3-Clause License.
8+
FreeImage4Java is distributed under the terms of BSD 3-Clause License.
99

1010
Copyright (c) 2016, Andrea Medeghini
1111
All rights reserved.
@@ -20,7 +20,7 @@ freeimage4java is distributed under the terms of BSD 3-Clause License.
2020
this list of conditions and the following disclaimer in the documentation
2121
and/or other materials provided with the distribution.
2222

23-
* Neither the name of freeimage4java nor the names of its
23+
* Neither the name of FreeImage4Java nor the names of its
2424
contributors may be used to endorse or promote products derived from
2525
this software without specific prior written permission.
2626

@@ -38,12 +38,11 @@ freeimage4java is distributed under the terms of BSD 3-Clause License.
3838

3939
## Notice
4040

41-
freeimage4java uses the FreeImage open source image library.
42-
See http://freeimage.sourceforge.net for details.
41+
FreeImage4Java depends on FreeImage library. See http://freeimage.sourceforge.net for details.
4342

44-
FreeImage library is statically linked with JNI code and distributed as single binary
43+
FreeImage is used under the terms of FreeImage Public License, version 1.0.
4544

46-
FreeImage is used under the FreeImage Public License, version 1.0.
45+
FreeImage library is statically linked with FreeImage4Java's JNI library
4746

4847

4948
## Generate JNI code
@@ -164,3 +163,9 @@ Run tests on Linux:
164163
Run tests on Windows:
165164

166165
sh run-tests.sh -Pwin32
166+
167+
168+
## TODO
169+
170+
- Add sample application to show how to use the library
171+

0 commit comments

Comments
 (0)