diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:20:26 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:20:26 -0400 |
commit | 32307afe168d767c94a57805a73e00f070abdc66 (patch) | |
tree | 1d173dbdc4abb056aefad4caa61ea92378bccfce | |
parent | 2f75913582e811fb504ac703f0b7268a6c310c3c (diff) | |
download | slackbuilds-32307afe168d767c94a57805a73e00f070abdc66.tar.gz |
libraries/FreeImage: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/FreeImage/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/FreeImage/README b/libraries/FreeImage/README index ef52eb1e48..d360df874e 100644 --- a/libraries/FreeImage/README +++ b/libraries/FreeImage/README @@ -1,8 +1,8 @@ FreeImage - image library -FreeImage is an Open Source library project for developers who would like -to support popular graphics image formats like PNG, BMP, JPEG, TIFF and -others as needed by today's multimedia applications. FreeImage is easy to -use, fast, and multithreading safe. +FreeImage is an Open Source library project for developers +who would like to support popular graphics image formats like +PNG, BMP, JPEG, TIFF and others as needed by today's multimedia +applications. FreeImage is easy to use, fast, and multithreading safe. This script compiles the FreeImage library and the FreeImagePlus C++ wrapper. |