diff options
author | 127.0.0.1 <localhost> | 2009-06-10 23:41:22 +0000 |
---|---|---|
committer | 127.0.0.1 <localhost> | 2009-06-10 23:41:22 +0000 |
commit | 343c5ebee850b103f69c49b414015946c6923c76 (patch) | |
tree | 569ce483c08d238f97734b86f35df78fee52e3a3 | |
parent | a091cc817e522d38cad6f24d662ea47f9535de87 (diff) |
converted to 1.6 markup
-rw-r--r-- | Lossless_JPEG.moin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lossless_JPEG.moin b/Lossless_JPEG.moin index a583fa9..7506870 100644 --- a/Lossless_JPEG.moin +++ b/Lossless_JPEG.moin @@ -2,12 +2,12 @@ Huffman compression applied to the bits.
-It is used by ["Canon CR2"], ["Kodak DCR"] and ["Adobe DNG"]
+It is used by [[Canon_CR2]], [[Kodak_DCR]] and [[Adobe DNG]]
* ljpeg seems to be the only C reference implementation, and according the le JPEG-FAQ has bugs with 16-bits.
* Adobe DNG SDK seems to use an adaptation of the former, in C++. To bad the license isn't GPL compatible.
- * [https://jrawio.dev.java.net/ jrawio] in Java has an implementation that seems to work. Only RC5 is GPL compatible as past version are under the Apache 2.0 license.
+ * [[https://jrawio.dev.java.net/|jrawio]] in Java has an implementation that seems to work. Only RC5 is GPL compatible as past version are under the Apache 2.0 license.
* dcraw also implements it.
|