Browse Source

feat: imagemagic to 6

zhangjie 7 tháng trước cách đây
mục cha
commit
a3f085c637
49 tập tin đã thay đổi với 7637 bổ sung13729 xóa
  1. 8 1
      electron/preload/api.ts
  2. 2 1
      electron/preload/utils.ts
  3. 0 2942
      resources/ImageMagick-7.1.1-11/ChangeLog.md
  4. BIN
      resources/ImageMagick-7.1.1-11/IMDisplay.exe
  5. 0 6659
      resources/ImageMagick-7.1.1-11/NOTICE.txt
  6. 0 139
      resources/ImageMagick-7.1.1-11/README.txt
  7. 0 3
      resources/ImageMagick-7.1.1-11/VERSION.md
  8. 0 28
      resources/ImageMagick-7.1.1-11/colors.xml
  9. BIN
      resources/ImageMagick-7.1.1-11/composite.exe
  10. 0 27
      resources/ImageMagick-7.1.1-11/configure.xml
  11. BIN
      resources/ImageMagick-7.1.1-11/conjure.exe
  12. BIN
      resources/ImageMagick-7.1.1-11/convert.exe
  13. BIN
      resources/ImageMagick-7.1.1-11/dcraw.exe
  14. 0 1723
      resources/ImageMagick-7.1.1-11/english.xml
  15. BIN
      resources/ImageMagick-7.1.1-11/ffmpeg.exe
  16. BIN
      resources/ImageMagick-7.1.1-11/identify.exe
  17. 0 48
      resources/ImageMagick-7.1.1-11/locale.xml
  18. 0 80
      resources/ImageMagick-7.1.1-11/log.xml
  19. BIN
      resources/ImageMagick-7.1.1-11/magick.exe
  20. 0 1149
      resources/ImageMagick-7.1.1-11/mime.xml
  21. BIN
      resources/ImageMagick-7.1.1-11/mogrify.exe
  22. 0 81
      resources/ImageMagick-7.1.1-11/policy.xml
  23. 0 68
      resources/ImageMagick-7.1.1-11/quantization-table.xml
  24. BIN
      resources/ImageMagick-7.1.1-11/stream.exe
  25. 6348 0
      resources/imagemagick/ChangeLog
  26. BIN
      resources/imagemagick/IMDisplay.exe
  27. 111 0
      resources/imagemagick/ImageMagick.rdf
  28. 103 103
      resources/imagemagick/LICENSE
  29. 122 0
      resources/imagemagick/NOTICE
  30. 102 165
      resources/imagemagick/README.txt
  31. BIN
      resources/imagemagick/compare.exe
  32. BIN
      resources/imagemagick/composite.exe
  33. 20 0
      resources/imagemagick/configure.xml
  34. BIN
      resources/imagemagick/conjure.exe
  35. BIN
      resources/imagemagick/convert.exe
  36. BIN
      resources/imagemagick/dcraw.exe
  37. 117 102
      resources/imagemagick/delegates.xml
  38. BIN
      resources/imagemagick/ffmpeg.exe
  39. BIN
      resources/imagemagick/hp2xx.exe
  40. BIN
      resources/imagemagick/identify.exe
  41. 233 0
      resources/imagemagick/index.html
  42. BIN
      resources/imagemagick/mogrify.exe
  43. BIN
      resources/imagemagick/montage.exe
  44. 61 0
      resources/imagemagick/policy.xml
  45. 0 0
      resources/imagemagick/sRGB.icc
  46. BIN
      resources/imagemagick/stream.exe
  47. 334 334
      resources/imagemagick/thresholds.xml
  48. 55 55
      resources/imagemagick/type-ghostscript.xml
  49. 21 21
      resources/imagemagick/type.xml

+ 8 - 1
electron/preload/api.ts

@@ -25,7 +25,8 @@ import {
 const gmInst =
   process.platform === 'win32'
     ? gm.subClass({
-        imageMagick: '7+',
+        // imageMagick: '7+',
+        imageMagick: true,
         appPath: getImagicPath(),
       })
     : gm.subClass({ imageMagick: '7+' });
@@ -58,6 +59,7 @@ function drawTrack(
     const defaultFontSize = 22;
     gmObj.font(getGmFontPath());
 
+    log.info(`drawTrackList:${JSON.stringify(drawTrackList)}`);
     drawTrackList.forEach((track) => {
       // text
       if (track.type === 'text') {
@@ -94,10 +96,15 @@ function drawTrack(
       }
     });
 
+    log.info(`gm write file: ${outpath}`);
     gmObj.write(outpath, (err) => {
       if (!err) {
+        log.info(`gm write success`);
         return resolve(outpath);
       }
+      console.error(err);
+
+      log.error(`gm write failed: ${err.toString()}`);
       return reject(err);
     });
   });

+ 2 - 1
electron/preload/utils.ts

@@ -29,7 +29,8 @@ export function getTempPath() {
 }
 
 export function getImagicPath() {
-  return path.join(getResourcesDir(), './imagemagick-7.1.1-11/');
+  return path.join(getResourcesDir(), './imagemagick/');
+  // return path.join(getResourcesDir(), './imagemagick-7.1.1-11/');
 }
 
 export function getGmFontPath() {

+ 0 - 2942
resources/ImageMagick-7.1.1-11/ChangeLog.md

@@ -1,2942 +0,0 @@
-# Changelog
-
-All notable changes to this project will be documented in this file.
-
-The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
-and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-
-## [7.1.1-11](https://github.com/ImageMagick/ImageMagick/compare/7.1.1-10...7.1.1-11) - 2023-05-29
-
-### Merged
-
-- Optimize image and vector files to minimize filesizes and page loads [`#6352`](https://github.com/ImageMagick/ImageMagick/pull/6352)
-
-### Fixed
-
-- Swap order to fix #6347. [`#6347`](https://github.com/ImageMagick/ImageMagick/issues/6347)
-
-### Commits
-
-- beta release [`375e71b`](https://github.com/ImageMagick/ImageMagick/commit/375e71b67686549c4f5866d0b50db9ab20b324f8)
-- list compression options [`dc491e2`](https://github.com/ImageMagick/ImageMagick/commit/dc491e2ef06bfc266d7dcb396703e046f838c485)
-- cosmetic [`069ac80`](https://github.com/ImageMagick/ImageMagick/commit/069ac80cc234207edea3c64ced5c9ba84a91b71f)
-- build failure with --without-threads option [`4ea685b`](https://github.com/ImageMagick/ImageMagick/commit/4ea685bd83890ce2b9ab3a9606d460b41a895eec)
-- ensure mutex is initialized [`4553068`](https://github.com/ImageMagick/ImageMagick/commit/4553068cc7e1ffdf501702e173610d32d404a99c)
-- cosmetic [`b7c1554`](https://github.com/ImageMagick/ImageMagick/commit/b7c1554c60a54a9a37ec848d87870f4331d72ae8)
-- costmetic [`013d523`](https://github.com/ImageMagick/ImageMagick/commit/013d523d4cb28f3469a44062b6da6488b62c1c62)
-- eliminate compiler exception [`e771f13`](https://github.com/ImageMagick/ImageMagick/commit/e771f13799c66f7e4fe3645bd68b4e8a2b80903b)
-- eliminate compiler exception [`bb3d969`](https://github.com/ImageMagick/ImageMagick/commit/bb3d969bf6b8db382b6e066c12a8680f8c993b28)
-- Fixed the calculation of the clut_size to resolve the issue reported in: https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-xfwq-qg5m-83xr. [`fac0ea8`](https://github.com/ImageMagick/ImageMagick/commit/fac0ea8011704c675f65152a161427621cf07917)
-- cosmetic [`fd09cf9`](https://github.com/ImageMagick/ImageMagick/commit/fd09cf94aab30f3ad600e5bc3a6c61410a4d0d5b)
-- make sure count is not equal to zero when reading TIFF fields [`bea09ba`](https://github.com/ImageMagick/ImageMagick/commit/bea09ba258631cf7747aed1f434c5a56fa7876a3)
-- check colorspace before setting primaries [`fd736b6`](https://github.com/ImageMagick/ImageMagick/commit/fd736b6e8203bb3c642f21b95baac3285b15d693)
-- eliminate compiler exception [`e549f31`](https://github.com/ImageMagick/ImageMagick/commit/e549f311fb2dc3453df91caae5bf7933a3a65557)
-- Revert back to earlier version. [`241ceb0`](https://github.com/ImageMagick/ImageMagick/commit/241ceb06a4c4bc177e9f6358845ddd3f32d68e21)
-- Rename defines. [`ddb6b02`](https://github.com/ImageMagick/ImageMagick/commit/ddb6b02d8fa5756366553d9780687b57c7c216b8)
-- Added missing define and corrected MAGICKCORE_DPC_SUPPORT checks. [`3f81630`](https://github.com/ImageMagick/ImageMagick/commit/3f81630d1b9a56acd83435b548196a46eb85b906)
-- Refactor code to silence warnings. [`af284ad`](https://github.com/ImageMagick/ImageMagick/commit/af284ad66a65f0fc8721a750ccda12d5abf3930b)
-- Use num_threads instead because the number of threads is not related to images. [`442144c`](https://github.com/ImageMagick/ImageMagick/commit/442144c976cad2a2966a0b92a50f58862055aedd)
-- Silence warning when threading is disabled. [`8d0daa2`](https://github.com/ImageMagick/ImageMagick/commit/8d0daa252d9ca45c154243c44c5bdde4cb4720dc)
-- Added support for reading grayscale images. [`cffd9de`](https://github.com/ImageMagick/ImageMagick/commit/cffd9de73622c540b0e0e889c32445cef20c5a1c)
-- cosmetic [`bf6c895`](https://github.com/ImageMagick/ImageMagick/commit/bf6c8959e96b0e6874460c690572e1b108c9cc2c)
-- cosmetic [`54eeadf`](https://github.com/ImageMagick/ImageMagick/commit/54eeadf2989a835b24d66eec58dabc813099b6a6)
-- cosmetic [`0bede66`](https://github.com/ImageMagick/ImageMagick/commit/0bede6611e845be6b017b7c56d815f6598d27d90)
-- prevent possible integer overflow [`f04a7eb`](https://github.com/ImageMagick/ImageMagick/commit/f04a7eb3331672906bcae1be337c0ba0a4e8cbc1)
-- release [`11ffa6e`](https://github.com/ImageMagick/ImageMagick/commit/11ffa6eb4548644a718158daa286295ed3174054)
-
-## [7.1.1-10](https://github.com/ImageMagick/ImageMagick/compare/7.1.1-9...7.1.1-10) - 2023-05-21
-
-### Commits
-
-- beta release [`e31343f`](https://github.com/ImageMagick/ImageMagick/commit/e31343f0153b3871985aa1deaab446d8d58197f2)
-- carefully crafted image files (TIM2, JPEG) no longer overflow buffer nor use heap after free (thanks to Juzhi Lu, Zhen Zhou, Likang Luo of NSFOCUS Security Team) [`1061db7`](https://github.com/ImageMagick/ImageMagick/commit/1061db7f80fdc9ef572ac60b55f408f7bab6e1b0)
-- cosmetic [`bbf3966`](https://github.com/ImageMagick/ImageMagick/commit/bbf396695bf678c0e39986d34f02fba3735b61a6)
-- Tweaks to devcontainer to also make it possible to run it locally [`dfb0b6e`](https://github.com/ImageMagick/ImageMagick/commit/dfb0b6e2c957269ef858e1858c806372c46945ae)
-- Switch to regular Ubuntu image instead. [`b1ea9fe`](https://github.com/ImageMagick/ImageMagick/commit/b1ea9fef2059c0f4e88a4084a4139b049c3219c4)
-- Make sure options are properly quoted to resolve the issue reported in #6338. [`d31c80d`](https://github.com/ImageMagick/ImageMagick/commit/d31c80d15a2c82fc1dd8e889e0f97b0219079a57)
-- Mark argument as unused. [`43e2cb6`](https://github.com/ImageMagick/ImageMagick/commit/43e2cb6e3004dec4a866ac5dd6b3122b4d0abf90)
-- possible RCE vulnerability (https://github.com/ImageMagick/ImageMagick/issues/6339) [`17c4859`](https://github.com/ImageMagick/ImageMagick/commit/17c4859bf4b1551185ab0b296e61b60b13969917)
-- properly cast double to size_t (https://github.com/ImageMagick/ImageMagick/issues/6341) [`3d6d98d`](https://github.com/ImageMagick/ImageMagick/commit/3d6d98d8a2be30d74172ab43b5b8e874d2deb158)
-- cosmetic [`8ce0403`](https://github.com/ImageMagick/ImageMagick/commit/8ce0403420cdb0bf492990d8a53fad3a8fa691c0)
-- Fixed MSYS2 build error. [`f9c9da1`](https://github.com/ImageMagick/ImageMagick/commit/f9c9da14cf2cb97ad0d0f8dc54ca40e36b25c7c4)
-- Forgot to save file before commit. [`7566fdd`](https://github.com/ImageMagick/ImageMagick/commit/7566fdd5913b8b01ed3c7446bc2da6807a118133)
-- Reverted the patch of https://github.com/ImageMagick/ImageMagick/issues/6339. [`99b72d8`](https://github.com/ImageMagick/ImageMagick/commit/99b72d81a3370a966a52ec2fa88dacda3f5b028e)
-- add caution when enabling pipe support [`1ff6dd4`](https://github.com/ImageMagick/ImageMagick/commit/1ff6dd499f53cd06a01a10e3da95cdb08db6c99a)
-- eliminate compiler warning [`4873197`](https://github.com/ImageMagick/ImageMagick/commit/4873197d1419d1b7e86598d5cd06bed4e20c6aef)
-- do not initialize structures on stack [`7c7d2fd`](https://github.com/ImageMagick/ImageMagick/commit/7c7d2fd59ffe88442660486f8235df854441c58b)
-- Use memset to initialize structures. [`68148d5`](https://github.com/ImageMagick/ImageMagick/commit/68148d54d18c90fa5d6fe383f9a2bb7d7dbec392)
-- incompatible function pointer types passing (https://github.com/ImageMagick/ImageMagick/issues/6347) [`2fbf938`](https://github.com/ImageMagick/ImageMagick/commit/2fbf9383c574d08327f7e41db50d613003857604)
-- Fixed Windows build. [`3b5d986`](https://github.com/ImageMagick/ImageMagick/commit/3b5d98645499de4d777e7d6e65d0be7966d9986e)
-- release [`fa1d7e6`](https://github.com/ImageMagick/ImageMagick/commit/fa1d7e6f1d026d1d70072b04a57857afdb47c29a)
-
-## [7.1.1-9](https://github.com/ImageMagick/ImageMagick/compare/7.1.1-8...7.1.1-9) - 2023-05-14
-
-### Merged
-
-- Add support for Oklab [`#6309`](https://github.com/ImageMagick/ImageMagick/pull/6309)
-
-### Commits
-
-- beta release [`0bb7454`](https://github.com/ImageMagick/ImageMagick/commit/0bb745472aaa2f3f658cd4e327d59acc4d1bd990)
-- Code cleanup of the fuzzers and silence warnings. [`d636ff4`](https://github.com/ImageMagick/ImageMagick/commit/d636ff40b511276949d85001a6dbf39652095fb6)
-- update autoconf configuration file [`699085f`](https://github.com/ImageMagick/ImageMagick/commit/699085f91e996e19c92e2da4fff3952ab19d0a4a)
-- framework for magick cache repository coder [`46fe429`](https://github.com/ImageMagick/ImageMagick/commit/46fe429c07fe2fd6a9533ed1de131907a12cf7d8)
-- support digital media repository [`0a439ab`](https://github.com/ImageMagick/ImageMagick/commit/0a439abbf12035b3d55ea214d1c36d8fa6a788c0)
-- check for NaN values [`c5762cc`](https://github.com/ImageMagick/ImageMagick/commit/c5762cc9ca05cdb28dddde2d2d395925f871722d)
-- alpha release of the digital media repository coder [`1b82a1d`](https://github.com/ImageMagick/ImageMagick/commit/1b82a1db1da3710d3de8a0be31c40fd3c5a7d798)
-- eliminate memory leak [`514070c`](https://github.com/ImageMagick/ImageMagick/commit/514070c6d818ba6d31a2ef68e8c4899dc0320b35)
-- bump minimum MagickCache version [`6f00ac4`](https://github.com/ImageMagick/ImageMagick/commit/6f00ac46abfc42e1ec0e4f5ba2490550e65495cc)
-- get the width of the main channel [`d4ac19b`](https://github.com/ImageMagick/ImageMagick/commit/d4ac19b2ea6451fad453f680e246d0eabafa6f23)
-- Use autoreconf -fiv instead. [`fb1e259`](https://github.com/ImageMagick/ImageMagick/commit/fb1e259f33582fcc630b5a66927d6b922253e011)
-- support meta resource type [`be401fb`](https://github.com/ImageMagick/ImageMagick/commit/be401fbdca6ee64d0266a2ce78486c8174047129)
-- The libheif project switched to cmake. [`6b76461`](https://github.com/ImageMagick/ImageMagick/commit/6b764618635898b86aed962ce18aba1722de9a94)
-- account for # channels in image [`402c32d`](https://github.com/ImageMagick/ImageMagick/commit/402c32d88b294abf92bb1414a4400a27d9f623c8)
-- Try to add libde265 to the linking to fix the fuzz build. [`7410474`](https://github.com/ImageMagick/ImageMagick/commit/7410474430f44ab0f3cd5d11ca83a51cd952c75a)
-- ensure blob and meta resource type can make a round trip [`3797114`](https://github.com/ImageMagick/ImageMagick/commit/379711417b449b5782d23e37a5d204e1d3194222)
-- only clone resource image, not blob or meta [`7a63f55`](https://github.com/ImageMagick/ImageMagick/commit/7a63f554dc0f986aa3ef2767d041a0f3294decd2)
-- Revert changes. [`f8feb2e`](https://github.com/ImageMagick/ImageMagick/commit/f8feb2ee1b03f0190ca4440777fb2330e3341ce1)
-- Corrected linker flags. [`3a1ce45`](https://github.com/ImageMagick/ImageMagick/commit/3a1ce456f0b02d456078906897b20265a3111ab5)
-- No longer use HOST_FILLORDER but force the user to specify it when they don't want LSB byte order (#6300). [`937d3dd`](https://github.com/ImageMagick/ImageMagick/commit/937d3ddf1ed658c40e52aeb8c5ef17dbc5c67248)
-- Tiny optimization. [`ac48d89`](https://github.com/ImageMagick/ImageMagick/commit/ac48d8951371e41f7f5e833034762122b8caea85)
-- Code style changes. [`783a78f`](https://github.com/ImageMagick/ImageMagick/commit/783a78f54798a1a48d27cbe8bf6c34ad6d40b478)
-- log gamma [`0cf104a`](https://github.com/ImageMagick/ImageMagick/commit/0cf104a57736ab6b0af196bc04dd9736b9429781)
-- rename Oklab to OkLab [`eb44114`](https://github.com/ImageMagick/ImageMagick/commit/eb441143c3449c76000229db9fdf917fee1ced9f)
-- revert [`afb52e3`](https://github.com/ImageMagick/ImageMagick/commit/afb52e3625afd8eeb99207ba02daabc977f19df1)
-- cosmetic [`d35b2ab`](https://github.com/ImageMagick/ImageMagick/commit/d35b2abef0df4c179b68f922798be6032fcd2565)
-- don't default grayscale to paletted for PNG (https://github.com/ImageMagick/ImageMagick/issues/6314) [`ac5f29e`](https://github.com/ImageMagick/ImageMagick/commit/ac5f29e7eb4fda06b465d9088d6035ed91c9f58e)
-- release [`776a88d`](https://github.com/ImageMagick/ImageMagick/commit/776a88df6a893d6aba78b2b184490f959d8b9d04)
-
-## [7.1.1-8](https://github.com/ImageMagick/ImageMagick/compare/7.1.1-7...7.1.1-8) - 2023-04-22
-
-### Fixed
-
-- Added checks to make sure all bytes were read to resolve #6267. [`#6267`](https://github.com/ImageMagick/ImageMagick/issues/6267)
-
-### Commits
-
-- beta release [`35ec38f`](https://github.com/ImageMagick/ImageMagick/commit/35ec38f38915f5635ea2f8dcaa20c2960e711db5)
-- Treat warnings as errors in the MacOS build and enabled more warnings for that build. [`02b2aa6`](https://github.com/ImageMagick/ImageMagick/commit/02b2aa6bd80b50f9fbaaf9f72c77e04c3b6a9294)
-- Corrected compare. [`35505ca`](https://github.com/ImageMagick/ImageMagick/commit/35505caa6808e2b13e395750fc75fc785a2cfad4)
-- Not longer export methods that are not used in other parts of the library. [`01251e5`](https://github.com/ImageMagick/ImageMagick/commit/01251e5e41f9581597d586d73c2e562f70d66af8)
-- No longer call ParseMetaGeometry twice when we don't add a thumbnail. [`6a94dd8`](https://github.com/ImageMagick/ImageMagick/commit/6a94dd85257db6d8b0dd44d989e91ea0fbd65d3c)
-- Fix typo that caused a division by zero in #6263. [`78347b5`](https://github.com/ImageMagick/ImageMagick/commit/78347b5f0e6bc92358b86ec3eaded398ac1069f8)
-- don't reduct 3 to 1 channel gray if meta channels are present [`a8f6186`](https://github.com/ImageMagick/ImageMagick/commit/a8f6186d222aff99719c4dcd0d9f04ad03876d95)
-- The depth must be specified when reading a map image. [`2d6e2e9`](https://github.com/ImageMagick/ImageMagick/commit/2d6e2e9e28216942a55691f186b9f952342684c3)
-- validate pixel offset [`90e067c`](https://github.com/ImageMagick/ImageMagick/commit/90e067cddde91ac3cd7a660d6e99b6fde71b934c)
-- validate pixel offset [`d92cb0e`](https://github.com/ImageMagick/ImageMagick/commit/d92cb0e65707cfee6ca0adb58075dea04cbfc722)
-- release [`920f792`](https://github.com/ImageMagick/ImageMagick/commit/920f79206ff59f30a4cff22c9c9c393508b82663)
-
-## [7.1.1-7](https://github.com/ImageMagick/ImageMagick/compare/7.1.1-6...7.1.1-7) - 2023-04-16
-
-### Merged
-
-- PixelChannel: Add invalid channel field [`#6230`](https://github.com/ImageMagick/ImageMagick/pull/6230)
-
-### Commits
-
-- beta release [`3bd5ce1`](https://github.com/ImageMagick/ImageMagick/commit/3bd5ce112de3b075ab4a779d0b6db1047ef81be2)
-- account for extra samples [`9a9896f`](https://github.com/ImageMagick/ImageMagick/commit/9a9896fce95d09e5e47b86baccbe1ce1a2fca76b)
-- The quantum extent should also including the pad. [`b019133`](https://github.com/ImageMagick/ImageMagick/commit/b019133ef486585caacce13792ecfcfc6ca6b9f7)
-- Another improvement of calculating the size of the extent. [`3151fd8`](https://github.com/ImageMagick/ImageMagick/commit/3151fd858fe8db16fbd4a9b9b8a892a1acb2b1d6)
-- The padding is per pixel. [`dc0556c`](https://github.com/ImageMagick/ImageMagick/commit/dc0556c4fdac8e1ef26f105fb22cac4582b654a5)
-- Cosmetic. [`ad36935`](https://github.com/ImageMagick/ImageMagick/commit/ad36935e0bb1b113f20e468f23d92d16dd84d349)
-- Use the new API when available. [`8b12fc1`](https://github.com/ImageMagick/ImageMagick/commit/8b12fc147bf3b84bf453473ed8b4045db9201a5b)
-- don't cut off letters (https://github.com/ImageMagick/ImageMagick/issues/6221) [`fcf2674`](https://github.com/ImageMagick/ImageMagick/commit/fcf267433cf4620694010261c46e3dabf8af250e)
-- Moved static declaration. [`8eaadcf`](https://github.com/ImageMagick/ImageMagick/commit/8eaadcf34e9d4ee19a06e8d9136b2402216a8013)
-- Removed unused lt_dlexit define. [`d454d11`](https://github.com/ImageMagick/ImageMagick/commit/d454d1124389d31db5fbabc5f685472233451d94)
-- Removed unused NTSetSearchPath method. [`43ea02a`](https://github.com/ImageMagick/ImageMagick/commit/43ea02a3c9a6870b9289dfe988174f2fa35df510)
-- Windows doesn't need a call to lt_dlinit. [`48e9207`](https://github.com/ImageMagick/ImageMagick/commit/48e9207d7f1ba299bf9203d49cef01adb904e222)
-- There is no need to call WSAStartup because we will always have version 2.2 on the supported platforms. [`24990f7`](https://github.com/ImageMagick/ImageMagick/commit/24990f73940b56925d78b61b007bc21df40c802b)
-- Moved linking of lib inside other check. [`b13fabd`](https://github.com/ImageMagick/ImageMagick/commit/b13fabde8e29745c220a0a9bb002fdb1e38298be)
-- More cleanup of header files. [`d048972`](https://github.com/ImageMagick/ImageMagick/commit/d0489724c071b4bc5883878e70a97ee9aa5a942f)
-- Silence warnings for when the distribute-cache is not supported. [`13841a1`](https://github.com/ImageMagick/ImageMagick/commit/13841a11877db52cebb332f727e342c65113acbf)
-- support `--enable-dpc` configure option [`fc7bb1d`](https://github.com/ImageMagick/ImageMagick/commit/fc7bb1d8609d01082b9244a595db433365c7218c)
-- Fixed build error. [`178f677`](https://github.com/ImageMagick/ImageMagick/commit/178f677f674f8bb13b64051627dd187b8e4f4ae6)
-- theoretically a more intuitive brighness contrast algorithm (https://github.com/ImageMagick/ImageMagick/issues/6079) [`cdc73fb`](https://github.com/ImageMagick/ImageMagick/commit/cdc73fb73b68cc9ca0fff856f1b7d3428b22c917)
-- revert format hint (https://github.com/ImageMagick/ImageMagick/issues/6242) [`9e1492e`](https://github.com/ImageMagick/ImageMagick/commit/9e1492e799372a59d702e5cfe602b5d6a4ec6679)
-- Use the new MAGICKCORE_DPC_SUPPORT flag. [`7c8a486`](https://github.com/ImageMagick/ImageMagick/commit/7c8a486c33616fd06a43b658ef80dd8a3ada3092)
-- Removed define that always had the same value. [`8e5fbea`](https://github.com/ImageMagick/ImageMagick/commit/8e5fbeaa708719f258eee5264138a4c823a867d9)
-- We only need to link ws2_32.lib on Windows when we have enabled DPC support. [`1c4f052`](https://github.com/ImageMagick/ImageMagick/commit/1c4f0527332a2b75cb6bbd7d8daf1a91d4310215)
-- identify correct format [`ef12f38`](https://github.com/ImageMagick/ImageMagick/commit/ef12f38bc1afd4a785e79a4aafb1261d07ee56d9)
-- Restored the call to WSAStartup because we do need to do this when we use winsock2. [`1bc9391`](https://github.com/ImageMagick/ImageMagick/commit/1bc93917ec29c6b1bccab23575f193679a9710ce)
-- Correct define check. [`610a8a5`](https://github.com/ImageMagick/ImageMagick/commit/610a8a5914a2fb67e86d5789dabff486f59b106f)
-- Corrected checks that determine if we actually are able to support dpc. [`70cd76b`](https://github.com/ImageMagick/ImageMagick/commit/70cd76b553add0e40f3c754b5710a7debc618c2a)
-- revert [`723b63a`](https://github.com/ImageMagick/ImageMagick/commit/723b63a5b492887d8921b37617e1f874ac5e3cfc)
-- correct slope/intercept [`405c61a`](https://github.com/ImageMagick/ImageMagick/commit/405c61a7b6a93d4ccbcac987ad20dcabb4102dbb)
-- correct intercept [`b29bcd9`](https://github.com/ImageMagick/ImageMagick/commit/b29bcd96bc7fcf5dab3153e694b27278795a5752)
-- eliminate compiler warnings (https://github.com/ImageMagick/ImageMagick/pull/6230) [`fba0e38`](https://github.com/ImageMagick/ImageMagick/commit/fba0e38896d3f2bad7724c36a546a4c6c492bea1)
-- cosmetic [`1fe2162`](https://github.com/ImageMagick/ImageMagick/commit/1fe2162f91e19da9cef89f14d2c3ab445aa6f09b)
-- eliminate compiler warning [`3b84c79`](https://github.com/ImageMagick/ImageMagick/commit/3b84c7949063ad0720d588ea8a880151b00a99e9)
-- release [`e4b3733`](https://github.com/ImageMagick/ImageMagick/commit/e4b3733f83adb50e595268d63443c7f431cfd1c5)
-- beta release [`3b5b4a1`](https://github.com/ImageMagick/ImageMagick/commit/3b5b4a18dd9a77fdeb7874ac68eb0bcbe05a1f9c)
-- if the image type is explicit, use the file extension if possible (https://github.com/ImageMagick/ImageMagick/issues/6242) [`67aa0ed`](https://github.com/ImageMagick/ImageMagick/commit/67aa0edbd3f241071d59cffdb9afbbdfd6ad7edf)
-- Removed unused return value. [`0d5e3a0`](https://github.com/ImageMagick/ImageMagick/commit/0d5e3a078c8ca0b4b34dd6074e5ec2b3148aad50)
-- Use version number instead. [`1bc3bdc`](https://github.com/ImageMagick/ImageMagick/commit/1bc3bdc428b506eb7dd5d839c1fd89e543e87c54)
-- Silence warning by casting to size_t instead where negative values will overflow in a large value. [`8def9df`](https://github.com/ImageMagick/ImageMagick/commit/8def9dffdc93c530a25715f1e759489dfe5b1783)
-- Silenced warnings. [`7285688`](https://github.com/ImageMagick/ImageMagick/commit/7285688a15f19256986be22a593475a2eda6bbf3)
-- Silenced warnings. [`864e6db`](https://github.com/ImageMagick/ImageMagick/commit/864e6dbd6aecc33dd986478e4727e81a1de8434a)
-- Added missing break. [`58b6568`](https://github.com/ImageMagick/ImageMagick/commit/58b6568570a348a89cf514a6a17a6a6cbf5b0266)
-- Moved devcontainer into security folder. [`386f3b8`](https://github.com/ImageMagick/ImageMagick/commit/386f3b80c988f0fe64245f596bf703037ba4089e)
-- Reverted patch and silenced warning. [`4602557`](https://github.com/ImageMagick/ImageMagick/commit/4602557749d8822bd6a9b407062869ac9b3b0de6)
-- Added name to the container. [`f9b5142`](https://github.com/ImageMagick/ImageMagick/commit/f9b514222047f1121da6657d82ce3faa37f7bbd2)
-- Added missing break. [`9754705`](https://github.com/ImageMagick/ImageMagick/commit/9754705c52ea3ea3abdb987054ba1555e1e02725)
-- Silenced MagickCore warnings. [`427e443`](https://github.com/ImageMagick/ImageMagick/commit/427e4434bdf990728607e97898c9a376b051b6a0)
-- Silenced coders warnings. [`8f78bf4`](https://github.com/ImageMagick/ImageMagick/commit/8f78bf49301271b0729e03a5e0cb7c19bd6954e7)
-- Corrected devcontainer name. [`ecc72e5`](https://github.com/ImageMagick/ImageMagick/commit/ecc72e5fe4cf4e9ad79c33dd0b86e4c01c2d48ee)
-- Unreference in else statement instead. [`69da709`](https://github.com/ImageMagick/ImageMagick/commit/69da709ae656582f52311cff7c6656105cb1863e)
-- Removed unused argument. [`890b4c7`](https://github.com/ImageMagick/ImageMagick/commit/890b4c72e79b68bb046e5e2b052f1bc4a111ca41)
-- Removed unused return values. [`1309276`](https://github.com/ImageMagick/ImageMagick/commit/1309276c99076f8973154cdb6db0674c015f58e2)
-- Only define GetICCProperty when build with LCMS delegate. [`bacfcad`](https://github.com/ImageMagick/ImageMagick/commit/bacfcad83b50f76c726d119859e7c4bd2b3302eb)
-- Silenced warning. [`a489b2a`](https://github.com/ImageMagick/ImageMagick/commit/a489b2a775e29d668fe083010a48b36f18e74085)
-- Silenced warnings in MagickWand. [`bf1e065`](https://github.com/ImageMagick/ImageMagick/commit/bf1e065799aabd15628d6177a0edd98b00db823d)
-- Added devcontainer for local development. [`18fd137`](https://github.com/ImageMagick/ImageMagick/commit/18fd137a79803ed36ee5722b7e158297d44f9e81)
-- Use define because the fallthrough attribute is only supported by gcc. [`312aaf9`](https://github.com/ImageMagick/ImageMagick/commit/312aaf9e11934899ffed9aa5330a5d51f174a0e6)
-- Added Dockerfile to the editorconfig. [`38ecac1`](https://github.com/ImageMagick/ImageMagick/commit/38ecac1ead19b0d3d514f456e6f30212970550bc)
-- Use different notation to fix the macos build. [`35152a1`](https://github.com/ImageMagick/ImageMagick/commit/35152a119600f0d4379106e6b1af091441f012a9)
-- Added devcontainer that uses the clang compiler. [`fc6f751`](https://github.com/ImageMagick/ImageMagick/commit/fc6f751b516ae36cc1fd3b90dca30388e2b1b422)
-- Changed build to treat all warnings as errors and check for more warnings. [`2a003f8`](https://github.com/ImageMagick/ImageMagick/commit/2a003f87b7edb07fc4fb65077d9f0c01d618c68b)
-- Silenced warning. [`f85c832`](https://github.com/ImageMagick/ImageMagick/commit/f85c832c820a66f30ec765401cb8ee6a80d66187)
-- Change code to make it compile with -Wall -Wextra -Werror [`b164646`](https://github.com/ImageMagick/ImageMagick/commit/b1646463004163e58ce442eea8567559e73cf214)
-- Silenced warning. [`cdba683`](https://github.com/ImageMagick/ImageMagick/commit/cdba683f0e9529e0c32250ab4a75799f605c235d)
-- Ignore unused-function and builtin-declaration-mismatch warnings to work around autoconf issues. [`f311596`](https://github.com/ImageMagick/ImageMagick/commit/f311596f44cbc29f4af83fdfd990487c567fb172)
-- Clang needs different flags to fix the build. [`3e49a05`](https://github.com/ImageMagick/ImageMagick/commit/3e49a0574881e9390f61196a6275bd7a5c451518)
-- Also build with clang in the daily build. [`717d8d7`](https://github.com/ImageMagick/ImageMagick/commit/717d8d7d853915a60716211542e5690d2fe64ffc)
-- Include compiler in the title. [`50b4062`](https://github.com/ImageMagick/ImageMagick/commit/50b406243962e285296be10a983651c3d3ac331d)
-- Silence warnings that occur when freetype is enabled. [`3f9cfbd`](https://github.com/ImageMagick/ImageMagick/commit/3f9cfbdc83354635ddf4b8ece07dac9779f0c078)
-- Silenced more warnings. [`7c809d7`](https://github.com/ImageMagick/ImageMagick/commit/7c809d75926d1b9fbacdc1202e462662825ebd99)
-- Silence the warning differently. [`feaa675`](https://github.com/ImageMagick/ImageMagick/commit/feaa67525e76c2823fc2345441484ed058f8d0ed)
-- elimiate compiler warnings [`f49eeca`](https://github.com/ImageMagick/ImageMagick/commit/f49eeca76e998eca33c4c87b6030bf4ca09f9ca1)
-- eliminate compiler warnings [`c40db4e`](https://github.com/ImageMagick/ImageMagick/commit/c40db4eb2dbc37a3b0e4f79dd020be4d1a39a71e)
-- eliminate compiler warnings [`9d85754`](https://github.com/ImageMagick/ImageMagick/commit/9d85754dac637cd68601fef32d8bdf472aa0cc60)
-- eliminate compiler warning [`7157e1a`](https://github.com/ImageMagick/ImageMagick/commit/7157e1ad9a1c1e6705f37720548acd84647c4a60)
-- expand channel map by 1 [`cc97c3a`](https://github.com/ImageMagick/ImageMagick/commit/cc97c3aeaf65cd029aa6ef67076e2c2a45f5d678)
-- initialize max channels + 1 [`bdd4599`](https://github.com/ImageMagick/ImageMagick/commit/bdd45991a031969dba24227066dcb507e23afcb6)
-- add additional checks for casting double to size_t [`f7b5682`](https://github.com/ImageMagick/ImageMagick/commit/f7b5682435d37ad5ea8142d69629c93228e6376d)
-- cosmetic [`77f6713`](https://github.com/ImageMagick/ImageMagick/commit/77f6713783082cbbda797ff9f592bf39885c49f7)
-- identify z component of chromaticity [`fecfed4`](https://github.com/ImageMagick/ImageMagick/commit/fecfed4d0cf87edac7a715ad5c62a58bde3a229f)
-- Refactor code to make it more readable. [`9783994`](https://github.com/ImageMagick/ImageMagick/commit/97839947b534a0700d007215da9d5b06cb1cbce8)
-- Corrected compare. [`c13cada`](https://github.com/ImageMagick/ImageMagick/commit/c13cada56348043b68f20ddda1a6ec18754ed8d0)
-- Also skip writing the exif/tiff resolution properties when the pHYs chunk is written. [`d4f233b`](https://github.com/ImageMagick/ImageMagick/commit/d4f233b8cd69585d740e29dc08691c22969cbd1c)
-- improved range checking [`4daec2d`](https://github.com/ImageMagick/ImageMagick/commit/4daec2d748cb2f7540ca0d3f694fb2384b0a5601)
-- cosmetic. [`8066117`](https://github.com/ImageMagick/ImageMagick/commit/8066117e4871f20e98d818b9345e1fa6e5e8eeaf)
-- Removed unused return value. [`d3cf508`](https://github.com/ImageMagick/ImageMagick/commit/d3cf5084cfe9c35b826e0b7450132bab1f8373fa)
-- consistent method to check for alpha channel [`242e940`](https://github.com/ImageMagick/ImageMagick/commit/242e9404512a2cc31e858632f963005a3ec32be9)
-- Correct comment. [`43aa790`](https://github.com/ImageMagick/ImageMagick/commit/43aa790ee24b0be2d3b74a969fbbd3d6f6683a16)
-- Added method to update the density and orientation in the xmp profile. [`fc4f67b`](https://github.com/ImageMagick/ImageMagick/commit/fc4f67bb1b8eb1b61ae70e401482844086949721)
-- Corrected value for tiff:ResolutionUnit. [`c9f17dc`](https://github.com/ImageMagick/ImageMagick/commit/c9f17dccb2ed29aa95478d4fb1736e869d6ec884)
-- Cosmetic. [`589856f`](https://github.com/ImageMagick/ImageMagick/commit/589856f5497a23e959123b7163601e979763ce2f)
-- Removed debug printf statement... [`fecd253`](https://github.com/ImageMagick/ImageMagick/commit/fecd253924effa9111e4955f1d28d7d9722c7835)
-- round crop width properly [`adda986`](https://github.com/ImageMagick/ImageMagick/commit/adda986b5a7c331e0cf6e9dce3128e7a1f0b40e6)
-- Install more dependencies for the macOS build. [`4a52f67`](https://github.com/ImageMagick/ImageMagick/commit/4a52f674a41a590a5d0482c2dc37fef4a6dc799f)
-- Silence warning. [`30f3676`](https://github.com/ImageMagick/ImageMagick/commit/30f3676342add45216fd09329f5af2a50c1d0fc7)
-- release [`21d049b`](https://github.com/ImageMagick/ImageMagick/commit/21d049b305ff00c77e168bad1085abb73b7f2201)
-
-## [7.1.1-6](https://github.com/ImageMagick/ImageMagick/compare/7.1.1-5...7.1.1-6) - 2023-04-02
-
-### Commits
-
-- beta release [`a680ab2`](https://github.com/ImageMagick/ImageMagick/commit/a680ab229d0115c62096828851242a6a4f30cea3)
-- Use const string instead. [`b094512`](https://github.com/ImageMagick/ImageMagick/commit/b0945129b022458c022a83ff0740889a9543e00f)
-- display -moments deprecation warning (#https://github.com/ImageMagick/ImageMagick/issues/6195) [`2ef7c36`](https://github.com/ImageMagick/ImageMagick/commit/2ef7c3652e780d8f4a1396ab7778e8814b0cc0ae)
-- set setting to True [`984294d`](https://github.com/ImageMagick/ImageMagick/commit/984294d86affe3af5d856c0ba3a5b399c5b4afd8)
-- conditional colormap [`89c07db`](https://github.com/ImageMagick/ImageMagick/commit/89c07db585f57fbda3cb2cf15e197b27a178054f)
-- Enabled OpenMP in the portable build. [`f92ab19`](https://github.com/ImageMagick/ImageMagick/commit/f92ab197cfabe8020c014818736e8bed71435d58)
-- enable near-lossless compression quality (https://github.com/ImageMagick/ImageMagick/discussions/6204) [`3331c9e`](https://github.com/ImageMagick/ImageMagick/commit/3331c9ed8bdbbdc548f8309a3fadf5b6e638bc98)
-- update documentation to use `magick` [`ad86745`](https://github.com/ImageMagick/ImageMagick/commit/ad867455b3cd6e726be11c67419b80dbeb6c9ac8)
-- switch http to https [`67d687e`](https://github.com/ImageMagick/ImageMagick/commit/67d687ef2b2c0c349120fcaad9ca3e6c3d9cb874)
-- uniform copyright [`71d27ee`](https://github.com/ImageMagick/ImageMagick/commit/71d27ee9c5fab945787547715581b7b48b4f5425)
-- channel 0 is a permitted channel (patch from @snibgo) [`4317238`](https://github.com/ImageMagick/ImageMagick/commit/43172387aee0432c1273c03fa30f925b15631fa3)
-- update multispectral imagery location [`a23b0f6`](https://github.com/ImageMagick/ImageMagick/commit/a23b0f6db3b66a8b0b0f3a5e9b86caf597d84a62)
-- enlarge image tile [`21fed7c`](https://github.com/ImageMagick/ImageMagick/commit/21fed7c3b44ecdd94c08a12f2d4ac28004cb6adc)
-- sharper [`7523d7e`](https://github.com/ImageMagick/ImageMagick/commit/7523d7e4057f6828a5f1c599a4b037354966a30c)
-- Removed unused includes. [`b359cb2`](https://github.com/ImageMagick/ImageMagick/commit/b359cb2b34a469a577bb6a33d3d0a7df844a3386)
-- Cosmetic. [`aee6ef6`](https://github.com/ImageMagick/ImageMagick/commit/aee6ef674a7682f626f778f984c1040ee2274e39)
-- Cosmetic [`f0af90e`](https://github.com/ImageMagick/ImageMagick/commit/f0af90e65fc66c79f69e78187c70af10b135dfa6)
-- Also set dpi-x and dpi-y when running rsvg-convert (#6214). [`d2e151e`](https://github.com/ImageMagick/ImageMagick/commit/d2e151ef619a70cfa5dd765619d8f64d8930c1f6)
-- Only write ResolutionResourceBlock when dpi is set (#6201). [`cc00cae`](https://github.com/ImageMagick/ImageMagick/commit/cc00cae94b58e8e4fcb93ed4ba8583289dd0a864)
-- possible heap buffer overflow (https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-35q2-86c7-9247) [`d7a8bdd`](https://github.com/ImageMagick/ImageMagick/commit/d7a8bdd7bb33cf8e58bc01b4a4f2ea5466f8c6b3)
-- account for multiple meta channels (thanks to Dirk) [`359fc70`](https://github.com/ImageMagick/ImageMagick/commit/359fc70e904175c6ae49404f55fe9c3c071ad025)
-- Corrected return value of GetQuantumExtent for MultispectralQuantum. [`562360b`](https://github.com/ImageMagick/ImageMagick/commit/562360bb70990931e1380db2fd8b6cae39183f98)
-- There is no need to update the rows_remaining. [`8011e36`](https://github.com/ImageMagick/ImageMagick/commit/8011e3634772509bc11a5f4a41fa402fd5312853)
-- Improved calculation of the extent. [`142aa5b`](https://github.com/ImageMagick/ImageMagick/commit/142aa5b51f1b1359a0a583c8db7b6e52a9981642)
-- No longer "override" error message with NonconformingDrawingPrimitiveDefinition to improve error reporting. [`06186b1`](https://github.com/ImageMagick/ImageMagick/commit/06186b17f6ab292b582d57e8b0aeef66ed50293f)
-- multiply strip size by # of samples [`1be141e`](https://github.com/ImageMagick/ImageMagick/commit/1be141ef854916bf48bdda6f1ef0324fcde8cae9)
-- release [`b2dd67b`](https://github.com/ImageMagick/ImageMagick/commit/b2dd67b1681e23d0e0b9769d81bed23f05129e2a)
-
-## [7.1.1-5](https://github.com/ImageMagick/ImageMagick/compare/7.1.1-4...7.1.1-5) - 2023-03-26
-
-### Commits
-
-- beta release [`9b9fc9d`](https://github.com/ImageMagick/ImageMagick/commit/9b9fc9dfeee411817250b605daad082f82e08a3e)
-- offset to x1 for west gravity (#https://github.com/ImageMagick/ImageMagick/issues/6163) [`bb82582`](https://github.com/ImageMagick/ImageMagick/commit/bb82582f1e08cdb1f039820b532c99de2784c3bc)
-- optimization [`de1cc16`](https://github.com/ImageMagick/ImageMagick/commit/de1cc165239e32f6e7f3cf7744bc90cf4bba4142)
-- add additional meta channels [`c70f299`](https://github.com/ImageMagick/ImageMagick/commit/c70f299df861223dbab09ba92341e7c329f6bef7)
-- ensure source and hald images are in the same colorspace (#https://github.com/ImageMagick/ImageMagick/discussions/6173) [`852a723`](https://github.com/ImageMagick/ImageMagick/commit/852a723f1ea8a4dbf204f013173eb4e17ce4f0c1)
-- cosmetic [`71cc1d1`](https://github.com/ImageMagick/ImageMagick/commit/71cc1d17aae2181390a173de8f7291933ee8240f)
-- document multispectral imagery (after doc update) [`90e86d4`](https://github.com/ImageMagick/ImageMagick/commit/90e86d47392cc5d24c353c03256f5fc29c77cd27)
-- throw warning then writing image format with support for read but not write (https://github.com/ImageMagick/ImageMagick/discussions/6183) [`1083db7`](https://github.com/ImageMagick/ImageMagick/commit/1083db70529509e591baf643483746ef39ec785d)
-- MVG must be explicit [`4a24b8d`](https://github.com/ImageMagick/ImageMagick/commit/4a24b8dc1728052f5226f420b70530c29f6b16c4)
-- enable left bearing offset for undefined and west gravities [`7ba3a8a`](https://github.com/ImageMagick/ImageMagick/commit/7ba3a8a16af467b3b9d09d95d81747b2a9804adf)
-- no_interpolation member introduced in libraw 0.21 [`aba35a6`](https://github.com/ImageMagick/ImageMagick/commit/aba35a6ce00dca61a175f56dc4320db7192b4599)
-- Auto correct negative image positions and raise a warning instead. [`194e929`](https://github.com/ImageMagick/ImageMagick/commit/194e929793d7d9019051c5412d434b099c62b9c8)
-- Only write position offset since negative values are not allowed for rational (TIFFTAG_XRESOLUTION/TIFFTAG_YRESOLUTION). [`ffa3d25`](https://github.com/ImageMagick/ImageMagick/commit/ffa3d25689e9065624f6062522e25e4f03051466)
-- eliminate memory leak when writing the JPS image format [`71fa21b`](https://github.com/ImageMagick/ImageMagick/commit/71fa21bb1756b316c194dfcc7f59142f7ccec8fd)
-- release [`5eb3445`](https://github.com/ImageMagick/ImageMagick/commit/5eb344587cfd5af794ef07ec0ad7df99f7e2fa24)
-- module is a reserved work in C++ (20) [`92a5afc`](https://github.com/ImageMagick/ImageMagick/commit/92a5afcfaa497372aff3544748143128e9ac416e)
-- release [`2d24be5`](https://github.com/ImageMagick/ImageMagick/commit/2d24be538f286962c355cf422bb525375ac77998)
-
-## [7.1.1-4](https://github.com/ImageMagick/ImageMagick/compare/7.1.1-3...7.1.1-4) - 2023-03-18
-
-### Commits
-
-- beta release [`65712a9`](https://github.com/ImageMagick/ImageMagick/commit/65712a975f545c43484ab33a90b449a2052b70ec)
-- Removed check that will never be true. [`6422c97`](https://github.com/ImageMagick/ImageMagick/commit/6422c97d9bb4b798d6c57bfaf6ac8a4a9a04b703)
-- Removed unused private method. [`ec8c69e`](https://github.com/ImageMagick/ImageMagick/commit/ec8c69e34e1d2fd5947a6b625f958ab8cabdbe66)
-- improve default fatal exception handler [`858769e`](https://github.com/ImageMagick/ImageMagick/commit/858769e6450a411b082080998d4fb91085216b5f)
-- improve locale exception handling [`b10fda9`](https://github.com/ImageMagick/ImageMagick/commit/b10fda9acb9ec3a10676dd789be7a3bda398d717)
-- terminate loop on page sentinel (#https://github.com/ImageMagick/ImageMagick/issues/6158) [`06d3b28`](https://github.com/ImageMagick/ImageMagick/commit/06d3b282a43457da6b3a2d3f84c33e07064a1e98)
-- optimization [`2129847`](https://github.com/ImageMagick/ImageMagick/commit/2129847cd6b8f79ba10d2560a36b76de3311d5e6)
-- Moved setting the SetUnhandledExceptionFilter to magick.c (#6152) [`bb1841b`](https://github.com/ImageMagick/ImageMagick/commit/bb1841bfdfb85ac145ddb62ae7ea1717a3299d48)
-- Also call SetConsoleOutputCP in wmain() instead. [`72c3996`](https://github.com/ImageMagick/ImageMagick/commit/72c3996cf38909b3ab34c23cb2ce2fa16d140721)
-- cosmetic [`72f0a8e`](https://github.com/ImageMagick/ImageMagick/commit/72f0a8e08f6b21a438a63eed848b03730ab3c539)
-- Make sure that AsynchronousResourceComponentTerminus is exported. [`ca9ad33`](https://github.com/ImageMagick/ImageMagick/commit/ca9ad33a009e4cc7064cb4149d83ea2c2d3a6903)
-- We always need to do a seek in our FT_Stream_IoFunc implementation (https://gitlab.freedesktop.org/freetype/freetype/-/issues/1208). [`1288469`](https://github.com/ImageMagick/ImageMagick/commit/12884697a84f185243347069198ab393cae7396c)
-- Cosmetic. [`21db2a0`](https://github.com/ImageMagick/ImageMagick/commit/21db2a08eebf2d13a0af158eae1403b8ebcd73de)
-- accomodate UTF-8 image file names [`f8dc416`](https://github.com/ImageMagick/ImageMagick/commit/f8dc416e1ca3bac3692c3d2f1ce88ca1d685f8dc)
-- Newer versions of libtiff require the field_name to be set so we set it to a static dummy string. [`354f05a`](https://github.com/ImageMagick/ImageMagick/commit/354f05a620884e1a54463a89a35076ec97d5c57f)
-- set gamma to 1.0 for linear colorspaces (#https://github.com/ImageMagick/ImageMagick/issues/6157) [`c950eda`](https://github.com/ImageMagick/ImageMagick/commit/c950eda7bf5acf8fdf549126c45517dd890fb126)
-- release [`10ad43d`](https://github.com/ImageMagick/ImageMagick/commit/10ad43dc3e5113fa1969a55583a080c5a6a23f65)
-
-## [7.1.1-3](https://github.com/ImageMagick/ImageMagick/compare/7.1.1-2...7.1.1-3) - 2023-03-11
-
-### Merged
-
-- Add HEIC support to AppImage (Partially solve #4666) [`#6098`](https://github.com/ImageMagick/ImageMagick/pull/6098)
-
-### Commits
-
-- beta release [`0e525cc`](https://github.com/ImageMagick/ImageMagick/commit/0e525cc97ad7b0a31d817ab723905b035854e697)
-- synchronize meta channel names, e.g., meta0, meta1, etc. [`14255d0`](https://github.com/ImageMagick/ImageMagick/commit/14255d004f62599079b9fd2986211119d1dda791)
-- Also call MagickWandTerminus in TerminateMagick. [`55682a7`](https://github.com/ImageMagick/ImageMagick/commit/55682a795d1e707aaacbda847971677957f8da20)
-- MagickWandTerminus calls MagickCoreTermines so we don't need to call both of them. [`75e4766`](https://github.com/ImageMagick/ImageMagick/commit/75e4766e03eb9267c24419461ac1c8cb0396c7df)
-- fix memory leak in cloning DrawInfo structure (https://github.com/ImageMagick/ImageMagick/issues/6149) [`84d7ad1`](https://github.com/ImageMagick/ImageMagick/commit/84d7ad135f61073304053a7d9ab2cf66b63df0ef)
-- release [`c5d5e71`](https://github.com/ImageMagick/ImageMagick/commit/c5d5e7117fb07096158bcad05e1086f0c2fff172)
-
-## [7.1.1-2](https://github.com/ImageMagick/ImageMagick/compare/7.1.1-1...7.1.1-2) - 2023-03-09
-
-### Commits
-
-- release [`f41f852`](https://github.com/ImageMagick/ImageMagick/commit/f41f852be7e5eb75ecd5d0b3e262ffed42795a1a)
-- release [`5d382e7`](https://github.com/ImageMagick/ImageMagick/commit/5d382e70c2f82534f0d1638cd21c1050af68af2f)
-
-## [7.1.1-1](https://github.com/ImageMagick/ImageMagick/compare/7.1.1-0...7.1.1-1) - 2023-03-09
-
-### Merged
-
-- restore library symbol versioning to fix ABI break [`#6145`](https://github.com/ImageMagick/ImageMagick/pull/6145)
-
-### Commits
-
-- beta release [`3ac92ec`](https://github.com/ImageMagick/ImageMagick/commit/3ac92ec21130747d4eeba925886919ec5e8bc5ef)
-- PNG compression filters range from 0-5 [`1307d32`](https://github.com/ImageMagick/ImageMagick/commit/1307d322cd0736304863f18c52abd4def5cc171a)
-- check for c++ compiler [`ecf3739`](https://github.com/ImageMagick/ImageMagick/commit/ecf37396ee11377af9b3d254713b434f85181cf1)
-- support an array of metachannels without breaking the ABI [`25ce9ad`](https://github.com/ImageMagick/ImageMagick/commit/25ce9adb9dc3bec246682b493d0ce67bf51ba5a8)
-- release [`c557f0d`](https://github.com/ImageMagick/ImageMagick/commit/c557f0d12dac99d391a4ed4d7e8a74b5efe59f66)
-
-## [7.1.1-0](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-62...7.1.1-0) - 2023-03-08
-
-### Merged
-
-- improve Install-unix.txt [`#6105`](https://github.com/ImageMagick/ImageMagick/pull/6105)
-
-### Commits
-
-- beta release [`fd12019`](https://github.com/ImageMagick/ImageMagick/commit/fd12019f3650c63623f2b8888f0b6326f8156c4f)
-- Code cleanup. [`b430dc1`](https://github.com/ImageMagick/ImageMagick/commit/b430dc10bb14a14c891065a13306db97a4f00740)
-- Added support for reading ATI2 (BC5) images (#5919). [`7e5875b`](https://github.com/ImageMagick/ImageMagick/commit/7e5875b97e442f6b6f67e58d99d85b1ad2efbaf1)
-- correct RLE unpack algorithm [`a1bd818`](https://github.com/ImageMagick/ImageMagick/commit/a1bd8188b3ad679f0814ae3935e45e496381df19)
-- return total channels and meta channels [`8abb434`](https://github.com/ImageMagick/ImageMagick/commit/8abb43486dffc115b4e07ddef16296cc25e72d82)
-- do not exceed 64 pixel channels (https://github.com/ImageMagick/ImageMagick/issues/6075) [`8c97870`](https://github.com/ImageMagick/ImageMagick/commit/8c978704bf132799efbae94aade632a6a099a0e7)
-- properly detect an extra samples alpha channel (https://github.com/ImageMagick/ImageMagick/issues/6058) [`c6efe14`](https://github.com/ImageMagick/ImageMagick/commit/c6efe14959b8801471259d47858b177ea3890298)
-- Added extra check to resolve the issue reported in #6080 (-process ' '). [`2c2829b`](https://github.com/ImageMagick/ImageMagick/commit/2c2829bd2af469a957e30a5de96a2e763c1c16b9)
-- detect RLE error [`b2f4f4a`](https://github.com/ImageMagick/ImageMagick/commit/b2f4f4a2a45c1c9640aadeaace5ee926c92664ff)
-- check for sans fonts [`0427628`](https://github.com/ImageMagick/ImageMagick/commit/04276281471885e2200848330985df9fa9301a01)
-- check for NULL destination image [`295e075`](https://github.com/ImageMagick/ImageMagick/commit/295e0755b2d4d8352516209450969df015104a8a)
-- improved support for meta channels in TIFF format (https://github.com/ImageMagick/ImageMagick/discussions/4995) [`2ef0b31`](https://github.com/ImageMagick/ImageMagick/commit/2ef0b31c2e9a45965388407c4c757fe740ecfee1)
-- account for meta channels [`91e3c66`](https://github.com/ImageMagick/ImageMagick/commit/91e3c66c03852c64dd6e91f1040180dc8866a0c8)
-- the channel mask is irrelevant [`bb2274b`](https://github.com/ImageMagick/ImageMagick/commit/bb2274b5763a5445d7f0ccd5df15e5204db1366c)
-- revert [`847a5ae`](https://github.com/ImageMagick/ImageMagick/commit/847a5aeb330535096fd354ec97b3e040df0e140f)
-- generate correct statistics for meta channels (https://github.com/ImageMagick/ImageMagick/issues/6097) [`876785e`](https://github.com/ImageMagick/ImageMagick/commit/876785ecd5bd243779c18aff6712b9ae9bad01a4)
-- check for exceeding maximum channels [`63b53d3`](https://github.com/ImageMagick/ImageMagick/commit/63b53d3beea72b368bb2da6043c24b778d90e340)
-- set the number of meta channels [`1abb25d`](https://github.com/ImageMagick/ImageMagick/commit/1abb25dd08683974d1701989b96060bdc29acf3a)
-- Also build app-image with a pull request. [`cd1df2a`](https://github.com/ImageMagick/ImageMagick/commit/cd1df2af448041b6d86c5841ecdb402bb73380b1)
-- continuing effort to support multispectral imaging [`584a326`](https://github.com/ImageMagick/ImageMagick/commit/584a326978ce1e0a868cff473d41d509b3393552)
-- eliminate compiler warning [`844d21b`](https://github.com/ImageMagick/ImageMagick/commit/844d21bd6e42acf5bfead1baa8f23e2d079504fc)
-- No longer check for Noto Sans and Nimbus Sans to make sure the correct default is used on Windows. [`a0f7fbf`](https://github.com/ImageMagick/ImageMagick/commit/a0f7fbff738066c71076bcde29fb8b900a671277)
-- Restored missing null check. [`184cce1`](https://github.com/ImageMagick/ImageMagick/commit/184cce1636d0832effbad2ad6b71d19a7e4d4828)
-- check for negative LUT lookup (https://github.com/ImageMagick/ImageMagick/issues/6070) [`de5f368`](https://github.com/ImageMagick/ImageMagick/commit/de5f368ee961855112d29ef8929f3df8433bc1e5)
-- get MAGICK_FONT environment variable [`d8d0c9a`](https://github.com/ImageMagick/ImageMagick/commit/d8d0c9abdee8b0576ab2101783d48bc94141d24d)
-- valid compression filters are 0 through 9 (https://github.com/ImageMagick/ImageMagick/discussions/6108) [`552c2c5`](https://github.com/ImageMagick/ImageMagick/commit/552c2c566c025d81ae177780220709d97a47c80a)
-- Only allocate the sans_exception when we need to. [`03f0663`](https://github.com/ImageMagick/ImageMagick/commit/03f0663896d872f9facec8b6aebe75a4182710f0)
-- site: fix typo for compare [`033e255`](https://github.com/ImageMagick/ImageMagick/commit/033e2559e5ab77a5de46287f2287ae0bd809c25d)
-- clone latest documentation [`5819ff1`](https://github.com/ImageMagick/ImageMagick/commit/5819ff1fd0e88062f8fc8b5ca6b082199dba9714)
-- channel FX and meta-channels, work in progress [`62f1608`](https://github.com/ImageMagick/ImageMagick/commit/62f1608e896cf4ffd5b703085af2db103ad1b78a)
-- only set alpha trait for "alpha" mnemonic [`787c001`](https://github.com/ImageMagick/ImageMagick/commit/787c0018e878446cfd23489e7490d2a928cd14db)
-- add support for more than one meta channel [`b9c30c3`](https://github.com/ImageMagick/ImageMagick/commit/b9c30c3ee8c133dd415472b978272ca986c121b8)
-- support meta1 ... meta9 meta channels [`6b9f68f`](https://github.com/ImageMagick/ImageMagick/commit/6b9f68f14472e16d3f070dab77daafaa7350e016)
-- support meta0 channel [`05fe46f`](https://github.com/ImageMagick/ImageMagick/commit/05fe46f9633d68d2aa4b697cf5bb97b1c7416ea1)
-- still work to be done for multispectral images [`bead12a`](https://github.com/ImageMagick/ImageMagick/commit/bead12a05dee3e8adbdf32c85e1528cfd79e8424)
-- more fixes for multispectral support [`d1e4d78`](https://github.com/ImageMagick/ImageMagick/commit/d1e4d786aef7b1ecf98b0b8bac005ea2abf944d5)
-- identify a default font [`2ede725`](https://github.com/ImageMagick/ImageMagick/commit/2ede7250ffa558b42b88b8946c1f9a0c8c0315c7)
-- additional support for multisprectral images [`6b2ae4e`](https://github.com/ImageMagick/ImageMagick/commit/6b2ae4ebca0b4e5f698c45f68297615156ce25d2)
-- Also include optional libraries and deprecated code in the daily Windows build. [`0c00814`](https://github.com/ImageMagick/ImageMagick/commit/0c008149ca0e90287dc9cce58d1c699043c321eb)
-- Also include incompatible licenses in the daily Windows build. [`8573c43`](https://github.com/ImageMagick/ImageMagick/commit/8573c43cb86063d884d5616953034517334056e6)
-- Moved declaration of variable. [`779cb0c`](https://github.com/ImageMagick/ImageMagick/commit/779cb0c9c8d91b7b3863da0367f3ee8dbfa6338d)
-- Added option (tiff:jpeg-tables-mode) to set the TIFFTAG_JPEGTABLESMODE. [`455e3cb`](https://github.com/ImageMagick/ImageMagick/commit/455e3cba6768e8eae7231a395ea60b0ec36314dd)
-- throw exception for invalid channel type [`a59e589`](https://github.com/ImageMagick/ImageMagick/commit/a59e589eab4c01f5aaf74dbe40217a2a38655ed8)
-- eliminate compiler warnings [`25d9d29`](https://github.com/ImageMagick/ImageMagick/commit/25d9d2970c249b32fbc79c409298b5936ef06c62)
-- Fixed printing of the delegates when running configure. [`f73a3d1`](https://github.com/ImageMagick/ImageMagick/commit/f73a3d1a0663fd6dd58b0cc78c2541c41769fdd0)
-- do not permit MVG coder from rendering SVG/MSVG images [`f7de350`](https://github.com/ImageMagick/ImageMagick/commit/f7de350f571ad6216dd4a840732a36c89ea6fd0f)
-- Check for module instead of coder. [`accdd08`](https://github.com/ImageMagick/ImageMagick/commit/accdd08951d5fd055986176bfc55314fb6d5f4a8)
-- recursion detection [`83d6643`](https://github.com/ImageMagick/ImageMagick/commit/83d6643b5dc2afa67c699967e9f71ca2f821dce4)
-- recursion detection [`1010008`](https://github.com/ImageMagick/ImageMagick/commit/1010008fcc9f81eecaad13d08ea9ff18d1f8bb63)
-- Removed checks for PANGO_DELEGATE since we only use pangocairo. [`8f7e7aa`](https://github.com/ImageMagick/ImageMagick/commit/8f7e7aa1a0dc26a81a3d1c5d77c1fded5661108e)
-- Turns out we need to check for both pango and pangocairo to get the correct includes. [`e0f67d2`](https://github.com/ImageMagick/ImageMagick/commit/e0f67d257674f779168bfbac20584ee6b8dfb023)
-- recursion detection framework [`9d3dd91`](https://github.com/ImageMagick/ImageMagick/commit/9d3dd9192f6710ec8e10f5edda9b7bf67caeb232)
-- recursion detection [`9b2c57f`](https://github.com/ImageMagick/ImageMagick/commit/9b2c57f8794249f6b8fe2629c4ea01832d0a817f)
-- erecursion detection [`c5b23cb`](https://github.com/ImageMagick/ImageMagick/commit/c5b23cbf2119540725e6dc81f4deb25798ead6a4)
-- recursion detection fail [`d60d266`](https://github.com/ImageMagick/ImageMagick/commit/d60d2662f0e12f78d20fb1c90cc19dd1729233f7)
-- do not composite SVG to avoid possible recursion [`a3b0f6c`](https://github.com/ImageMagick/ImageMagick/commit/a3b0f6c0677e4db09236ccb0c934db7aef3cd52f)
-- Added pdf:printed define that can be used to set -dPrinted when executing Ghostscript (#6128). [`2e984f9`](https://github.com/ImageMagick/ImageMagick/commit/2e984f995bdc75fb5b956b8d35d7d4e511d97f7a)
-- release [`9009707`](https://github.com/ImageMagick/ImageMagick/commit/9009707d09287d168057cb6018b37b68dd586775)
-
-## [7.1.0-62](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-61...7.1.0-62) - 2023-02-12
-
-### Merged
-
-- add `BC5_UNORM` compression support [`#6039`](https://github.com/ImageMagick/ImageMagick/pull/6039)
-
-### Commits
-
-- beta release [`a8dc29d`](https://github.com/ImageMagick/ImageMagick/commit/a8dc29d0d2d8f9c4fb5441a388fa36f10d49827f)
-- beta release [`79ff987`](https://github.com/ImageMagick/ImageMagick/commit/79ff9879a88a56627c743a716f83dc62656d2600)
-- support filenames with embedded characters (https://github.com/ImageMagick/ImageMagick/issues/6040) [`3c49ec1`](https://github.com/ImageMagick/ImageMagick/commit/3c49ec13f6d143f5a36dcb10a8e3433dbbc25a3c)
-- cast from character to short [`361a40f`](https://github.com/ImageMagick/ImageMagick/commit/361a40fbd87dd626449ca3613ee70c36ed1335a9)
-- Fix EOI marker detection for Exif [`0a3c9ed`](https://github.com/ImageMagick/ImageMagick/commit/0a3c9ed40f6e34eeda9f2d5b437e33f49817fb7c)
-- improve bounds checking [`03b12db`](https://github.com/ImageMagick/ImageMagick/commit/03b12db7d67c4069f72dfa0bd75e35eaffebc538)
-- Added BC5Compression. [`6ef17a6`](https://github.com/ImageMagick/ImageMagick/commit/6ef17a6e9539bf66cdf73788e127348878547682)
-- Code style changes. [`89826e5`](https://github.com/ImageMagick/ImageMagick/commit/89826e5b12db1344550236fd4a0f60c4d76ae0bf)
-- Changed order. [`3a69948`](https://github.com/ImageMagick/ImageMagick/commit/3a69948d93b5c00d4d49c15342e8da7db58071ce)
-- More code style changes. [`322e4bc`](https://github.com/ImageMagick/ImageMagick/commit/322e4bce666cbb8ca6ee5df27db79cbc52124486)
-- Another minor change. [`b5df91a`](https://github.com/ImageMagick/ImageMagick/commit/b5df91a8c0ebec6854940bd892f794d6827a470a)
-- Avoid typecasting. [`5d002fd`](https://github.com/ImageMagick/ImageMagick/commit/5d002fd6e37dbcc05a4b3ace00a4a0a99c9feb94)
-- There is no need to set the alpha channel. [`f01454c`](https://github.com/ImageMagick/ImageMagick/commit/f01454c8814de622bd99ef9dcede46591cb008ab)
-- alpha_trait should be undefined for ReadBC5. [`75aac78`](https://github.com/ImageMagick/ImageMagick/commit/75aac78f97f01db1363dd84c0a40d9ff0e9bc03b)
-- handle undefined EXIF tag (https://github.com/ImageMagick/ImageMagick/issues/6052) [`e0b640e`](https://github.com/ImageMagick/ImageMagick/commit/e0b640e0e4660f24455134df240ac0da8f12ba15)
-- Update SECURITY.md [`a8668be`](https://github.com/ImageMagick/ImageMagick/commit/a8668be21f6976f9306462cf84f17f0351b71f53)
-- eliminate compiler warnings [`74b3683`](https://github.com/ImageMagick/ImageMagick/commit/74b3683a4c6c22d42019c753377ae844755e6dab)
-- release [`32ce406`](https://github.com/ImageMagick/ImageMagick/commit/32ce406898b6f9992103cc0ee353f31a0e83f063)
-
-## [7.1.0-61](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-60...7.1.0-61) - 2023-02-05
-
-### Merged
-
-- Fix wonky wording in SECURITY.md [`#6033`](https://github.com/ImageMagick/ImageMagick/pull/6033)
-- Link MagickCore to urlmon when targeting Windows [`#6032`](https://github.com/ImageMagick/ImageMagick/pull/6032)
-
-### Commits
-
-- beta release [`b236524`](https://github.com/ImageMagick/ImageMagick/commit/b236524b27cfee49e58b938687024099b917de35)
-- fix copyright [`e23ce3b`](https://github.com/ImageMagick/ImageMagick/commit/e23ce3bc66b26b2e7c63be6a77bc700810eac993)
-- Whitespace [`d2079f1`](https://github.com/ImageMagick/ImageMagick/commit/d2079f18721f3e44ea6f5a0d5b550c823517570f)
-- Corrected the seek implementation (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55325). [`977e449`](https://github.com/ImageMagick/ImageMagick/commit/977e449b4190f8d1bc300a44d1e80f89da483ba5)
-- add support for -list pagesize [`ae4f311`](https://github.com/ImageMagick/ImageMagick/commit/ae4f311e3468cfc23cfb92c5f38940b8d3240ea4)
-- Silenced warning. [`3c67022`](https://github.com/ImageMagick/ImageMagick/commit/3c6702293ed035fb8bb2a6491068a6b2b121c84e)
-- Brotli files are no longer installed. [`12b2f5f`](https://github.com/ImageMagick/ImageMagick/commit/12b2f5f4f5f7e770264b180978def9380a5bba3a)
-- Fuzzing build now also requires -lbrotlicommon. [`8ceca5d`](https://github.com/ImageMagick/ImageMagick/commit/8ceca5d5fb388f73f7b7fc624fa484611693e949)
-- Disable LOSSLESS_SUPPORTED checks for libjpeg turbo because they break with their latest code. [`1175c9c`](https://github.com/ImageMagick/ImageMagick/commit/1175c9c3197cfcd21970772a62b1a6135c8d68f0)
-- Removed -static suffix. [`574684e`](https://github.com/ImageMagick/ImageMagick/commit/574684e5eca990dc2e9a7183d960d1b6d9f088b2)
-- disable setting profile:<filename> property as it is a security risk [`8235d35`](https://github.com/ImageMagick/ImageMagick/commit/8235d35d41f8d3cbd0c20612c406129593dbbf73)
-- eliminate compiler warning [`a975e1b`](https://github.com/ImageMagick/ImageMagick/commit/a975e1b83bf7386c9adf56b4d3d14998090bdaed)
-- revert [`c97c0db`](https://github.com/ImageMagick/ImageMagick/commit/c97c0db432ad971b19163e0787626d3cf3947aed)
-- move `-set profile` handling to CLI [`2f6db24`](https://github.com/ImageMagick/ImageMagick/commit/2f6db246a38236567e11f16a0f0ebdca9954f431)
-- Moved check for @ (indirect read) to FileToString and also check the policy inside that method. [`790764e`](https://github.com/ImageMagick/ImageMagick/commit/790764e49b3b30dc36fd2d56dcc9a0245f75860d)
-- add a null byte to the iTXt chunk [`62e47eb`](https://github.com/ImageMagick/ImageMagick/commit/62e47eb4a21393211f54577536fc57339af9cecb)
-- remove redundant path policy check [`1e2379f`](https://github.com/ImageMagick/ImageMagick/commit/1e2379f3c457c100854fdfed1ed141fed8c0c394)
-- revert [`9c9d90f`](https://github.com/ImageMagick/ImageMagick/commit/9c9d90f7cdb9af44a2c68bbaf3e6c00917943963)
-- update signatures [`2e616bd`](https://github.com/ImageMagick/ImageMagick/commit/2e616bde4d44b96f36fdcb552d22a5cfbc6e7862)
-- ... [`88ccc99`](https://github.com/ImageMagick/ImageMagick/commit/88ccc99c92f9e67be046dea788494adfa89d06e8)
-- update example [`f66786e`](https://github.com/ImageMagick/ImageMagick/commit/f66786e016266d951d556646c0c5d6ca20be4b57)
-- ... [`f13c503`](https://github.com/ImageMagick/ImageMagick/commit/f13c503844f531ecb766b8ab3227ef32374f9440)
-- cosmetic [`4e9ab48`](https://github.com/ImageMagick/ImageMagick/commit/4e9ab480a6c63ba896e9308b0b546a409c9bfc42)
-- allow SI units with --with-cache configure option [`6558dbb`](https://github.com/ImageMagick/ImageMagick/commit/6558dbbd880dc1caa49c9f7d319d668e61c2dcab)
-- Autogenerate release notes. [`d50e08f`](https://github.com/ImageMagick/ImageMagick/commit/d50e08f9bad4e43e0e7b563ae7f5642324cbe0fe)
-- latest automake updates [`2dbe2c6`](https://github.com/ImageMagick/ImageMagick/commit/2dbe2c65c8cce6f32eb8198f62e0556c1cf611c6)
-- latest automake updates [`1abcc73`](https://github.com/ImageMagick/ImageMagick/commit/1abcc73353026b110e3ab10b903c7f658404bede)
-- eliminate unterminated macro [`68358d7`](https://github.com/ImageMagick/ImageMagick/commit/68358d70389840b9a44be08974d0d5f40ada096a)
-- cosmetic [`4319441`](https://github.com/ImageMagick/ImageMagick/commit/431944147432e6facbfe20eff4074780172a5ab8)
-- Don't use container when creating ChangeLog.md [`08d4a9d`](https://github.com/ImageMagick/ImageMagick/commit/08d4a9d1cf7dd24677577bb108cb1f18245b57b6)
-- Don't use container when creating ChangeLog.md [`df5148e`](https://github.com/ImageMagick/ImageMagick/commit/df5148e25cbd8d1ca6d8a24695bab2d2c4660ffa)
-- improve decompression errors [`6b11831`](https://github.com/ImageMagick/ImageMagick/commit/6b11831de742e3de6d227865c7507ebbb56a502d)
-- release [`d396287`](https://github.com/ImageMagick/ImageMagick/commit/d3962875c233e7dfe741e86a2e65ad28c8c6c05f)
-
-## [7.1.0-60](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-59...7.1.0-60) - 2023-01-29
-
-### Commits
-
-- beta release [`6f5f21e`](https://github.com/ImageMagick/ImageMagick/commit/6f5f21e50306546071cc730977eb45b5353c4443)
-- Use #if instead of checking if the value is defined. [`d50c8c5`](https://github.com/ImageMagick/ImageMagick/commit/d50c8c51f33dab6ea644df5c79b24b558191108a)
-- release [`212bed9`](https://github.com/ImageMagick/ImageMagick/commit/212bed9bab497c0f738c0f11ded1f34656ff154e)
-
-## [7.1.0-59](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-58...7.1.0-59) - 2023-01-28
-
-### Merged
-
-- Strip EOI marker from HEIC/JXL Exif payload [`#6005`](https://github.com/ImageMagick/ImageMagick/pull/6005)
-- Fix for space handling in appimage path [`#5993`](https://github.com/ImageMagick/ImageMagick/pull/5993)
-
-### Commits
-
-- beta release [`44f7797`](https://github.com/ImageMagick/ImageMagick/commit/44f779728fd0a6e2d4dccff51bc8e7f9c0dd54d2)
-- initialize RLE pixels [`7b3eb56`](https://github.com/ImageMagick/ImageMagick/commit/7b3eb56aeb5882e52669e0d06b3425a3649a32c1)
-- Replace tabs with spaces. [`30d823e`](https://github.com/ImageMagick/ImageMagick/commit/30d823eb749bee9a341ba9393438ee42b8b96500)
-- wrong byte order [`010bbd2`](https://github.com/ImageMagick/ImageMagick/commit/010bbd2068f7d9da1c980f3393e2f5ecdc688ff4)
-- Code style changes. [`ddb90b8`](https://github.com/ImageMagick/ImageMagick/commit/ddb90b8502d37715ad9b21c521bc25782536561c)
-- Revert incorrect change... [`5075742`](https://github.com/ImageMagick/ImageMagick/commit/5075742b7e62ed3a6833684bf47aa85a2268e65d)
-- only support WPG postscript embedded images [`89ed3a8`](https://github.com/ImageMagick/ImageMagick/commit/89ed3a846a1d2fbe866f891de3e0d16edf43a4e0)
-- SETJMP_IS_THREAD_SAFE symbol requires namespace prefix (https://github.com/ImageMagick/ImageMagick/discussions/4123) [`7e53875`](https://github.com/ImageMagick/ImageMagick/commit/7e53875836c3d8950b3f848600f0c6bd682fe7fe)
-- add MAGICKCORE prefix [`da36023`](https://github.com/ImageMagick/ImageMagick/commit/da36023786cf83f769a37cb84ef25721d41d19d4)
-- add MAGICKCORE namespace prefix [`cd2d51c`](https://github.com/ImageMagick/ImageMagick/commit/cd2d51c5fe66f3118df075c644c2ea2c50fa19c9)
-- remedy uninitialized value [`8fd36bc`](https://github.com/ImageMagick/ImageMagick/commit/8fd36bc22690b2cad1fd3a4e1f4f0532f9d43ced)
-- permit setting colormap with empty pixel cache [`44e4444`](https://github.com/ImageMagick/ImageMagick/commit/44e44441f0cfe382d1574bea71e8ebdf0f324f2c)
-- ensure code will compile with an ANSI-C compiler [`7b33aac`](https://github.com/ImageMagick/ImageMagick/commit/7b33aacbc8fbdb20026c339874e0b7739c8ebd68)
-- Code cleanup. [`3354da9`](https://github.com/ImageMagick/ImageMagick/commit/3354da99df1615afa4c561571f610993b22824e2)
-- Fixed implementation. [`db40940`](https://github.com/ImageMagick/ImageMagick/commit/db4094037e4422ba6278037a4c318c98d42c7e6d)
-- Minor refactoring. [`039b26d`](https://github.com/ImageMagick/ImageMagick/commit/039b26d605a78f67f11166d8d6628c9832f450b4)
-- Don't raise exception when photoshop layers could not be read (#6004). [`5bef560`](https://github.com/ImageMagick/ImageMagick/commit/5bef560e862bd7bc3767f62931da37a495ed42c6)
-- cosmetic [`b39694b`](https://github.com/ImageMagick/ImageMagick/commit/b39694be7b6fc3cf3a2f96190869e96b2609998d)
-- improve support for PNG iTXt chunk [`929dffc`](https://github.com/ImageMagick/ImageMagick/commit/929dffcefc4ccc0e09e49094d2da754cded8be2a)
-- release [`e812c5e`](https://github.com/ImageMagick/ImageMagick/commit/e812c5efb8f4f7ed66ff9e6c90eb5024ad7c2ea7)
-- Delay release. [`d045a60`](https://github.com/ImageMagick/ImageMagick/commit/d045a60f030e33525a821392e1c19c1bfd47adba)
-- release [`3699462`](https://github.com/ImageMagick/ImageMagick/commit/3699462804a9f626460d0c5f91255893ea8d994f)
-- release [`eda3e73`](https://github.com/ImageMagick/ImageMagick/commit/eda3e7366d46ad5904c593ad2508396978d05764)
-- release [`6192ed2`](https://github.com/ImageMagick/ImageMagick/commit/6192ed29eb8db563a09093b0529933f2b09645f2)
-
-## [7.1.0-58](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-57...7.1.0-58) - 2023-01-22
-
-### Merged
-
-- Fix Exif reading for JPEG XL [`#5932`](https://github.com/ImageMagick/ImageMagick/pull/5932)
-- Fix Exif writing for HEIF/JPEG XL [`#5929`](https://github.com/ImageMagick/ImageMagick/pull/5929)
-
-### Commits
-
-- beta release [`1590c22`](https://github.com/ImageMagick/ImageMagick/commit/1590c22ecc63c09043f221d4291b86ed93cb2bbd)
-- beta release [`da5c3c1`](https://github.com/ImageMagick/ImageMagick/commit/da5c3c1bbe3315fb98053cca5b6ab494e8b0ddce)
-- cosmetic [`226533f`](https://github.com/ImageMagick/ImageMagick/commit/226533f66d669a81a0dbdef9104c44a4fdb3e2f0)
-- cosmetic [`56fba37`](https://github.com/ImageMagick/ImageMagick/commit/56fba375ff6f83abe4398f2a1e94b61cb1de47c8)
-- eliminate uninitialised value (https://github.com/ImageMagick/ImageMagick/issues/5916) [`9299149`](https://github.com/ImageMagick/ImageMagick/commit/9299149e7e972c0736f7bc03f5823c050b8b361d)
-- initialize texture background [`c604295`](https://github.com/ImageMagick/ImageMagick/commit/c604295d1eafb85c4074cc3dbc5da1e1d2acf3c2)
-- use define rather than constant [`e7f84cd`](https://github.com/ImageMagick/ImageMagick/commit/e7f84cda70bb5724086d440402806d8cd34420a0)
-- DCX limited to 1024 frames [`69a5872`](https://github.com/ImageMagick/ImageMagick/commit/69a58726ecf148f56bc499c2803d897587485aba)
-- eliminate compiler warning [`0f42619`](https://github.com/ImageMagick/ImageMagick/commit/0f42619717724bbcef04b546f1488bf9e8f6da1c)
-- read old-style TXT images (https://github.com/ImageMagick/ImageMagick/issues/5922) [`c06fd8c`](https://github.com/ImageMagick/ImageMagick/commit/c06fd8cb8c24fe087557742a9a0b33c7d136797d)
-- bounds check [`608cf01`](https://github.com/ImageMagick/ImageMagick/commit/608cf01cf65a91e827dd148d84c9df656999dc83)
-- set default resolution [`393c95e`](https://github.com/ImageMagick/ImageMagick/commit/393c95ed0f1d7c5320f60d51785143f02b20825b)
-- Code cleanup. [`016705d`](https://github.com/ImageMagick/ImageMagick/commit/016705dc1a801f5c5587148e8c1e7059c6f7bb95)
-- https://github.com/ImageMagick/ImageMagick/pull/5930 [`a42a907`](https://github.com/ImageMagick/ImageMagick/commit/a42a9071e6a28758b05eea28a08651b14ebf6511)
-- Code cleanup [`ef93cfe`](https://github.com/ImageMagick/ImageMagick/commit/ef93cfeb4aea3e4474f04cf8a5a8f6e6b638ce9b)
-- revert support for Hue colorspace (https://github.com/ImageMagick/ImageMagick/issues/5942) [`f220cb9`](https://github.com/ImageMagick/ImageMagick/commit/f220cb95f09da3c1435a992d03838548edf1bdef)
-- Removed debug logging of versions. [`0d9594e`](https://github.com/ImageMagick/ImageMagick/commit/0d9594e2a618b8eb33b13984f69ee5e4bd2eb270)
-- Removed useless statement. [`a2e608c`](https://github.com/ImageMagick/ImageMagick/commit/a2e608c2e1c9a4393d04fbe0ec25d7d22dfe7e23)
-- No longer change image to direct class when it has an alpha channel. [`0e717ce`](https://github.com/ImageMagick/ImageMagick/commit/0e717cea5d32027402f47793a416b398552c87e7)
-- Fixed setting the image type. [`831880e`](https://github.com/ImageMagick/ImageMagick/commit/831880e8a7cfcf321298a5735717801f19c218b2)
-- Whitespace [`8790df6`](https://github.com/ImageMagick/ImageMagick/commit/8790df6791951e186d9f3970e0840597104ac12d)
-- Removed MNG_OBJECT_BUFFERS code. [`cf4cce9`](https://github.com/ImageMagick/ImageMagick/commit/cf4cce914042c50e1a78ac4403486bb067fe6d50)
-- Removed MNG_BASI_SUPPORTED code. [`97dd5a9`](https://github.com/ImageMagick/ImageMagick/commit/97dd5a96232765a4cadfa1822db1b0437c09bb34)
-- Removed PNG_DEBUG define. [`12ef402`](https://github.com/ImageMagick/ImageMagick/commit/12ef40201fe8de510c0e04430571806f80e79352)
-- Removed checks for MNG_COALESCE_LAYERS. [`a4aeb8e`](https://github.com/ImageMagick/ImageMagick/commit/a4aeb8ea9b9d5c5e335b5fdad33e29cdb7deb3d4)
-- Removed MNG_INSERT_LAYERS checks. [`7f1b8df`](https://github.com/ImageMagick/ImageMagick/commit/7f1b8dfda2a1a0b89b4d7b244c8b26a085943f1c)
-- Removed check for RGBColorMatchExact. [`9c63342`](https://github.com/ImageMagick/ImageMagick/commit/9c633429727b9b07deaddd081fb9b3829470d160)
-- Removed first_scene define. [`a006da0`](https://github.com/ImageMagick/ImageMagick/commit/a006da0756b8fbec8dcbba7bbded0d817f44b8be)
-- Removed PNG_PTR_NORETURN. [`07927dd`](https://github.com/ImageMagick/ImageMagick/commit/07927ddf399c7cabdce102460a5f323eeb5a12b9)
-- Removed PNG_DEPSTRUCT. [`1809d8d`](https://github.com/ImageMagick/ImageMagick/commit/1809d8d083a0cba7c17a8b7a79076c5a2a65970a)
-- Added missing check for PNG_COLOR_TYPE_PALETTE + 1. [`c05b0a7`](https://github.com/ImageMagick/ImageMagick/commit/c05b0a7ff220e89e61a9ae29537bc257e0c59426)
-- Only allow PNG_COLOR_TYPE_PALETTE when image has no alpha channel. [`b573cd7`](https://github.com/ImageMagick/ImageMagick/commit/b573cd7a5140f68a4664ca180dcc0d2a2c193ef7)
-- Code cleanup. [`eb6ba6c`](https://github.com/ImageMagick/ImageMagick/commit/eb6ba6c2cd8a0110662f0f47ff848d37b7f93e4e)
-- Split MngInfo into MngReadInfo and MngWriteInfo. [`ba1c55d`](https://github.com/ImageMagick/ImageMagick/commit/ba1c55d98160fb320ebb6d4ae3bfeae233200749)
-- Cleanup comments. [`a549ab8`](https://github.com/ImageMagick/ImageMagick/commit/a549ab8107bdc78139a6d63b3d26ccf5cc7ee0b8)
-- Removed unused fields. [`b0397ec`](https://github.com/ImageMagick/ImageMagick/commit/b0397ecc8bb1e3bf5a9f59d4043a45f8924637a5)
-- Code cleanup. [`048d847`](https://github.com/ImageMagick/ImageMagick/commit/048d8473655525d2294612b0c1e2490a83f67dc2)
-- Removed ping prefix and copy action of excludes that are never changed. [`d6efc18`](https://github.com/ImageMagick/ImageMagick/commit/d6efc18d823d9fbca19900dd2112662991786841)
-- Changed have_global_bkgd into a MagickBooleanType. [`3492436`](https://github.com/ImageMagick/ImageMagick/commit/3492436e2d9ca85d4b8696071804fe3ff7f972e2)
-- "if" statement now returns the expected value (https://github.com/ImageMagick/ImageMagick/discussions/4533) [`6553b82`](https://github.com/ImageMagick/ImageMagick/commit/6553b824931828b9ca7319dc02b257340e966a8b)
-- Changed more have_ fields in MagickBooleanType. [`cddd515`](https://github.com/ImageMagick/ImageMagick/commit/cddd515ae8eed4f24a5ff22bfe79feb1d36c2831)
-- Removed write from variable names because we now have a new struct. [`1176f30`](https://github.com/ImageMagick/ImageMagick/commit/1176f307791971b84fc2ee98e191acfd56a7832e)
-- Changed equal_ fields to MagickBooleanType. [`53b55c7`](https://github.com/ImageMagick/ImageMagick/commit/53b55c73a2398bb1aa4025c1c32b78bef17ce526)
-- Changed type of another field to MagickBooleanType. [`4fd1162`](https://github.com/ImageMagick/ImageMagick/commit/4fd1162c093a17051ba2671779899d99b2241da7)
-- Renamed field. [`e8bb36f`](https://github.com/ImageMagick/ImageMagick/commit/e8bb36fbfdd53028e2a1f244fa5294d3f942871f)
-- Renamed fields [`99c596a`](https://github.com/ImageMagick/ImageMagick/commit/99c596af210beb69088de9b5f191c3862e6da0b9)
-- Changed write_ fields to MagickBooleanType. [`2e78e88`](https://github.com/ImageMagick/ImageMagick/commit/2e78e882ada26d3acde3932934f81112778ebd76)
-- Removed printf statements. [`2927c97`](https://github.com/ImageMagick/ImageMagick/commit/2927c975baf55d931aee65711bd05ca3f4e8cd14)
-- Removed PNG_LIBPNG_VER > 10011 checks. [`a99cb17`](https://github.com/ImageMagick/ImageMagick/commit/a99cb1713912b36e74251a6fba95cbfe063d26fe)
-- Remove extra parenthesis. [`6f92793`](https://github.com/ImageMagick/ImageMagick/commit/6f9279373256aba1632e158d83816bd650bc3700)
-- Removed PNG_READ_EMPTY_PLTE_SUPPORTED, PNG_WRITE_EMPTY_PLTE_SUPPORTED and PNG_MNG_FEATURES_SUPPORTED checks. [`48b1ae7`](https://github.com/ImageMagick/ImageMagick/commit/48b1ae7b4475f9ad704bfb989fdae9cb18b2ad44)
-- Removed MNG_LOOSE checks [`c31bfae`](https://github.com/ImageMagick/ImageMagick/commit/c31bfaed837621ec48ff06589c01c9ff0eb67fc9)
-- Corrected colortype check to fix issue reported in #5491. [`069a791`](https://github.com/ImageMagick/ImageMagick/commit/069a79144175a90badd275d9bb03cc1af46f9a11)
-- Use white background for bmp3 with alpha to fix issue reported in #5555. [`403b380`](https://github.com/ImageMagick/ImageMagick/commit/403b38041b3cfa6e0d88b6e091acb20570cb8fa5)
-- Code cleanup. [`49aec10`](https://github.com/ImageMagick/ImageMagick/commit/49aec10739feafeea42411e1cac6176b50bdddc7)
-- invalid arguments to magick tool (https://github.com/ImageMagick/ImageMagick/issues/5946) [`f38b72d`](https://github.com/ImageMagick/ImageMagick/commit/f38b72d1ceec688c2d96798bfc2b6a3da9c01ef6)
-- Make sure the mng_info gets freed. [`f3b51a4`](https://github.com/ImageMagick/ImageMagick/commit/f3b51a460325aff40b9e8a1eda86f98fd892e504)
-- Removed ZLIB_VERSION from png format info. [`9920062`](https://github.com/ImageMagick/ImageMagick/commit/9920062146883e8c46304577ebdc868d1f74bdfb)
-- Add background color to colormap to avoid reading an uninitialized value due to increment of number_opaque (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54904). [`213fc94`](https://github.com/ImageMagick/ImageMagick/commit/213fc94bcd89baf8699412b89d6abafb43a10509)
-- Read image after checking if we can read it. [`47f4efc`](https://github.com/ImageMagick/ImageMagick/commit/47f4efc96020939e67dde65d90be23cf748eb0e9)
-- Disable call to -coalesce inside the webp encoder to avoid duplicate coalescing (#5542). [`1b5f7ca`](https://github.com/ImageMagick/ImageMagick/commit/1b5f7ca2ae918e6476b821ce6815b4b9ac066c7f)
-- Disable call to -coalesce inside the video encoder to avoid duplicate coalescing. [`93ce987`](https://github.com/ImageMagick/ImageMagick/commit/93ce987abef8a9ee48822f1ed7738c5a56c0d1c1)
-- Whitespace [`ac91453`](https://github.com/ImageMagick/ImageMagick/commit/ac91453fd2ac8852254905f81fd53842484d5a46)
-- Added missing check for storage_class. [`7e74424`](https://github.com/ImageMagick/ImageMagick/commit/7e744248049d1c6c317c3b25aaa69ccd50a5f879)
-- ignore .Z extention [`64ae960`](https://github.com/ImageMagick/ImageMagick/commit/64ae96073a3ae89c2d2d17a73406fc623e89cb5e)
-- read blob byte rather than short [`f3a3f5f`](https://github.com/ImageMagick/ImageMagick/commit/f3a3f5f2fd56b3ee637d8fe4df3cfc863de20112)
-- Run make check during build. [`a8156b3`](https://github.com/ImageMagick/ImageMagick/commit/a8156b37e3402027492eb9ce4f209822ff6f9771)
-- Corrected check. [`8941b53`](https://github.com/ImageMagick/ImageMagick/commit/8941b539ff8181730576b7d07cefc4dd906360cf)
-- Fx's gauss() only requires one parameter (https://github.com/ImageMagick/ImageMagick/discussions/5844) [`8b6f9d9`](https://github.com/ImageMagick/ImageMagick/commit/8b6f9d9eb66f4c7ca235bfe953796767722bbc91)
-- restore image file is there is an exception when reading (https://github.com/ImageMagick/ImageMagick/issues/5952) [`8d32e46`](https://github.com/ImageMagick/ImageMagick/commit/8d32e4622431ebe93df7b73d4fa1b14731a642f4)
-- Added method that will disable clamping unless the attribute was already set on the image. [`4be351f`](https://github.com/ImageMagick/ImageMagick/commit/4be351f54837ebe294ba823ff1b5be64fb0bd1ed)
-- Disable automatic clamping when extending an image. [`8830f9b`](https://github.com/ImageMagick/ImageMagick/commit/8830f9b8cbf427f6bf52711ebf00333617f22f35)
-- eliminate rare memory leak [`7145ff1`](https://github.com/ImageMagick/ImageMagick/commit/7145ff1f82fdb5975b24dec72d40553456402ee4)
-- Also set image option for -family to make sure this works with the label: format. [`43eca0d`](https://github.com/ImageMagick/ImageMagick/commit/43eca0df1f7a9594902f4a6fe45393b14101b381)
-- 1-bit images should be colormapped [`f79e7f6`](https://github.com/ImageMagick/ImageMagick/commit/f79e7f6c8dce64c0be74f4a0581d7da3476ad03e)
-- set SetImageOption() for -family option [`fba0b2d`](https://github.com/ImageMagick/ImageMagick/commit/fba0b2d8d63c2ca250fd09b975bad947490aa8ec)
-- Removed unused variable. [`71421ee`](https://github.com/ImageMagick/ImageMagick/commit/71421eec19b42c2aef0814e0051fc3829eec127c)
-- Write the irot when libheif is version 1.14.0 or higher (#5647). [`3771668`](https://github.com/ImageMagick/ImageMagick/commit/37716685005781c1da69556bafef8f0a8e492791)
-- Micro optimization. [`ef87e22`](https://github.com/ImageMagick/ImageMagick/commit/ef87e22bcc3426ad9dbbd49fab480667c25690ae)
-- Use xlink:href instead of href as suggested by snibgo in #5968. [`08cce4e`](https://github.com/ImageMagick/ImageMagick/commit/08cce4eda34069d6fd1575d7266743c6e209d8dd)
-- missing adjoin flag [`0090a61`](https://github.com/ImageMagick/ImageMagick/commit/0090a611b4b45b1b1ae8c27bf55ae96fb9108cc4)
-- We should only discard bytes when the format type is not zero. [`5237397`](https://github.com/ImageMagick/ImageMagick/commit/52373975d15cf68b0c6919418236051f608c611b)
-- Skip reserved bytes instead of reading them. [`119429c`](https://github.com/ImageMagick/ImageMagick/commit/119429c95d190848b26d990615c8f90d9bce2b8a)
-- Fixed incorrect ping check. [`d6b6188`](https://github.com/ImageMagick/ImageMagick/commit/d6b61880602743cf6ab709d3f7ac2bc2f4f2eafe)
-- Added missing call to SyncImage. [`6a4b365`](https://github.com/ImageMagick/ImageMagick/commit/6a4b365e58a7f19883f6d103341bf057d263a916)
-- Create next image at start of the loop to avoid empty image at end of the list. [`1593c0b`](https://github.com/ImageMagick/ImageMagick/commit/1593c0b324e7288b53e69cbc074741d7c16c4294)
-- improve BMP error checking (https://github.com/ImageMagick/ImageMagick/issues/5980) [`9ab84aa`](https://github.com/ImageMagick/ImageMagick/commit/9ab84aaa5dec73bef9682def5ce94034e65a4b8d)
-- Using -define tga:preserve-orientation will be required to preserve the TGA orientation. [`75fbe9a`](https://github.com/ImageMagick/ImageMagick/commit/75fbe9a7135f513765d64cf65ab75e9ff4a977b4)
-- cosmetic [`67f32af`](https://github.com/ImageMagick/ImageMagick/commit/67f32affe3a10b81291b220fbaf3bb4398741811)
-- Corrected initialization of flip_y. [`c80d1de`](https://github.com/ImageMagick/ImageMagick/commit/c80d1de4dc42604f1f31e2bbc8abc47559443612)
-- Removed unnecessary initialization of orientation. [`887ed7c`](https://github.com/ImageMagick/ImageMagick/commit/887ed7c3b0a0274c1e686cd3d49155d730f2ec69)
-- eliminate possible integer overflow [`5ef5436`](https://github.com/ImageMagick/ImageMagick/commit/5ef543657dd243831dffdbf4ea11a6414b51fbf7)
-- Removed unnecessary check. [`139ea59`](https://github.com/ImageMagick/ImageMagick/commit/139ea59eb4371a81f93684f1d132bd0780f27116)
-- eliminate no op assignment variable [`e25868c`](https://github.com/ImageMagick/ImageMagick/commit/e25868c0bdc6501e5654a4985285b31478b7d610)
-- support writing WPG images [`d7007d7`](https://github.com/ImageMagick/ImageMagick/commit/d7007d7a12e5b1a1435d9b20cc83357f3e831605)
-- Added missing type casts. [`e0f8b3c`](https://github.com/ImageMagick/ImageMagick/commit/e0f8b3c860cfbb4adb4757306e193527b5a3d747)
-- Silence another warning. [`ba36bd0`](https://github.com/ImageMagick/ImageMagick/commit/ba36bd0c771edcee4fb41a8166bd2f143a240a78)
-- release [`6d8dabd`](https://github.com/ImageMagick/ImageMagick/commit/6d8dabdd2e4ff64f16445c5d4a115210ab7f3cb7)
-
-## [7.1.0-57](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-56...7.1.0-57) - 2022-12-30
-
-### Commits
-
-- beta release [`56814b9`](https://github.com/ImageMagick/ImageMagick/commit/56814b9707389efd9b9b072ca319a8bd662c5fd0)
-- Added support for writing animated jxl images. [`555b2cd`](https://github.com/ImageMagick/ImageMagick/commit/555b2cda13b41aaf343a283fa175df46e22c3f65)
-- respect the TIFF offset prefix (https://github.com/ImageMagick/ImageMagick/issues/5768) [`df099de`](https://github.com/ImageMagick/ImageMagick/commit/df099dee7e06a50bf3ae12651790aa32f0090e62)
-- slight optimization + cosmetic [`648ee44`](https://github.com/ImageMagick/ImageMagick/commit/648ee44cf4cc12641dcb714446e393ca656cd502)
-- remove spurious Exif namespace (https://github.com/ImageMagick/ImageMagick/issues/5768) [`7b0e2a9`](https://github.com/ImageMagick/ImageMagick/commit/7b0e2a914ded4b3f7e2fb3649090b541b70b8d8b)
-- release [`d68553b`](https://github.com/ImageMagick/ImageMagick/commit/d68553b17abcd3f8afa0cd46aabe0bfab26083fe)
-- release [`eadf378`](https://github.com/ImageMagick/ImageMagick/commit/eadf378a6f4e088c32fa5eda62ca6c41d8a84c9c)
-
-## [7.1.0-56](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-55...7.1.0-56) - 2022-12-28
-
-### Commits
-
-- beta release [`12096ae`](https://github.com/ImageMagick/ImageMagick/commit/12096ae0c0b331c4f43d421222e009da496c6100)
-- Removed CHANGELOG.md [`42dd9c3`](https://github.com/ImageMagick/ImageMagick/commit/42dd9c32a6003ab89c63e472b801af55aa0d80ec)
-- Added discussion template for the help category. [`c030396`](https://github.com/ImageMagick/ImageMagick/commit/c030396a15043b64da69eddd68b99e9af5b4bea0)
-- Added missing label. [`c37a32b`](https://github.com/ImageMagick/ImageMagick/commit/c37a32bb84972870fc1161ad7e9ff15312013589)
-- Add operating system as input field. [`b2cf040`](https://github.com/ImageMagick/ImageMagick/commit/b2cf040c56f479cfe453d80d30d93c4b3104e2ab)
-- Use same template as help for development category. [`b039726`](https://github.com/ImageMagick/ImageMagick/commit/b03972642727c312b6d2536845df48cabeb05c05)
-- note those pesky NULL entities [`269e8fd`](https://github.com/ImageMagick/ImageMagick/commit/269e8fdc934a3ae7d4a506ac4d917896bffd219e)
-- rework beta badge [`3b7bf5b`](https://github.com/ImageMagick/ImageMagick/commit/3b7bf5b57417d446d6c988682f6f07cf4b55aab4)
-- set character encoding to UTF-8 [`c5dfb89`](https://github.com/ImageMagick/ImageMagick/commit/c5dfb892f1ed271d755db5746c72a091a649b034)
-- support hue colorspace quantization [`44fd848`](https://github.com/ImageMagick/ImageMagick/commit/44fd848e86448e7b81b3e7bf4ea4356c766f2306)
-- check for EOF [`f7a3464`](https://github.com/ImageMagick/ImageMagick/commit/f7a3464ff37cb32b8a1dfad7be7b3058f18fac46)
-- convert to sRGB if soruce colorspace is not sRGB compatible | CMYK [`189f9d4`](https://github.com/ImageMagick/ImageMagick/commit/189f9d4ce7e69afd5591372fdd0cf11fbb640835)
-- lastest method signatures [`30bfc0f`](https://github.com/ImageMagick/ImageMagick/commit/30bfc0fff7e14f79df96216389a8d54f2c35bcd4)
-- inline method [`d859abb`](https://github.com/ImageMagick/ImageMagick/commit/d859abbe4fe20de3c7a931751e43384c06f2993d)
-- account for TIFF offset in Exif profile [`21da4fc`](https://github.com/ImageMagick/ImageMagick/commit/21da4fc514acca9687df8a62b90ecf56742d8c98)
-- Added supported for reading animated jpeg-xl [`3c45046`](https://github.com/ImageMagick/ImageMagick/commit/3c450467bf4a1b6cabbb0a15d856efa4972efe63)
-- Added mime type. [`f540fc2`](https://github.com/ImageMagick/ImageMagick/commit/f540fc2bcfc5564aa5c2dfc16604a353e55522e2)
-- Use JXL_DEC_FRAME event instead to create the next image to make sure identify shows all the frames. [`85a39a3`](https://github.com/ImageMagick/ImageMagick/commit/85a39a3a332ebe9d83d8fe5637937f5cd8f33e21)
-- Removed whitespace. [`4685da1`](https://github.com/ImageMagick/ImageMagick/commit/4685da16f0674ce92e82c045b654a5a1327e5ee7)
-- Initialize without memset. [`807e518`](https://github.com/ImageMagick/ImageMagick/commit/807e5185a8494a2351e17beb3d0bd586ef7e17d0)
-- Use image_info instead. [`f374d6d`](https://github.com/ImageMagick/ImageMagick/commit/f374d6df3cb3e831037a43c218f33b73d72e8c47)
-- Set frame distance to zero for lossless image. [`82138ea`](https://github.com/ImageMagick/ImageMagick/commit/82138eaa88f03b91732f4b658edba1d67e097b70)
-- Initialize without memset. [`d63af13`](https://github.com/ImageMagick/ImageMagick/commit/d63af1388853dcbcc610fc01ad24b699c9b32a40)
-- you can never have too many unit tests [`28ee717`](https://github.com/ImageMagick/ImageMagick/commit/28ee7175a43cfcdaddccc5c18e4266c15d26f152)
-- release [`a9de416`](https://github.com/ImageMagick/ImageMagick/commit/a9de41600d18144e298a0cdcc98b9870a59058b6)
-
-## [7.1.0-55](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-54...7.1.0-55) - 2022-12-17
-
-### Merged
-
-- fix: small error in docs [`#5882`](https://github.com/ImageMagick/ImageMagick/pull/5882)
-
-### Commits
-
-- beta release [`39fc3f2`](https://github.com/ImageMagick/ImageMagick/commit/39fc3f2ef164b208811dc17d02126d9f89172e06)
-- proper Exif profile handling in HEIC (https://github.com/ImageMagick/ImageMagick/issues/5647) [`1c7af54`](https://github.com/ImageMagick/ImageMagick/commit/1c7af5461d4defbcfcac2a8db3e4fb1a81324861)
-- keep tiles approximately same size across multiple frames [`e10b7a9`](https://github.com/ImageMagick/ImageMagick/commit/e10b7a9a34b7305ae680722c91f0af0de5ad0676)
-- cosmetic [`1447648`](https://github.com/ImageMagick/ImageMagick/commit/144764880ad3692850fc5fe3c08a38b398d31a6e)
-- ... [`4d27812`](https://github.com/ImageMagick/ImageMagick/commit/4d278125fd13e5b8348501575201ee109898e003)
-- latest documentation updates [`5281cd2`](https://github.com/ImageMagick/ImageMagick/commit/5281cd2fd7d65ace08c4b3c4449c9dc31de04a05)
-- lastest CSS updates [`b7b8950`](https://github.com/ImageMagick/ImageMagick/commit/b7b8950e7977be018040861981fb177de1566a77)
-- release [`f06bc90`](https://github.com/ImageMagick/ImageMagick/commit/f06bc90b5989b39d36b04c362d3195df1dc92b05)
-- release [`6edfae3`](https://github.com/ImageMagick/ImageMagick/commit/6edfae3829240aedef8a3a79b23c2fa1fd4c688f)
-
-## [7.1.0-54](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-53...7.1.0-54) - 2022-12-10
-
-### Merged
-
-- remove todo, cause cHRM+gAMA is never sRGB [`#5851`](https://github.com/ImageMagick/ImageMagick/pull/5851)
-
-### Commits
-
-- beta release [`b21075c`](https://github.com/ImageMagick/ImageMagick/commit/b21075c9177d911f5aa36b20a86dab965987bd2e)
-- Only write the gAMA chunk if the sRGB chunk is written too. However, write the gAMA chunk if gamma is not 1.0/2.2 and no sRGB chunk (https://github.com/ImageMagick/ImageMagick/issues/5850) [`b516099`](https://github.com/ImageMagick/ImageMagick/commit/b51609986ae9d40ed0ea68bd8698a90f6d498b1f)
-- correct EXIF profile length (https://github.com/ImageMagick/ImageMagick/issues/5768) [`2e2a2e0`](https://github.com/ImageMagick/ImageMagick/commit/2e2a2e0f8103c932ced7d730e0650153d6785f3a)
-- correct EXIF profile extraction from JXL images (https://github.com/ImageMagick/ImageMagick/issues/5768) [`cf133fa`](https://github.com/ImageMagick/ImageMagick/commit/cf133fa1249e0404f8c7f91d78d734f3b60e5ae7)
-- add additional comments to the coder [`696a5b5`](https://github.com/ImageMagick/ImageMagick/commit/696a5b5bb70afc18a1857f044ecb207335dcc856)
-- skip zero-length profiles (https://github.com/ImageMagick/ImageMagick/issues/5856) [`6741cd2`](https://github.com/ImageMagick/ImageMagick/commit/6741cd2c56479981c614370b448a0ecde3ef8fc0)
-- check for profile length of zero [`abf01f3`](https://github.com/ImageMagick/ImageMagick/commit/abf01f32c001bc32b450160a29ea51c8613d73ab)
-- cosmetic. [`3cc61f7`](https://github.com/ImageMagick/ImageMagick/commit/3cc61f7863239010ae71bb0cbedb7fc85fa36806)
-- correct Image::compare documentation (https://github.com/ImageMagick/ImageMagick/discussions/5869) [`dd97eea`](https://github.com/ImageMagick/ImageMagick/commit/dd97eeadb959bf2d6435a2ea0a8cf4f1306f42b9)
-- support polling of image processing operation progress (https://github.com/ImageMagick/ImageMagick/discussions/5868) [`e27cd48`](https://github.com/ImageMagick/ImageMagick/commit/e27cd48e1b51f8618f7c6a4be57992b47c411874)
-- add checks for null tags when monitoring [`ee2f46b`](https://github.com/ImageMagick/ImageMagick/commit/ee2f46b29088781f21acf6450e0623843348b25a)
-- release [`f5cf5ba`](https://github.com/ImageMagick/ImageMagick/commit/f5cf5baadc0ff473322ce86098b4f2bd2ebd3e13)
-
-## [7.1.0-53](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-52...7.1.0-53) - 2022-12-04
-
-### Merged
-
-- another approach to fix #5836 [`#5841`](https://github.com/ImageMagick/ImageMagick/pull/5841)
-- Chrome, Mozilla, GIMP do not assume sRGB [`#5824`](https://github.com/ImageMagick/ImageMagick/pull/5824)
-- Spelling core [`#5789`](https://github.com/ImageMagick/ImageMagick/pull/5789)
-- Spelling misc [`#5787`](https://github.com/ImageMagick/ImageMagick/pull/5787)
-- Spelling coders [`#5788`](https://github.com/ImageMagick/ImageMagick/pull/5788)
-- Spelling wand [`#5792`](https://github.com/ImageMagick/ImageMagick/pull/5792)
-- Spelling plusplus [`#5791`](https://github.com/ImageMagick/ImageMagick/pull/5791)
-- Spelling perl [`#5790`](https://github.com/ImageMagick/ImageMagick/pull/5790)
-- Fix *arch-dir helpstring in configure.ac [`#5780`](https://github.com/ImageMagick/ImageMagick/pull/5780)
-
-### Fixed
-
-- another approach to fix #5836 (#5841) [`#5836`](https://github.com/ImageMagick/ImageMagick/issues/5836)
-- Chrome, Mozilla, GIMP do not assume sRGB (#5824) [`#4375`](https://github.com/ImageMagick/ImageMagick/issues/4375)
-
-### Commits
-
-- beta release [`d615451`](https://github.com/ImageMagick/ImageMagick/commit/d6154516de2d88ce6a175bfc34cc7688b81f5cf7)
-- https://github.com/ImageMagick/ImageMagick/discussions/5718 [`e437224`](https://github.com/ImageMagick/ImageMagick/commit/e437224488fc40aa63d2f9ca98865cd5abd097c9)
-- set color reduction colorspace to that of the remap image @ https://github.com/ImageMagick/ImageMagick/issues/5731 [`6ea94f2`](https://github.com/ImageMagick/ImageMagick/commit/6ea94f252d4a03e24eb3ef31cdada95667de3aca)
-- image profiles are const @ https://github.com/ImageMagick/ImageMagick/discussions/5743 [`238aaf6`](https://github.com/ImageMagick/ImageMagick/commit/238aaf632d3950ccef5a3dedc1aa2dd8e468bbc8)
-- libdps delegate library  must be specifically requested @ https://www.amazon.com/gp/css/order-history?ref_=E_423_order [`e8dd496`](https://github.com/ImageMagick/ImageMagick/commit/e8dd496567af3ac59321eb128ff0fad6712d67d8)
-- libdps delegate library must be specifically requested @ https://github.com/ImageMagick/ImageMagick/discussions/5742 [`2a17145`](https://github.com/ImageMagick/ImageMagick/commit/2a171451a4309ce7012da0ca542528c2b951177f)
-- cosmetic [`e527643`](https://github.com/ImageMagick/ImageMagick/commit/e527643fb23938c64b23cabb8d116e6c9a72e641)
-- parameter is double, cast [`26e636d`](https://github.com/ImageMagick/ImageMagick/commit/26e636db5e5ada69cbe80961cc7f720d5e5776ee)
-- Install in a different folder and run as a different user. [`54202ca`](https://github.com/ImageMagick/ImageMagick/commit/54202cafe69a6033bb43010a6a349df8b8322dce)
-- Removed invalid argument. [`77eccfc`](https://github.com/ImageMagick/ImageMagick/commit/77eccfc0c78e21b1ae16355a1dd10a9a0cb39d6f)
-- Fixed build. [`381d6f0`](https://github.com/ImageMagick/ImageMagick/commit/381d6f022d756e7a13df9545405feb5dcb15e994)
-- check for NULL [`eda2e46`](https://github.com/ImageMagick/ImageMagick/commit/eda2e460b43418060dbceda6541e03a37d6a09d7)
-- avoid an unlikely divide by zero [`e68b300`](https://github.com/ImageMagick/ImageMagick/commit/e68b30089aa2333aad20fc7e1f18a41a026f7595)
-- eliminate compiler warnings [`be77b88`](https://github.com/ImageMagick/ImageMagick/commit/be77b88a5032c879625d4742003100c20c3a3c49)
-- eliminate compiler warning [`8307a50`](https://github.com/ImageMagick/ImageMagick/commit/8307a506529427c24fe4e21f1cb7d3b1446e927d)
-- eliminate compiler warning [`b7340ba`](https://github.com/ImageMagick/ImageMagick/commit/b7340bad393e3f7696a4c2d5b2c7bb00ec88be42)
-- eliminate coverity warning [`a5198d4`](https://github.com/ImageMagick/ImageMagick/commit/a5198d4b5ee5bea6be60aabcca01084b0b4fb24b)
-- squash coverity warning [`7cb70aa`](https://github.com/ImageMagick/ImageMagick/commit/7cb70aa0bf113fbc8112ecf6f8703fb1d12debbf)
-- the Flashpix library now requires you explicitedly enable when configuring [`eca4ce5`](https://github.com/ImageMagick/ImageMagick/commit/eca4ce5a0ed7e21d5d4079fc5fc9d8f205f68213)
-- first attempt at supporting 16-bit half floats [`7c68a0e`](https://github.com/ImageMagick/ImageMagick/commit/7c68a0e4d1aaf9306588d0cf6728e3ffff5f8079)
-- Fixed build error. [`bf1a4f2`](https://github.com/ImageMagick/ImageMagick/commit/bf1a4f2d128f258f65d4adbdc69ed5a2f304ff25)
-- void shift overflow [`716f12c`](https://github.com/ImageMagick/ImageMagick/commit/716f12c7b3da9f3b71e5f919a080cfc5459edc5e)
-- Changed version number in file of the portable release (#5749) [`1414950`](https://github.com/ImageMagick/ImageMagick/commit/1414950fe6b77829573521a81d795f98056f2305)
-- latest autoconf/automake [`28a3af8`](https://github.com/ImageMagick/ImageMagick/commit/28a3af8a73c9f2ac3aa378ee64074d283a028479)
-- latest autoconf updates [`db5acda`](https://github.com/ImageMagick/ImageMagick/commit/db5acda6f52733892d40180ec8b6986bd9b166d3)
-- Improved error reporting and added call to JxlDecoderCloseInput instead of reporting an error. [`926ad10`](https://github.com/ImageMagick/ImageMagick/commit/926ad1036a33be831f7d8330f05a641e9544bdcf)
-- implement suggestions from a static analyzer [`d4be270`](https://github.com/ImageMagick/ImageMagick/commit/d4be27057b42cdc195d8a7ce268c7c1d0b414ebb)
-- compress binary image [`09442a5`](https://github.com/ImageMagick/ImageMagick/commit/09442a54fdc60ae866eebb2c73e1d64c2179735f)
-- remove cast [`4ba8144`](https://github.com/ImageMagick/ImageMagick/commit/4ba8144f35fda7b8c7579bfa0f3df97f1d918565)
-- update manifest [`0cbb5c7`](https://github.com/ImageMagick/ImageMagick/commit/0cbb5c716343b0491465887f995f6d559e6b454f)
-- https://github.com/ImageMagick/ImageMagick/pull/5780 [`a762bd6`](https://github.com/ImageMagick/ImageMagick/commit/a762bd6a1eb2edea8c9cb2762972993fb17563cc)
-- https://github.com/ImageMagick/ImageMagick/issues/5783 [`e057607`](https://github.com/ImageMagick/ImageMagick/commit/e057607f1eb75e9059d896b9ff90711293d84015)
-- only open X display once when rendering text @ https://github.com/ImageMagick/ImageMagick/discussions/5779 [`f947d8f`](https://github.com/ImageMagick/ImageMagick/commit/f947d8f7f11a93fcda347ba752ea0023ad5c72b3)
-- eliminate compiler exception [`4762421`](https://github.com/ImageMagick/ImageMagick/commit/476242146ff9ef836afd47c7f733a5b7850e92e1)
-- Added support for reading the exif profile to the jxl coder. [`7c0bb44`](https://github.com/ImageMagick/ImageMagick/commit/7c0bb44f6781de78d2763e4b08acd538bceab2b5)
-- Added missing version check. [`ca7c7bb`](https://github.com/ImageMagick/ImageMagick/commit/ca7c7bb78b31fc928a72d1536a682a683b99010b)
-- Corrected types. [`0e1b56d`](https://github.com/ImageMagick/ImageMagick/commit/0e1b56de7976a089f6a97fca34c601e3f6d33295)
-- use ANSI-style comments [`05152f4`](https://github.com/ImageMagick/ImageMagick/commit/05152f47f8517ac82d52fa4cb8742cfcec7f1d4f)
-- eliminate pointer dereference [`a3be60d`](https://github.com/ImageMagick/ImageMagick/commit/a3be60dcfc38bf28d8e67864f58bc2ff958df7b6)
-- support addition Si prefixes [`d3acd28`](https://github.com/ImageMagick/ImageMagick/commit/d3acd287202ce014e249db76f6346e6d7bbca5f5)
-- cosmetic [`bfab5d9`](https://github.com/ImageMagick/ImageMagick/commit/bfab5d93e59291510a5e2bb1153bb07789d07785)
-- cosmetic [`88cec68`](https://github.com/ImageMagick/ImageMagick/commit/88cec68d19d3fff7354335322016b864b19dcae2)
-- cosmetic [`e5894b6`](https://github.com/ImageMagick/ImageMagick/commit/e5894b66fb986370eb10e670864b8b73b78df0f2)
-- cosmetic [`8daeac9`](https://github.com/ImageMagick/ImageMagick/commit/8daeac9508047b8b59c60da65564c79557ae8834)
-- cosmetic [`2abd25e`](https://github.com/ImageMagick/ImageMagick/commit/2abd25e5df8e3662713be939de84e8054d06b9c7)
-- initialize target pixel [`3c01336`](https://github.com/ImageMagick/ImageMagick/commit/3c013363807dde2368d0088322d624674cdd8643)
-- Use different policy. [`fd8486e`](https://github.com/ImageMagick/ImageMagick/commit/fd8486ef4ea1e54655a24448f404964acd1527a9)
-- Disable jpegli in jxl build. [`17ed4f7`](https://github.com/ImageMagick/ImageMagick/commit/17ed4f7ebd7a60ff964a0bd0bfe5fdacd0fe80b6)
-- Corrected path. [`e79c316`](https://github.com/ImageMagick/ImageMagick/commit/e79c31619e24c3d8194377cd8f43a21e6cee7d99)
-- latest autoconf/automake configuration updates [`cfe298a`](https://github.com/ImageMagick/ImageMagick/commit/cfe298aa728d415884d71f23b2eef7ed9aa218b3)
-- write metadata to JXL image format @ https://github.com/ImageMagick/ImageMagick/issues/5768 [`8d8999a`](https://github.com/ImageMagick/ImageMagick/commit/8d8999add0e642bbfc0c9194c4a9d144cd576af2)
-- support XMP profile [`a52d78a`](https://github.com/ImageMagick/ImageMagick/commit/a52d78aaa84203c97b62d50fc946f3ec8fb4aaf6)
-- leverage SplitStringInfo() to remove TIFF offset [`afc85bc`](https://github.com/ImageMagick/ImageMagick/commit/afc85bc874eca05dd2520c742976b25f1d27e018)
-- cosmetic [`de94d35`](https://github.com/ImageMagick/ImageMagick/commit/de94d35d31d9a931efb5bb9f1bbfb04de44f3788)
-- cosmetic [`4cd1cd7`](https://github.com/ImageMagick/ImageMagick/commit/4cd1cd7eb9ffb1e509917b6da386466594353b8e)
-- set exif profile extent [`47cb468`](https://github.com/ImageMagick/ImageMagick/commit/47cb468294cf08b9a68680c375a02f9925f43bcd)
-- l;atest web site updates [`5f88b9d`](https://github.com/ImageMagick/ImageMagick/commit/5f88b9de8c2fc3b42f8dd4c909b9840dfcdd3dcb)
-- deprecate SetPixelBackgoundColor() method [`a607704`](https://github.com/ImageMagick/ImageMagick/commit/a607704b1d67843460b91fab2384cf61a4313392)
-- remove bogus statement [`1997d2e`](https://github.com/ImageMagick/ImageMagick/commit/1997d2ec498a44545249b17ee0692c83025ea390)
-- cosmetic [`f427cc6`](https://github.com/ImageMagick/ImageMagick/commit/f427cc670dd6320407a8cc819bd42c80c35ca7ba)
-- Silence warning with VS2017. [`2101000`](https://github.com/ImageMagick/ImageMagick/commit/2101000da8ce5cced7aa290d59d564f7c4537379)
-- Chrome, Mozilla, GIMP do not assume sRGB (https://github.com/ImageMagick/ImageMagick/pull/5824) [`66b1485`](https://github.com/ImageMagick/ImageMagick/commit/66b148510236d8064713eaa1bc75affddcb06b81)
-- Fixed build. [`5bb3d45`](https://github.com/ImageMagick/ImageMagick/commit/5bb3d456d369baa17bc1df88b1de4972ac42febc)
-- add getter/setter for the filter type [`44dc2fb`](https://github.com/ImageMagick/ImageMagick/commit/44dc2fbee85757922c33f183b2c82115f62325e1)
-- Simplify checking the format. [`c18375b`](https://github.com/ImageMagick/ImageMagick/commit/c18375b6df8287c9f85bf40c5f5b7e952dbce965)
-- Code cleanup [`e2fe11b`](https://github.com/ImageMagick/ImageMagick/commit/e2fe11bed944cfb249f1a0214c4459b07fcedf67)
-- Fixed copy paste mistake. [`195fcde`](https://github.com/ImageMagick/ImageMagick/commit/195fcde7485312c8312a2d31e183e207c0cae4f1)
-- The chromaticity should be set after changing the colorspace of the image (#5835). [`ff122c7`](https://github.com/ImageMagick/ImageMagick/commit/ff122c7237a9ba9bcc32e5c5b5d3c9f36c1f05a7)
-- offset is already incremented @ (https://github.com/ImageMagick/ImageMagick/commit/8d8999add0e642bbfc0c9194c4a9d144cd576af2#r91564352) [`aeb8bf8`](https://github.com/ImageMagick/ImageMagick/commit/aeb8bf8e3e7aecf2599dd82d35c611e6a918e740)
-- refactor offset/size calculation [`030f1fa`](https://github.com/ImageMagick/ImageMagick/commit/030f1fa8bedf29886b10753f14e8c3a372910af5)
-- label not centered with gravity (https://github.com/ImageMagick/ImageMagick/issues/5834) [`88759f1`](https://github.com/ImageMagick/ImageMagick/commit/88759f150bb23a3effb125e4c79306a7107ffe0a)
-- latest documentation [`fe219dc`](https://github.com/ImageMagick/ImageMagick/commit/fe219dc9624ea07c00eb94e6dab95817732bba6f)
-- Make sure the offset starts at the correct position. [`b215d85`](https://github.com/ImageMagick/ImageMagick/commit/b215d851689e26ec76fe39039d52750ea3818670)
-- check method argument to determine the adjustment [`7c1768b`](https://github.com/ImageMagick/ImageMagick/commit/7c1768b5d395809727990859705d749821b91910)
-- properly detect grayscale JXL images (https://github.com/ImageMagick/ImageMagick/issues/5836) [`c327e00`](https://github.com/ImageMagick/ImageMagick/commit/c327e0008b5139a0c9245d8f226405afa70ea23a)
-- another approach for detecting RGB vs. GRAY colorspace [`e9885fb`](https://github.com/ImageMagick/ImageMagick/commit/e9885fbfadf74fda1b8562859ff9d489b6b45c66)
-- set channel mask to the proper value (https://github.com/ImageMagick/ImageMagick/issues/5843) [`64d2830`](https://github.com/ImageMagick/ImageMagick/commit/64d28301a6ababb48f8c57879b7368ba4f223a09)
-- need to check image parameter exists before we get members (thanks Dirk) [`fbc548b`](https://github.com/ImageMagick/ImageMagick/commit/fbc548bb83c1febcf8f3fc049b967fbbb26b0b85)
-- cosmetic [`1433170`](https://github.com/ImageMagick/ImageMagick/commit/143317016012652acba938eed6f7554c143750fc)
-- cosmetic. [`e2d8cea`](https://github.com/ImageMagick/ImageMagick/commit/e2d8cea80733252ed9cad1b700a31dd29218987d)
-- cosmetic [`303cb62`](https://github.com/ImageMagick/ImageMagick/commit/303cb629466374415a828593e0d746ab3b672a7c)
-- cosmetic [`814ba99`](https://github.com/ImageMagick/ImageMagick/commit/814ba996de413fe44783089ca9aad3bee2c8a57b)
-- release [`61fbe2b`](https://github.com/ImageMagick/ImageMagick/commit/61fbe2b45d9ab729276cb2a77db5f249d8df15fd)
-- revert [`25c3265`](https://github.com/ImageMagick/ImageMagick/commit/25c326508ae1fa0a2068785d6dbf0085f83894ac)
-- eliminate compiler warning [`6db8b9f`](https://github.com/ImageMagick/ImageMagick/commit/6db8b9fca949514feebc602e24135e567811676f)
-- eliminate compiler warning [`02ba8f8`](https://github.com/ImageMagick/ImageMagick/commit/02ba8f87630921f479403acd4068d0bc44a85c32)
-- eliminate compiler warnings [`c59f9d7`](https://github.com/ImageMagick/ImageMagick/commit/c59f9d7068c206941d25171461f36085610da260)
-- cosmetic [`c91ce21`](https://github.com/ImageMagick/ImageMagick/commit/c91ce2143c6361ec3b6ac124576ff6f641369ae0)
-- release [`b0cc8e4`](https://github.com/ImageMagick/ImageMagick/commit/b0cc8e4ae2c8cf48f8e059dd34ecbeff00b11a9d)
-
-## [7.1.0-52](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-51...7.1.0-52) - 2022-11-06
-
-### Merged
-
-- coders: Enable opening https files in mingw [`#5727`](https://github.com/ImageMagick/ImageMagick/pull/5727)
-- utilities: Enable support for unicode paths in mingw [`#5713`](https://github.com/ImageMagick/ImageMagick/pull/5713)
-
-### Commits
-
-- beta release [`bf925a7`](https://github.com/ImageMagick/ImageMagick/commit/bf925a7f1dd56b4306fed0a3802477eb83df13f8)
-- support optional extension area [`42bae95`](https://github.com/ImageMagick/ImageMagick/commit/42bae95a16abed5251a43e9fe8022a84d838b4cd)
-- check extension attribute type to set the alpha channel [`7b771b4`](https://github.com/ImageMagick/ImageMagick/commit/7b771b4368c3a5348816877be6d0f103338fc89a)
-- Pass image's type instead of colorspace to IsGrayImageType [`d3539ae`](https://github.com/ImageMagick/ImageMagick/commit/d3539aed98e9eda9c93c4ab480d2bd700ce9334f)
-- cosmetic [`839984c`](https://github.com/ImageMagick/ImageMagick/commit/839984c93c81e553104703ea09d0412333df730e)
-- eliminate unnecessary file open when globbing (thanks to P Antoine) [`73dd9de`](https://github.com/ImageMagick/ImageMagick/commit/73dd9deace2a19c6e63e4890dc37bda1f703fc5c)
-- OCE-2022-70: DoS at Stdin [`09e738e`](https://github.com/ImageMagick/ImageMagick/commit/09e738e84bd78c473771804de821e99f82d99219)
-- possible DoS @ stdin (OCE-2022-70); possible arbitrary file leak (OCE-2022-72) [`05673e6`](https://github.com/ImageMagick/ImageMagick/commit/05673e63c919e61ffa1107804d1138c46547a475)
-- revert scene check [`2752356`](https://github.com/ImageMagick/ImageMagick/commit/27523561a72a9934a851120693ed0fedb524d30e)
-- Use new certificate. [`e9da157`](https://github.com/ImageMagick/ImageMagick/commit/e9da157073da96391f6184e3746889f2c772d730)
-- cosmetic [`3aa3062`](https://github.com/ImageMagick/ImageMagick/commit/3aa30627a2b3fc84f9bb53ca9ce9e4f8612c60aa)
-- enhanced delete list parsing [`5118724`](https://github.com/ImageMagick/ImageMagick/commit/511872451db40249f6d4126124f3cd837e233754)
-- cosmetic [`4ba2bbc`](https://github.com/ImageMagick/ImageMagick/commit/4ba2bbc3447ec38eb5e133517d93c03f6cc35962)
-- support `-delete registry:NAME` to delete images from the system registry [`fe5eeb8`](https://github.com/ImageMagick/ImageMagick/commit/fe5eeb8656fb00623e3297b43b6b58ba3715517d)
-- support `-delete registry:NAME` to delete images from the system registry [`ba541de`](https://github.com/ImageMagick/ImageMagick/commit/ba541deb8a7f86e411ea64c74df00e9c50758904)
-- string optimization [`d78b958`](https://github.com/ImageMagick/ImageMagick/commit/d78b958aa52de33f7ecb3390e2a8f27864627c53)
-- allow for EOF [`d0bee0b`](https://github.com/ImageMagick/ImageMagick/commit/d0bee0b3e9bbfbe849f013cd04da497dcfb023c8)
-- Use new private api. [`2d0b7fc`](https://github.com/ImageMagick/ImageMagick/commit/2d0b7fcc16daa4bd746dafb4e71c0c69fb94a280)
-- Whitespace. [`3193b5e`](https://github.com/ImageMagick/ImageMagick/commit/3193b5e397b70a53760ffa4ea060f241e94e1e24)
-- Renamed variable [`fa28e60`](https://github.com/ImageMagick/ImageMagick/commit/fa28e609ae4f7568d14be1f43145aa2983358ade)
-- rotate HLS by 120 degrees (private email from John Z) [`5f4ad1d`](https://github.com/ImageMagick/ImageMagick/commit/5f4ad1d97e485800f173e350271b65ebc96af8fa)
-- Use the new ElementInfo api. [`ead0c10`](https://github.com/ImageMagick/ImageMagick/commit/ead0c1053b937e2ff8644d6193a960749d93cce5)
-- blob byte optimization [`6fac1c9`](https://github.com/ImageMagick/ImageMagick/commit/6fac1c98fa392b635754e7359187155ede91ed88)
-- add check for grayscale image @ https://github.com/ImageMagick/ImageMagick/issues/5705 [`e7d354e`](https://github.com/ImageMagick/ImageMagick/commit/e7d354eaad7e38918a60d0ad201493b5a5c6972a)
-- optimize reading blob string [`4ff14c8`](https://github.com/ImageMagick/ImageMagick/commit/4ff14c8d62762f4a84626e286782b9ff5b12a6cc)
-- proper boundary check [`79cd5a5`](https://github.com/ImageMagick/ImageMagick/commit/79cd5a5421ad551e0a4592bc7b31a79c8796074d)
-- register WebP mime type [`c3f81bc`](https://github.com/ImageMagick/ImageMagick/commit/c3f81bc6823c45f75469a29720808f463c9bd7db)
-- fix monochrome colormap [`b4193e8`](https://github.com/ImageMagick/ImageMagick/commit/b4193e8e4d85ef0a3c2775527f01a0aa146f2d64)
-- Fixed possible null reference. [`ffd7221`](https://github.com/ImageMagick/ImageMagick/commit/ffd7221e800a9784096544cc198bb93e9c0a9d6a)
-- Use the ElementInfo api instead. [`7a2b09b`](https://github.com/ImageMagick/ImageMagick/commit/7a2b09b5ceabfeb63c31f966d29010739e9e5114)
-- Another fix. [`ad532fa`](https://github.com/ImageMagick/ImageMagick/commit/ad532fa542b1a64389d51b4ca18bf451d6bd4f8a)
-- set blob EOF flag [`bc1e75c`](https://github.com/ImageMagick/ImageMagick/commit/bc1e75ccf6f975a1345ff574540545dc46c0e4d5)
-- Use the ElementInfo api and fixed return value of SetLogEventMask. [`d80fafe`](https://github.com/ImageMagick/ImageMagick/commit/d80fafec97e3451ea8a6122b9deb2b24bd346d45)
-- Earlier unlock of semaphore. [`d4ae038`](https://github.com/ImageMagick/ImageMagick/commit/d4ae038ca89b0f6dd8e18604328a30433ecf42c7)
-- Fixed unlock of semaphore. [`9d98dad`](https://github.com/ImageMagick/ImageMagick/commit/9d98dadb26761c8e30f5c46511ca5c6b851baad8)
-- latest autoconf update [`5d3d9e2`](https://github.com/ImageMagick/ImageMagick/commit/5d3d9e2489e658db9a60dd67a603dd5a58c0e110)
-- Use the ElementInfo api. [`dc5bb28`](https://github.com/ImageMagick/ImageMagick/commit/dc5bb280f0d2e8709cddfe613f9652fe89bddd51)
-- Use the ElementInfo api. [`ae600a1`](https://github.com/ImageMagick/ImageMagick/commit/ae600a1b06ee209191793b3b391e553c19053576)
-- Code cleanup. [`13ba626`](https://github.com/ImageMagick/ImageMagick/commit/13ba626c30b93721669b4cab8f4b44128c168749)
-- Use the ElementInfo api. [`24a4cd0`](https://github.com/ImageMagick/ImageMagick/commit/24a4cd039a90ffd1580f50fe8680707d77dedba3)
-- Fixed bug that was introduced when using the ElementInfo api. [`f9d96c7`](https://github.com/ImageMagick/ImageMagick/commit/f9d96c7033e81dcc50b9a881bde0b94059957b59)
-- https://github.com/ImageMagick/ImageMagick/pull/5713 [`fb70c5b`](https://github.com/ImageMagick/ImageMagick/commit/fb70c5b55254484b9b2a2e0b5393a9e90b6108f6)
-- robust support of masks in MPC and MIFF [`9f0f4b2`](https://github.com/ImageMagick/ImageMagick/commit/9f0f4b23817add28e073b94dbff81035416f71cf)
-- https://github.com/ImageMagick/ImageMagick/pull/5713 [`914e376`](https://github.com/ImageMagick/ImageMagick/commit/914e376e2ec2cde8ea1f1e90d556a6267446b732)
-- https://github.com/ImageMagick/ImageMagick/issues/5680 [`11df7ff`](https://github.com/ImageMagick/ImageMagick/commit/11df7ff61d9cb73b7eae888f58473d2fca226ce4)
-- https://github.com/ImageMagick/ImageMagick/issues/5680 [`43ba8a6`](https://github.com/ImageMagick/ImageMagick/commit/43ba8a6f2079eaf1dff0d1a749b6be3731943175)
-- initialize package key [`878da43`](https://github.com/ImageMagick/ImageMagick/commit/878da433b3ea9dae46bbbe8b42d55bb03d1084a4)
-- release [`04ee6ce`](https://github.com/ImageMagick/ImageMagick/commit/04ee6cec572251279db13cba52a59eaef12f5652)
-
-## [7.1.0-51](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-50...7.1.0-51) - 2022-10-16
-
-### Commits
-
-- beta release [`fea7eed`](https://github.com/ImageMagick/ImageMagick/commit/fea7eed9c4067e6b9ded49da23790eb54c7d8d2b)
-- obtain scene from image structure [`53eb353`](https://github.com/ImageMagick/ImageMagick/commit/53eb353a1a4487c5dcf887e11fc7381f2deb08f0)
-- prevent undefined shift [`742374a`](https://github.com/ImageMagick/ImageMagick/commit/742374aed7d086bd310cc8eb3432df55fa86c3c0)
-- Added private api to go through a linked list without using semaphores. [`212020f`](https://github.com/ImageMagick/ImageMagick/commit/212020f5e6a7b2bd13d0bbf0e4668f093a8e79af)
-- Fixed build. [`e53a959`](https://github.com/ImageMagick/ImageMagick/commit/e53a9593542b07253b2ddc29300e4d2f01365858)
-- latest automake configuration [`a88a3b5`](https://github.com/ImageMagick/ImageMagick/commit/a88a3b5b6a81e4d123e31928402c4fce2ccd7476)
-- fix undefined-shift in ReadTGAImage @ https://oss-fuzz.com/testcase?key=5129864151957504 [`fcaddfb`](https://github.com/ImageMagick/ImageMagick/commit/fcaddfb00da9271885cc1233d209bae0d8bd3353)
-- prevent divide by zero exception [`1cf41df`](https://github.com/ImageMagick/ImageMagick/commit/1cf41df5db4aa83c5620a146cd107d10d2b2cdb5)
-- release [`aea87b5`](https://github.com/ImageMagick/ImageMagick/commit/aea87b538fdb0e464ac3bbc7941127119baac5dd)
-
-## [7.1.0-50](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-49...7.1.0-50) - 2022-10-08
-
-### Merged
-
-- Fix DDS file DDPF_LUMINANCE type of data [`#5452`](https://github.com/ImageMagick/ImageMagick/pull/5452)
-
-### Commits
-
-- beta release [`9f4d7d5`](https://github.com/ImageMagick/ImageMagick/commit/9f4d7d51e1cc2c8be8672703da3e860ff57bc86d)
-- Removed default quality of 50. [`d0b8d6e`](https://github.com/ImageMagick/ImageMagick/commit/d0b8d6e92e82cd9b4d8dac3d0de63717fbc0c561)
-- Use the new api of jpeg-xl 0.7.0. [`1246eab`](https://github.com/ImageMagick/ImageMagick/commit/1246eab3cea5e69a5f659c8aa4a4451f10b5c9e0)
-- Set the minimum jpeg-xl version to 0.7.0 [`67e6c68`](https://github.com/ImageMagick/ImageMagick/commit/67e6c683380270e5f49c7da4f243bd38843b364a)
-- Corrected setting the properties that should be set when the image has an alpha channels. [`401f580`](https://github.com/ImageMagick/ImageMagick/commit/401f58079c96dd4d8f62ac8b73224a8dee278de0)
-- Adjust num_color_channels when the image is grayscale. [`1a2117e`](https://github.com/ImageMagick/ImageMagick/commit/1a2117e46a2787e79bc3a64a857564915f1b0258)
-- Use ReadStrip method when bit depth is higher than 8 (#5597) [`f95bf0b`](https://github.com/ImageMagick/ImageMagick/commit/f95bf0b432fd252fb587badcc776eafbfaccd722)
-- Added support for reading the resolution of an xcf file (#5549). [`7f0348c`](https://github.com/ImageMagick/ImageMagick/commit/7f0348ca8d1e774d65dda49661b280ffcbeb4dfb)
-- Minor style change. [`c50602c`](https://github.com/ImageMagick/ImageMagick/commit/c50602cc46b62b8342b8802b980714793f1730e0)
-- Correct distance calculation. [`c3f5009`](https://github.com/ImageMagick/ImageMagick/commit/c3f5009299a9047c5e8c4d4f39bc617ae768ad9c)
-- Perform ChannelGeometry checks earlier. [`7eb960d`](https://github.com/ImageMagick/ImageMagick/commit/7eb960d23c937890d6ed53b2567c8efaef2ae86b)
-- Corrected version format to be compatible with Ghostscript 10.00.0 (#5618) [`d5349ca`](https://github.com/ImageMagick/ImageMagick/commit/d5349ca2ff3772b4d3b994e1450c1c57b7f1232e)
-- Correct quotes around the password, the old way no longer works with version 10.00.0 of Ghostscript. [`82bbf4c`](https://github.com/ImageMagick/ImageMagick/commit/82bbf4c49a2ffec5980981b867ab93bbe033d9c7)
-- Read and use the offset instead of skipping it (#5604). [`bb4018a`](https://github.com/ImageMagick/ImageMagick/commit/bb4018a4dc61147b37d3c42d85e5893ca5e2a279)
-- Corrected bounds calculation ($5623). [`5118534`](https://github.com/ImageMagick/ImageMagick/commit/5118534487b0060fc35d573aff9bf69b33dc1e16)
-- fix incorrect handling of SQ groups in header @ https://github.com/ImageMagick/ImageMagick/issues/5606 [`0bc1022`](https://github.com/ImageMagick/ImageMagick/commit/0bc102241840ff8eacd000c3436f6fe71085a9bd)
-- support 1-bit pixels [`740ac65`](https://github.com/ImageMagick/ImageMagick/commit/740ac6550558dc454d003cf3883580cf7994de84)
-- release [`f032690`](https://github.com/ImageMagick/ImageMagick/commit/f032690e5ed2b15873516220fb8dcdda82924988)
-
-## [7.1.0-49](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-48...7.1.0-49) - 2022-09-24
-
-### Merged
-
-- Fixed magnify confusing colorspaces other than linear-RGB. [`#5569`](https://github.com/ImageMagick/ImageMagick/pull/5569)
-- Fix timespec assignment on AIX [`#5565`](https://github.com/ImageMagick/ImageMagick/pull/5565)
-
-### Commits
-
-- beta release [`01d9f84`](https://github.com/ImageMagick/ImageMagick/commit/01d9f843dab9e3116bc34598f736ff0d832ec862)
-- eliminate compiler warning [`199cd42`](https://github.com/ImageMagick/ImageMagick/commit/199cd42215a6cb98f67cfd39fa5b8d0f3a8fd1be)
-- check exception signature [`43913c8`](https://github.com/ImageMagick/ImageMagick/commit/43913c8f62a196787eaeaccfb48de19e47b49186)
-- improved JP2 header checking [`a83914e`](https://github.com/ImageMagick/ImageMagick/commit/a83914e22cdb73cf5489183bdfd4049e1ae583a2)
-- assign appropriate timespec members individually rather than collectively [`2afa60c`](https://github.com/ImageMagick/ImageMagick/commit/2afa60c9c1d74743a2481cfe28d0aa220e5600d8)
-- prevent integer overflow @ oss-fuzz [`6524996`](https://github.com/ImageMagick/ImageMagick/commit/6524996a008b72f5a51efbf78aa0ea1f892ff2a1)
-- eliminate use of unitialized variable [`dacfc37`](https://github.com/ImageMagick/ImageMagick/commit/dacfc37aed2c878ef47cf73f85611d76f1959a81)
-- Changes build options for libheif. [`071e83b`](https://github.com/ImageMagick/ImageMagick/commit/071e83be4c1d12ab1633fbe587e910e719ab867a)
-- Fixed writing duplicate profiles that was reported in #5537. [`8af10ce`](https://github.com/ImageMagick/ImageMagick/commit/8af10ce75526e82b500b1a6cfc827c3b56d67b49)
-- earlier check for maximum channels [`9a630bd`](https://github.com/ImageMagick/ImageMagick/commit/9a630bdc9f9f6e5ecd9776e9ef42184dbcf0f786)
-- cast unsigned char to int before 8-bit shift [`2cac30d`](https://github.com/ImageMagick/ImageMagick/commit/2cac30d690adb3cb105473462bc8d2c7e4e8fb69)
-- Added missing typecast. [`bcac20d`](https://github.com/ImageMagick/ImageMagick/commit/bcac20d0c6a6cd7e95f678c7d50002329ea1ef9d)
-- exit on EOF @ https://github.com/ImageMagick/ImageMagick6/issues/197 [`f1337d8`](https://github.com/ImageMagick/ImageMagick/commit/f1337d85b058da0a168a5a6bb7ba65fd5e1e4711)
-- forgot to reset the pointer when updating the wand view [`a909485`](https://github.com/ImageMagick/ImageMagick/commit/a909485d86cb32f26fe261009523ee26c378508d)
-- clone the image when calling NewWandView() [`4e7883c`](https://github.com/ImageMagick/ImageMagick/commit/4e7883c352972cf3b06418d24b5d89f199b199aa)
-- don't clone image [`cf50a01`](https://github.com/ImageMagick/ImageMagick/commit/cf50a01d457fa9943d49e167c38f6461795e59b9)
-- some efficiency by using virtual rather than authentic pixels [`1631289`](https://github.com/ImageMagick/ImageMagick/commit/163128974322fb9a933bc53925bc69972009769f)
-- revert [`48a4cce`](https://github.com/ImageMagick/ImageMagick/commit/48a4cce8d5193d6bf9e54135bba5085aa57ecb79)
-- cosmetic [`c3746a5`](https://github.com/ImageMagick/ImageMagick/commit/c3746a509be1f6b470769ad7d0d1eaba71b00fbe)
-- release [`7a3f3f1`](https://github.com/ImageMagick/ImageMagick/commit/7a3f3f1bdbcc95a212a45484fab76225d84e289c)
-
-## [7.1.0-48](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-47...7.1.0-48) - 2022-09-11
-
-### Merged
-
-- png.c: Remove the extra space character in "%8lu " [`#5513`](https://github.com/ImageMagick/ImageMagick/pull/5513)
-
-### Commits
-
-- Corrected setting the flags. [`15861e0`](https://github.com/ImageMagick/ImageMagick/commit/15861e07b34c3195991f4aca7f05f8e861691e9c)
-- Adding new jpeg-xl libraries. [`2addb6a`](https://github.com/ImageMagick/ImageMagick/commit/2addb6a1e1c12924a35a96bec32813e5561f0300)
-- Disable shared build for jpeg-xl in oss-fuzz build. [`2d7655b`](https://github.com/ImageMagick/ImageMagick/commit/2d7655b8e92ea254c58053403e4fc37f466f6fba)
-- beta release [`6e21089`](https://github.com/ImageMagick/ImageMagick/commit/6e21089cbd7be66b15e7963408035fa122ab488a)
-- Also clone libjxl. [`69012fa`](https://github.com/ImageMagick/ImageMagick/commit/69012fa495e6c415be511ce537fb0b79c1ff715b)
-- heap-buffer-overflow for crafted TIFF image; alert from Hardik [`1f82e81`](https://github.com/ImageMagick/ImageMagick/commit/1f82e81bead325f02f5d71d217452f97b864d3d3)
-- Moved getting the distance to a separate method. [`d31664a`](https://github.com/ImageMagick/ImageMagick/commit/d31664a7b5ec3b1aa8f96ff90d27c639d5c20024)
-- incorrect bounds checking for draw affine @ https://github.com/ImageMagick/ImageMagick/issues/5497 [`c8b0c9d`](https://github.com/ImageMagick/ImageMagick/commit/c8b0c9d6b95668994b192aba42b8cf8386b9e0a0)
-- Also add cc to the editorconfig settings. [`1818a8f`](https://github.com/ImageMagick/ImageMagick/commit/1818a8f83f5ea614ee9a5cbb4e74cfae91424ff2)
-- Code style changes. [`df86708`](https://github.com/ImageMagick/ImageMagick/commit/df867085416b85b468841911b398065ea91de5af)
-- Change size checks. [`d071d51`](https://github.com/ImageMagick/ImageMagick/commit/d071d518e1038f9b4c35c98dc554150344720cc0)
-- No longer make the ping fuzzer format specific. [`3195a4c`](https://github.com/ImageMagick/ImageMagick/commit/3195a4ca58bba46e08e774ae47518dc6b29366a6)
-- Corrected check. [`9a22a14`](https://github.com/ImageMagick/ImageMagick/commit/9a22a14d114f3d820ecaff029b8c9f77caa8ced5)
-- fix memory issues for the unit tests [`81a8bc4`](https://github.com/ImageMagick/ImageMagick/commit/81a8bc4abcc3f1b161845456aea901087a81186c)
-- check to ensure image # is >= 0 [`cb4ccbc`](https://github.com/ImageMagick/ImageMagick/commit/cb4ccbc40c84495301279e0e78ffed94b0b5ac23)
-- correct PSNR distortion @ https://github.com/ImageMagick/ImageMagick/issues/5504 [`2d88ff2`](https://github.com/ImageMagick/ImageMagick/commit/2d88ff2eb2d9afbd42f6190bf4084b5ce799f454)
-- fix PSNR to return the correct location for similarity search @ https://github.com/ImageMagick/ImageMagick/issues/5504# Please enter the commit message for your changes. Lines starting [`9094277`](https://github.com/ImageMagick/ImageMagick/commit/90942775a5b8716c7d4f0a58af97304493538bec)
-- properly handle a PSNR of 0 (undefined) [`dfbf39d`](https://github.com/ImageMagick/ImageMagick/commit/dfbf39d83af7cf6709b5910b8a9c76db163f19ea)
-- Set raw_info->params.user_flip to 0 to prevent auto-orientation of the image (thanks totoestcontent) (#5326). [`5a543ba`](https://github.com/ImageMagick/ImageMagick/commit/5a543bad4954be35c99828d1a1f20bff1d3614e5)
-- return normalized PSNR distortion [`751829c`](https://github.com/ImageMagick/ImageMagick/commit/751829cd4c911d7a42953a47c1f73068d9e7da2f)
-- log10(0) is -inf [`56aa72d`](https://github.com/ImageMagick/ImageMagick/commit/56aa72d0166d19fbac1cd337d7bab98b94988d1a)
-- log10(0) is -inf [`4538e0b`](https://github.com/ImageMagick/ImageMagick/commit/4538e0b7776592090474022c52e73387a9af0182)
-- enable the -auto-level option @ https://github.com/ImageMagick/ImageMagick/issues/5524 [`5c6d1cd`](https://github.com/ImageMagick/ImageMagick/commit/5c6d1cd07129084d597aa6de6fd3752cfdbcbecc)
-- Added missing inline. [`46a918e`](https://github.com/ImageMagick/ImageMagick/commit/46a918e0b11d1213f6ab06e9b98a640133b0092e)
-- Removed define that was only used once. [`3d876c8`](https://github.com/ImageMagick/ImageMagick/commit/3d876c8cb817dab680d6595899cc89304317d0c7)
-- validate class name [`debcebf`](https://github.com/ImageMagick/ImageMagick/commit/debcebf3501cedb6cc5928727e62d3520d681928)
-- validate stroke width [`71a79c3`](https://github.com/ImageMagick/ImageMagick/commit/71a79c3f0ad728cd32092997db9f2a848334295b)
-- render empty labels @ https://github.com/ImageMagick/ImageMagick/issues/5530 [`2397a41`](https://github.com/ImageMagick/ImageMagick/commit/2397a41ca3945e67d656d689e4982002c017652f)
-- support -family option @ https://github.com/ImageMagick/ImageMagick/issues/5531 [`b5ae039`](https://github.com/ImageMagick/ImageMagick/commit/b5ae039da8bff594d9d736e50b4973ab2e0e07f3)
-- recognize CSS-style family font list @ https://github.com/ImageMagick/ImageMagick/issues/5531 [`2d44f06`](https://github.com/ImageMagick/ImageMagick/commit/2d44f06a6790dbcefb96e0a7a5becb2cbe15faad)
-- throw exception for empty label @ https://github.com/ImageMagick/ImageMagick/issues/5530 [`0d501b6`](https://github.com/ImageMagick/ImageMagick/commit/0d501b66a677e5fd440529edc92fd2d60bf1fa60)
-- move alpha from meta channels @ https://github.com/ImageMagick/ImageMagick/issues/5521 (patch from Dirk) [`77561be`](https://github.com/ImageMagick/ImageMagick/commit/77561be40bb1cd102b73fdf71323b4ec8a733793)
-- Tiny optimization. [`66f41de`](https://github.com/ImageMagick/ImageMagick/commit/66f41deff9174ffca5129f7964f92a3e6c82d2cd)
-- Removed duplicate check. [`54f3998`](https://github.com/ImageMagick/ImageMagick/commit/54f39980165651e1df00a897acfc225760af48d2)
-- Reverted incorrect patch. [`d57f539`](https://github.com/ImageMagick/ImageMagick/commit/d57f539f7ec5274f5cf3e01fac31ba72a49dc8c6)
-- create a single instance of MagickLog10() method in private header [`d6061d9`](https://github.com/ImageMagick/ImageMagick/commit/d6061d9bbc646bf7f7ef467b0d375cb44064a890)
-- Run autoreconf -fiv before running configure. [`cc1a92b`](https://github.com/ImageMagick/ImageMagick/commit/cc1a92b6c861c1f27d11468a5532db365675f989)
-- Install extra packages. [`dd0b3fb`](https://github.com/ImageMagick/ImageMagick/commit/dd0b3fbaefd98f93a1c6b7981cc7d2f386701774)
-- Try to fix the clang build. [`b361e96`](https://github.com/ImageMagick/ImageMagick/commit/b361e9650e07d0326c8510ff4e4618dcfbcd3c07)
-- Another attempt to fix the clang build. [`0a535ff`](https://github.com/ImageMagick/ImageMagick/commit/0a535ff4c21dee12e67b83d98e843aa1f4aed70a)
-- Revert changes. [`5a84c82`](https://github.com/ImageMagick/ImageMagick/commit/5a84c828159133dd44dee1531cd725d9a8c715e4)
-- Silenced warnings. [`2ad0471`](https://github.com/ImageMagick/ImageMagick/commit/2ad04718fd02d35af723fd384993c6a7d0f44144)
-- Also install git. [`94fdfc9`](https://github.com/ImageMagick/ImageMagick/commit/94fdfc9d9822782c4a9aab1470948637f722adb1)
-- Also set CXX. [`de8c6d6`](https://github.com/ImageMagick/ImageMagick/commit/de8c6d69e8490f6e6295957042f44b7598a9e3ba)
-- Also set CXX for app-image build. [`4d7f1a7`](https://github.com/ImageMagick/ImageMagick/commit/4d7f1a7e8b23b4d33f5534ab9064219202873f54)
-- Use env instead. [`3a66612`](https://github.com/ImageMagick/ImageMagick/commit/3a666127f8b132187a7c66a7f4a470e433a1f1e9)
-- Corrected variable. [`87ed754`](https://github.com/ImageMagick/ImageMagick/commit/87ed7542141d407a4d00cf089de4303d5541e40a)
-- Corrected clone for the freetype project. [`2823eb9`](https://github.com/ImageMagick/ImageMagick/commit/2823eb9b06e6bb5961d65b8e8d21c1dc000bbb62)
-- Corrected folder. [`6f5dd74`](https://github.com/ImageMagick/ImageMagick/commit/6f5dd7419a840553b2ab287d7880292f8b9298dc)
-- Use GitHub mirror instead. [`8ba9e67`](https://github.com/ImageMagick/ImageMagick/commit/8ba9e67d34fb860fc4e02d752885bbe8a8e17070)
-- Fix HEIF header include path for MINGW [`fa72362`](https://github.com/ImageMagick/ImageMagick/commit/fa72362104cb9b4924808d5cb77386f9b4e73d5d)
-- fix short reallocation @ https://github.com/ImageMagick/ImageMagick/issues/5553 [`fdab524`](https://github.com/ImageMagick/ImageMagick/commit/fdab52405409fee5d7c02fe4e60d5474caa54498)
-- proper overflow check [`ca72d98`](https://github.com/ImageMagick/ImageMagick/commit/ca72d98bf1bc3ba6b87e73c4e5627994ab6c8240)
-- don't transform to sRGB colorspace if already in a compatible colorspace @ https://github.com/ImageMagick/ImageMagick/discussions/5543 [`c1ca247`](https://github.com/ImageMagick/ImageMagick/commit/c1ca2476540dd2f55ac108a190a75ff83a207a9c)
-- release [`c243c92`](https://github.com/ImageMagick/ImageMagick/commit/c243c92818c376315650f6d8340e7e62e9a14a9e)
-
-## [7.1.0-47](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-46...7.1.0-47) - 2022-08-27
-
-### Merged
-
-- The effect of modulate:colorspace LCH is different for palette and true color images. [`#5470`](https://github.com/ImageMagick/ImageMagick/pull/5470)
-
-### Commits
-
-- beta release [`d1be0fd`](https://github.com/ImageMagick/ImageMagick/commit/d1be0fd485f786041401d25a0f554cbd680e653e)
-- correct normalization for the complex magnitude-phase option [`d4904e5`](https://github.com/ImageMagick/ImageMagick/commit/d4904e56f4fbda286cfca3661b9a1d4bf93c8279)
-- Check for quantum pad overflow (issue notification from hardik) [`2305c70`](https://github.com/ImageMagick/ImageMagick/commit/2305c702ea8d2d911f1be2e7690103e2f3cc8a2e)
-- more conservative pad check [`f2398de`](https://github.com/ImageMagick/ImageMagick/commit/f2398de5b897203c36eade3b6cbc754fd57d003a)
-- Run autogen with --no-po4a. [`2b3ffd9`](https://github.com/ImageMagick/ImageMagick/commit/2b3ffd976bd8c6845bcf279a99708fa013734a7f)
-- Added missing LDFLAGS for the oss-fuzz build. [`afee576`](https://github.com/ImageMagick/ImageMagick/commit/afee576934f3e4865d131f4691d77b743c7cb5e9)
-- Also use clang in our codespace. [`825d09e`](https://github.com/ImageMagick/ImageMagick/commit/825d09edb97affa63aafcb24b0b512392389ce7f)
-- eliminate undefined behavior, fuzz issue from Hardik [`2dc49e8`](https://github.com/ImageMagick/ImageMagick/commit/2dc49e8b98051d1ed1eb52f84c93941e2f3f9bc8)
-- check for extra samples when computing pad, alert from Hardik [`e389397`](https://github.com/ImageMagick/ImageMagick/commit/e389397b2be1a1b586923f279b1f2c36b28b1eb0)
-- eliminate pointer overflow, alert from Hardik [`264d91e`](https://github.com/ImageMagick/ImageMagick/commit/264d91e02a2e9c6ec318d751956000d19d5617fc)
-- Updated gitignore. [`ed0ebb9`](https://github.com/ImageMagick/ImageMagick/commit/ed0ebb953ad962712e5687b16479924bfdbd6611)
-- raw image property unit error @ https://github.com/ImageMagick/ImageMagick/issues/5492 [`6391584`](https://github.com/ImageMagick/ImageMagick/commit/6391584f62fa767a4666d3b8678eca4d957ba7e8)
-- Also link libsharpyuv. [`41c6b78`](https://github.com/ImageMagick/ImageMagick/commit/41c6b783621b4c58050b73f9039092a9259d9ada)
-- Also link ubsan. [`60ef02c`](https://github.com/ImageMagick/ImageMagick/commit/60ef02c735e16eb08d8b6fa491b657d011356c79)
-- Added json to the .editorconfig. [`5c0e94d`](https://github.com/ImageMagick/ImageMagick/commit/5c0e94d485e7f6eaffc39ed7b6420d318e52d7c1)
-- Try to disable recommendations. [`793c633`](https://github.com/ImageMagick/ImageMagick/commit/793c6330643dc07d9582d56622658df2d1590c48)
-- Force CXX compiler. [`07f3b48`](https://github.com/ImageMagick/ImageMagick/commit/07f3b487f9860fd4eb9422f1a906d0fe83b6fd1c)
-- Removed LDFLAGS. [`695b0f5`](https://github.com/ImageMagick/ImageMagick/commit/695b0f58f73304b144dc66bdb2f9a2785ff7cac1)
-- squash heap-buffer-overflow, PoC TIFF from Hardik [`30ccf9a`](https://github.com/ImageMagick/ImageMagick/commit/30ccf9a0da1f47161b5935a95be854fe84e6c2a2)
-- cosmetic [`d91623c`](https://github.com/ImageMagick/ImageMagick/commit/d91623c1234ae3b4da3f680b05d404af68bcbbf6)
-- Also build jpeg-xl with oss-fuzz. [`7dcef54`](https://github.com/ImageMagick/ImageMagick/commit/7dcef546b9463d021e46d8eb16d3a611df1b6ddb)
-- release [`47c6f10`](https://github.com/ImageMagick/ImageMagick/commit/47c6f10607fd1b1e6e9226cd9869479902b65821)
-
-## [7.1.0-46](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-45...7.1.0-46) - 2022-08-17
-
-### Commits
-
-- beta release [`5ab412c`](https://github.com/ImageMagick/ImageMagick/commit/5ab412cf47dea2f09f08d2e7e84d1892b711bac8)
-- Silenced warning. [`34d98f3`](https://github.com/ImageMagick/ImageMagick/commit/34d98f3e05e8837e8170a488c6d356c511d6fda8)
-- cosmetic [`4af7a41`](https://github.com/ImageMagick/ImageMagick/commit/4af7a416cce767020b7feaa31dab8333c501c7f4)
-- need uintptr_t for pointer arithmetic @ https://github.com/ImageMagick/ImageMagick/discussions/5380 [`82a8036`](https://github.com/ImageMagick/ImageMagick/commit/82a80362bd2ad1681a9123572c14da8ad958b554)
-- eliminate compiler warning [`c7aef5e`](https://github.com/ImageMagick/ImageMagick/commit/c7aef5e5f7f63c7c71047fcafdd202caa026e5e5)
-- NCC must return a value less or equal to 1 @ https://github.com/dlemstra/Magick.NET/issues/1220 [`5702794`](https://github.com/ImageMagick/ImageMagick/commit/57027947ebcc94305b299070dca75d60c75b1b55)
-- move exit on timeout from MagickCore to convert utility @ https://github.com/dlemstra/Magick.NET/issues/445 [`27b0efa`](https://github.com/ImageMagick/ImageMagick/commit/27b0efa5d26143bdbbc5ac1e24932a1ad3d73501)
-- properly render strokes when stroke-opacity set @ https://github.com/ImageMagick/ImageMagick/issues/5422 [`74c381a`](https://github.com/ImageMagick/ImageMagick/commit/74c381a48cb9312f9d263274b61980f8dde5a497)
-- we don't currently support read masks for FFT NCC similarity, but we will soon [`a733f5f`](https://github.com/ImageMagick/ImageMagick/commit/a733f5f7e21fa358854dff87199e38f55993b5df)
-- validate pixel channel before we interpolate @ https://github.com/ImageMagick/ImageMagick/discussions/4533 [`c8233a0`](https://github.com/ImageMagick/ImageMagick/commit/c8233a0d608ad893c0ba66e540b87168ea88ec0c)
-- Use RelinquishMagickMemory instead. [`1efe08d`](https://github.com/ImageMagick/ImageMagick/commit/1efe08d5eab94b2353916a9e4bb82794bf62e84f)
-- Renamed variables. [`7191788`](https://github.com/ImageMagick/ImageMagick/commit/71917888ebc8f725c94fb965eff816b5c1dff588)
-- Code style changes. [`edf5871`](https://github.com/ImageMagick/ImageMagick/commit/edf587156bf7af0a6127fea3effab61c74df97b4)
-- Use create_wchar_path instead. [`09c027d`](https://github.com/ImageMagick/ImageMagick/commit/09c027dcf7bfe1d86addcf395d9fc2156d78da77)
-- Corrected patch. [`c26fe1b`](https://github.com/ImageMagick/ImageMagick/commit/c26fe1bca6a9ced10d1504951071e19c7aa256aa)
-- Corrected check. [`797e6cc`](https://github.com/ImageMagick/ImageMagick/commit/797e6cc606fb3112fb2648d37fbb125e68bedd76)
-- Use create_wchar_path instead. [`880e9fe`](https://github.com/ImageMagick/ImageMagick/commit/880e9fedc4027247fc393492542485bd72ede3f6)
-- Revert back to old check. [`2beb319`](https://github.com/ImageMagick/ImageMagick/commit/2beb319d7742eba3da6dfe10be98453d60886e54)
-- check image channel bounds @ https://github.com/ImageMagick/ImageMagick/discussions/4533 [`e0aa08b`](https://github.com/ImageMagick/ImageMagick/commit/e0aa08bfe91fb1c2e9afcd9ce0de1f5c85fc4589)
-- cosmetic [`3bb41bf`](https://github.com/ImageMagick/ImageMagick/commit/3bb41bf3e9ac10dfdfdedebbae66e88090a60414)
-- throw an exception is channel is invalid [`909d6d2`](https://github.com/ImageMagick/ImageMagick/commit/909d6d21a03aa8d8790df1e204e9f5c3dbca51fb)
-- cosmetic [`2256431`](https://github.com/ImageMagick/ImageMagick/commit/2256431d1ecc8606b2a2f6c8581abc6a9aafb57a)
-- missing break;  fx translator should not allow expressions like u.w.intensity @ https://github.com/ImageMagick/ImageMagick/discussions/4533 [`25c8915`](https://github.com/ImageMagick/ImageMagick/commit/25c89150f62506e5c4ddba1c10a9722d746bca0c)
-- a zero length line segment is not a point [`63f3303`](https://github.com/ImageMagick/ImageMagick/commit/63f3303210e8346f8242389f2d98c68e1e049a4a)
-- Moved building the dependencies to a separate file. [`a9ef5f1`](https://github.com/ImageMagick/ImageMagick/commit/a9ef5f151bd76a9bdce27dfcc3be339872fd8306)
-- Moved building imagemagick to a separate file. [`98a3569`](https://github.com/ImageMagick/ImageMagick/commit/98a35690576eb50d44c0f4a3790d7bb4717addd7)
-- Echo flags. [`19de685`](https://github.com/ImageMagick/ImageMagick/commit/19de6852b53e07c3523d95a0159f4b61bf1b1227)
-- Also echo $CXXFLAGS [`def0dbe`](https://github.com/ImageMagick/ImageMagick/commit/def0dbed3ee410985c37a83889ee74ab5e741aa1)
-- Build with utilities. [`88e7ac1`](https://github.com/ImageMagick/ImageMagick/commit/88e7ac1f0ac50420428caaea7f09bcd958d12c0b)
-- Disable shared when building libtiff. [`feca588`](https://github.com/ImageMagick/ImageMagick/commit/feca588ddf8481e879410aa2d5cfd73ad193be87)
-- Reverted change. [`b5a0322`](https://github.com/ImageMagick/ImageMagick/commit/b5a03226550b1d4cebfc3f829f8b0c67ec412dba)
-- Silence warning for non debug build. [`5d2d413`](https://github.com/ImageMagick/ImageMagick/commit/5d2d4139d093f1d2deeefc8b6649842d77e4184e)
-- Stop setting obsolete argument [`cfce900`](https://github.com/ImageMagick/ImageMagick/commit/cfce90040c060269b89d5b16cd168e69d8f5d9f2)
-- fix morphology thicken @ https://github.com/ImageMagick/ImageMagick/issues/5433 [`20c3a7e`](https://github.com/ImageMagick/ImageMagick/commit/20c3a7e6110517ea190ad4a89cfb555c2315945d)
-- cosmetic [`60d1c0c`](https://github.com/ImageMagick/ImageMagick/commit/60d1c0ce3e5d180d702207eea416d7fed2f20fe8)
-- hit and miss morphology now returns expected results [`eac2e28`](https://github.com/ImageMagick/ImageMagick/commit/eac2e284f5058e4dcd17e3665b7656a91ae2a648)
-- sync results to morphology docs @ https://imagemagick.org/Usage/morphology/ [`6d428ef`](https://github.com/ImageMagick/ImageMagick/commit/6d428efb9cc6f4fa3f55643bc56be944186239bd)
-- synchronize morphology results with docs @ https://imagemagick.org/Usage/morphology [`57afcf0`](https://github.com/ImageMagick/ImageMagick/commit/57afcf001c242b78dd52b8fa21e05ecd0ce81611)
-- Disable shared build for libtiff. [`a1f6dfa`](https://github.com/ImageMagick/ImageMagick/commit/a1f6dfaecc6d4d3be0b146c4ec762ad5ae6e75ce)
-- Removed echo. [`455ee30`](https://github.com/ImageMagick/ImageMagick/commit/455ee30a1912774be57932e796089f37df94e0aa)
-- Don't allocate memory for scale and copyright that are unused. [`aa492c6`](https://github.com/ImageMagick/ImageMagick/commit/aa492c67ec1c6976ae0720718566333ec0415712)
-- support word-break option for caption @ https://github.com/ImageMagick/ImageMagick/discussions/5440 [`6cf5918`](https://github.com/ImageMagick/ImageMagick/commit/6cf5918b82219d9832a19d8f0e823f8b948ec5d7)
-- increment max arguments [`3b635dc`](https://github.com/ImageMagick/ImageMagick/commit/3b635dc645e2d15ef3206ac92206ead5e57759ef)
-- cosmetic [`57d95a4`](https://github.com/ImageMagick/ImageMagick/commit/57d95a4f36cdf86e04c70af52aafb0d8638cc998)
-- Added early exit for list length resource limit. [`31048df`](https://github.com/ImageMagick/ImageMagick/commit/31048df7f3cad9d84b31b19410de0048ad4151eb)
-- Make files executable. [`20dc982`](https://github.com/ImageMagick/ImageMagick/commit/20dc982c298a4ad256f76676351284fba7b9bce7)
-- Added a Codespaces devcontainer that use a similar configuration as our oss-fuzz container. [`6a80e3f`](https://github.com/ImageMagick/ImageMagick/commit/6a80e3f59cae4f30fa5a08f4f7ddd8c93e50a2d0)
-- Mark version as beta again. [`b5a271e`](https://github.com/ImageMagick/ImageMagick/commit/b5a271e223dad0fe49dee81cfe2ff3105f832534)
-- Build fix. [`af14a94`](https://github.com/ImageMagick/ImageMagick/commit/af14a94b83c4b35c154bd1ec12855215a23001d2)
-- set explicit format @ https://github.com/ImageMagick/ImageMagick/issues/5444 [`5ef3d4d`](https://github.com/ImageMagick/ImageMagick/commit/5ef3d4d66e33880d19614f0f64a85ed728ee5226)
-- release [`2b90eb9`](https://github.com/ImageMagick/ImageMagick/commit/2b90eb9da96e4c22da6cf6d02e84a2948a5aefa7)
-
-## [7.1.0-45](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-44...7.1.0-45) - 2022-07-31
-
-### Merged
-
-- Update Readme.md [`#5320`](https://github.com/ImageMagick/ImageMagick/pull/5320)
-
-### Commits
-
-- beta release [`9e3fa16`](https://github.com/ImageMagick/ImageMagick/commit/9e3fa1679410d511c691d5f6eb09f7d0a2ae0e3f)
-- beta release [`ca18a05`](https://github.com/ImageMagick/ImageMagick/commit/ca18a0519b5ee0d08505f8fe8e6be2ef4fde212b)
-- omp_init_lock() has undefined behavior if the lock is already init'ed @ https://github.com/ImageMagick/ImageMagick/issues/5360 [`fc4744f`](https://github.com/ImageMagick/ImageMagick/commit/fc4744f79987ba5309ab4e5cb95faacab2ca72a9)
-- verify Freetype delegate library is version 2.8 or above [`8a25b36`](https://github.com/ImageMagick/ImageMagick/commit/8a25b36867cc5872e9ebde7e83e96a0600d2eebe)
-- Whitespace. [`70e7690`](https://github.com/ImageMagick/ImageMagick/commit/70e7690706e79d653bbb35aeb6b603cceb82bea7)
-- Changed checks for libtiff. [`ee1f26f`](https://github.com/ImageMagick/ImageMagick/commit/ee1f26ff19ae070d91fab8415a9f7950a2b4d19d)
-- conditionally destroy mutux [`b4f429f`](https://github.com/ImageMagick/ImageMagick/commit/b4f429ff28ca7d0ad172e567c01deb8b7503ac5d)
-- lock/unlock mutex assumes an initialized lock [`deb080b`](https://github.com/ImageMagick/ImageMagick/commit/deb080b28ef0216e2d0785db923445dee4e8fc41)
-- Removed MAGICKCORE_HAVE_TIFF checks. [`c6f8c5e`](https://github.com/ImageMagick/ImageMagick/commit/c6f8c5e49f1747eb7cf2b98f5d70ea77d66bc6cf)
-- Removed variables that are set but never used. [`e973979`](https://github.com/ImageMagick/ImageMagick/commit/e973979e6fa1746616b08b01a9d8fd07d9089bb4)
-- fix -evaluate Pow 2 issue @ https://github.com/ImageMagick/ImageMagick/issues/5376 [`a318c2d`](https://github.com/ImageMagick/ImageMagick/commit/a318c2da8115312ccf2f3d5b22e5ac9e9fcc1f6d)
-- cosmetic [`94deb70`](https://github.com/ImageMagick/ImageMagick/commit/94deb70e6b2e773b3d4a3a4ef54df6377b501896)
-- set virtual pixel method for connected components algorithm @ https://github.com/ImageMagick/ImageMagick/issues/5368 [`d65a985`](https://github.com/ImageMagick/ImageMagick/commit/d65a985729b50762f1e352e128db245dba7a3fea)
-- eliminate compiler issues / warnings [`fc11d83`](https://github.com/ImageMagick/ImageMagick/commit/fc11d8357eeae86c2ef33f899846af10f64f7fd7)
-- fix cast from provenance-free integer type to pointer type @ https://github.com/ImageMagick/ImageMagick/discussions/5380 [`6e29345`](https://github.com/ImageMagick/ImageMagick/commit/6e29345c58386f30ebad04adae636b81ef1333c6)
-- https://github.com/ImageMagick/ImageMagick/pull/5320 [`8e395fd`](https://github.com/ImageMagick/ImageMagick/commit/8e395fdae15e427ef0dc4f09b60ac8089b3f6530)
-- authenticate distributed cache [`d8d651e`](https://github.com/ImageMagick/ImageMagick/commit/d8d651e5724287315d3eae12557830e3a6be4030)
-- cosmetic [`aad18ad`](https://github.com/ImageMagick/ImageMagick/commit/aad18ad71a50a30cf9ea9c647171b75ee89fae77)
-- eliminate compiler warning [`10e6f75`](https://github.com/ImageMagick/ImageMagick/commit/10e6f7578850c1c71fa995f01e1ea84c7604d5af)
-- divide NCC by the # of channels @ https://github.com/dlemstra/Magick.NET/issues/1220 [`64bdc88`](https://github.com/ImageMagick/ImageMagick/commit/64bdc8865b329395b2921ea9ce2e2f0623f197be)
-- release [`d9369f5`](https://github.com/ImageMagick/ImageMagick/commit/d9369f5ef4580cf365c1950db78327689f5cb250)
-- improve distributed cache exception messages [`d80f6a7`](https://github.com/ImageMagick/ImageMagick/commit/d80f6a7cd7b569d39ae657bd9ebe1ef3f57f8f95)
-- release [`e32676e`](https://github.com/ImageMagick/ImageMagick/commit/e32676e0a7626768f98e851be1c28cb611acfacc)
-
-## [7.1.0-44](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-43...7.1.0-44) - 2022-07-24
-
-### Merged
-
-- build: fix quoting for autoconf sendfile check [`#5333`](https://github.com/ImageMagick/ImageMagick/pull/5333)
-
-### Commits
-
-- beta release [`54080fc`](https://github.com/ImageMagick/ImageMagick/commit/54080fc7ee70731bc07a204b77efaf6b28c3ff08)
-- beta release [`34683fa`](https://github.com/ImageMagick/ImageMagick/commit/34683fa9106788f63bca0ac2a6255de4b38bc4ce)
-- ... [`220a680`](https://github.com/ImageMagick/ImageMagick/commit/220a6800956959970ac9d9d03fc595564736c8a6)
-- respect configure's --disable-assert option [`bf9fcc1`](https://github.com/ImageMagick/ImageMagick/commit/bf9fcc129ab026ebb7e05bbad3b833a833eb1a87)
-- disable assert in ImageMagick specific header [`86bbe49`](https://github.com/ImageMagick/ImageMagick/commit/86bbe49925db5095e88e45390b4fb88231302abb)
-- Reduce MaxMemoryRequest. [`d2a9180`](https://github.com/ImageMagick/ImageMagick/commit/d2a918098878bd73a57a34b901b5ae85c0c8d17f)
-- Use our own memory manager for Freetype memory allocation. [`f5f3dd8`](https://github.com/ImageMagick/ImageMagick/commit/f5f3dd83933669168ed147b9fbe3ac663d6fcd73)
-- Added extra checks to make sure we don't go out of bounds when checking spaces. [`dd9e9bb`](https://github.com/ImageMagick/ImageMagick/commit/dd9e9bb80e500ad5e1213e7b4a5f7075ef09b547)
-- Added extra options to point to ImageMagick6 and Freds-Scripts. [`abaa4dc`](https://github.com/ImageMagick/ImageMagick/commit/abaa4dc0acd8518052c19b4f83d4e17314458542)
-- Changed correction to fix issue reported in #5326. [`9c90852`](https://github.com/ImageMagick/ImageMagick/commit/9c9085248492c1b2c32388e5fa5ccb057dd99141)
-- cosmetic [`d8c641f`](https://github.com/ImageMagick/ImageMagick/commit/d8c641ff5dfd45f707fe7e33312b224272002a49)
-- cosmetic changes [`215e407`](https://github.com/ImageMagick/ImageMagick/commit/215e407181bc7b7a67675ad4675bfc24735d9465)
-- fix spurious extra channel @ https://github.com/ImageMagick/ImageMagick/issues/5325 [`787a7c2`](https://github.com/ImageMagick/ImageMagick/commit/787a7c22998d89210ff088234b36d369dd5856d1)
-- framework for bayer image format (in-progress) [`e65c7e6`](https://github.com/ImageMagick/ImageMagick/commit/e65c7e60962da8707e7d117f6576e300fc681923)
-- initial bayer coder header [`872f637`](https://github.com/ImageMagick/ImageMagick/commit/872f637a8715f9b5eaab3fc0c6b7037ecf146508)
-- move MagickCommandGenesis() as mogrify.c will be deprecated someday [`cd80a8a`](https://github.com/ImageMagick/ImageMagick/commit/cd80a8a842d983c2805e4e9fe5bb6d8541038ccb)
-- switch to MagickImageCommand() as ConvertImageCommand() will deprecate in the future [`2d96d8e`](https://github.com/ImageMagick/ImageMagick/commit/2d96d8e36cfa8ffe4bd92675a3aaf6c9bf235036)
-- add `magick` CLI unit test [`f6282ec`](https://github.com/ImageMagick/ImageMagick/commit/f6282ec88ca5233d19654b040be34506c96f2219)
-- support read raw Bayer (rggb) images based on http://im.snibgo.com/demosaic.htm [`2c08642`](https://github.com/ImageMagick/ImageMagick/commit/2c086422dbc1f845fbcc212929a61fabc53a2924)
-- Added earlier exit for when writing the pixel row fails. [`df5637a`](https://github.com/ImageMagick/ImageMagick/commit/df5637a4aeb494f99802f251509c86edf38e199d)
-- support writing bayer raw image samples [`1f04c1d`](https://github.com/ImageMagick/ImageMagick/commit/1f04c1d86831f73952760e91f29b8e37a60d234a)
-- Changed the default Windows build to dynamic. [`e552479`](https://github.com/ImageMagick/ImageMagick/commit/e552479efe89fe0681892221245befe2611e8ca6)
-- eliminate a double free per [`4139ef8`](https://github.com/ImageMagick/ImageMagick/commit/4139ef88d566c6572e4bb998ba19fcabdc7ec160)
-- fix quoting for autoconf sendfile check [`017a485`](https://github.com/ImageMagick/ImageMagick/commit/017a485ac916e1d7c452f5f3470de5f3e483524f)
-- Read bayer image without using MagickImageCommand. [`0afa38d`](https://github.com/ImageMagick/ImageMagick/commit/0afa38d17e78ece86eb64d693838ae54b5ede58b)
-- make GRAY explicit to force the GRAY coder [`a61aed8`](https://github.com/ImageMagick/ImageMagick/commit/a61aed8956f8bc5b32b70f1db3a149d62a8ddb2b)
-- Write bayer image without using MagickImageCommand. [`98fc6cb`](https://github.com/ImageMagick/ImageMagick/commit/98fc6cbbc2c096a3bd71f6ca95bdfd7b72bb4e45)
-- Renamed variables. [`184e9be`](https://github.com/ImageMagick/ImageMagick/commit/184e9bec9195e7577d6d9aef049f31b0013f61d8)
-- Corrected solution name. [`e1dd8ed`](https://github.com/ImageMagick/ImageMagick/commit/e1dd8edeece0947fa11dc0c155b2f108458c36c5)
-- bayer coder is no longer dependent on MagickWand lib [`e236e87`](https://github.com/ImageMagick/ImageMagick/commit/e236e87424075d7d22820e2cf6780a69c1be1e40)
-- add Dirk as coder author [`1f1482d`](https://github.com/ImageMagick/ImageMagick/commit/1f1482d7feca6a77e4d60713a4aafb14dab7ec19)
-- Moved creation of the fill pattern image. [`6b83a76`](https://github.com/ImageMagick/ImageMagick/commit/6b83a7654e345754f751f9171ea92e2ae763b0eb)
-- Use different configuration to make sure all configurations are build. [`77bcc95`](https://github.com/ImageMagick/ImageMagick/commit/77bcc95c06ca8bdbf709b24eb3a96efff83adb41)
-- fix tiled pattern for -virtual-pixel none @ https://github.com/ImageMagick/ImageMagick/discussions/5331 [`055d941`](https://github.com/ImageMagick/ImageMagick/commit/055d9416c960488a0153e3d5a1a02cf84997247e)
-- check primitive boundaries to avoid overflow [`75c4e7f`](https://github.com/ImageMagick/ImageMagick/commit/75c4e7fca9f5b2bbd25e42ec7aa56468a75f98a5)
-- eliminate unitialized warning [`6adb276`](https://github.com/ImageMagick/ImageMagick/commit/6adb276e2c75c4445de442f83f71f65547e5f98a)
-- Corrected channel checks inside PerceptibleImage. [`33d3567`](https://github.com/ImageMagick/ImageMagick/commit/33d3567be16098b43e2f7e876fe058472709ca9f)
-- Removed CoderDecoderThreadSupportFlag | CoderEncoderThreadSupportFlag and because we are no longer using wand. [`7860a04`](https://github.com/ImageMagick/ImageMagick/commit/7860a04904cd79e7ec72e0b3eb0bdc37b7fb12ce)
-- Eliminate double free. [`892040b`](https://github.com/ImageMagick/ImageMagick/commit/892040b56cc81ae2068ad59f78888d0f2fce79d9)
-- Use consistent naming. [`5c1e4e5`](https://github.com/ImageMagick/ImageMagick/commit/5c1e4e5a9339e100b04318cf14068afd74542d38)
-- Open blob before checking dimensions to avoid memory leak in ImagesToBlob and ImageToBlob. [`444800f`](https://github.com/ImageMagick/ImageMagick/commit/444800f1385fcb58e9ec5bd9aae63bd9e3b156c1)
-- cosmetic [`9e020d2`](https://github.com/ImageMagick/ImageMagick/commit/9e020d234e55a41513d3084981f252ed506858c0)
-- set opaque alpha channel for pattern coder @ https://github.com/ImageMagick/ImageMagick/discussions/5331 [`ed5737d`](https://github.com/ImageMagick/ImageMagick/commit/ed5737db30014f4b8e60b9e77704b26432282121)
-- create property for constrast and linear stretch [`a254d10`](https://github.com/ImageMagick/ImageMagick/commit/a254d108832ff60de0d85899b272d56449d7aabc)
-- protect MagickCoreTerminus() with a mutex @ https://github.com/ImageMagick/ImageMagick/issues/5360 [`efb11f5`](https://github.com/ImageMagick/ImageMagick/commit/efb11f5f681bf419c91ebcfe1fce0f76ca5e90f9)
-- release [`0def2d2`](https://github.com/ImageMagick/ImageMagick/commit/0def2d22ca04a68677ae88f275511098752d0ca0)
-- revert optimal texture mapping [`efb742d`](https://github.com/ImageMagick/ImageMagick/commit/efb742d2dd2951ac1b62b40fac697d8870860e30)
-- associate {linear,constrast}-stretch with histogram namespace [`3628467`](https://github.com/ImageMagick/ImageMagick/commit/3628467f8a9981f2a85531fa98b2f91ab4157e09)
-- contrast-stretch proper is percent of total pixels to clip [`a2e819a`](https://github.com/ImageMagick/ImageMagick/commit/a2e819ae89818f41f1d170defe8edf8c67760410)
-- release [`0f290dc`](https://github.com/ImageMagick/ImageMagick/commit/0f290dc318a86972e428437bc69b1b063f2ad7d4)
-- release [`32491af`](https://github.com/ImageMagick/ImageMagick/commit/32491af93965e30940bb0f4bd183eb867cc44678)
-- Remove unnecessary typecast. [`93737f7`](https://github.com/ImageMagick/ImageMagick/commit/93737f78c8a29451f07f1a8b380673a032896b1c)
-- Open blob earlier to possible avoid memory leak in ImagesToBlob and ImageToBlob. [`794e12f`](https://github.com/ImageMagick/ImageMagick/commit/794e12faed276a84fb0193a7a7d2a392b202f8b5)
-- Corrected detection of transparent pixels (#5366) [`d033472`](https://github.com/ImageMagick/ImageMagick/commit/d033472aa43cbab948080117380c6294d9031b05)
-- release [`ad83b6a`](https://github.com/ImageMagick/ImageMagick/commit/ad83b6a2921687661a91ffd9e3db33f82db8408f)
-- release [`520a724`](https://github.com/ImageMagick/ImageMagick/commit/520a7245e8069fb3367b2fef790978a77b3e2a9a)
-- release [`6cd515d`](https://github.com/ImageMagick/ImageMagick/commit/6cd515dee3010d6d5accfacb2a2943fdc8dc16f8)
-
-## [7.1.0-43](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-42...7.1.0-43) - 2022-07-09
-
-### Commits
-
-- beta release [`c9ea9fd`](https://github.com/ImageMagick/ImageMagick/commit/c9ea9fd96d950849d381ce41250609d4c329303c)
-- release [`71011cf`](https://github.com/ImageMagick/ImageMagick/commit/71011cf1d38ea9bc5eac52fee433b58569b24167)
-- beta release [`8718d62`](https://github.com/ImageMagick/ImageMagick/commit/8718d62924c78a8b323e8dc5962eea151edebd38)
-- release [`c95ef31`](https://github.com/ImageMagick/ImageMagick/commit/c95ef31d1ed702cc502f06202b17fee39e27ced9)
-
-## [7.1.0-42](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-41...7.1.0-42) - 2022-07-09
-
-### Commits
-
-- incorrect pointer update when computing median @ https://github.com/ImageMagick/ImageMagick/issues/5298 [`e29f487`](https://github.com/ImageMagick/ImageMagick/commit/e29f487ccdbe9f971fa69f16785767b2484a8f0e)
-- beta release [`3a3baa9`](https://github.com/ImageMagick/ImageMagick/commit/3a3baa91cfee5af70f87266f33db54917739ba19)
-- Added extra check because the flag was removed in 0.21-Beta1. [`0b13828`](https://github.com/ImageMagick/ImageMagick/commit/0b13828b46ac7fc83a1eb677bda602285f8f04cd)
-- the -transparent-color option accepts colornames @ https://github.com/ImageMagick/ImageMagick/discussions/5297 [`ce18e42`](https://github.com/ImageMagick/ImageMagick/commit/ce18e422f951fa3e2627539b7bc0b03082176eea)
-- fix MVG stroke-opacity issues [`6cd5112`](https://github.com/ImageMagick/ImageMagick/commit/6cd511240400d5be19a95811a54de302186d5afd)
-- map channel parameter to pixel channel offset @ https://github.com/ImageMagick/ImageMagick/issues/5308 [`6bd722b`](https://github.com/ImageMagick/ImageMagick/commit/6bd722bfdd21ea03c7a309d11f0f1d18af6e2f1c)
-- release [`396d87c`](https://github.com/ImageMagick/ImageMagick/commit/396d87cf05f21810b1f64ac3f7d1d26653a90b96)
-
-## [7.1.0-41](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-40...7.1.0-41) - 2022-07-06
-
-### Commits
-
-- beta release [`19f1a50`](https://github.com/ImageMagick/ImageMagick/commit/19f1a50371acc1f4eaead23d097523319e64894a)
-- preserve input depth @ https://github.com/ImageMagick/ImageMagick6/issues/188 [`a69791d`](https://github.com/ImageMagick/ImageMagick/commit/a69791d9fbe91f1428ab1f75d3493649d96fba19)
-- cosmetic [`56dba8e`](https://github.com/ImageMagick/ImageMagick/commit/56dba8e426519c4e95405b2018618edafe434daf)
-- update to latest automake/autoconf release [`52d6892`](https://github.com/ImageMagick/ImageMagick/commit/52d689220fc5d5b2e2fc0fc4389ee781764bf07e)
-- recognize SVG file if it starts with whitespace @ https://github.com/ImageMagick/ImageMagick/issues/5294 [`db042fb`](https://github.com/ImageMagick/ImageMagick/commit/db042fbefdb06f71b8e1e01a78c245b35983b492)
-- Removed unused stealth flag. [`316b9d5`](https://github.com/ImageMagick/ImageMagick/commit/316b9d5ae46463697400536923585843fe294aa2)
-- Removed used path field. [`ed8d481`](https://github.com/ImageMagick/ImageMagick/commit/ed8d481cacaec90db2f4883661c359aebe2f5fa1)
-- Removed unused target field. [`92d2fe1`](https://github.com/ImageMagick/ImageMagick/commit/92d2fe198173cab3bf1faf610784647e209f61c7)
-- Removed unused exempt field. [`3036966`](https://github.com/ImageMagick/ImageMagick/commit/3036966f9a9cd59f9e76fbe48bcf0aadce026dcb)
-- Added extra option to the skip spaces to the MagicInfo. [`1563f07`](https://github.com/ImageMagick/ImageMagick/commit/1563f074ff2e6cc3f3e2e218acfc112dc90ee288)
-- Always start at the start of the string when comparing the magic value. [`be46ed6`](https://github.com/ImageMagick/ImageMagick/commit/be46ed631986a01f725191ff49e3c93d744fa10e)
-- cosmetic [`c4a9a8b`](https://github.com/ImageMagick/ImageMagick/commit/c4a9a8bd598c1c480f0a10a911a22b15889171d4)
-- avoid OMP deadlock @ https://github.com/ImageMagick/ImageMagick/issues/5301 [`1de5b94`](https://github.com/ImageMagick/ImageMagick/commit/1de5b94fb832d3b7d2909764cb6a4e5dd2d12c3d)
-- release [`8a38ada`](https://github.com/ImageMagick/ImageMagick/commit/8a38adadf20522c8f39f81200109f99976d29bec)
-
-## [7.1.0-40](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-39...7.1.0-40) - 2022-07-03
-
-### Commits
-
-- beta release [`15fbf4d`](https://github.com/ImageMagick/ImageMagick/commit/15fbf4da67cd51f903c13adbebd40eda1bfff047)
-- prevent undefined shift [`2b10479`](https://github.com/ImageMagick/ImageMagick/commit/2b10479483641a0dd3092650edd4964b591cf3b9)
-- prevent possible buffer overflow [`a854a0a`](https://github.com/ImageMagick/ImageMagick/commit/a854a0a8af977a1b67830f02a53d9eb4d877e10d)
-- correct copy/paste error [`b11d647`](https://github.com/ImageMagick/ImageMagick/commit/b11d64704f46cedade2ca3cdcebbc8d1f315035e)
-- We need to free the stream ourselves when the call to FT_Open_Face fails. [`a1eb122`](https://github.com/ImageMagick/ImageMagick/commit/a1eb12255c950825c96714d86d6a69e8e83bc9e2)
-- Added missing call to DestroyString. [`bc786da`](https://github.com/ImageMagick/ImageMagick/commit/bc786dac768bd5013cd497c5788aea7a0f02e873)
-- MVG requires seekable stream [`16f316e`](https://github.com/ImageMagick/ImageMagick/commit/16f316e33a66c67dfc13cd4cbe82097bee90f7e5)
-- Added extra malloc method to avoid early calls to the policy checks on Windows. [`57e7129`](https://github.com/ImageMagick/ImageMagick/commit/57e7129d4e75dee3024e7ad1fba6b18356ec10d0)
-- Removed defines. [`d868d16`](https://github.com/ImageMagick/ImageMagick/commit/d868d16a8c0548d144223e33896f3c0e6a4677e2)
-- Only check for dll's in non static build. [`59be75e`](https://github.com/ImageMagick/ImageMagick/commit/59be75ecd4d310edc8ea4de73d42f871dcee0580)
-- Set the client name and path earlier. [`b26efc7`](https://github.com/ImageMagick/ImageMagick/commit/b26efc7a6fba5c683c4e3a0447654a2785541dd2)
-- fix background opacity rounding @ https://github.com/ImageMagick/ImageMagick/issues/5264 [`b42d5cb`](https://github.com/ImageMagick/ImageMagick/commit/b42d5cbea9bb289130094d6299ff4897b75ab37b)
-- empty result on conversion from tiff to pdf @ https://github.com/ImageMagick/ImageMagick/issues/5256 [`9075c30`](https://github.com/ImageMagick/ImageMagick/commit/9075c3037b37b09b188626ff68559083328c6809)
-- Corrected patch that was made for #5256. [`002a038`](https://github.com/ImageMagick/ImageMagick/commit/002a0380bd6828201574a05ce9484e8136871086)
-- Pass negative interline_spacing to pango [`7e20db5`](https://github.com/ImageMagick/ImageMagick/commit/7e20db545aade7638047341bccdfb31807525d82)
-- Also check extension to fix possible stack overflow. [`acae312`](https://github.com/ImageMagick/ImageMagick/commit/acae31224ed02694b25570e6ce121925d8c0227c)
-- eliminate possible buffer overflow [`309dfda`](https://github.com/ImageMagick/ImageMagick/commit/309dfda1122f08fcf349b6f611b3b6df994d9297)
-- set group 4 photometric to min-is-white [`6ab6a3f`](https://github.com/ImageMagick/ImageMagick/commit/6ab6a3f141d0c2dd4a3b52dea0db6cdb807f1fab)
-- dasharray requires non-zero values [`19cdaf1`](https://github.com/ImageMagick/ImageMagick/commit/19cdaf1154a4fdfcff9551724dbe8b44a89765e0)
-- cosmetic [`75249eb`](https://github.com/ImageMagick/ImageMagick/commit/75249ebf0800f785e451337c6b70072195d5f866)
-- eliminate compiler warning [`d192518`](https://github.com/ImageMagick/ImageMagick/commit/d19251872eea427615ecc2b5f3726cd91ec19480)
-- only permit one rows/columns keyword [`972f445`](https://github.com/ImageMagick/ImageMagick/commit/972f445c9064afefa0e61cfc906aa102e0ee45fb)
-- Moved allocation back to the correct spot to avoid bypassing SetImageExtent. [`9a8c352`](https://github.com/ImageMagick/ImageMagick/commit/9a8c352c06613c557c3ba5113b79afaae429c1c4)
-- Also restore setting quantum_info to null. [`bc14685`](https://github.com/ImageMagick/ImageMagick/commit/bc146855d32c1fbac33a9d0c9f8b2dbc9f83cec1)
-- revert [`5e87813`](https://github.com/ImageMagick/ImageMagick/commit/5e87813a9935e9b5ed634e601bf5b329cfc765bf)
-- eliminate uninitialized value warning [`8584fcd`](https://github.com/ImageMagick/ImageMagick/commit/8584fcd4b162abc22229e3555dbd08f820057ee3)
-- Make sure all text strings are freed when realloc fails. [`76693a4`](https://github.com/ImageMagick/ImageMagick/commit/76693a4cbd42bfa77cb089a3033fe19c7c1f7650)
-- Reset primitive_info inside RenderMVGContent because this address could point to another address. [`e2bf123`](https://github.com/ImageMagick/ImageMagick/commit/e2bf123cbaff9dcde654116a933b202cffac2e18)
-- Always check if .text is set instead. [`dd2791b`](https://github.com/ImageMagick/ImageMagick/commit/dd2791b0fdb7175f0e658b76637ed7aead5ed95c)
-- eliminate uninitialized alpha pixel [`7f01237`](https://github.com/ImageMagick/ImageMagick/commit/7f0123790b85438962b60c362d0bfe2557ce1c2c)
-- remove debugging mod [`1ad7086`](https://github.com/ImageMagick/ImageMagick/commit/1ad70866a53f588031c50821bfcd743de7c66df9)
-- eliminate compiler warning [`51e2b04`](https://github.com/ImageMagick/ImageMagick/commit/51e2b04a82aad68a06219ab620e41c00acdb43fc)
-- recognize read-mask & write-mask for -channel option [`6b8d6f9`](https://github.com/ImageMagick/ImageMagick/commit/6b8d6f9ff85b8ccfcd6e281782878bd91eee2b2d)
-- eliminate compiler warning [`e32bd1d`](https://github.com/ImageMagick/ImageMagick/commit/e32bd1d99f8d690fcfe2bc941b981bd71a0af68a)
-- fix scrambled image @ https://github.com/ImageMagick/ImageMagick/issues/5291 [`e8a2735`](https://github.com/ImageMagick/ImageMagick/commit/e8a273560c58dc2a099b2989d5cfcd0021e40d51)
-- yikes, misspelled 'level' [`7ad1916`](https://github.com/ImageMagick/ImageMagick/commit/7ad19164011001630f10f62a5116d54f5769d5f8)
-- release [`de7e8cd`](https://github.com/ImageMagick/ImageMagick/commit/de7e8cd106af3d7f13ba4fb1a7ef2ef5e3aa6a07)
-
-## [7.1.0-39](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-38...7.1.0-39) - 2022-06-20
-
-### Commits
-
-- beta release [`77932cb`](https://github.com/ImageMagick/ImageMagick/commit/77932cb9424f81fca686942bd8cb97b2eafc6065)
-- Fixed possible memory leak. [`12a1b25`](https://github.com/ImageMagick/ImageMagick/commit/12a1b25e47deb28129815e9f50c7624dd70a3a46)
-- support floating point formats [`7093702`](https://github.com/ImageMagick/ImageMagick/commit/70937026d08d11a488899c2d36dff1c3b45b5151)
-- initialize date:precision in private TimerComponentGenesis() method [`fce5298`](https://github.com/ImageMagick/ImageMagick/commit/fce5298f22272ae8439b95316b5981d61bb301c9)
-- check for -1 is not required [`68fb3c5`](https://github.com/ImageMagick/ImageMagick/commit/68fb3c56279ede6a30bfdd6348f3806811354132)
-- refactor date:precision flow [`6df26f2`](https://github.com/ImageMagick/ImageMagick/commit/6df26f22cf373c0fcf491e2d1b6033d74bccfcab)
-- eliminate compiler warning [`2dda00a`](https://github.com/ImageMagick/ImageMagick/commit/2dda00ae5f67024b5fd22b752eb6521bf83a006c)
-- release [`21a5642`](https://github.com/ImageMagick/ImageMagick/commit/21a5642bc3c5b17c8e4e6cad9e1f41eeb6be9677)
-
-## [7.1.0-38](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-37...7.1.0-38) - 2022-06-19
-
-### Commits
-
-- beta release [`874da17`](https://github.com/ImageMagick/ImageMagick/commit/874da17fa8719420e864358ace1b40947f866e37)
-- update DOX config files [`fe3d2bf`](https://github.com/ImageMagick/ImageMagick/commit/fe3d2bff54cf353ec2c085f075c0287effd62686)
-- update DOX config files [`b8648f4`](https://github.com/ImageMagick/ImageMagick/commit/b8648f474496126e4a0adf805114d5fdcd3b97db)
-- update DOX config files [`2a7bf28`](https://github.com/ImageMagick/ImageMagick/commit/2a7bf28e7df8694c3c49b53ff29b318a658285e2)
-- correct formulation of the phash normalization [`8d73544`](https://github.com/ImageMagick/ImageMagick/commit/8d73544754fd9170712e097a38e9df2e79381d2d)
-- phash normalization is conventional RMS calculation [`146eee5`](https://github.com/ImageMagick/ImageMagick/commit/146eee51ee6807b232e2eafecd3234cfac364dcc)
-- only check shread count once [`ec530f1`](https://github.com/ImageMagick/ImageMagick/commit/ec530f1505e1d8d09da4e3b008dd4543e1022632)
-- cosmetic [`69110cf`](https://github.com/ImageMagick/ImageMagick/commit/69110cf5299160ccd59724ddf2cb2fbef38e86a6)
-- cosmetic [`f088340`](https://github.com/ImageMagick/ImageMagick/commit/f088340e2d730e108a990a341f3ef38247cd0f3c)
-- add private ShredMagickMemory() method to hide contents of memory buffers before they are relinquished [`28637d2`](https://github.com/ImageMagick/ImageMagick/commit/28637d210be357dc11e59776864c3dc2ac52a927)
-- system:shred value has precedence over MAGICK_SHRED_PASSES [`bea3c06`](https://github.com/ImageMagick/ImageMagick/commit/bea3c06e199425c5a4ee27043de5aa8e59b8e520)
-- support shredding memory pools [`9479fba`](https://github.com/ImageMagick/ImageMagick/commit/9479fbaa5fb7eb39ae6cce587fd4e315131b0ca4)
-- update memory pointer [`8b289a8`](https://github.com/ImageMagick/ImageMagick/commit/8b289a89f2a4940ad1ac3c931174c809acb0b35d)
-- Silenced warning. [`c7bbf5c`](https://github.com/ImageMagick/ImageMagick/commit/c7bbf5c0283bd43a5485207610a195ae7baff9b2)
-- Corrected documentation. [`20ec4a7`](https://github.com/ImageMagick/ImageMagick/commit/20ec4a7c3313b14764ec8c0d98b7b7b1d5c8794a)
-- first pass is fast for performance, second is crytographically strong [`c1ddb64`](https://github.com/ImageMagick/ImageMagick/commit/c1ddb64e5764fabeb40486df7e0fcb8ba96e8a42)
-- recommend shred value of 1 for performance reasons [`59e784b`](https://github.com/ImageMagick/ImageMagick/commit/59e784bd06192b73eb8f1b99ea3d43571ee7c329)
-- only set the # of shred passes one time [`6cffc2e`](https://github.com/ImageMagick/ImageMagick/commit/6cffc2eebbed08d57bed0960a607de1f698900b4)
-- if enabled, shred streams [`4886318`](https://github.com/ImageMagick/ImageMagick/commit/4886318810eb1e74def3744ff360af58d42df0d6)
-- unmap mapped pixels [`4bbcaa2`](https://github.com/ImageMagick/ImageMagick/commit/4bbcaa22aa3bd23be55191b6bfbfcec8915c6966)
-- default mapped member to false [`50be626`](https://github.com/ImageMagick/ImageMagick/commit/50be6264fdb5861df77cba7501d3048d1fd703e4)
-- don't shred streaming pixels [`44b3e9b`](https://github.com/ImageMagick/ImageMagick/commit/44b3e9b51d70e256a4b67122af9b6f38b3fbcf59)
-- rework shred passes [`3699b74`](https://github.com/ImageMagick/ImageMagick/commit/3699b7456a4b0ca335ef566f5713d69f4b6d960b)
-- optimize performance [`b30e351`](https://github.com/ImageMagick/ImageMagick/commit/b30e351c307263c273075779a593d081b8b509d1)
-- change per lint advisement [`a637245`](https://github.com/ImageMagick/ImageMagick/commit/a637245a2fb2c5f3937ffb0540de593b4e9e5910)
-- typecast per lint advisement [`5733a82`](https://github.com/ImageMagick/ImageMagick/commit/5733a82f41db607567df284253d07a60bcfd85f3)
-- eliminate compiler warning [`249bcdf`](https://github.com/ImageMagick/ImageMagick/commit/249bcdffd7ef8a31f1529b643ea2d5d0b1caeb57)
-- eliminate lint warnings [`8c6731a`](https://github.com/ImageMagick/ImageMagick/commit/8c6731a2c31454e64dbbb8cad427f7d514c866d2)
-- eliminate lint warnings [`ff3e1f5`](https://github.com/ImageMagick/ImageMagick/commit/ff3e1f52acb9920176faaf45c7cb002d7ae975ca)
-- support date:timestamp property [`e1b538a`](https://github.com/ImageMagick/ImageMagick/commit/e1b538ac6d78267fa5c0c3e27f9ca2f9b2f34d22)
-- eliminate lint warnings [`92e7887`](https://github.com/ImageMagick/ImageMagick/commit/92e788780ffa4b6965fcd387dd41ebd13940db20)
-- set timestamp from image->timestamp member [`3ed71fd`](https://github.com/ImageMagick/ImageMagick/commit/3ed71fd3d530724cd12a9a78666c60aee0c6f11b)
-- eliminate lint warnings [`80bd592`](https://github.com/ImageMagick/ImageMagick/commit/80bd592dd20d4a1287842459ca3801c3ae3866cd)
-- support MAGICK_DATE_PRECISION and registry:date:precision defines [`304069d`](https://github.com/ImageMagick/ImageMagick/commit/304069da840e0fea9ebce54b2572d5e7cee3116a)
-- support registry:precision define [`3b2b78a`](https://github.com/ImageMagick/ImageMagick/commit/3b2b78a7b82d41db7590b9cb3ba3b210254ff2b8)
-- ... [`9acdf7c`](https://github.com/ImageMagick/ImageMagick/commit/9acdf7c34f68e39ab7f2442bb9cea5266ae07d06)
-- need at least one policy defined [`812ade8`](https://github.com/ImageMagick/ImageMagick/commit/812ade8dec620e968f2a1b8572136a4f9fb859da)
-- eliminate lint warnings [`0f8c615`](https://github.com/ImageMagick/ImageMagick/commit/0f8c615fd27cd404dae1b9ab01f38c5994bd0df1)
-- note, system:precision is deprecated [`d9f3714`](https://github.com/ImageMagick/ImageMagick/commit/d9f371473bad3e95ffa8a6819418c5d33824122a)
-- eliminate icc compiler warnings [`d90c06f`](https://github.com/ImageMagick/ImageMagick/commit/d90c06fef6df2b44b906a8570adac56896205204)
-- eliminate icc compiler warnings [`91eb3ef`](https://github.com/ImageMagick/ImageMagick/commit/91eb3ef024c1b80ca7187ea3de60e1def96639b3)
-- eliminate compiler warning [`1bb549f`](https://github.com/ImageMagick/ImageMagick/commit/1bb549fdd9790c8dda0a0fce62ba89a7ceec2d28)
-- Reverted incorrect patch when doing auto-orient of an image that is right-top or left-bottom. [`ca1913b`](https://github.com/ImageMagick/ImageMagick/commit/ca1913ba9cd5ef886a5557955b0284cc3b53e893)
-- Corrected conversion from flip to Orientation. [`5f7f165`](https://github.com/ImageMagick/ImageMagick/commit/5f7f165507748ee04352c9801c0c00eaeecf1893)
-- Only close the file blob when gzopen is successful (#5233). [`bbceed7`](https://github.com/ImageMagick/ImageMagick/commit/bbceed7bc2496df04845b3ef7da209d3eec2e41c)
-- Added method to add utf8 support for gzopen on Windows. [`342e7a3`](https://github.com/ImageMagick/ImageMagick/commit/342e7a3eba0888c1656379ca513e1013f03a61e8)
-- Only parse SOURCE_DATE_EPOCH once. [`58f6ce5`](https://github.com/ImageMagick/ImageMagick/commit/58f6ce5a2409546bc14f50d0eb97ece14ad9e60d)
-- Restored check that did not seem to be necessary. [`157b3b4`](https://github.com/ImageMagick/ImageMagick/commit/157b3b4e66ecdfe3d753daa70a39a4daf84a1655)
-- Whitespace [`063da01`](https://github.com/ImageMagick/ImageMagick/commit/063da01fbf87034f4771bd0c84e35c95230907b9)
-- Limit the value of min_channels in the PSDInfo inside the tiff coder to make it possible to read images with a lot of meta channels. [`bb6b465`](https://github.com/ImageMagick/ImageMagick/commit/bb6b465db802256c7e94def1282366163dea405d)
-- Make sure that the creation and modification date have the same value in both places and added option to override this (pdf:create-epoch and pdf:modify-epoch) [`2cd74b8`](https://github.com/ImageMagick/ImageMagick/commit/2cd74b89d949ed7488319e24ccc9223fb229beef)
-- Added option to specify the creator (pdf:creator) and use that as xap:CreatorTool instead. [`27463ec`](https://github.com/ImageMagick/ImageMagick/commit/27463ec8bdfc2029edde648e90110286269088b0)
-- Added WritePDFValue method that can be reused to write other values. [`4bf8773`](https://github.com/ImageMagick/ImageMagick/commit/4bf87730be817c074d25df0f4e4afa45f73ea584)
-- Use the new method to write the other values. [`d246538`](https://github.com/ImageMagick/ImageMagick/commit/d2465387bbbe2d0190402734780777fb357a517a)
-- Added option to specify the keywords (pdf:keywords) and use that as pdf:Keywords in the xmp profile. [`5450512`](https://github.com/ImageMagick/ImageMagick/commit/5450512e75a98e32ce5b12065f51118e50393b4c)
-- Only check if magick is PDFA once. [`fac352a`](https://github.com/ImageMagick/ImageMagick/commit/fac352a56c4837a98997f8f605124860b6c2dce4)
-- Added option to specify the subject (pdf:subject). [`b6d5881`](https://github.com/ImageMagick/ImageMagick/commit/b6d588132ba9e3dafa4ae56ba504def4ddcbfe06)
-- Also fix incorrect fclose for bzlib. [`784f9fe`](https://github.com/ImageMagick/ImageMagick/commit/784f9fe9b2c01b543341e3dc246cbeb3f7785381)
-- collect VICAR properties [`2c010f8`](https://github.com/ImageMagick/ImageMagick/commit/2c010f85f06b48f13cffc5e09b0fc771f3e2be85)
-- fix improper close when opening zipped file [`f1cc4b9`](https://github.com/ImageMagick/ImageMagick/commit/f1cc4b96a8df146f327d71cd8e8aee47ca8487fa)
-- Restored setting the file to NULL [`7c43344`](https://github.com/ImageMagick/ImageMagick/commit/7c433440a17a89fe79d35229e6a03a9bc6ed6ce0)
-- Also remove date:timestamp when stripping the image. [`7922af1`](https://github.com/ImageMagick/ImageMagick/commit/7922af1e56acb0f5fca6fef9aeec1c7b7061cf99)
-- release [`bc1cb48`](https://github.com/ImageMagick/ImageMagick/commit/bc1cb484406836889d2a05dc298efb1a1750cbd0)
-
-## [7.1.0-37](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-36...7.1.0-37) - 2022-06-05
-
-### Fixed
-
-- Set pass when webp:target-size or webp:target-psnr are set to fix #4931. [`#4931`](https://github.com/ImageMagick/ImageMagick/issues/4931)
-
-### Commits
-
-- ... [`be0bdc3`](https://github.com/ImageMagick/ImageMagick/commit/be0bdc32c03f48923ca811e139d0a13f3724c4f5)
-- don't keep in repo [`e926a8e`](https://github.com/ImageMagick/ImageMagick/commit/e926a8e24d48c43f1997b254ed57381ff6fe7784)
-- beta release [`cc2d2a0`](https://github.com/ImageMagick/ImageMagick/commit/cc2d2a0a9321d121703d82e172d9ac55657f9607)
-- Added extra permissions. [`a3420ae`](https://github.com/ImageMagick/ImageMagick/commit/a3420aee4dc92b1fb46ecc7e3931eaa7eec1314b)
-- https://github.com/ImageMagick/ImageMagick/issues/5184 [`b8c664e`](https://github.com/ImageMagick/ImageMagick/commit/b8c664e0a35dbd213d7474785a8d87b06251d2dc)
-- support Unicode MP4 filenames @ https://github.com/ImageMagick/ImageMagick/issues/5182 [`954f929`](https://github.com/ImageMagick/ImageMagick/commit/954f9295a3e4c8255f8fb2e2658ea71104ebc363)
-- correct AcquireUniqueSymbolicLink() description [`5466350`](https://github.com/ImageMagick/ImageMagick/commit/5466350ef111fe52d2f4516a09543a6daf8c7c3e)
-- chore: Included githubactions in the dependabot config [`44942dc`](https://github.com/ImageMagick/ImageMagick/commit/44942dc23fcdc3e3d459a260cacde9e25edd79e1)
-- identify delegate library version [`2078fbe`](https://github.com/ImageMagick/ImageMagick/commit/2078fbe79e57915b214bcc0966b4fabddb7703d2)
-- call method rather than define [`8c632fd`](https://github.com/ImageMagick/ImageMagick/commit/8c632fde8abb0f3cdba1ce4bb4d2bf9cf335f8b5)
-- cosmetic [`0fba11b`](https://github.com/ImageMagick/ImageMagick/commit/0fba11bd0a7c2078fad61fda59f24a4c97423825)
-- fix lint issues [`256301d`](https://github.com/ImageMagick/ImageMagick/commit/256301d23094c7a7515925c8b20c5aed16513ca6)
-- fix lint issues [`0b92950`](https://github.com/ImageMagick/ImageMagick/commit/0b92950123c6dea27a9abb088ae69e329ec31a0f)
-- fix lint issues [`e75b53a`](https://github.com/ImageMagick/ImageMagick/commit/e75b53abdcb5291e4e95f327c206efdb7863a116)
-- Restore code that was removed by accident. [`c386108`](https://github.com/ImageMagick/ImageMagick/commit/c386108a74145b7b9ccefe3a3884f5a2d8463a41)
-- Fix build. [`46e7166`](https://github.com/ImageMagick/ImageMagick/commit/46e71660f49810bbf772720743d16e101f4deff4)
-- Use image->depth instead. [`6a74a35`](https://github.com/ImageMagick/ImageMagick/commit/6a74a3550eef119014ebd85229254cc8c2fe55ba)
-- Don't set default values. [`6e0765d`](https://github.com/ImageMagick/ImageMagick/commit/6e0765d987feb5e9b16d0f3e44cedba58ffbb83c)
-- use SetQuantum methods instead. [`afe37c5`](https://github.com/ImageMagick/ImageMagick/commit/afe37c56d47db5932eed62f73a4eb5460df27c4f)
-- Move case statement to make sure that non FloatingPointQuantumFormat will end up in the default case. [`54ce5d9`](https://github.com/ImageMagick/ImageMagick/commit/54ce5d9f40253902d4266826f12e796ae2ad3920)
-- cosmetic [`c1766ca`](https://github.com/ImageMagick/ImageMagick/commit/c1766ca97e10178f77194ac8d6666e40ee699801)
-- point to latest EXIF standard doc [`7da6db4`](https://github.com/ImageMagick/ImageMagick/commit/7da6db4814a3879fd05429de49d6d1ce0f281276)
-- Bump actions/upload-artifact from 1 to 3 [`a8c1ed3`](https://github.com/ImageMagick/ImageMagick/commit/a8c1ed39dcb47bc09b91256a26023f41cc36766c)
-- sum hash differences rather than assign [`8a8a68a`](https://github.com/ImageMagick/ImageMagick/commit/8a8a68a42197dd104701b175fb0e3d4ef4557446)
-- Continue with decoding the image when JxlDecoderGetColorAsEncodedProfile returns JXL_DEC_ERROR. [`53addfb`](https://github.com/ImageMagick/ImageMagick/commit/53addfb6e549f464d3507f1369e43e7d886dd05b)
-- Added extra check for non error codes. [`5aaedfe`](https://github.com/ImageMagick/ImageMagick/commit/5aaedfec2b5ce0075f50bd5e578a8b194d4c52ce)
-- Corrected rotation angle for right-top and left-bottom in auto-orient. [`b65d0d9`](https://github.com/ImageMagick/ImageMagick/commit/b65d0d9af078b01574d979e73fa71933ede6a403)
-- release [`1b8963a`](https://github.com/ImageMagick/ImageMagick/commit/1b8963a4088677b62ad3885dcd4e83c7a33ef47a)
-
-## [7.1.0-36](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-35...7.1.0-36) - 2022-05-30
-
-### Commits
-
-- beta release [`cfdb489`](https://github.com/ImageMagick/ImageMagick/commit/cfdb4897c6a2212c83be207f4dd5344b0d373d3e)
-- Corrected the avif check to fix the issue reported in #5159. [`c638f3f`](https://github.com/ImageMagick/ImageMagick/commit/c638f3fbfc0517b5b3b1d69f67c16bb874fb6719)
-- introducing the `dominant-color` property [`9135de4`](https://github.com/ImageMagick/ImageMagick/commit/9135de494c057fbe1cbb5193ba6cb4158a6520bd)
-- improve dominant color reporting [`3077a6c`](https://github.com/ImageMagick/ImageMagick/commit/3077a6cc430a57869ee0fa56f3b3a5e65f3f15a3)
-- Updated CodeQL Action. [`b7b90a1`](https://github.com/ImageMagick/ImageMagick/commit/b7b90a1498dc74b8d24bbd4923c61f7d0ee6a125)
-- Try with different permissions. [`c092510`](https://github.com/ImageMagick/ImageMagick/commit/c092510ca5bb408fd07fdbbd7b566f04bb51eef3)
-- Corrected permission name. [`0014ddf`](https://github.com/ImageMagick/ImageMagick/commit/0014ddfb2af800cb45c11dfb3396ded1abc65525)
-- Corrected pragma comments due to repository renames. [`ad98584`](https://github.com/ImageMagick/ImageMagick/commit/ad985843a21055fe0639410e75fe52e94c7ff2f1)
-- Added arm64 to the main build. [`5eb9b2b`](https://github.com/ImageMagick/ImageMagick/commit/5eb9b2b2906714a7dc437d3fbd8dea470e2d2516)
-- cosmetic [`967fc1c`](https://github.com/ImageMagick/ImageMagick/commit/967fc1ceb84319e3234400a096d5fbd3efee5cbf)
-- Download ChangeLog after cloning the repositories. [`7b0bf73`](https://github.com/ImageMagick/ImageMagick/commit/7b0bf732d5907d5a0f0cadb5bf2e17edee70319d)
-- latest ImageMagick documentation [`0442c9d`](https://github.com/ImageMagick/ImageMagick/commit/0442c9d0ff3fceb24128705b44fd25a7b2c69c9c)
-- release [`cd1add4`](https://github.com/ImageMagick/ImageMagick/commit/cd1add42d5583a842788450bd768bfd2c3851786)
-
-## [7.1.0-35](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-34...7.1.0-35) - 2022-05-16
-
-### Commits
-
-- beta release [`e37bfbd`](https://github.com/ImageMagick/ImageMagick/commit/e37bfbdac1842265bbe1e3da7b61dd8580d947b5)
-- remove special use case of Kmeans for color reduction @ https://github.com/ImageMagick/ImageMagick/issues/5152 [`53d7d06`](https://github.com/ImageMagick/ImageMagick/commit/53d7d0693138f2f63c099260c224bcbc4802972f)
-- fix temporary file leak [`7496436`](https://github.com/ImageMagick/ImageMagick/commit/74964367f92291090d5919a12a167a2051c90f90)
-- one-off release due to "-monochrome command no longer dithers grayscale [`ff6dbbb`](https://github.com/ImageMagick/ImageMagick/commit/ff6dbbbec9cfac49f3a6217e51717139bde840ff)
-
-## [7.1.0-34](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-33...7.1.0-34) - 2022-05-15
-
-### Commits
-
-- beta release [`68a0412`](https://github.com/ImageMagick/ImageMagick/commit/68a041269ddfc43dc334022176395592d179dba2)
-- require min 3 channels for compositing [`5d38476`](https://github.com/ImageMagick/ImageMagick/commit/5d38476b487766c1fc03f22193ed6d81aff917d6)
-- PDF to PBM no longer returning all white @ https://github.com/ImageMagick/ImageMagick/issues/5134 [`8e605a2`](https://github.com/ImageMagick/ImageMagick/commit/8e605a2a3b8bb54393ffbf14b5d9af0973091aad)
-- Removed incorrect method definition from the header file. [`18ccd96`](https://github.com/ImageMagick/ImageMagick/commit/18ccd96e8e9fc5707273287aab466485abf9c69d)
-- fix build with -Werror @ https://github.com/ImageMagick/ImageMagick6/pull/177 [`0dcacb8`](https://github.com/ImageMagick/ImageMagick/commit/0dcacb8ca5b1b986ce1599a7b9642fc08deb328b)
-- clarify usage [`186578a`](https://github.com/ImageMagick/ImageMagick/commit/186578a5a7a653441f6270624f6124c258bc83e7)
-- eliminate compiler warnings [`4fe856b`](https://github.com/ImageMagick/ImageMagick/commit/4fe856bdfa99ec43ca8843ba5bf9f9ba7db57c03)
-- latest autoconf/automake config [`4b69c54`](https://github.com/ImageMagick/ImageMagick/commit/4b69c54f928e76199d9fec740a2058c69ac15e74)
-- cosmetic [`2722c2f`](https://github.com/ImageMagick/ImageMagick/commit/2722c2fa6004efdc5d33ccd85db9e99a2c3ae85b)
-- cosmetic [`78a1988`](https://github.com/ImageMagick/ImageMagick/commit/78a19889d28b045254a1dbf4431e2fdf5c839daa)
-- automake/autoconf update [`a772a53`](https://github.com/ImageMagick/ImageMagick/commit/a772a53cde76526ba5dadd10254b18d7c8a04cff)
-- automake/autoconf update [`9d882e4`](https://github.com/ImageMagick/ImageMagick/commit/9d882e45df2b47e09467e996b3019ff1df14be0b)
-- correct check for Magick++ compliance [`f4d8e6e`](https://github.com/ImageMagick/ImageMagick/commit/f4d8e6ec87e10802c7ab3fe99991ae28d0d7473c)
-- automake/autoconf remove obselete macros [`644472a`](https://github.com/ImageMagick/ImageMagick/commit/644472a70043ce3b85f8e77ad0d67d5e2f7ffd2f)
-- build RPM tweaks [`40bc17c`](https://github.com/ImageMagick/ImageMagick/commit/40bc17c866d6a1e8bbabf1496d0e68c5b4b8dc8d)
-- tweak BZIP2 autoconf macro [`af5fdcd`](https://github.com/ImageMagick/ImageMagick/commit/af5fdcd2129bf0e8651d0a7f827e4abec77f5c0e)
-- do not change grayscale colorspace to sRGB when compositing [`05074b2`](https://github.com/ImageMagick/ImageMagick/commit/05074b260d5eddbfa76e5d3bb68e50d1c122dc08)
-- release [`f2934c5`](https://github.com/ImageMagick/ImageMagick/commit/f2934c5212ae38aea2b8d21bbdf22dcc31e3903e)
-
-## [7.1.0-33](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-32...7.1.0-33) - 2022-05-07
-
-### Merged
-
-- autotools: Add ws2_32 library with MagickCore for Win32 platform [`#5119`](https://github.com/ImageMagick/ImageMagick/pull/5119)
-- Avoid NULL pointer dereference in coders/wmf.c [`#5117`](https://github.com/ImageMagick/ImageMagick/pull/5117)
-
-### Commits
-
-- beta release [`600c455`](https://github.com/ImageMagick/ImageMagick/commit/600c455b84e471b700880653a6316c75b238bdc3)
-- possible null dereference [`4e085a2`](https://github.com/ImageMagick/ImageMagick/commit/4e085a2d4a968856b85a3152b97330f257c57e0d)
-- improved error checking [`2e5c976`](https://github.com/ImageMagick/ImageMagick/commit/2e5c976bbf64c77265bfc13727ff584759906f23)
-- Also create an arm64 installer. [`c84fcf5`](https://github.com/ImageMagick/ImageMagick/commit/c84fcf5d794e82411c740841dabfabf48e84aa66)
-- Also create portable arm64 binaries. [`6126915`](https://github.com/ImageMagick/ImageMagick/commit/6126915469c6e6523250c604e63f91686787bd14)
-- eliminate coverity defect [`4cec11d`](https://github.com/ImageMagick/ImageMagick/commit/4cec11d25697bf36279de36639cc5516c4ae4b40)
-- eliminate Coverity defect [`0364622`](https://github.com/ImageMagick/ImageMagick/commit/03646225cbf3346d8ae455a0abbb2607cdb0e8e0)
-- eliminate Coverity defect [`a619616`](https://github.com/ImageMagick/ImageMagick/commit/a619616e7ee750543f97e77d2a64dcfcda3c6df1)
-- https://github.com/ImageMagick/ImageMagick/discussions/5099 [`43da986`](https://github.com/ImageMagick/ImageMagick/commit/43da9864b5642e6c75c820b5d2241f5c9770e431)
-- prevent memory leak on exception [`0157eb8`](https://github.com/ImageMagick/ImageMagick/commit/0157eb86a847443671a480dd3d2e8fca64fed16a)
-- the tiles per page cannot be zero [`fecf247`](https://github.com/ImageMagick/ImageMagick/commit/fecf247fb9a6eae8fc719b413553822bc3d1fe78)
-- check security policy before reading an -fx expression from a file [`c53fb96`](https://github.com/ImageMagick/ImageMagick/commit/c53fb964bcd9fa05fb9f5670e13ffdf65ad97147)
-- fix exception on a valid ternary @ https://github.com/ImageMagick/ImageMagick/discussions/4533 [`64b5fe6`](https://github.com/ImageMagick/ImageMagick/commit/64b5fe68ac7edd0baef7271c127c7bdf49a573b3)
-- display the image pixel cache type [`759029d`](https://github.com/ImageMagick/ImageMagick/commit/759029dd82c11157a5a6b61d36fff6d2588f1f34)
-- change order of pixel cache type [`3529df8`](https://github.com/ImageMagick/ImageMagick/commit/3529df8399eadd863a7696ff5f48d887bae93fcb)
-- change order of pixel cache type [`bacb357`](https://github.com/ImageMagick/ImageMagick/commit/bacb3574e5138e819abf8ab904d5ea3079764700)
-- use the correct property key for arithmetic coding [`0184b6c`](https://github.com/ImageMagick/ImageMagick/commit/0184b6cb7b72436aa5eefcd8b1612a88b601bae5)
-- Reverted patch because HDRI should always be highres. [`4e20a27`](https://github.com/ImageMagick/ImageMagick/commit/4e20a27b8790d8308f0477723f4998184db2d432)
-- the maximum dissolve factor is 1.0 [`452c436`](https://github.com/ImageMagick/ImageMagick/commit/452c436c509792dfc582c3efc80ac11875731590)
-- Removed duplicate check. [`b108dbd`](https://github.com/ImageMagick/ImageMagick/commit/b108dbd243d7f36ef1be32c574524a88f3dd4156)
-- Fixed possible memory leak reported in #5121. [`9c957a6`](https://github.com/ImageMagick/ImageMagick/commit/9c957a6d66ead61d6a36bd20935b402db257792b)
-- Removed to heif_filetype_yes_unsupported check to resolved the issue reported in #5123. [`47898c6`](https://github.com/ImageMagick/ImageMagick/commit/47898c655bc726da6d7fdd41b70a6a73c5754cb0)
-- possible memory leak @ https://github.com/ImageMagick/ImageMagick/issues/5121 [`b0c1967`](https://github.com/ImageMagick/ImageMagick/commit/b0c1967fe17ddb59d2b26112efc0465bd01c971f)
-- eliminate compiler warnings [`a10a570`](https://github.com/ImageMagick/ImageMagick/commit/a10a57044ae285c0f33159a53f3c8a3e1c297b82)
-- eliminate compiler warnings [`3fa3d9f`](https://github.com/ImageMagick/ImageMagick/commit/3fa3d9fc2ead42461cfb2c2cd47d6b60d681cc96)
-- conditional logging [`53fb342`](https://github.com/ImageMagick/ImageMagick/commit/53fb3423ebf9fc3da08ab61d5b186c5203e76f9e)
-- eliminate compiler warnings [`a429f44`](https://github.com/ImageMagick/ImageMagick/commit/a429f447c7f3d34bf71c2c0a1df249e694d6ce2a)
-- background kept when making cylinder @ https://github.com/ImageMagick/ImageMagick/discussions/5112 [`925a6c5`](https://github.com/ImageMagick/ImageMagick/commit/925a6c5d87ab5372d0b8b073819416e4ef5db312)
-- cosmetic [`d4d5ca2`](https://github.com/ImageMagick/ImageMagick/commit/d4d5ca2dd981a37408e7a97e407c1d5632312c07)
-- possible memory leak @ https://github.com/ImageMagick/ImageMagick/issues/5131 [`8ed6d1d`](https://github.com/ImageMagick/ImageMagick/commit/8ed6d1d52957b74c75ec8037ad698f714b9fb918)
-- release [`4e6f7b1`](https://github.com/ImageMagick/ImageMagick/commit/4e6f7b1ee2ee736e466edf0efad09c0033be2ca7)
-- release [`39baedd`](https://github.com/ImageMagick/ImageMagick/commit/39baedd0019edb3b69749b314633d6ad9428bcb9)
-
-## [7.1.0-32](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-31...7.1.0-32) - 2022-04-30
-
-### Merged
-
-- Add support for FITS images with NaN values [`#5084`](https://github.com/ImageMagick/ImageMagick/pull/5084)
-- Fixes grammar/typos/markdown [`#5083`](https://github.com/ImageMagick/ImageMagick/pull/5083)
-
-### Commits
-
-- prep Beta release [`d2c4a6f`](https://github.com/ImageMagick/ImageMagick/commit/d2c4a6fad5d9b1d68f729e09ed9e1af2e28957df)
-- https://github.com/ImageMagick/ImageMagick/issues/3661 [`9090b17`](https://github.com/ImageMagick/ImageMagick/commit/9090b171d2df7cabfbed8853e7782fe08100b756)
-- possible obscure memory leak [`8e0c95e`](https://github.com/ImageMagick/ImageMagick/commit/8e0c95ef940ef57e69f5b431bd12176f0c27f9f5)
-- check event mask before logging [`eab8155`](https://github.com/ImageMagick/ImageMagick/commit/eab8155547f7422239e58e48a41f0268a629b4fb)
-- check event mask before logging [`7dcb276`](https://github.com/ImageMagick/ImageMagick/commit/7dcb276defa9b2731d1716395301a173ed62c593)
-- Also create changelog in the daily build. [`878a667`](https://github.com/ImageMagick/ImageMagick/commit/878a66722cc85a1b45da45e44a0ba187ac41ba64)
-- Removed %GITHUB_WORKSPACE% from other builds. [`2540c48`](https://github.com/ImageMagick/ImageMagick/commit/2540c48a6a04c14ede0e4cf87c01a4dd2b862a5d)
-- improve/optimize logging [`7ba113a`](https://github.com/ImageMagick/ImageMagick/commit/7ba113a0d26b6d2b008ce0fcf428050a84e5a0ac)
-- https://github.com/ImageMagick/ImageMagick/issues/5041 [`c942d53`](https://github.com/ImageMagick/ImageMagick/commit/c942d5341c64124b7e10d85f1dc66c668d926a10)
-- need Changelog.md, referenced by web pages [`6b6e7f3`](https://github.com/ImageMagick/ImageMagick/commit/6b6e7f3cedf498b96539a52631b1e0856002eb7d)
-- ilatest autoconf update [`9dfee98`](https://github.com/ImageMagick/ImageMagick/commit/9dfee98d7db512005b81ea419d57f3b4a5107986)
-- move to wbsite repo [`3e445a0`](https://github.com/ImageMagick/ImageMagick/commit/3e445a0deee2c083df33f77932f92a3a04e674e6)
-- optimize thumbnail resizing [`09ab692`](https://github.com/ImageMagick/ImageMagick/commit/09ab692eeafa266bca06b62f0e366709bb42d56e)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533#discussioncomment-2626990 [`d13f844`](https://github.com/ImageMagick/ImageMagick/commit/d13f844162c4978eff849d16d534d79c420237bd)
-- Rename extent to length. [`b056cec`](https://github.com/ImageMagick/ImageMagick/commit/b056cecdc0de98e015ad0dc3505561b96efa6410)
-- Allow exif profile that has a zero length (#5082). [`0433d6e`](https://github.com/ImageMagick/ImageMagick/commit/0433d6e98008003e915bbcda4f29f00ffbe2a59d)
-- Moved length check. [`267a891`](https://github.com/ImageMagick/ImageMagick/commit/267a89135c30f147e4f6c7e35c12d1f0c065e1f8)
-- Removed code that was used to create a test image. [`bf925e6`](https://github.com/ImageMagick/ImageMagick/commit/bf925e68e11d1a86caeefdba0144c9ded39adf86)
-- Use consistent code style. [`c4c031b`](https://github.com/ImageMagick/ImageMagick/commit/c4c031b83ef583a519bfd38ace4f4cb3350f1a2c)
-- revert [`bca2fb8`](https://github.com/ImageMagick/ImageMagick/commit/bca2fb87480b0c5ffb57e1da2e73d07f90571c6a)
-- Added missing CoderEndianSupportFlag (#5090). [`0952c6a`](https://github.com/ImageMagick/ImageMagick/commit/0952c6a11d41ce6b1998060ff1005f8692a08651)
-- Sort commits by date instead. [`7b95dda`](https://github.com/ImageMagick/ImageMagick/commit/7b95dda41de4b4be9020c65c4b18b367988705b5)
-- https://oss-fuzz.com/testcase?key=5120317075357696 [`5622990`](https://github.com/ImageMagick/ImageMagick/commit/56229901c3b41d81bdd7df8f7a1b91b7f54ccb22)
-- Removed unused arguments. [`c704997`](https://github.com/ImageMagick/ImageMagick/commit/c704997d8d4e0cb2558428e462e69e4f5d4d6515)
-- Added missing typecasts. [`6820800`](https://github.com/ImageMagick/ImageMagick/commit/6820800c9c8c0bc60fc7e43462160a9782f2c304)
-- check for image width/height exceeding INT_MAX [`6d2c75e`](https://github.com/ImageMagick/ImageMagick/commit/6d2c75e57e05180c4c47b4028b906203efcd710f)
-- eliminate compiler exception [`8649f4f`](https://github.com/ImageMagick/ImageMagick/commit/8649f4f9b9fc6a4ca6e7edbadce08367b790b872)
-- add comment [`c506f55`](https://github.com/ImageMagick/ImageMagick/commit/c506f551e56d075886b7950de1a7df76ae552e28)
-- Use set_arg_encoding as suggestion in #5092. [`67a2613`](https://github.com/ImageMagick/ImageMagick/commit/67a26132f811437540115e824f160af77f224f4b)
-- optimize logging [`b2eaec1`](https://github.com/ImageMagick/ImageMagick/commit/b2eaec135972c582335f7ad034100ad88b6552b3)
-- fix copyright [`c2fc57a`](https://github.com/ImageMagick/ImageMagick/commit/c2fc57ac8946126136051df2e350ae6920783e3e)
-- initalize logging variable [`263bfae`](https://github.com/ImageMagick/ImageMagick/commit/263bfae95f1947c2bc1ee97d2c4ed1f106d96373)
-- possible divide by zero [`dce1bcf`](https://github.com/ImageMagick/ImageMagick/commit/dce1bcf6270a21baed987c5f97e13be352e86fdc)
-- more informative exception message [`b7d240b`](https://github.com/ImageMagick/ImageMagick/commit/b7d240bd8745bccbbfaabfeb1a4b7d3fd5218526)
-- more informative exception message [`354669f`](https://github.com/ImageMagick/ImageMagick/commit/354669f10c64bed9ae55ae81da53d7af25ab5f80)
-- make some logging coditional [`372b5df`](https://github.com/ImageMagick/ImageMagick/commit/372b5dff23249d326a010fc6f9ba016decdf750d)
-- https://github.com/ImageMagick/ImageMagick/issues/3859 [`f49b826`](https://github.com/ImageMagick/ImageMagick/commit/f49b826849822cad755330b0a2d9ccc65b4ab2d0)
-- release [`a2b2c08`](https://github.com/ImageMagick/ImageMagick/commit/a2b2c088faff39da703480652777d95955bd6e7a)
-
-## [7.1.0-31](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-30...7.1.0-31) - 2022-04-23
-
-### Commits
-
-- https://github.com/ImageMagick/ImageMagick/issues/4973 [`c8ecfc4`](https://github.com/ImageMagick/ImageMagick/commit/c8ecfc44c64c7e06d346fc8d52bd52c3afc42444)
-- Also correct stroke opacity. [`ac9e7bd`](https://github.com/ImageMagick/ImageMagick/commit/ac9e7bd72e60da35cb1284b06d5c269121c7bdc2)
-- Removed parentheses. [`2e73d03`](https://github.com/ImageMagick/ImageMagick/commit/2e73d03390672f12fb1c992d85970323c57e9994)
-- bump revisition [`9d2bc47`](https://github.com/ImageMagick/ImageMagick/commit/9d2bc47dc6465da9bbac5f6ce6b1bee061a7557c)
-- eliminate compiler warning [`f39269a`](https://github.com/ImageMagick/ImageMagick/commit/f39269ac910fcd897c8186e09d7cbc7c28c6063e)
-- release commits [`2b4683b`](https://github.com/ImageMagick/ImageMagick/commit/2b4683b7f57edf13a81d7f060ef68d3e3f463fb5)
-- eliminate Coverity defects [`4853d63`](https://github.com/ImageMagick/ImageMagick/commit/4853d63c7c83a72c4722c096931d15b79f3bd8d3)
-- eliminate Coverity defect [`90160a4`](https://github.com/ImageMagick/ImageMagick/commit/90160a408d6681cb68d4b98dfdceab5922b58350)
-- latest autoconf/automake updates [`55238e3`](https://github.com/ImageMagick/ImageMagick/commit/55238e3ed62f4badff3e0fe2ac549c08e675f069)
-- Added version checks for heif_check_filetype (#5049). [`25d749c`](https://github.com/ImageMagick/ImageMagick/commit/25d749cde1247484b7a491f51f6e8ecffbaff43a)
-- Silenced warning when version is lower that 1.4.0. [`ed40ca1`](https://github.com/ImageMagick/ImageMagick/commit/ed40ca1f563d476e28af28d9d827da5352b3b0d3)
-- Call CloseBlob earlier because we read the image from the file instead. [`eaf387c`](https://github.com/ImageMagick/ImageMagick/commit/eaf387c9fcbdbfd7f3bd8095aa0cf664ed148b75)
-- Changed the minimum version for libheif to 1.4.0. [`c67cae6`](https://github.com/ImageMagick/ImageMagick/commit/c67cae6b6a35d18093db38748f592ffeb7504a34)
-- autoconf latest update [`ca1924a`](https://github.com/ImageMagick/ImageMagick/commit/ca1924a8dd5aa7caa7ec584359ad24adc22e2931)
-- Added option to mark the version as beta. [`b9066e3`](https://github.com/ImageMagick/ImageMagick/commit/b9066e3ca2a0216c6e10215a4d177d15becec991)
-- Changed triggers for the release build. [`065f67c`](https://github.com/ImageMagick/ImageMagick/commit/065f67cbc24262d08f812f9c8b881a2c9be75c2f)
-- latest autoconf update [`5f9fb8a`](https://github.com/ImageMagick/ImageMagick/commit/5f9fb8ad69e13c64abeb4657e2586ed6e3dcf76d)
-- fix rare but possible memory leak [`58f3723`](https://github.com/ImageMagick/ImageMagick/commit/58f3723223b2eee350f63da67b60fb5599974349)
-- proper check for number of channels [`73e0f4f`](https://github.com/ImageMagick/ImageMagick/commit/73e0f4f21476bf4b567aad1bc76fcfa4bc66b984)
-- https://github.com/ImageMagick/ImageMagick/discussions/5066 [`2b0df1c`](https://github.com/ImageMagick/ImageMagick/commit/2b0df1c408a86247e17f9d78d9f0068fd8093818)
-- set threshold policy by default [`aa35c9e`](https://github.com/ImageMagick/ImageMagick/commit/aa35c9e70eb333a35cc14812ab8ccd00368f43df)
-- Get the intensity before changing the of the pixel channels (thanks Snibgo) #5067. [`c63bb2e`](https://github.com/ImageMagick/ImageMagick/commit/c63bb2eb4e14c83b6a260dfb2c1d9f1440977311)
-- initialize composite variables as they are declared [`1cff1a7`](https://github.com/ImageMagick/ImageMagick/commit/1cff1a73ddb8561f2a05914250cb17e2dfe3b760)
-- fix copyright format [`ba449b1`](https://github.com/ImageMagick/ImageMagick/commit/ba449b1180f8d667766b2d6045421a1c2de6b05b)
-- Create ChangeLog during the release build. [`750eb06`](https://github.com/ImageMagick/ImageMagick/commit/750eb06242086a27e639fcf7a40dc59c928aa63c)
-- Try without %GITHUB_WORKSPACE% [`9e8d681`](https://github.com/ImageMagick/ImageMagick/commit/9e8d6814a4287eadb071359917991417f5509ee7)
-- Corrected typo. [`92e2fd7`](https://github.com/ImageMagick/ImageMagick/commit/92e2fd7cf5ba4e64efb0ba2cc571ad658e554f30)
-- Use the generated ChangeLog.md file instead. [`8fabbd2`](https://github.com/ImageMagick/ImageMagick/commit/8fabbd2789c70eac3f0adeb3a32c9f31237e5205)
-- Use version 3 of checkout. [`a007cff`](https://github.com/ImageMagick/ImageMagick/commit/a007cff3ad850d600f50be2504ed88304aad8b6c)
-- Added missing cd. [`65af881`](https://github.com/ImageMagick/ImageMagick/commit/65af881610d1706525154f89ce885c7c17e78c71)
-- Use date of latest change to m4/version.m4 instead. [`6bdc026`](https://github.com/ImageMagick/ImageMagick/commit/6bdc0260e6a0498ba3b1eecd02a0a3931b1618c2)
-- Temporary list folder content. [`137a2f7`](https://github.com/ImageMagick/ImageMagick/commit/137a2f7f581971648d3d28d5d1150371f263a15e)
-- Changed fetch depth. [`e33db37`](https://github.com/ImageMagick/ImageMagick/commit/e33db3706b413cba872bdd5ceab772fea0b2a513)
-- The default fetch-depth is 1. [`84b5399`](https://github.com/ImageMagick/ImageMagick/commit/84b5399719de85cbef9d4bf4c77e1ed3ced310b1)
-- Added missing with. [`b75e55d`](https://github.com/ImageMagick/ImageMagick/commit/b75e55dfb70e73cc00f483f4948bcfd8d71bc3e8)
-- Removed path. [`e4309a1`](https://github.com/ImageMagick/ImageMagick/commit/e4309a1d953b68e77b9656372c10599afef2f222)
-- laterst automake/autoconf update [`86d58bd`](https://github.com/ImageMagick/ImageMagick/commit/86d58bd3f2fcd894e0a8462d881de2733a236162)
-- fix compiler warning [`f8385a0`](https://github.com/ImageMagick/ImageMagick/commit/f8385a023acaeb8ad28fe61d8d6b086691304d4a)
-- use old-style comment declarations [`1cf7450`](https://github.com/ImageMagick/ImageMagick/commit/1cf745032c50c262fcab13bdad9ef6b14991ebc6)
-- off-by-one fix [`79a386b`](https://github.com/ImageMagick/ImageMagick/commit/79a386b12e7ec1f417785e33992e7b3a5f66872e)
-- ensure we don't dereference null pointer [`c0bf80d`](https://github.com/ImageMagick/ImageMagick/commit/c0bf80de0534e62eddaaeb1ccdc386573f8e5319)
-- unecessary check for null [`2a782eb`](https://github.com/ImageMagick/ImageMagick/commit/2a782ebe0729899389d93ffa2aa80053f79dc03f)
-- release [`aa6e7e5`](https://github.com/ImageMagick/ImageMagick/commit/aa6e7e5f36d298cd2cb8962b559d36ce5fd218ba)
-
-## [7.1.0-30](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-29...7.1.0-30) - 2022-04-16
-
-### Merged
-
-- fix #5033: runtime error: load of misaligned address [`#5034`](https://github.com/ImageMagick/ImageMagick/pull/5034)
-
-### Fixed
-
-- fix #5033: runtime error: load of misaligned address (#5034) [`#5033`](https://github.com/ImageMagick/ImageMagick/issues/5033) [`#5033`](https://github.com/ImageMagick/ImageMagick/issues/5033)
-
-### Commits
-
-- https://github.com/ImageMagick/ImageMagick/discussions/4861 [`347b828`](https://github.com/ImageMagick/ImageMagick/commit/347b82801da2b0223a4de34d6c30123041061c2b)
-- prep next release [`ff88d9d`](https://github.com/ImageMagick/ImageMagick/commit/ff88d9dbb7df4bbb322755f2d68ca4ca42f6709d)
-- limit trim to a minimum size [`32fa9ae`](https://github.com/ImageMagick/ImageMagick/commit/32fa9aecffb8de26ecbee27b857d29b2215e713c)
-- do not set ICC properties unless the value is non-null [`052cb94`](https://github.com/ImageMagick/ImageMagick/commit/052cb94517a1fcf4d8e1f21c2bb1340417b19177)
-- eliminate arbitrary limit on CMS descriptions [`bff8264`](https://github.com/ImageMagick/ImageMagick/commit/bff82645de30f053da7396c8b6f71d8eef27f608)
-- Removed unused setter. [`a41d6d1`](https://github.com/ImageMagick/ImageMagick/commit/a41d6d1a87e547e41e826cb173eaff7846e42d42)
-- Moved variable definition. [`a92f1c0`](https://github.com/ImageMagick/ImageMagick/commit/a92f1c0689ba4527149e60ae1afcd0e23b11b951)
-- Improved freetype error reporting (#4997). [`e18b283`](https://github.com/ImageMagick/ImageMagick/commit/e18b2839e1e39a9081750514b9515964c3737abe)
-- read HEIF from file rather than memory [`7ef309b`](https://github.com/ImageMagick/ImageMagick/commit/7ef309b6e091b0b3a5f2fc803efce5ae86d045a4)
-- Added missing version check. [`5d003d9`](https://github.com/ImageMagick/ImageMagick/commit/5d003d90e828f7374069969bc10a2f08147232a2)
-- Corrected check. [`e61eaf4`](https://github.com/ImageMagick/ImageMagick/commit/e61eaf4cda034d7ad5d99e82e72557e8f35c35ce)
-- Use different naming convention. [`9661fa0`](https://github.com/ImageMagick/ImageMagick/commit/9661fa011f6a95a0fedfe24454fddbfee44d6896)
-- Improved set_file_timestamp on Windows. [`59d1c9a`](https://github.com/ImageMagick/ImageMagick/commit/59d1c9a4ff060cd7070b95d45aff618090d7d114)
-- Corrected multiplication. [`5c99efd`](https://github.com/ImageMagick/ImageMagick/commit/5c99efdf48f14caf4ce03064c35cc3a69b786177)
-- Code style changes. [`13b4e4a`](https://github.com/ImageMagick/ImageMagick/commit/13b4e4aad6e7dc0f3dea088a6395e2b5859680e6)
-- Use sizeof instead. [`769b275`](https://github.com/ImageMagick/ImageMagick/commit/769b275bdbecf77631495967382e9c5170038c76)
-- Restored check that was added in #3137. [`9643c4a`](https://github.com/ImageMagick/ImageMagick/commit/9643c4a57f6dfc6badd7cd2ff10a4069f1b536d5)
-- Whitespace. [`f5a909d`](https://github.com/ImageMagick/ImageMagick/commit/f5a909dff47488a0b68dc25aad822ff79dca76e4)
-- HEIC container must be a seekable file on disk [`19e645e`](https://github.com/ImageMagick/ImageMagick/commit/19e645eba81385fc9ee46337c013960719dd8ddf)
-- check for empty string not required [`017d17f`](https://github.com/ImageMagick/ImageMagick/commit/017d17f8c26d21e405dd02159911921656b4ffd1)
-- check to see if ICC property exists before its created [`8f8db6b`](https://github.com/ImageMagick/ImageMagick/commit/8f8db6bc26668552d7f07d587dedb36439fa9dab)
-- revert [`001f2d0`](https://github.com/ImageMagick/ImageMagick/commit/001f2d053da663719b3cd9166631ba87e6e4056f)
-- do not permit setting read-only properties (e.g. exif:*) [`e3c4d3f`](https://github.com/ImageMagick/ImageMagick/commit/e3c4d3fb16fd1fcf4fbc692b3c0c480c7032a054)
-- support 6 channel cmyka + metachannel images [`fa0e7bf`](https://github.com/ImageMagick/ImageMagick/commit/fa0e7bf41ae8362216b180c33c3f152805374b05)
-- respect the mask when computing the FFT similarity [`695acbc`](https://github.com/ImageMagick/ImageMagick/commit/695acbc66f4bba7a910d9e8e3d74d88bca3438ec)
-- mention multistrectral imagery [`d2b6318`](https://github.com/ImageMagick/ImageMagick/commit/d2b6318e9095f19de92dca33efe754055845473f)
-- missing case for -read-mask option [`5ecbd67`](https://github.com/ImageMagick/ImageMagick/commit/5ecbd67179fd9a4faf6bc3327e02ed80b6368675)
-- revert [`99d530c`](https://github.com/ImageMagick/ImageMagick/commit/99d530cd8de8e98ba88d20453b3dafa06ce2bf35)
-- bypass FFT compare when mask is defined [`c5b8a8e`](https://github.com/ImageMagick/ImageMagick/commit/c5b8a8e9c42a3ec0e482c11326a29b52367f5c67)
-- fix unknown size compiler exception [`8f3936f`](https://github.com/ImageMagick/ImageMagick/commit/8f3936f6ffb52a176d9847642ecdee8fd6f24e98)
-- cast to eliminate possible data loss error [`0ae1a49`](https://github.com/ImageMagick/ImageMagick/commit/0ae1a49f2b62ac6d4a44fc7890d0099d0b6f19de)
-- generalize multispectral support [`914c2e8`](https://github.com/ImageMagick/ImageMagick/commit/914c2e86b4e088c4f5ecbc5bebd6ea96215a53b9)
-- eliminate compiler warning [`4576d73`](https://github.com/ImageMagick/ImageMagick/commit/4576d732f2fe107c9f9035d822d21fa58b10545f)
-- generalize multispectral support [`101e955`](https://github.com/ImageMagick/ImageMagick/commit/101e955b4bf42e41ed2c56370d4d73cbbc20b4c1)
-- add multispectral support to the MIFF format [`8fbf695`](https://github.com/ImageMagick/ImageMagick/commit/8fbf695f3ebe89058d3444c6440405a085a47a29)
-- quiet compiler warnings [`db6bfc4`](https://github.com/ImageMagick/ImageMagick/commit/db6bfc410a1bfe050af83d70a11b30af2b1cb24e)
-- evolve multispectral image support [`e31b13c`](https://github.com/ImageMagick/ImageMagick/commit/e31b13c7497fa9b16fc051624747ac69f203f195)
-- eliminate compiler exception [`469219c`](https://github.com/ImageMagick/ImageMagick/commit/469219cc87137ce38c5408b6774caa24c6095e9a)
-- do not attempt to write a null image list (thanks to Vinay Rohila) [`716496e`](https://github.com/ImageMagick/ImageMagick/commit/716496e6df0add89e9679d6da9c0afca814cfe49)
-- https://github.com/ImageMagick/ImageMagick/issues/5010 [`41019b0`](https://github.com/ImageMagick/ImageMagick/commit/41019b04aef823de19d2c331927fa21f477a851e)
-- Update SECURITY.md [`6708d4f`](https://github.com/ImageMagick/ImageMagick/commit/6708d4f2f577dcc835779df5c6f28732ccba44e0)
-- Reverse loop to "fix" compiler optimization bug on arm64 Linux. [`1350b58`](https://github.com/ImageMagick/ImageMagick/commit/1350b58867213c1c30d200e137b894f93b53c31a)
-- https://github.com/ImageMagick/ImageMagick/issues/5008 [`7e36bce`](https://github.com/ImageMagick/ImageMagick/commit/7e36bce9e429604a633b921b01d26ebab00e5578)
-- TXT format supports multispectral images [`a107b94`](https://github.com/ImageMagick/ImageMagick/commit/a107b94135aab17f22a8181f1a0809f79969f6b4)
-- Fixed build errors. [`4f3d080`](https://github.com/ImageMagick/ImageMagick/commit/4f3d0804a8c961da75c38df46984c413ac6e8f66)
-- Lab colorspace survives a round-trip [`6eb56b8`](https://github.com/ImageMagick/ImageMagick/commit/6eb56b86f2c38cfbeabcc5aae218c359a9492d91)
-- eliminate compiler warning [`f51ac93`](https://github.com/ImageMagick/ImageMagick/commit/f51ac93840a3a8ff2ece5e73e9d40145a5e644ef)
-- longitude requires minor version 20 [`46df306`](https://github.com/ImageMagick/ImageMagick/commit/46df30643ab464f61533d9e36dcd828f616e30f0)
-- https://github.com/ImageMagick/ImageMagick/pull/5034 [`940b133`](https://github.com/ImageMagick/ImageMagick/commit/940b133b15d6c653c3270eeedc55cdf9cb9cdfe1)
-- alpha_trait should be set, otherwise the alpha value will not be used. [`90f788f`](https://github.com/ImageMagick/ImageMagick/commit/90f788f71026d54a7220ac4cc934cf0081296c62)
-- https://github.com/ImageMagick/ImageMagick/issues/5028 [`ebea37d`](https://github.com/ImageMagick/ImageMagick/commit/ebea37d8e3282fc53a5a88493921505106e363e5)
-- https://github.com/ImageMagick/ImageMagick/issues/5027 [`6516558`](https://github.com/ImageMagick/ImageMagick/commit/6516558cc6ad2ed72fafb9cf0825c8406d701d86)
-- pending release [`196b8b0`](https://github.com/ImageMagick/ImageMagick/commit/196b8b054c9b02b5a8b133027d9e9f9d24f148e0)
-- Use -define connected-components:sort=area | width | height | x | y to sort the verbose connected components objects. By default, the objects are listed in decreasing area. Add -define connected-components:sort-order=increasing | decreasing to specify the sort order. [`41d9d59`](https://github.com/ImageMagick/ImageMagick/commit/41d9d592f1e2411032d47cb8b11c24f6d92bf68f)
-- eliminate compiler warning [`3366885`](https://github.com/ImageMagick/ImageMagick/commit/3366885064260cfdf2104943336ee12f459d4f60)
-- eliminate compiler warning [`89527f6`](https://github.com/ImageMagick/ImageMagick/commit/89527f67d4f43bf632ae491b1ac50d7a16983bfa)
-- forgot to include "static.h" header [`93b59d6`](https://github.com/ImageMagick/ImageMagick/commit/93b59d632ef989825d415726eb597de3dcdbfe39)
-- fix Coverity defects [`c8ca79e`](https://github.com/ImageMagick/ImageMagick/commit/c8ca79e569f50b88d04ee78ad7b060bbdf6d0c91)
-- future: throw an exception if type cache cannot be acquired [`0903518`](https://github.com/ImageMagick/ImageMagick/commit/0903518d5fafcb58a66a3745f65c07a1256d2d1a)
-- eliminate Coverity defects [`a564acf`](https://github.com/ImageMagick/ImageMagick/commit/a564acf287b19b000ab276bf05d6b05d4ea9ecfe)
-- eliminate Coverity defects [`de80673`](https://github.com/ImageMagick/ImageMagick/commit/de806730111e471eba40164823ad21e18632bd7c)
-- ... [`91c6c53`](https://github.com/ImageMagick/ImageMagick/commit/91c6c5300f0c6eba01f2e5a01de83d00c65d0f11)
-- eliminate Coverity defects [`34a91f0`](https://github.com/ImageMagick/ImageMagick/commit/34a91f0c742b5d5f3791842e0dc0e2192e8cfbd1)
-- eliminate Coverity defects [`a744181`](https://github.com/ImageMagick/ImageMagick/commit/a744181f6284c594bcfdbc1e9f8e70aca53bff0a)
-- streaming interface must be allocated on the heap [`dc5116f`](https://github.com/ImageMagick/ImageMagick/commit/dc5116fb171f35ab3c6a1e027687e971a72d097e)
-- fix memory leak in Freetype streaming interface [`d8c2b0c`](https://github.com/ImageMagick/ImageMagick/commit/d8c2b0cb6da671ba238e1b733b85e1a221cb0c88)
-- eliminate Coverity defects [`9ee5a2e`](https://github.com/ImageMagick/ImageMagick/commit/9ee5a2e7321244abaa161954fa054fd2ff06927d)
-- revert [`daa64a9`](https://github.com/ImageMagick/ImageMagick/commit/daa64a9d74298f1093c23147cd02e73df160ffcd)
-- eliminate Coverity defect [`62f3f3a`](https://github.com/ImageMagick/ImageMagick/commit/62f3f3a08ff8dea7117b657db54321ea8430bd73)
-- utilitze fstat() blocksize to set stream buffer size [`ff0734c`](https://github.com/ImageMagick/ImageMagick/commit/ff0734c8940d1da8562d421bcd8f600a81ed720a)
-- revert [`4433872`](https://github.com/ImageMagick/ImageMagick/commit/443387288bb40a7e56de5bcb87bba630a16f736f)
-- eliminate Coverity defects [`6b15959`](https://github.com/ImageMagick/ImageMagick/commit/6b15959d781808e3b6e8f1f3c4acbb73e6e0a1c9)
-- eliminate leak in Freetype streaming interface [`e0a9b4d`](https://github.com/ImageMagick/ImageMagick/commit/e0a9b4dbae2f99d0d5efdce8e240cca7215e9460)
-- prevent double free in Freetype streaming interface [`f12746c`](https://github.com/ImageMagick/ImageMagick/commit/f12746c6ad365311b5c1d7ce3ee755b31f24de7d)
-- eliminate Coverity defects [`3a256ce`](https://github.com/ImageMagick/ImageMagick/commit/3a256ce9002ebfb88da77f415869f9f81f4d4187)
-- fix fill-opacity special case where the fill color alpha is fully transparent [`1835ba8`](https://github.com/ImageMagick/ImageMagick/commit/1835ba84863b088f50db5e074835bca84868c9c4)
-- eliminate Coverity defect [`0ef3f01`](https://github.com/ImageMagick/ImageMagick/commit/0ef3f0122fcb538392f0fad352480b336c65bc4d)
-- eliminate Coverity defects [`781a886`](https://github.com/ImageMagick/ImageMagick/commit/781a8861e443b028477793d50406557bbee0451f)
-- Always use IsGrayColorspace. [`c154ffe`](https://github.com/ImageMagick/ImageMagick/commit/c154ffef2f360efd56712212a85208f39f11a0b7)
-- release [`8e8a7ce`](https://github.com/ImageMagick/ImageMagick/commit/8e8a7ceba8ba57f6867947a16bfab319ca47c993)
-
-## [7.1.0-29](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-28...7.1.0-29) - 2022-03-27
-
-### Merged
-
-- Remove unused EXPLICIT_TEMPLATE_INSTANTIATION [`#4982`](https://github.com/ImageMagick/ImageMagick/pull/4982)
-- Fixes #4985: 4e+26 is outside the range of representable values of type 'unsigned long' at coders/pcl.c:299 [`#4986`](https://github.com/ImageMagick/ImageMagick/pull/4986)
-
-### Fixed
-
-- Fixes #4985: 4e+26 is outside the range of representable values of type 'unsigned long' at coders/pcl.c:299 (#4986) [`#4985`](https://github.com/ImageMagick/ImageMagick/issues/4985)
-
-### Commits
-
-- ... [`280e7e6`](https://github.com/ImageMagick/ImageMagick/commit/280e7e6c2183a534efdf08db225dfa21350f0403)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45887 [`96ae906`](https://github.com/ImageMagick/ImageMagick/commit/96ae9066b001ff951c6a3c936081bacfaa69935f)
-- https://github.com/ImageMagick/ImageMagick/issues/4972 [`ffc2aaa`](https://github.com/ImageMagick/ImageMagick/commit/ffc2aaae543dcd60c6cc7e5a426f66dbc51df560)
-- https://github.com/ImageMagick/ImageMagick/issues/4974 [`c871830`](https://github.com/ImageMagick/ImageMagick/commit/c8718305f120293d8bf13724f12eed885d830b09)
-- https://github.com/ImageMagick/ImageMagick/issues/4975 [`44cb819`](https://github.com/ImageMagick/ImageMagick/commit/44cb81933777a199b9209d89a72fd2acf202d5de)
-- latest changes [`2bfd2be`](https://github.com/ImageMagick/ImageMagick/commit/2bfd2beb581bbfd242ff7dd20a15dc602a154014)
-- https://github.com/ImageMagick/ImageMagick/issues/4936 [`83b114f`](https://github.com/ImageMagick/ImageMagick/commit/83b114f7ae99561d9c6abc67ab11c50f9d547655)
-- https://github.com/ImageMagick/ImageMagick/issues/4936 [`000557d`](https://github.com/ImageMagick/ImageMagick/commit/000557da249fa36ad8111c312cb43f179a1f7070)
-- enforce one `id` per MIFF image [`966a769`](https://github.com/ImageMagick/ImageMagick/commit/966a769a646aaaeff127862b8e475297bf5058d3)
-- revert [`96162eb`](https://github.com/ImageMagick/ImageMagick/commit/96162ebad2f05140a0d899b46a3e5dec9d4005f2)
-- latest changelog [`d1d344b`](https://github.com/ImageMagick/ImageMagick/commit/d1d344b0ac1b5e98955009d57ed7f6954b54afcf)
-- reset id [`83de35d`](https://github.com/ImageMagick/ImageMagick/commit/83de35d0ab6e5100450d604bf300670af7e1b3e8)
-- reset id [`a4736b4`](https://github.com/ImageMagick/ImageMagick/commit/a4736b4577b45def91148a4e5e71d8d4151ff96f)
-- over allocate quantum pixel buffer [`219d19f`](https://github.com/ImageMagick/ImageMagick/commit/219d19f96e6a87b17ab26dfa6eadc7ad3169092a)
-- https://github.com/ImageMagick/ImageMagick/issues/4987 [`25309b9`](https://github.com/ImageMagick/ImageMagick/commit/25309b9772d72072f8574352968aeca7134ba433)
-- no suitable delegate utility for CGM or FIG formats [`004fc5d`](https://github.com/ImageMagick/ImageMagick/commit/004fc5d725fa2dc395391d1ac65f815823595189)
-- https://github.com/ImageMagick/ImageMagick/issues/4988 [`ca3654e`](https://github.com/ImageMagick/ImageMagick/commit/ca3654ebf7a439dc736f56f083c9aa98e4464b7f)
-- cosmetic [`e36bd84`](https://github.com/ImageMagick/ImageMagick/commit/e36bd84b0935b204a27a05aa041dfea6faf25099)
-- cosmetic [`2c35b9a`](https://github.com/ImageMagick/ImageMagick/commit/2c35b9a24bd6abf17b1f135ced20611f4ad7fa17)
-- account for case where gray image is imported as RGBA [`22cfaf3`](https://github.com/ImageMagick/ImageMagick/commit/22cfaf35dcea6d07e5353660794edca16b363c6b)
-- speculative allocation since we don't yet know the quantum type [`bd77531`](https://github.com/ImageMagick/ImageMagick/commit/bd77531ae8dd24adb583f87e7c0b73c306ac64cc)
-- pending release [`8be1086`](https://github.com/ImageMagick/ImageMagick/commit/8be1086bee313dfcfe014e3c60197bf0b636776f)
-- revert [`ab39cc4`](https://github.com/ImageMagick/ImageMagick/commit/ab39cc4abe3510b31d9e3dafe8a3b898ce627605)
-- set quantum extent [`c909df1`](https://github.com/ImageMagick/ImageMagick/commit/c909df15fc9e55b99c9d4480d4ed48a141fb943b)
-- revert [`cb65691`](https://github.com/ImageMagick/ImageMagick/commit/cb656913eb12c67f3d8a3098635e239c3d94bf18)
-- pending release [`a6551b2`](https://github.com/ImageMagick/ImageMagick/commit/a6551b2514ecf294c7ee11841d1e0b665fbbc7a8)
-- release [`4c0b7d2`](https://github.com/ImageMagick/ImageMagick/commit/4c0b7d25daf11131af48820b2aa6cc0b1cf11a9e)
-
-## [7.1.0-28](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-27...7.1.0-28) - 2022-03-20
-
-### Merged
-
-- Fix setting the pixel intensity method with SetImageProperty [`#4969`](https://github.com/ImageMagick/ImageMagick/pull/4969)
-- fix issue: outside the range of representable values of type 'unsigned int' at coders/psd.c:1025 [`#4963`](https://github.com/ImageMagick/ImageMagick/pull/4963)
-
-### Commits
-
-- ... [`daef664`](https://github.com/ImageMagick/ImageMagick/commit/daef66469b28411755b42f000daa5c1dceec8697)
-- export libjxl version # [`4f15721`](https://github.com/ImageMagick/ImageMagick/commit/4f15721bb54adf029a3e6d2b44ec674a4ccbbcbf)
-- support grayscale and linear colorspaces [`298ac0b`](https://github.com/ImageMagick/ImageMagick/commit/298ac0bf3b2a00a4eda82934b6aae48e564ee7c5)
-- Restore dds:compression=dxt5 behavior [`7dcb23a`](https://github.com/ImageMagick/ImageMagick/commit/7dcb23a29c6b1110c2c29f9862cf39b502a98982)
-- set pixel format in image out block [`e709dbf`](https://github.com/ImageMagick/ImageMagick/commit/e709dbf20aa1d025bfcf9bbe463ece3aa2f02125)
-- improve checking for conditional function arguments [`a1d46a8`](https://github.com/ImageMagick/ImageMagick/commit/a1d46a8566c5fb79583e82fec3a561402ff9cec1)
-- https://github.com/ImageMagick/ImageMagick/issues/4927 [`d8624b4`](https://github.com/ImageMagick/ImageMagick/commit/d8624b4611882b4e15be6c22d306d56f1914056f)
-- https://github.com/ImageMagick/ImageMagick/issues/4927 [`7441e31`](https://github.com/ImageMagick/ImageMagick/commit/7441e318c500975be5d55378e37c2f4695f0b864)
-- no need to check for < 0 [`69f805b`](https://github.com/ImageMagick/ImageMagick/commit/69f805b22c8c24fcd7c75587a0ad2fd53740dbb8)
-- coders: sync JXL output [`9ca56be`](https://github.com/ImageMagick/ImageMagick/commit/9ca56be04a4229105e9cd20ccde47528a048f80f)
-- Changed the format of MAGICK_GIT_REVISION and use this in -version. [`a7c4ca3`](https://github.com/ImageMagick/ImageMagick/commit/a7c4ca34d4e6670b3741027c2ad6dde931c92871)
-- Corrected name of the define. [`dfaeb2e`](https://github.com/ImageMagick/ImageMagick/commit/dfaeb2e05707f9bd4cff0cbdc4778b3bdb2b001f)
-- Corrected date format. [`a6f7e16`](https://github.com/ImageMagick/ImageMagick/commit/a6f7e1627f54cf08c883ec83988db424ff914fe0)
-- regenerate compare docs [`f9d988b`](https://github.com/ImageMagick/ImageMagick/commit/f9d988b415174751c3efd7acb4d8b3231d465572)
-- correct date format [`301a801`](https://github.com/ImageMagick/ImageMagick/commit/301a8014ffe901739e20ef08098bb54120243cdc)
-- Coders: https://github.com/ImageMagick/ImageMagick/issues/4947 [`8043433`](https://github.com/ImageMagick/ImageMagick/commit/8043433ba9ce0c550e09f2b3b6a3f5f62d802e6d)
-- Coders: proper check for out of bounds per https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45640 [`ea43d4b`](https://github.com/ImageMagick/ImageMagick/commit/ea43d4b023e7b2fdbf8ff6d6fb23e7dd91add4c3)
-- Coders: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=42549 [`a81927b`](https://github.com/ImageMagick/ImageMagick/commit/a81927b4801ffe7b2168c39588a3043d26d70df2)
-- Coders: eliminate compiler warnings [`8ed4f9a`](https://github.com/ImageMagick/ImageMagick/commit/8ed4f9a8d722e70d6072c374d4dccc9b5da50057)
-- Coders: cosmetic [`0dadfa7`](https://github.com/ImageMagick/ImageMagick/commit/0dadfa75c7fa54f57d771f6c6f97b969863d2601)
-- Coders: PS and EPS %%BoundingBox not being parsed #4961 [`35fdd9f`](https://github.com/ImageMagick/ImageMagick/commit/35fdd9f89aca2f8ec6c7b770641e0c5c2853eb47)
-- Coders: support 10-bit AVIF per https://github.com/ImageMagick/ImageMagick/discussions/4932 [`418e3f4`](https://github.com/ImageMagick/ImageMagick/commit/418e3f40dc7302dae664eaaf0ea4cd4b7b59f852)
-- MagickCore: cosmetic [`08e77d2`](https://github.com/ImageMagick/ImageMagick/commit/08e77d21968bd9c7374692b46af51cd7a1ff1e3b)
-- MagickCore: support getentropy() [`b1027c8`](https://github.com/ImageMagick/ImageMagick/commit/b1027c855af1c8c29e07217b9216b1743d8004e0)
-- build: release [`1627727`](https://github.com/ImageMagick/ImageMagick/commit/16277279886c57325d874e1acce04d979172a304)
-- getentropy() requires sys/random.h include [`b62bc9d`](https://github.com/ImageMagick/ImageMagick/commit/b62bc9dc24e6c59db3a3185b87def27ff02789d3)
-- pending release [`b83772f`](https://github.com/ImageMagick/ImageMagick/commit/b83772f8cdc35f27aa669c9e15eb6b8ad0f98786)
-
-## [7.1.0-27](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-26...7.1.0-27) - 2022-03-04
-
-### Commits
-
-- ... [`fe3a627`](https://github.com/ImageMagick/ImageMagick/commit/fe3a627b4a9f9c15ef8d34daefc08f5471681f4a)
-- cosmetic [`c1fe09e`](https://github.com/ImageMagick/ImageMagick/commit/c1fe09e3533d2b778f45d49f243e210dcb915cc7)
-- https://github.com/ImageMagick/ImageMagick/issues/4870 [`eb08826`](https://github.com/ImageMagick/ImageMagick/commit/eb0882667cddc4ea71b61a583a782c430220faf4)
-- https://github.com/ImageMagick/ImageMagick/issues/4876 [`17b8572`](https://github.com/ImageMagick/ImageMagick/commit/17b85720f0685d83797c3925a866f42971c23713)
-- ... [`d2ad523`](https://github.com/ImageMagick/ImageMagick/commit/d2ad523daad137e04a148e0ab15fe044393206aa)
-- canonical copyright notice [`cd32501`](https://github.com/ImageMagick/ImageMagick/commit/cd32501e861b3755c116baa47fa879323e11cffd)
-- https://github.com/ImageMagick/ImageMagick/issues/966 [`f6db6e0`](https://github.com/ImageMagick/ImageMagick/commit/f6db6e06dfabe0412d61b433b89efe5ad58d9b21)
-- escape \n character [`624e514`](https://github.com/ImageMagick/ImageMagick/commit/624e5144d9b76789b51c8c24e002ea2c854bc406)
-- https://github.com/ImageMagick/ImageMagick/issues/966 [`5c23779`](https://github.com/ImageMagick/ImageMagick/commit/5c2377996445ce1c3be00e78a08afde131fb813d)
-- https://github.com/ImageMagick/ImageMagick/issues/4888 [`5512240`](https://github.com/ImageMagick/ImageMagick/commit/5512240ff88749d9450d51aa977969a9ad321d6c)
-- https://github.com/ImageMagick/ImageMagick/issues/4888 [`2fa2184`](https://github.com/ImageMagick/ImageMagick/commit/2fa218431d622f33da90a79c1a2f5f5750710fdc)
-- https://github.com/ImageMagick/ImageMagick/issues/966 [`62a3cd5`](https://github.com/ImageMagick/ImageMagick/commit/62a3cd54416c067da75be895a27362a01aaebdc8)
-- throw exception on reserved filename character (\xff) [`ee80bac`](https://github.com/ImageMagick/ImageMagick/commit/ee80bacc9d4c36c0405a46cd555e953a40fd129e)
-- https://github.com/ImageMagick/ImageMagick/issues/4896 [`14a8a35`](https://github.com/ImageMagick/ImageMagick/commit/14a8a358452405e99dfa52e799ed37c02db316e6)
-- auto-generate the change log from git commits [`67bc403`](https://github.com/ImageMagick/ImageMagick/commit/67bc40387b9270e28f911199bac2de577f828b42)
-- ... [`165327a`](https://github.com/ImageMagick/ImageMagick/commit/165327a5247525ccd0bea04b88114df86896cfee)
-- Changed trigger for release. [`ccff96d`](https://github.com/ImageMagick/ImageMagick/commit/ccff96dfb318c906a396681a0dbfa12b08e1e90f)
-- ChangeLog => ChangeLog.md [`0b5cb6e`](https://github.com/ImageMagick/ImageMagick/commit/0b5cb6edef00d63af0904dbd955cb57f186f7e9f)
-- improve "geometry does not contain image" exception message [`28be54d`](https://github.com/ImageMagick/ImageMagick/commit/28be54df1dbf9726ff9dd257955a1a78470e76f4)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533 [`4b1dc4c`](https://github.com/ImageMagick/ImageMagick/commit/4b1dc4cb1e91af85f5cf05da92588da7696ce3ed)
-- https://github.com/ImageMagick/ImageMagick/discussions/4862 [`9d74db9`](https://github.com/ImageMagick/ImageMagick/commit/9d74db9c45eb207c6c9d3f1ac762d05f0ae3bf86)
-- proper check for libjxl minimum version [`ccf788b`](https://github.com/ImageMagick/ImageMagick/commit/ccf788bd768a2ff75bb529d39bdcdfbeadeede23)
-- include reference to JXL coder source module [`18f7a0a`](https://github.com/ImageMagick/ImageMagick/commit/18f7a0afba8374f6b52053a383101d36aef0dab6)
-- https://github.com/ImageMagick/ImageMagick/issues/4874 [`3630e5c`](https://github.com/ImageMagick/ImageMagick/commit/3630e5c63e6188d037fd225d4073b001275dc830)
-- Fixed memory leak in ThumbnailImage. [`47fed11`](https://github.com/ImageMagick/ImageMagick/commit/47fed11f7bae354cb40f1805aa9707faf593438c)
-- Code style changes. [`161b2bd`](https://github.com/ImageMagick/ImageMagick/commit/161b2bdc8221078fb84119fd64be9376979d5819)
-- More code style changes. [`0d2723e`](https://github.com/ImageMagick/ImageMagick/commit/0d2723e796313a72aceb73784d6d203c1bdfb477)
-- Use RegEnumValueW instead. [`bfad2a3`](https://github.com/ImageMagick/ImageMagick/commit/bfad2a34d6fdcabda36cff83e49fe5320804dc9d)
-- Code style changes. [`fbb2bad`](https://github.com/ImageMagick/ImageMagick/commit/fbb2bad1388403d617fc87d72254ad86534de4a7)
-- Only set system_root_length once. [`6fe9a5f`](https://github.com/ImageMagick/ImageMagick/commit/6fe9a5fe6e2ce2c8faccd6f2e609222ade42ac75)
-- Removed one of the buffers. [`3be14c7`](https://github.com/ImageMagick/ImageMagick/commit/3be14c7f5b2ac83e078471e96a8fc393869f8c3e)
-- The value is also utf8 when RegEnumValueW is used. [`9954343`](https://github.com/ImageMagick/ImageMagick/commit/995434350c3ac84cfeaaad0eeeb00483a0030110)
-- pending release [`b7174d2`](https://github.com/ImageMagick/ImageMagick/commit/b7174d211065e5b794cdb5ebc72f317124b2cd47)
-- Corrected adjoin check. [`ffaf35e`](https://github.com/ImageMagick/ImageMagick/commit/ffaf35e7dce75cf5492308ff90b1a38228e5c0bf)
-- pending release [`dc2b955`](https://github.com/ImageMagick/ImageMagick/commit/dc2b9553e9b1e73ce264f41e5820a236db7403fd)
-
-## [7.1.0-26](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-25...7.1.0-26) - 2022-02-21
-
-### Merged
-
-- Appropriate default kmin, kmax values for lossy and lossless into webp encoder [`#4846`](https://github.com/ImageMagick/ImageMagick/pull/4846)
-
-### Commits
-
-- ... [`702d55a`](https://github.com/ImageMagick/ImageMagick/commit/702d55a87c2b6dc5052a9a71bbbeba2b0b2fc619)
-- https://github.com/ImageMagick/ImageMagick/issues/4761 [`35b2e14`](https://github.com/ImageMagick/ImageMagick/commit/35b2e14d82ae87fe97b2a0e3f49cdd19d82c8f06)
-- https://github.com/ImageMagick/ImageMagick/discussions/4755 [`0101c29`](https://github.com/ImageMagick/ImageMagick/commit/0101c2901a8c0922ef0dba06dca446efe38d8dd1)
-- Added option to allow specifying -dShowAnnots=false. [`60e8f2c`](https://github.com/ImageMagick/ImageMagick/commit/60e8f2ce8bdf0822cd59e1f898a984d79ef50690)
-- https://github.com/ImageMagick/ImageMagick/issues/4843 [`17eaebd`](https://github.com/ImageMagick/ImageMagick/commit/17eaebd2c1ffb42c1b1b5b17c2db12e19ec69d30)
-- ... [`31720fe`](https://github.com/ImageMagick/ImageMagick/commit/31720fee01114d59f6122ae2251f1452e0e9b67f)
-- Removed the xtrn coder. [`6a863cc`](https://github.com/ImageMagick/ImageMagick/commit/6a863ccebb6d777739fb8d9b5b3b78c868dafb82)
-- Removed xtrn coder. [`0d1b03d`](https://github.com/ImageMagick/ImageMagick/commit/0d1b03d3176d47e6f2e512bdc7968a9fa153189a)
-- ... [`c2617e9`](https://github.com/ImageMagick/ImageMagick/commit/c2617e9a8de9e4a3c481956d647e12f09cec97f0)
-- fix compiler exception under Cygwin [`ee54f8d`](https://github.com/ImageMagick/ImageMagick/commit/ee54f8dcf76a6c82b741cfdf8e0a7b4558671c9d)
-- remove reference to ImageMagickObject [`a7141eb`](https://github.com/ImageMagick/ImageMagick/commit/a7141eb10579909e1bf5070ebaf700182cbcf25a)
-- remove references to ImageMagickObject [`ccb6b35`](https://github.com/ImageMagick/ImageMagick/commit/ccb6b35068bfc9bdc7da309d8985cfd6644f8e71)
-- ... [`f43aa87`](https://github.com/ImageMagick/ImageMagick/commit/f43aa87b45ac36dae42a33457603f2d67e5c4fbd)
-- pending release [`aa668b2`](https://github.com/ImageMagick/ImageMagick/commit/aa668b23d9f4804fe47761bb4ed65b6877cc0914)
-- Raise exception when image could not be read but no exception was raised. [`f939c22`](https://github.com/ImageMagick/ImageMagick/commit/f939c225f2a62e4ba2d8d449f7ffa514a9aac500)
-- Changed copyright. [`05b88b4`](https://github.com/ImageMagick/ImageMagick/commit/05b88b46eac5f8929e3461e86748474d98c2e7ab)
-- Changed copyright. [`0efff06`](https://github.com/ImageMagick/ImageMagick/commit/0efff06599dc6d08c30ec19a79c494d2a6607846)
-- Removed NTGhostscriptDLL and NTGhostscriptLoadDLL from the private header. [`c27d494`](https://github.com/ImageMagick/ImageMagick/commit/c27d494351fcb8e5f1f69cceff27824122c4d0a2)
-- Fixes for installation in a folder that contains non ASCII characters (#4382). [`9928afc`](https://github.com/ImageMagick/ImageMagick/commit/9928afc2c123f2be6720f5aaa5931978e6ca2e2e)
-- off-by-one fix [`352a9ab`](https://github.com/ImageMagick/ImageMagick/commit/352a9ab54ef228553d793c148c717d9f0beac864)
-- don't over-allocate thread-specific data [`7ff4ae1`](https://github.com/ImageMagick/ImageMagick/commit/7ff4ae104a9710407786c14223001ad4176d1331)
-- pending release [`893aea3`](https://github.com/ImageMagick/ImageMagick/commit/893aea3e3d8a102036e67cc0d97e351d69e5b6f6)
-- no need for conditional compile [`57be678`](https://github.com/ImageMagick/ImageMagick/commit/57be6784c1bea811aa35199f56e5cec9777946f0)
-- rename method to TLS-moniker, thread local storage [`5775664`](https://github.com/ImageMagick/ImageMagick/commit/5775664a028c8fdd9fe9d99a4628d08ec57f424c)
-- Use MagickBooleanType instead. [`fc3c6fb`](https://github.com/ImageMagick/ImageMagick/commit/fc3c6fbed9ba036bc3227b80a8ac36d30abbbedf)
-- Removed unnecessary initialization. [`51cbb7d`](https://github.com/ImageMagick/ImageMagick/commit/51cbb7d8d8ceb70b111dee0a8d1cfe58a7914233)
-- cosmetic [`f3a4813`](https://github.com/ImageMagick/ImageMagick/commit/f3a48131fad4067240698714eba044ca78236c8c)
-- cosmetic [`6f6caf2`](https://github.com/ImageMagick/ImageMagick/commit/6f6caf214b9cbfd008a8712a501a1e3e6a83b832)
-- https://github.com/ImageMagick/ImageMagick/discussions/4859 [`c1304c0`](https://github.com/ImageMagick/ImageMagick/commit/c1304c02317ba992dde535314c459ced1a463848)
-- https://github.com/ImageMagick/ImageMagick/discussions/4856 [`717546e`](https://github.com/ImageMagick/ImageMagick/commit/717546e1e02660f471bd53bf6a5f83e62ff08f8c)
-- pending release [`1363b1e`](https://github.com/ImageMagick/ImageMagick/commit/1363b1e1e27aac515305f0979541e23c0716932b)
-- adjust -extent geometry support for < && > [`3db22d0`](https://github.com/ImageMagick/ImageMagick/commit/3db22d038089abfdd3bff3ca4f0edc9158ac57e5)
-- https://github.com/ImageMagick/ImageMagick/discussions/4856 [`66cb4f9`](https://github.com/ImageMagick/ImageMagick/commit/66cb4f91bc09b645f0ce3824a8469718d0cbc761)
-- pending release [`50b7ec5`](https://github.com/ImageMagick/ImageMagick/commit/50b7ec519c4f07ffd8eb80fdd0aaa00d0e82b6d6)
-- add strimg image format [`86b1eb4`](https://github.com/ImageMagick/ImageMagick/commit/86b1eb465afe7be1de3a6baf16c535118855a22c)
-- pending release [`0c5784d`](https://github.com/ImageMagick/ImageMagick/commit/0c5784d96b39e3ea78105b595dab1342bb963799)
-- https://github.com/ImageMagick/ImageMagick/issues/4865 [`63a25b5`](https://github.com/ImageMagick/ImageMagick/commit/63a25b5f4f5c70a00b330c6fc36133903774752c)
-- pending release [`a6458f9`](https://github.com/ImageMagick/ImageMagick/commit/a6458f9b8b5805bab5ff781c3ae22baa05cd8494)
-- https://github.com/ImageMagick/ImageMagick/issues/4864 [`3663328`](https://github.com/ImageMagick/ImageMagick/commit/3663328cd031976250bb06cdcd78c1bdffbfe8b8)
-- pending release [`4dfd217`](https://github.com/ImageMagick/ImageMagick/commit/4dfd21705173d2a6e3ca4b0a6723a6e1f48ef885)
-- https://github.com/ImageMagick/ImageMagick/issues/4867 [`da3971c`](https://github.com/ImageMagick/ImageMagick/commit/da3971cb2ecde8856358e2221aec5b924467ef85)
-- pending release [`78680f5`](https://github.com/ImageMagick/ImageMagick/commit/78680f51e98d6aecf25b0d9951de3d8122d3b871)
-
-## [7.1.0-25](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-24...7.1.0-25) - 2022-02-15
-
-### Commits
-
-- ... [`191fd98`](https://github.com/ImageMagick/ImageMagick/commit/191fd9864aa54bde02bf1863bc306fbe24843f64)
-- Corrected copyright header. [`678fb88`](https://github.com/ImageMagick/ImageMagick/commit/678fb8880e29819d30e5e35b73eafddc9cd9b461)
-- Corrected length check. [`a563804`](https://github.com/ImageMagick/ImageMagick/commit/a5638045db7c13d2e8a86e51a4b339080f03d5cc)
-- Added missing copyright and header. [`de8c61d`](https://github.com/ImageMagick/ImageMagick/commit/de8c61dc8d2492219397c312653128109d3c7c1f)
-- Corrected header style. [`18f5a8f`](https://github.com/ImageMagick/ImageMagick/commit/18f5a8fca87fb6dbb204e1c62a426df61842e055)
-- Removed unused binary. [`a83ebfc`](https://github.com/ImageMagick/ImageMagick/commit/a83ebfcaf3eb79fa846718af70df6b978c8ed946)
-- Corrected header. [`8960f4d`](https://github.com/ImageMagick/ImageMagick/commit/8960f4d9433627848550f86cecedbad6f5bd4a34)
-- Changed copyright headers. [`3ddbe16`](https://github.com/ImageMagick/ImageMagick/commit/3ddbe16bbe136160f4bbff3804a8423816974e57)
-- https://github.com/ImageMagick/ImageMagick/issues/4822 [`111d4e4`](https://github.com/ImageMagick/ImageMagick/commit/111d4e4aae5b27bff8a9028b2ad230bc89a57039)
-- one off when debugging [`869315d`](https://github.com/ImageMagick/ImageMagick/commit/869315df81a6c70f339e58e55eccef7c4fb19cc7)
-- display last debugging character [`7fd967e`](https://github.com/ImageMagick/ImageMagick/commit/7fd967ef5e60ac3a814a3b34fc87c48c59dae3a9)
-- alpha is never zero [`8d33dd8`](https://github.com/ImageMagick/ImageMagick/commit/8d33dd8dd63729d0cb9ceb7432cadeca69beab17)
-- Removed unnecessary variable. [`6b246ff`](https://github.com/ImageMagick/ImageMagick/commit/6b246ffd6e4c92076c44a75c77d535f861368074)
-- https://github.com/ImageMagick/ImageMagick/issues/4837 [`a833062`](https://github.com/ImageMagick/ImageMagick/commit/a8330620ca1695f35bd8a8b07245b78cbe21880b)
-- revert [`7d5e159`](https://github.com/ImageMagick/ImageMagick/commit/7d5e159ed8872c1ce51f1b89b4027689fb80e3a0)
-- cosmetic [`0e22666`](https://github.com/ImageMagick/ImageMagick/commit/0e2266611121c1eab597a5051fd4cb37d5300e2d)
-- off-by-one fix [`56f1643`](https://github.com/ImageMagick/ImageMagick/commit/56f1643600448447dbdb6c03716ec9474153c43b)
-- fix unitialized value [`1931a77`](https://github.com/ImageMagick/ImageMagick/commit/1931a7732fb7488d1c7d992ccdb1dffd026aeb5d)
-- https://github.com/ImageMagick/ImageMagick/issues/4841 [`0fec6dc`](https://github.com/ImageMagick/ImageMagick/commit/0fec6dca6c990038c7f275f04b3e6829c9aea95a)
-- off-by-one fix [`7f7c905`](https://github.com/ImageMagick/ImageMagick/commit/7f7c90526187ddd560d2a511cde2d9b9acef4fb1)
-- Removed ImageMagickObject because we no longer support this. [`61dcc55`](https://github.com/ImageMagick/ImageMagick/commit/61dcc55d596e8e241841cb3b9088fd9f55a154e7)
-- pending release [`14e94c3`](https://github.com/ImageMagick/ImageMagick/commit/14e94c311502613805a8973de2dc1d6958858d80)
-
-## [7.1.0-24](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-23...7.1.0-24) - 2022-02-12
-
-### Commits
-
-- ... [`8c52d6f`](https://github.com/ImageMagick/ImageMagick/commit/8c52d6fa50d7c39ea4446d416640e29dada61996)
-- eliminate compiler warning [`0595255`](https://github.com/ImageMagick/ImageMagick/commit/0595255bde9edab97da3331f90b7489bc92ca6dc)
-- Changed copyright headers. [`2056a1f`](https://github.com/ImageMagick/ImageMagick/commit/2056a1f77255bd551926f18ec321063d5c2ee195)
-- Changed copyright headers. [`67beeff`](https://github.com/ImageMagick/ImageMagick/commit/67beeff5d03c194d0c846632c124905a56324625)
-- Added copyright headers. [`78e4a56`](https://github.com/ImageMagick/ImageMagick/commit/78e4a56a833cd64f1676bf54847409cae1debaf4)
-- Removed reverences to travis. [`aa1806d`](https://github.com/ImageMagick/ImageMagick/commit/aa1806d1f437958cd847692d3c781bdd4c9a22e2)
-- possible performance optimization [`4a8a0d4`](https://github.com/ImageMagick/ImageMagick/commit/4a8a0d4f26b828532f266143d9dd3b8ca6fb52ac)
-- cosmetic [`68eb33f`](https://github.com/ImageMagick/ImageMagick/commit/68eb33f7660a78ff22daec7a60265db15e3e46fe)
-- Fixed build error. [`15f9463`](https://github.com/ImageMagick/ImageMagick/commit/15f9463eed4b4affd9dd3031d00e86c8f6b4753d)
-- Removed unused flags. [`73b1d1d`](https://github.com/ImageMagick/ImageMagick/commit/73b1d1d2d45566f69697e0402508d73946c45359)
-- optimize reading of XPM properties [`f578dad`](https://github.com/ImageMagick/ImageMagick/commit/f578dad6151beb51747e7928770975ccddf064b6)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44457 [`a9bd4c0`](https://github.com/ImageMagick/ImageMagick/commit/a9bd4c0e16d034f733c93d5d1b022f9e5f78e70e)
-- revert [`503333f`](https://github.com/ImageMagick/ImageMagick/commit/503333f87ae676f5e327d83e10def04b3ecee5ab)
-- https://github.com/ImageMagick/ImageMagick/discussions/4813 [`cadfcdd`](https://github.com/ImageMagick/ImageMagick/commit/cadfcdd11829197ed415177ef00a61921add7345)
-- Removed empty header file. [`f5f9030`](https://github.com/ImageMagick/ImageMagick/commit/f5f90302c9d3fd9a987fda8f8cddbd6ede4cf697)
-- Removed method that has been renamed. [`f8a1cf9`](https://github.com/ImageMagick/ImageMagick/commit/f8a1cf9eae09a52a63609bcacfa3c36bbf6cd4ac)
-- Removed RIFF header to avoid issues with WEBP images (#4819). [`4c156f2`](https://github.com/ImageMagick/ImageMagick/commit/4c156f21b3f6ece862b85bdef6062b6bfd1d7c71)
-- Removed IsAVI check (#4819). [`a1c342c`](https://github.com/ImageMagick/ImageMagick/commit/a1c342c04916670b4a1f161a29d24e9c04c4108d)
-- prefer performance over quality [`75d1dbf`](https://github.com/ImageMagick/ImageMagick/commit/75d1dbf70f63ae365e3359d4b8c473a546d68bca)
-- Changed copyright headers. [`8891ec1`](https://github.com/ImageMagick/ImageMagick/commit/8891ec1db10a70558deef45f61941b4fe0576b66)
-- cosmetic [`4f923a8`](https://github.com/ImageMagick/ImageMagick/commit/4f923a83f2acf86eb56399442223513dcd2aa503)
-- invalid free memory on NULL pointer [`4b03774`](https://github.com/ImageMagick/ImageMagick/commit/4b0377467fb3e1864ccd91c54393ca5d9bdeb3db)
-- https://github.com/ImageMagick/ImageMagick/issues/4822 [`acc0934`](https://github.com/ImageMagick/ImageMagick/commit/acc0934a25ca392823d3d90febeb093c4ce9f2f0)
-- remove debugging statement [`e69f2b1`](https://github.com/ImageMagick/ImageMagick/commit/e69f2b1413f1a9f2d5518aad13debacbe5b32195)
-- https://github.com/ImageMagick/ImageMagick/issues/4828 [`3e2b04a`](https://github.com/ImageMagick/ImageMagick/commit/3e2b04a63c564aa4f2ce1da45a7346a59d15c0a2)
-- prevent integer overflow [`32ce1ca`](https://github.com/ImageMagick/ImageMagick/commit/32ce1ca9b0746a592461e2cafc134d7a3eecbe54)
-- Corrected UTF-16 big endian encoding (#4771). [`1d8b675`](https://github.com/ImageMagick/ImageMagick/commit/1d8b67552892fd3f1342a31f189305fb6b073165)
-- Code style changes. [`1b9c0c9`](https://github.com/ImageMagick/ImageMagick/commit/1b9c0c96e41e48dd26ed2ebbaac36382d249ae96)
-- Set the alpha_trait of the pixel in the colormap. [`07559b5`](https://github.com/ImageMagick/ImageMagick/commit/07559b540a0c3311bebe8a6948492fcf0101f06b)
-- Also set the colorspace in the colormap. [`2ec7d4c`](https://github.com/ImageMagick/ImageMagick/commit/2ec7d4cbf8b7d13a2a0afe12e1af3df8cb59b51a)
-- Use GetPixelInfo instead. [`3eb643b`](https://github.com/ImageMagick/ImageMagick/commit/3eb643b7fe36d4a5200afe1e11e79dab48ddc5c4)
-- https://github.com/ImageMagick/ImageMagick/issues/4830 [`b3fc034`](https://github.com/ImageMagick/ImageMagick/commit/b3fc034f37ffe46c8314fae42acbd6c6a11b9da5)
-- remove debugging statement [`38a2625`](https://github.com/ImageMagick/ImageMagick/commit/38a2625f094c42ac1c62ace34b5c560b8dbfd026)
-- update copyright year [`80629df`](https://github.com/ImageMagick/ImageMagick/commit/80629dfb3fea55eefa2dd8bdd9ca1be341502e16)
-- correct copyright year [`2652397`](https://github.com/ImageMagick/ImageMagick/commit/26523979fc9cb29e586b3e668e1fc6e075fc235e)
-- pending release [`e5eed1c`](https://github.com/ImageMagick/ImageMagick/commit/e5eed1ca1a43df880c8a851a1c49b3cbb31510b1)
-
-## [7.1.0-23](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-22...7.1.0-23) - 2022-02-05
-
-### Merged
-
-- Make MagickSet/GetSamplingFactors() use ':' instead of ',' [`#4794`](https://github.com/ImageMagick/ImageMagick/pull/4794)
-
-### Commits
-
-- check if image extent is NaN [`94650bc`](https://github.com/ImageMagick/ImageMagick/commit/94650bc4f10a5bb49e16c0f766adcb0db5f04a41)
-- ... [`419dd8d`](https://github.com/ImageMagick/ImageMagick/commit/419dd8de4432beafd827339ca0595895db8ce032)
-- apply the Fx expression to each image in the sequence [`c516ca8`](https://github.com/ImageMagick/ImageMagick/commit/c516ca8d21c1c2b6b0223b259cfc1f572d343e99)
-- exit MVG parser realy if clipping path fails to render [`a628a09`](https://github.com/ImageMagick/ImageMagick/commit/a628a0918de7fa4c54fb84c036775ed6d92d84a8)
-- ... [`4b4f4c3`](https://github.com/ImageMagick/ImageMagick/commit/4b4f4c381367a83f03959493be622b77abd9117c)
-- avoid deep recursion [`a42870a`](https://github.com/ImageMagick/ImageMagick/commit/a42870a846d9471ac696475cc3aaabea8c76d6d5)
-- cosmetic [`3fbdf95`](https://github.com/ImageMagick/ImageMagick/commit/3fbdf95d043aed30d7a6aa4fd9b3f68519f3c49f)
-- ... [`51f487a`](https://github.com/ImageMagick/ImageMagick/commit/51f487aaab80518d5f601002bd818e8588b6b439)
-- small memory leak if images exceed list length [`ce5c2b1`](https://github.com/ImageMagick/ImageMagick/commit/ce5c2b1847cbc90df68b0985cb99e3cf5f852813)
-- https://github.com/ImageMagick/ImageMagick/issues/4790 [`b51707c`](https://github.com/ImageMagick/ImageMagick/commit/b51707c08f3dee192d464d38fc507c86051e62e6)
-- https://github.com/ImageMagick/ImageMagick/issues/4793 [`6d69fce`](https://github.com/ImageMagick/ImageMagick/commit/6d69fceff3d6a30d8c7a1b7fd6702d9febcf9bd7)
-- Use read_info instead of image_info. [`b38ab1e`](https://github.com/ImageMagick/ImageMagick/commit/b38ab1e28668bbfb7f39373f05b4906ae66b93ef)
-- Corrected setting delay instead. [`2adce17`](https://github.com/ImageMagick/ImageMagick/commit/2adce170469980ba2b0d4f33947fa6be3495e732)
-- Parse the image info once for all the frames. [`2488fc5`](https://github.com/ImageMagick/ImageMagick/commit/2488fc552ea38f34d7b5463cc81769f50dabff71)
-- Corrected copy paste mistake. [`c9e20a4`](https://github.com/ImageMagick/ImageMagick/commit/c9e20a4623da788cc2f3f3c316e9456fb7aec41d)
-- Renamed struct. [`49edbf0`](https://github.com/ImageMagick/ImageMagick/commit/49edbf034d00512a5e2022cf12d46ff1baf13586)
-- Moved sync of orientation to a separate method. [`c3839eb`](https://github.com/ImageMagick/ImageMagick/commit/c3839ebf2fa4d75d8899e68acab892953f8cf553)
-- Added extra option to also disable syncing from tiff. [`59ccfd7`](https://github.com/ImageMagick/ImageMagick/commit/59ccfd7425f367c53e9aeb0c7cfbde820086f2f7)
-- Moved setting the resolution info from the exif/tiff properties to a separate method. [`7df7426`](https://github.com/ImageMagick/ImageMagick/commit/7df7426ad3a5f7753198fded7d22603370987c03)
-- Moved declaration of variables. [`1980a3b`](https://github.com/ImageMagick/ImageMagick/commit/1980a3b0faa63159b19a3ba769dbc5f94a886d38)
-- Code style change. [`a6c2928`](https://github.com/ImageMagick/ImageMagick/commit/a6c292867872458731a827dc42aaeb4006a086fd)
-- The properties can only be deleted after they have been used. [`715cf34`](https://github.com/ImageMagick/ImageMagick/commit/715cf341e699bf928d06e23c2964c3d5b5122471)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44401 [`a987a8a`](https://github.com/ImageMagick/ImageMagick/commit/a987a8ae4b7e7a1c0f3fc14f53ebbce86230ca47)
-- https://github.com/ImageMagick/ImageMagick/issues/4807 [`d61dd34`](https://github.com/ImageMagick/ImageMagick/commit/d61dd34fe01ee2c48d81932124e1a913ed477c89)
-- https://github.com/ImageMagick/ImageMagick/issues/4807 [`9492d1f`](https://github.com/ImageMagick/ImageMagick/commit/9492d1faaee3adeaa270428814844bc72f16f200)
-- pending release [`48edb6a`](https://github.com/ImageMagick/ImageMagick/commit/48edb6a2b5e6771354284870667ce0d9c379e6c5)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44424 [`7069862`](https://github.com/ImageMagick/ImageMagick/commit/70698622896fc9b045527740952b4627a352e119)
-- release [`038f317`](https://github.com/ImageMagick/ImageMagick/commit/038f31702e52b5c87254e96b10cb1490d92152a0)
-
-## [7.1.0-22](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-21...7.1.0-22) - 2022-01-29
-
-### Commits
-
-- bump patch level version [`d2ce572`](https://github.com/ImageMagick/ImageMagick/commit/d2ce5721f36572fb80c7a4df8ccec83a399f15ee)
-- check for excessive color name length [`d3b7cdb`](https://github.com/ImageMagick/ImageMagick/commit/d3b7cdbecc0bca9a4eba59e7837830e8acd0b0e9)
-- restore MPRI URI [`9651500`](https://github.com/ImageMagick/ImageMagick/commit/9651500e10cb2f7dcf014b2d244753988817ad0b)
-- pending release [`3eb8a9b`](https://github.com/ImageMagick/ImageMagick/commit/3eb8a9b78e03510542f7d8a7e4d77fd7055d12da)
-- Corrected MPRI fix. [`2c2d1d8`](https://github.com/ImageMagick/ImageMagick/commit/2c2d1d842845a85933c5bbd8b269e305cabdc130)
-- Only check the path when filename is specified. [`417f4fb`](https://github.com/ImageMagick/ImageMagick/commit/417f4fb9cef7b37aafccd686efd3635202b33d9a)
-- permit compositing MPRI images [`5aaf162`](https://github.com/ImageMagick/ImageMagick/commit/5aaf16278f79d2c4e51fd9b75cbe198b8949c407)
-- permit compositing MPRI images [`cb0ac90`](https://github.com/ImageMagick/ImageMagick/commit/cb0ac90228fdc388cbb724ca68f9afc3619a3d05)
-- pending release [`c10371d`](https://github.com/ImageMagick/ImageMagick/commit/c10371db6c8363d76f204877110d1d0980502ce8)
-
-## [7.1.0-21](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-20...7.1.0-21) - 2022-01-28
-
-### Merged
-
-- msl coder: add support for autoorient [`#4745`](https://github.com/ImageMagick/ImageMagick/pull/4745)
-
-### Commits
-
-- It's a new dawn; It's a new day; It's a new life; For ImageMagick [`03ddd19`](https://github.com/ImageMagick/ImageMagick/commit/03ddd19cfd5a3937aecef34e2173f47c9f2f4825)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=43967 [`2df3d01`](https://github.com/ImageMagick/ImageMagick/commit/2df3d0124b6e1b12c01421c1d5ed60143125af5f)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533#discussioncomment-20 [`ae90a62`](https://github.com/ImageMagick/ImageMagick/commit/ae90a6229bc6216a728879b18d11c01e34bdbf0a)
-- Cleanup file to use our coding style. [`9b3f50f`](https://github.com/ImageMagick/ImageMagick/commit/9b3f50f6664be6568e47a83a6ac1e5f9b487332b)
-- Added missing version check. [`7cc55cc`](https://github.com/ImageMagick/ImageMagick/commit/7cc55cc5e5a666e17287c81e2f40d1b79be410f4)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533 [`4c96061`](https://github.com/ImageMagick/ImageMagick/commit/4c960619700ed551d92bc137df4c60c83699866c)
-- ... [`7ba9959`](https://github.com/ImageMagick/ImageMagick/commit/7ba995934e985d22340fddcfc79767d95291c93b)
-- eliminate compiler warning [`03470b4`](https://github.com/ImageMagick/ImageMagick/commit/03470b4bf61f4805668812d78df83fdfb8c53bc5)
-- Silenced warning. [`df88116`](https://github.com/ImageMagick/ImageMagick/commit/df88116c3eea2f7e3ba073570cb5573c57186ad7)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533 [`a0b049f`](https://github.com/ImageMagick/ImageMagick/commit/a0b049ff449a3b2f8a673b97d77ea7458b580df6)
-- check for excessive memory request when drawing [`1496901`](https://github.com/ImageMagick/ImageMagick/commit/1496901aea4d6de5bc5c1051a423e95a80d77995)
-- for debug(), print channels in array style, e.g. [1] [`2cee06e`](https://github.com/ImageMagick/ImageMagick/commit/2cee06e61fd6a104c7a386775e769c79f2176169)
-- https://github.com/ImageMagick/ImageMagick/issues/4766 [`62845d5`](https://github.com/ImageMagick/ImageMagick/commit/62845d5672eca4446b952dd0ab2e3e0dab0309d4)
-- https://github.com/ImageMagick/ImageMagick/issues/4761 [`cdb8e3f`](https://github.com/ImageMagick/ImageMagick/commit/cdb8e3f6e5b2268621ae1317addc7941676a9aab)
-- promote blocksize from int to ssize_t [`7347fb3`](https://github.com/ImageMagick/ImageMagick/commit/7347fb36cafe764d9d67c66adf3d80a6c784d22e)
-- pending release [`2b1d06d`](https://github.com/ImageMagick/ImageMagick/commit/2b1d06d650782c55263ff5bbb8aad65b45775b97)
-- https://github.com/ImageMagick/ImageMagick/issues/4771 [`e035b46`](https://github.com/ImageMagick/ImageMagick/commit/e035b46ae5802754075b9abd7aa577d1006ab545)
-- pending release [`622ed89`](https://github.com/ImageMagick/ImageMagick/commit/622ed89edc6d1e38025a72df388f0845fa5e8da6)
-- PDF unicode title [`f084a86`](https://github.com/ImageMagick/ImageMagick/commit/f084a86ecaf9737af86f242d68d5e9cf25a61144)
-- pending release [`ddc7540`](https://github.com/ImageMagick/ImageMagick/commit/ddc75409693fa681446d39e2cf9929780631e848)
-
-## [7.1.0-20](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-19...7.1.0-20) - 2022-01-22
-
-### Merged
-
-- Fix wrong logic when compare two float values with '==" directly [`#4723`](https://github.com/ImageMagick/ImageMagick/pull/4723)
-- Support 'msf1' support in heic.c [`#4701`](https://github.com/ImageMagick/ImageMagick/pull/4701)
-- QOI fixes [`#4665`](https://github.com/ImageMagick/ImageMagick/pull/4665)
-- Added support for QOI format [`#4653`](https://github.com/ImageMagick/ImageMagick/pull/4653)
-
-### Commits
-
-- ... [`bc39ec6`](https://github.com/ImageMagick/ImageMagick/commit/bc39ec6f0c977dfd2a6aacc334e4143f56e97dd3)
-- improved fix for possible DoS for certain SVG constructs [`f460242`](https://github.com/ImageMagick/ImageMagick/commit/f4602423ad9dc1f1b70f3b851c867925cab7d17c)
-- cosmetic [`1b697c4`](https://github.com/ImageMagick/ImageMagick/commit/1b697c46834bf3ca227161f1001e763a5f5c5419)
-- Fixed Windows build. [`966d7ca`](https://github.com/ImageMagick/ImageMagick/commit/966d7cafa9e17750511de1f372de044be0cc987b)
-- Silenced warning. [`29bb2fb`](https://github.com/ImageMagick/ImageMagick/commit/29bb2fb0917d7b72dc3b62d4fe6d716d96fc496e)
-- Added checks for invalid PSD channel size. [`7adbd99`](https://github.com/ImageMagick/ImageMagick/commit/7adbd9998130d5d3014bd6a3ed58d93f24b06987)
-- ... [`d63614b`](https://github.com/ImageMagick/ImageMagick/commit/d63614b163aba55e2cc8edd738cbc63df473bb39)
-- permit 4GB blocks [`c05a26d`](https://github.com/ImageMagick/ImageMagick/commit/c05a26d41177de18191ce595f78d0d64e573a9d3)
-- https://github.com/ImageMagick/ImageMagick/issues/4629 [`6221134`](https://github.com/ImageMagick/ImageMagick/commit/62211342165a1179af752818764944c917c7de26)
-- ... [`ebfd707`](https://github.com/ImageMagick/ImageMagick/commit/ebfd707c2a442fbe3b1c4aa15fbf4e8a73af742b)
-- Silenced warnings. [`075565e`](https://github.com/ImageMagick/ImageMagick/commit/075565e93c71bcaaabf0ce70b7d1060bccdf0020)
-- https://github.com/ImageMagick/ImageMagick/issues/4639 [`de0e304`](https://github.com/ImageMagick/ImageMagick/commit/de0e304d9ca8c6d0365692e26ea0cef4d4f7d02c)
-- support seamless blending of a foreground and background image [`104fede`](https://github.com/ImageMagick/ImageMagick/commit/104fede6e66a2af7ff45ee07d318cd49ca073e0c)
-- Added missing SeamlessBlendCompositeOp. [`45f37ad`](https://github.com/ImageMagick/ImageMagick/commit/45f37ad1ae7eaf3a1fd12306c7b87c0bbcb8735a)
-- cosmetic [`3d8da65`](https://github.com/ImageMagick/ImageMagick/commit/3d8da65b5ac16d730fdd3f6ebbfbce91262e8026)
-- ... [`17c52a2`](https://github.com/ImageMagick/ImageMagick/commit/17c52a2e28d702c5d0aa1b3d90c9d2f7511e7a53)
-- change default iterations and residual threshold [`f24cbc8`](https://github.com/ImageMagick/ImageMagick/commit/f24cbc8017c4a79f18c701f708b1c391ebe1be31)
-- Silenced warnings. [`27c7eed`](https://github.com/ImageMagick/ImageMagick/commit/27c7eedcb0f287d6cbeea20969e78227954d54c9)
-- Fixed build. [`6888325`](https://github.com/ImageMagick/ImageMagick/commit/6888325d8673aa33b312d2f4dff3146ada1b6ed6)
-- Added method to make it more clear why we have a quantum depth check. [`555ed1d`](https://github.com/ImageMagick/ImageMagick/commit/555ed1d6e0cc50e6c2fa697e7796a807bd27a2c7)
-- Removed unnecessary backslash. [`ddda61c`](https://github.com/ImageMagick/ImageMagick/commit/ddda61cd9d5af6a54566db3ceb827af61016a97b)
-- seamless blending requires the HDRI feature [`12db194`](https://github.com/ImageMagick/ImageMagick/commit/12db1942902aa2ec3c59e252806bb61623ed02df)
-- support mask image for seamless blending [`d90a154`](https://github.com/ImageMagick/ImageMagick/commit/d90a154e9a6e557a8c211ece8ee60b9d8f2099b1)
-- respect -verbose for seamless blending [`c6de626`](https://github.com/ImageMagick/ImageMagick/commit/c6de626f2c2ed6c829a3a87fb961838458c787d7)
-- only print select iterations [`d307949`](https://github.com/ImageMagick/ImageMagick/commit/d3079499851338ad7c6b5f6365f90421d3840754)
-- print last iteration residual [`9ef6c1c`](https://github.com/ImageMagick/ImageMagick/commit/9ef6c1cc35bfa2d53b5ccce37f5866ea5b866623)
-- declaration hides previous local declaration [`22c7591`](https://github.com/ImageMagick/ImageMagick/commit/22c75910e8951328de801b2875b70b37ce5e6731)
-- Fixed possible memory leak. [`19feb22`](https://github.com/ImageMagick/ImageMagick/commit/19feb22358570919e6fb5e28acd20c4dee19ad19)
-- Removed unused variable. [`4048fd6`](https://github.com/ImageMagick/ImageMagick/commit/4048fd670ce5e5f3bef5a7bf6d2e16a22cefe266)
-- don't blur the foreground object [`4719503`](https://github.com/ImageMagick/ImageMagick/commit/471950301a62ef7ac4a0de85817b238dd9beb9d1)
-- ensure tick is at least 1 [`6dd4736`](https://github.com/ImageMagick/ImageMagick/commit/6dd4736658ca49b5195bfe22b9a6f6622d041d77)
-- account for floating point when comparing alpha values [`8a4791c`](https://github.com/ImageMagick/ImageMagick/commit/8a4791c9840d1926c3ae7cbb81e8b996ee1d1e8c)
-- seamless blending works for non-HRDI but is less effective [`04fe3b0`](https://github.com/ImageMagick/ImageMagick/commit/04fe3b0c862d3739193527042df6e9d6862551c2)
-- Added missing typecast. [`e11ced0`](https://github.com/ImageMagick/ImageMagick/commit/e11ced0bdf1e3c9336394243e50c552e3b8ffb74)
-- distinquish foreground object with read mask [`8940d00`](https://github.com/ImageMagick/ImageMagick/commit/8940d001988c0b92243411092a3d298c7438bb88)
-- make const [`d914d77`](https://github.com/ImageMagick/ImageMagick/commit/d914d779f7ad3bc5db2533c6e103925dd933626e)
-- thread seamless blending [`5eb6905`](https://github.com/ImageMagick/ImageMagick/commit/5eb6905d1b4e03c92e65bf22886ccc145f21c037)
-- remove read mask [`88393c2`](https://github.com/ImageMagick/ImageMagick/commit/88393c22a3b17234fd76c0fe281d95e8a33f5f3e)
-- sums require a double type [`b6d4849`](https://github.com/ImageMagick/ImageMagick/commit/b6d484960b84e0c31ba56bbd589c02b753086026)
-- Set depth and colorspace before the width and height are checked. [`e67a3e2`](https://github.com/ImageMagick/ImageMagick/commit/e67a3e24f8f8c76f74af0ac539878c83a72f7265)
-- Revert useless patch because the image will get destroyed. [`9de7a82`](https://github.com/ImageMagick/ImageMagick/commit/9de7a828e6a945a08fb1acbd3d40f4649aad0fa7)
-- only mask portions of alpha channel [`7d87b21`](https://github.com/ImageMagick/ImageMagick/commit/7d87b215eca34dc4ce9ec6a0f1127f5885322eb7)
-- https://github.com/ImageMagick/ImageMagick/issues/4654 [`e1cf544`](https://github.com/ImageMagick/ImageMagick/commit/e1cf544ecc7d34122f2a0d44f4eb4368dc37f3ae)
-- https://github.com/ImageMagick/ImageMagick/issues/4649 [`9e492fa`](https://github.com/ImageMagick/ImageMagick/commit/9e492fa37cff83e9bb178633e84b1b49638b101a)
-- https://github.com/ImageMagick/ImageMagick/pull/4653 [`57bc254`](https://github.com/ImageMagick/ImageMagick/commit/57bc2540bc42f4a05747a8bbf57c41609b091765)
-- set proper type [`332418d`](https://github.com/ImageMagick/ImageMagick/commit/332418dd242c30ace1067bb977ceda999819e780)
-- Fixed Windows build. [`566a4ca`](https://github.com/ImageMagick/ImageMagick/commit/566a4ca03c2353739deb75c9d3c20cbc336e658b)
-- Update qoi header file. [`b7cec57`](https://github.com/ImageMagick/ImageMagick/commit/b7cec57ef3a11adf041073464f65a40a9b0f5061)
-- Added missing comments and fixed the IsQOI implementation. [`98994d0`](https://github.com/ImageMagick/ImageMagick/commit/98994d0fd74014e81839b08f832c795d8532a0c9)
-- Build ImageMagick on Windows with VisualStudio 2022 instead. [`7a16ce0`](https://github.com/ImageMagick/ImageMagick/commit/7a16ce07b57ddda9fc7643860069fe104e6a0f75)
-- Try without the move. [`966be37`](https://github.com/ImageMagick/ImageMagick/commit/966be3715b1bea8194c9604cad4696bf9715c7c0)
-- Added step to install InnoSetup. [`d4de816`](https://github.com/ImageMagick/ImageMagick/commit/d4de816bc1ba88a2dea9ba6beb9345b67da37c98)
-- Updated link to ffmpeg version. [`e790aef`](https://github.com/ImageMagick/ImageMagick/commit/e790aef43efce1709559bf2f572b5155bdab8649)
-- framework for saliency blending composite op [`e137239`](https://github.com/ImageMagick/ImageMagick/commit/e13723901f184a8cf1df8dc3c5859e8f4a901fc6)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=43390 [`fbbf013`](https://github.com/ImageMagick/ImageMagick/commit/fbbf013a252376e2afe4eaff6f00c5b3803fb505)
-- Changed the build of configure to 64-bit. [`5f99f02`](https://github.com/ImageMagick/ImageMagick/commit/5f99f02fef37e8d04f90c30aab9c59c128d0fe46)
-- infrastructure for saliency blending [`1b2ad4d`](https://github.com/ImageMagick/ImageMagick/commit/1b2ad4dee2a1c656b0dd1906f00e043e66c2edd8)
-- https://github.com/ImageMagick/ImageMagick/issues/4679 [`50780da`](https://github.com/ImageMagick/ImageMagick/commit/50780da98acdb8b427bc589a6e3637308d7f9fd9)
-- Style changes. [`d8aa7be`](https://github.com/ImageMagick/ImageMagick/commit/d8aa7be021d7700539e4f7528f417ed45bc2922a)
-- revert composite masking change [`0c02614`](https://github.com/ImageMagick/ImageMagick/commit/0c026146f2de66641919976bafd02641592dba03)
-- support saliency blend composite op [`ed1b215`](https://github.com/ImageMagick/ImageMagick/commit/ed1b215781d5a1202bfe3e068357a60e70e1974c)
-- Silenced warning. [`26d792a`](https://github.com/ImageMagick/ImageMagick/commit/26d792a4de80a3a33ca1398b4ffb75e923efcd04)
-- https://github.com/ImageMagick/ImageMagick/issues/4681 [`dc2f71d`](https://github.com/ImageMagick/ImageMagick/commit/dc2f71d3672c7fc8eaf22c6ca0a182a2dbed773a)
-- ... [`11f1e07`](https://github.com/ImageMagick/ImageMagick/commit/11f1e07c09f68d678830a5fa09ec345f667825b6)
-- https://github.com/ImageMagick/ImageMagick/issues/4689 [`4ff42a4`](https://github.com/ImageMagick/ImageMagick/commit/4ff42a4ca11b7cdfef58c25bc12e6b58b84a9c16)
-- cosmetic [`6253a76`](https://github.com/ImageMagick/ImageMagick/commit/6253a76ab0bda5d5c1544ecda9db2b6f2726cb8e)
-- support writing gray and colormapped images [`6fee782`](https://github.com/ImageMagick/ImageMagick/commit/6fee7820d3959196fe683112b075bd8da36b3df6)
-- eliminate rare memory leak [`647d129`](https://github.com/ImageMagick/ImageMagick/commit/647d1294b47f6b79a5369b39a91a7e188e598445)
-- revert [`86aa371`](https://github.com/ImageMagick/ImageMagick/commit/86aa371142b4c6b110acf88cbabb146513279a5c)
-- set image type to linear or non-linear RGB before checking quantum type [`f718d82`](https://github.com/ImageMagick/ImageMagick/commit/f718d82aa82c623cbd4826c72308a35557efa6c9)
-- ... [`64be892`](https://github.com/ImageMagick/ImageMagick/commit/64be8922ecae95888846dca0ec828e67aca46714)
-- revert [`6bc980f`](https://github.com/ImageMagick/ImageMagick/commit/6bc980fece71145a001f5dc325a045f0de5736bc)
-- style [`f7e6b23`](https://github.com/ImageMagick/ImageMagick/commit/f7e6b23f33320ccfb26a4da739fdf2349b6a7fe3)
-- semaless blending requires we disable composite clamping [`a5aadc5`](https://github.com/ImageMagick/ImageMagick/commit/a5aadc523de40ea77f722747151a4e92d99f6c6d)
-- check for runlength overrun [`4149bcd`](https://github.com/ImageMagick/ImageMagick/commit/4149bcde427b331fdfc2cb16c6ded991cd8315cc)
-- ... [`20dbaa2`](https://github.com/ImageMagick/ImageMagick/commit/20dbaa2405fa184a818df70312838cfd52fb75fb)
-- Added arm64 to the daily build on Windows. [`ce81f99`](https://github.com/ImageMagick/ImageMagick/commit/ce81f9963795802b9a730edd519ca4d67886fabe)
-- Updated ChangeLog. [`d1131e6`](https://github.com/ImageMagick/ImageMagick/commit/d1131e6585c60a75f5c7c18273f5eb6e188453e6)
-- Code style changes. [`a819f8e`](https://github.com/ImageMagick/ImageMagick/commit/a819f8efbe1a2b57eab3baee1171e11200e118dc)
-- Moved ping exit. [`cb62455`](https://github.com/ImageMagick/ImageMagick/commit/cb62455a1d86b7cd13bb6fd3df29583f314caaef)
-- composite crop with relaxed [`b119ff5`](https://github.com/ImageMagick/ImageMagick/commit/b119ff59ffcacb5480f97cd08f1ebf596324401f)
-- destroy relaxed image [`5b645b6`](https://github.com/ImageMagick/ImageMagick/commit/5b645b61f8bd0c1e9301b250d87f714127636f77)
-- https://github.com/ImageMagick/ImageMagick/issues/4704 [`14ee325`](https://github.com/ImageMagick/ImageMagick/commit/14ee32548b8f9143317ebc30436f7adfa7e42c78)
-- ... [`ae109d4`](https://github.com/ImageMagick/ImageMagick/commit/ae109d4b44a2ddda160b1131a8e301f4a770a3a6)
-- https://github.com/ImageMagick/ImageMagick/issues/4660 [`7fc7c5c`](https://github.com/ImageMagick/ImageMagick/commit/7fc7c5cb5461cb7588a9ce120b5da32f2af4a6fc)
-- https://github.com/ImageMagick/ImageMagick/issues/4704 [`f524d98`](https://github.com/ImageMagick/ImageMagick/commit/f524d98a7693602d671af2d80be5a352d2e08f2d)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533 [`1c5e6e1`](https://github.com/ImageMagick/ImageMagick/commit/1c5e6e1b80dacc6c7410ae464da440e6ed3ca5bc)
-- cosmetic [`86142bd`](https://github.com/ImageMagick/ImageMagick/commit/86142bdc2932550ec121081ff0f3359a34cd15cc)
-- https://github.com/ImageMagick/ImageMagick/discussions/4515 [`444045d`](https://github.com/ImageMagick/ImageMagick/commit/444045d683bc7fb26c9f912f67917c8149fa769b)
-- ... [`69efcf8`](https://github.com/ImageMagick/ImageMagick/commit/69efcf81adc31bc52ff72f917586bd6313233502)
-- Fixed build errors. [`67b7057`](https://github.com/ImageMagick/ImageMagick/commit/67b70572c269db276a04300145773063e41ccb67)
-- revert for now [`57e0828`](https://github.com/ImageMagick/ImageMagick/commit/57e08283fb2f0498366f1c5fa01e9aeed3833af8)
-- eliminate compiler warnings [`457ad2f`](https://github.com/ImageMagick/ImageMagick/commit/457ad2f58daf38a177ea6d08eff89afb17e27e01)
-- the FLIF library is no longer being maintained, change to opt-in [`b31cab4`](https://github.com/ImageMagick/ImageMagick/commit/b31cab4783aa9c90124e04f4fd7b326335ff0447)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533 [`9420e11`](https://github.com/ImageMagick/ImageMagick/commit/9420e11f33e7c5d4c64567b1c192bab14b5864a1)
-- eliminate compiler warnings [`4f37566`](https://github.com/ImageMagick/ImageMagick/commit/4f37566212b7cd0dab0cd64df5b2666b2462e5a0)
-- eliminate Windows compiler warnings [`72043e9`](https://github.com/ImageMagick/ImageMagick/commit/72043e927b891e301f447298802c5462f0b43904)
-- Silenced warnings on Windows. [`31bf1f2`](https://github.com/ImageMagick/ImageMagick/commit/31bf1f23534892244c94c13cd7e3ed23091c5073)
-- Raise exception instead of printing to stderr. [`58d1336`](https://github.com/ImageMagick/ImageMagick/commit/58d1336cce69f3202ca41e8889c59c9455afb3df)
-- Removed printf to sderr. [`ded93a9`](https://github.com/ImageMagick/ImageMagick/commit/ded93a9e88b8b446abe4d9970fd672fcc80a5e04)
-- Silenced warnings. [`3c3fa17`](https://github.com/ImageMagick/ImageMagick/commit/3c3fa171517119825ac65edc54db3f8df9bcf009)
-- Removed unused call. [`6986984`](https://github.com/ImageMagick/ImageMagick/commit/698698484aed96d56a053f68106672d7eeb4dcbc)
-- Added missing call to DestroyImageList. [`71e8cc6`](https://github.com/ImageMagick/ImageMagick/commit/71e8cc68420a9a4d236c9b3364eb8291ac5f3ce8)
-- update built-in delegates [`91b5044`](https://github.com/ImageMagick/ImageMagick/commit/91b504436ea48f362137242dfb9ec90098fab04a)
-- precedence bug, now fixed [`0d9b7a6`](https://github.com/ImageMagick/ImageMagick/commit/0d9b7a60617849f55014d619306dc34ae77eb062)
-- https://github.com/ImageMagick/ImageMagick/security/code-scanning/38? [`0a0e0e4`](https://github.com/ImageMagick/ImageMagick/commit/0a0e0e44bd7e43c767ef594b9059a8c09c8a4943)
-- eliminate "declaration of 'p' hides previous local declaration" warning [`def69fd`](https://github.com/ImageMagick/ImageMagick/commit/def69fd7bee47398269378be88d16e8be4328c7a)
-- fix memory leak for empty Fx expression [`db160de`](https://github.com/ImageMagick/ImageMagick/commit/db160dea48c932241b084efe6421e07700066a34)
-- Removed ImageMagickObject from the Windows installer. [`36ceca1`](https://github.com/ImageMagick/ImageMagick/commit/36ceca115c4042f1779db127f86f88b7e81b0d5d)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533 [`f54aa4e`](https://github.com/ImageMagick/ImageMagick/commit/f54aa4e7ba8a8fb82d200844dc59804f5f6c8cbf)
-- fix for divide by zero until snibgo settles on a solution [`bf5fccd`](https://github.com/ImageMagick/ImageMagick/commit/bf5fccd54a350da3b76826b42e3664adbb7e0926)
-- add cast to avoid overflow [`40fd5db`](https://github.com/ImageMagick/ImageMagick/commit/40fd5dbf305e4d7b8ee268bb6f715e27843a0d2f)
-- https://github.com/ImageMagick/ImageMagick/issues/4729 [`e50f19f`](https://github.com/ImageMagick/ImageMagick/commit/e50f19fd73c792ebe912df8ab83aa51a243a3da7)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533 [`8d9268b`](https://github.com/ImageMagick/ImageMagick/commit/8d9268b8daf19842f62f5aa367efe7fba9f5afb5)
-- zero papersize geometry [`a6e081b`](https://github.com/ImageMagick/ImageMagick/commit/a6e081bf73c54035e8aa7b08481ea5db446eeb47)
-- AVIF is supported by the HEIC coder [`1b89b2b`](https://github.com/ImageMagick/ImageMagick/commit/1b89b2b729238758a98c596c256a1d5753fa5670)
-- cosmetic [`f7c813e`](https://github.com/ImageMagick/ImageMagick/commit/f7c813e801a855b27c35bb956e6af5a2dad8dc27)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533#discussioncomment-2001819 [`2606211`](https://github.com/ImageMagick/ImageMagick/commit/260621179f340cd8be4c0251004061c2e861d26f)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533 [`08cc32b`](https://github.com/ImageMagick/ImageMagick/commit/08cc32b451fb151bb41d026bffe39c9721a83657)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533 [`12dc47a`](https://github.com/ImageMagick/ImageMagick/commit/12dc47a56b402472e018ca6710705132566c1dcc)
-- eliminate warnings [`7399756`](https://github.com/ImageMagick/ImageMagick/commit/7399756302dedfcfdfc45d3f81edabc61658ee45)
-- Added option to force using pam as the intermediate video format. [`4a0226a`](https://github.com/ImageMagick/ImageMagick/commit/4a0226a0b05795da1b9f018d4322c7aaf314e41b)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533#discussioncomment-2012423 [`d6b1d74`](https://github.com/ImageMagick/ImageMagick/commit/d6b1d74cbd6967e070ee5a614cc0b37dbfb4a662)
-- add cast to eliminate splint warning [`2cd8407`](https://github.com/ImageMagick/ImageMagick/commit/2cd8407760811bf4e219a467a19b56f889416a5d)
-- pending release [`9fe6b78`](https://github.com/ImageMagick/ImageMagick/commit/9fe6b787854b576a6502c0e103a686503d71d58b)
-- Added move to use the installed version of Strawberry Perl instead. [`8d5921b`](https://github.com/ImageMagick/ImageMagick/commit/8d5921b11e7b4ba633a2d630d2bad6e8f3322dab)
-- https://github.com/ImageMagick/ImageMagick/discussions/4533 [`10ef22c`](https://github.com/ImageMagick/ImageMagick/commit/10ef22c64a1e7789fc03fa323823ed331d076de3)
-- pending release [`660e30f`](https://github.com/ImageMagick/ImageMagick/commit/660e30fd68a24d677adfa0d462962298d6b9fe34)
-
-## [7.1.0-19](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-18...7.1.0-19) - 2021-12-22
-
-### Commits
-
-- ... [`8a24e36`](https://github.com/ImageMagick/ImageMagick/commit/8a24e363687b2e9221eb06c90cf236a882f1ff82)
-- support -integral option [`4928887`](https://github.com/ImageMagick/ImageMagick/commit/49288871f6f12d3f42ac32cc42835e24501740c7)
-- ... [`95e02e5`](https://github.com/ImageMagick/ImageMagick/commit/95e02e562d728e23bdb058e38c6e2282f08e64d3)
-- optimize [`a22aff9`](https://github.com/ImageMagick/ImageMagick/commit/a22aff94916cfcbf8f26c75096dcff2901b907df)
-- pointer is const [`449bba2`](https://github.com/ImageMagick/ImageMagick/commit/449bba22b048ecdc91d7ea51df2dd0254ca63102)
-- Set the colorspace after the width and height of the image have been checked. [`661eafd`](https://github.com/ImageMagick/ImageMagick/commit/661eafd82e0666dc983d0fcb26e9b6eda71fc695)
-- check for unbalanced parenthesis [`e2ce775`](https://github.com/ImageMagick/ImageMagick/commit/e2ce77517df3cbe7e53cca5cb63125846646096a)
-- https://github.com/ImageMagick/ImageMagick/issues/4626 [`d7f1b2b`](https://github.com/ImageMagick/ImageMagick/commit/d7f1b2b9b816baaa956381ff80c3b120e83faa95)
-- pending release [`fe8039f`](https://github.com/ImageMagick/ImageMagick/commit/fe8039f5b40f8dde11a6524dc0530bfb785c5ee7)
-
-## [7.1.0-18](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-17...7.1.0-18) - 2021-12-18
-
-### Commits
-
-- Add note to avoid confusion. [`2ee9473`](https://github.com/ImageMagick/ImageMagick/commit/2ee9473f35bbf5d42dd8e47e4d0d683eb5c7eda7)
-- ... [`28c8f05`](https://github.com/ImageMagick/ImageMagick/commit/28c8f0508984cb3515bf74d6227097a9331d9ab7)
-- https://github.com/ImageMagick/ImageMagick/security/code-scanning/31 [`e4c5667`](https://github.com/ImageMagick/ImageMagick/commit/e4c566742265eaa4f677dba53443e35a41ee7045)
-- revert [`d173288`](https://github.com/ImageMagick/ImageMagick/commit/d173288bf5b8a3a466d2cd412090ebe569da53f8)
-- Removed last line from the note. [`ff55679`](https://github.com/ImageMagick/ImageMagick/commit/ff55679c06a44c0e588d758e34ee0cd495f04a4c)
-- Corrected the built-in video encoder and decoder. [`c51be1d`](https://github.com/ImageMagick/ImageMagick/commit/c51be1d973437666da9705d159d8d0aaa8c4ae61)
-- Improved adjustment of page offset when resizing an image. [`0c4bc88`](https://github.com/ImageMagick/ImageMagick/commit/0c4bc88231fd1dc5eaa3861dbe3f3821497faf0a)
-- improved adjustment of page offset when resizing an image [`ecb4ffa`](https://github.com/ImageMagick/ImageMagick/commit/ecb4ffaefbce69112097ecafef8f0e714dc0c3da)
-- https://github.com/ImageMagick/ImageMagick/issues/4558 [`54c3203`](https://github.com/ImageMagick/ImageMagick/commit/54c32036e238d23197812fc93471f2886b72e27d)
-- https://github.com/ImageMagick/ImageMagick/discussions/4580 [`86b8264`](https://github.com/ImageMagick/ImageMagick/commit/86b8264127054186cd38514d8e986bf848f2e9cd)
-- Corrected method name. [`62001c3`](https://github.com/ImageMagick/ImageMagick/commit/62001c33f1f1568fa78fd422ca47399a4413e2f7)
-- Swapped the Sync8BimProfile and the SyncExifProfile methods. [`dd26314`](https://github.com/ImageMagick/ImageMagick/commit/dd263149f709f1a8fe4e17e23fe6eb17f15dac04)
-- Corrected typecast [`123b157`](https://github.com/ImageMagick/ImageMagick/commit/123b15740896247379d4202cfefa700f5f065fb1)
-- Also sync the exif profile inside the 8bim profile. [`6ce6671`](https://github.com/ImageMagick/ImageMagick/commit/6ce66717d9e976ed947eeae7639d2a2e625a4c10)
-- Added option to disabling synchronization of the image with the data from the exif profile. [`0d20e11`](https://github.com/ImageMagick/ImageMagick/commit/0d20e11dfb3776f099368b7bee84107b90a40e63)
-- Removed typecast. [`5e25ac4`](https://github.com/ImageMagick/ImageMagick/commit/5e25ac4536df6603fe6ed57fa6a7497b3a8fb401)
-- Don't use SetImageGray inside a coder but use a method for the coders only instead. [`98a14e0`](https://github.com/ImageMagick/ImageMagick/commit/98a14e0603299b83138dd4e5c1cdec8e89ce1b33)
-- Restored debug message. [`6c7d62f`](https://github.com/ImageMagick/ImageMagick/commit/6c7d62f7dc40862730c2acc2fe9d2772573bf501)
-- https://github.com/ImageMagick/ImageMagick/issues/4587 [`bd62b31`](https://github.com/ImageMagick/ImageMagick/commit/bd62b31c436a37f85458fc149b4867486ce147b2)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=42504 [`f74fefd`](https://github.com/ImageMagick/ImageMagick/commit/f74fefdb120cfe5c4357c5792fd716c95a1adbe0)
-- ... [`53fb13e`](https://github.com/ImageMagick/ImageMagick/commit/53fb13e21b41877a2f1b5a9039e06c989fbc7995)
-- pending release [`085d991`](https://github.com/ImageMagick/ImageMagick/commit/085d9911160ea304e4661fdd158f9933981d30f8)
-
-## [7.1.0-17](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-16...7.1.0-17) - 2021-12-04
-
-### Commits
-
-- ... [`40189c3`](https://github.com/ImageMagick/ImageMagick/commit/40189c37f33b77df5970ddbba7560c596a61c877)
-- Corrected the patch made in #4497. [`44cf75f`](https://github.com/ImageMagick/ImageMagick/commit/44cf75ff01a9c8f4accfbd630297a1aae1512ea9)
-- https://github.com/ImageMagick/ImageMagick/issues/4501 [`f4375d0`](https://github.com/ImageMagick/ImageMagick/commit/f4375d0a48b89a5c7696d487bf12f363dae9dfa6)
-- eliminate compiler exception [`90de0c0`](https://github.com/ImageMagick/ImageMagick/commit/90de0c000b08ee4618429221ab73caf8dfb83fe2)
-- Corrected the check. [`0e417f4`](https://github.com/ImageMagick/ImageMagick/commit/0e417f477b5914308ce7e8de13a5c6e787a133d1)
-- Corrected reading the next image. [`2b6531d`](https://github.com/ImageMagick/ImageMagick/commit/2b6531d36c68316211dfe89b1f99fe2dd07b0371)
-- revert memory leak patch [`34266d6`](https://github.com/ImageMagick/ImageMagick/commit/34266d6acf9cd9a0f94175d39e92472fbd894c22)
-- https://github.com/ImageMagick/ImageMagick/issues/4501 [`1e40102`](https://github.com/ImageMagick/ImageMagick/commit/1e40102cee6bea0a4252d5d44551129f59d991f2)
-- Corrected argument. [`775c1bd`](https://github.com/ImageMagick/ImageMagick/commit/775c1bd2aef0bfee8c71f97dbaaab4472ca83250)
-- https://github.com/ImageMagick/ImageMagick/issues/4501 [`9b817fb`](https://github.com/ImageMagick/ImageMagick/commit/9b817fbed41712afca743e78d7f1faedff1b6939)
-- Use magick_unreferenced instead. [`264d486`](https://github.com/ImageMagick/ImageMagick/commit/264d48677caeda69e306434d153fc1e77b80d9f9)
-- Removed unused define. [`5f8ace2`](https://github.com/ImageMagick/ImageMagick/commit/5f8ace2080b644376ea1b4e3e2be83f73b1d75b0)
-- Moved check for the define to the methods itself. [`23402d5`](https://github.com/ImageMagick/ImageMagick/commit/23402d5ca69f33a351b026aa1efbff824a995a5f)
-- pending release [`abded9a`](https://github.com/ImageMagick/ImageMagick/commit/abded9a381edea209c5ab7c3924abe0155831a36)
-- ASAN returns false positives for OMP [`63062af`](https://github.com/ImageMagick/ImageMagick/commit/63062afee01f2db250016a2c7c526324dd0060a5)
-- pending release [`1c66ab8`](https://github.com/ImageMagick/ImageMagick/commit/1c66ab80705174cd729449fdeebdf64c3d9d9025)
-- https://github.com/ImageMagick/ImageMagick/issues/4512 [`a400176`](https://github.com/ImageMagick/ImageMagick/commit/a40017631a00a823470cfac376b1277c0a73466d)
-- pending release [`79af0b3`](https://github.com/ImageMagick/ImageMagick/commit/79af0b3fae0015e9474d9be88e5d1a5d012f5cd4)
-- Added check for invalid size (#4522). [`285c84a`](https://github.com/ImageMagick/ImageMagick/commit/285c84a86dacdc4ebee2ce3e88e642dbf174d3dc)
-- Added extra check to make sure that the index is already set. [`79eec91`](https://github.com/ImageMagick/ImageMagick/commit/79eec9112cd5f5a0d356b0989229422070c294f4)
-- Reduce number of typecasts. [`bb38559`](https://github.com/ImageMagick/ImageMagick/commit/bb38559758dedfb70a318c1b8c1ecffead52d636)
-- Fixed memory leak. [`eaf0aa4`](https://github.com/ImageMagick/ImageMagick/commit/eaf0aa4a717672d18a1f239faa6d7301ea658b0b)
-- Whitespace. [`979856a`](https://github.com/ImageMagick/ImageMagick/commit/979856ae5e08d97a26790e4a2999824b64342ce4)
-- Added missing checks for the return value of the exr methods. [`3aa48d3`](https://github.com/ImageMagick/ImageMagick/commit/3aa48d31f03d2b08999480890f69b53c554afc79)
-- close input file if early exit on exception [`5394e32`](https://github.com/ImageMagick/ImageMagick/commit/5394e32bdd509195f8ac41752853e7b325d609ed)
-- https://github.com/ImageMagick/ImageMagick/discussions/4529 [`e66261f`](https://github.com/ImageMagick/ImageMagick/commit/e66261ffe76e9b2c2e4f0257023952acd8b30017)
-- pending release [`1d5c2e5`](https://github.com/ImageMagick/ImageMagick/commit/1d5c2e55adc8bcdf0d93ebf8f30ab098bb9e5303)
-
-## [7.1.0-16](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-15...7.1.0-16) - 2021-11-21
-
-### Commits
-
-- eliminate possible device by zero [`cdf8735`](https://github.com/ImageMagick/ImageMagick/commit/cdf8735e35ad9df344b99a2ae1255cd0f2f0ccea)
-- ... [`0446e05`](https://github.com/ImageMagick/ImageMagick/commit/0446e0544e2e9b6deb2614397dadb993503d5e5b)
-- Added flag for unsupported channels and skip them instead. [`39a9ab7`](https://github.com/ImageMagick/ImageMagick/commit/39a9ab792c997be4c722ea998d2af6e0470341a0)
-- Renamed variable. [`12431a3`](https://github.com/ImageMagick/ImageMagick/commit/12431a37363724d32b8419fb62a730a898890956)
-- Set the channel earlier to get rid of the switch when setting the pixel value. [`f219611`](https://github.com/ImageMagick/ImageMagick/commit/f21961130656ccc3ae1e91ba5b653e0b27778028)
-- Also check for other modes in the GetPixelChannelFromPsdIndex method. [`9c9b65e`](https://github.com/ImageMagick/ImageMagick/commit/9c9b65e53859f422f890c38ca85ab1a46ea2b64f)
-- DuotoneMode does not support alpha. [`927796d`](https://github.com/ImageMagick/ImageMagick/commit/927796d9340a1591c8ed9ea4a26f21cdf59b6282)
-- Corrected initial channel type. [`dd26030`](https://github.com/ImageMagick/ImageMagick/commit/dd26030975e827fe9af9c5d10b5ff69c429a2961)
-- Minor refactoring. [`9b562c2`](https://github.com/ImageMagick/ImageMagick/commit/9b562c258e638e725dc078ef0a73337d8444441f)
-- Code style change. [`0a4e402`](https://github.com/ImageMagick/ImageMagick/commit/0a4e4026f01be479fa3f92f349f3da29912eea86)
-- Make sure the other channels of the pixel are also set when setting the index of the pixel. [`c43c03c`](https://github.com/ImageMagick/ImageMagick/commit/c43c03cf02d4e94d2df03dd6913f34b8a6db8cc0)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41268 [`b434f8c`](https://github.com/ImageMagick/ImageMagick/commit/b434f8cf9d7ec472fdfa8214d9ad07216c39f2b1)
-- Corrected the type. [`63cfa54`](https://github.com/ImageMagick/ImageMagick/commit/63cfa542ab3d2d15eb067b12ef9160d6eebd9845)
-- Corrected comments. [`bad0b1c`](https://github.com/ImageMagick/ImageMagick/commit/bad0b1c4929745544547fd1efc9f77071965d641)
-- Moved define. [`a839c2a`](https://github.com/ImageMagick/ImageMagick/commit/a839c2a1751cd48bb19b9951d5b450f7b54938c8)
-- Removed unnecessary define. [`3afb075`](https://github.com/ImageMagick/ImageMagick/commit/3afb075b42014ab86fbe4c2ffcecc9d33150326b)
-- Corrected OpenCL define checks (#4450). [`7dc99d8`](https://github.com/ImageMagick/ImageMagick/commit/7dc99d829fe73df68911e32d8b72cf355586123d)
-- pending release [`03b1a2e`](https://github.com/ImageMagick/ImageMagick/commit/03b1a2ecb4a14f5ea3f1f073418008109bdffb55)
-
-## [7.1.0-15](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-14...7.1.0-15) - 2021-11-20
-
-### Merged
-
-- Make exported name be same as in C file. [`#4430`](https://github.com/ImageMagick/ImageMagick/pull/4430)
-
-### Commits
-
-- ... [`cd9d52c`](https://github.com/ImageMagick/ImageMagick/commit/cd9d52cb636d8bb7d996cd7e5017515d34d09bf4)
-- https://github.com/ImageMagick/ImageMagick6/issues/168 [`55fc1ab`](https://github.com/ImageMagick/ImageMagick/commit/55fc1abb3422a00a94b66f4cf6a560a36eb2624c)
-- mitigate UBSAN alerts [`9458e3d`](https://github.com/ImageMagick/ImageMagick/commit/9458e3dd3fb96ff599c3b71568de98c9f88208b2)
-- mitigate UBSAN alerts [`3dc9db6`](https://github.com/ImageMagick/ImageMagick/commit/3dc9db61aca5f45e479cbd8ce4747edf5e870551)
-- mitigate UBSAN alerts [`128c05a`](https://github.com/ImageMagick/ImageMagick/commit/128c05aab27b5f950c79f0d542cc15e4d17e7e2c)
-- eliminate compiler warning [`4eb5f9a`](https://github.com/ImageMagick/ImageMagick/commit/4eb5f9a940f96de1e69657b129a472264c1004b1)
-- ... [`db57cff`](https://github.com/ImageMagick/ImageMagick/commit/db57cffb9c170f60d86066a761b37e34f670dfc5)
-- Corrected type cast. [`d221c6f`](https://github.com/ImageMagick/ImageMagick/commit/d221c6ff23d5a1fb5acb13a7ae7bda9c517bb940)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41172 [`9c171c8`](https://github.com/ImageMagick/ImageMagick/commit/9c171c8af6420bdf6c953a8db0c8a654b1f7f74d)
-- https://github.com/ImageMagick/ImageMagick/issues/4495 [`79da16f`](https://github.com/ImageMagick/ImageMagick/commit/79da16f30ca9085bbefcd9903155ea7d75ade21b)
-- https://github.com/ImageMagick/ImageMagick/issues/4497 [`9bf7dfc`](https://github.com/ImageMagick/ImageMagick/commit/9bf7dfc372c55095f767e1f3ed0bbc077e88382d)
-- eliminate compiler warning [`5adddc2`](https://github.com/ImageMagick/ImageMagick/commit/5adddc2efa20b5670dde30545c344cba1086f6f5)
-- Move indexes of the meta channels to the end of the channel_map of the image. [`9239f3b`](https://github.com/ImageMagick/ImageMagick/commit/9239f3bdbcdf83e98957c2cbed7374ba62a5dc05)
-- Added extra check to make sure number_meta_channels won't exceed the size of channel_map. [`4fb50e2`](https://github.com/ImageMagick/ImageMagick/commit/4fb50e2e8bc2cff0057ab9af8f40715e8ae7eda1)
-- Changed type of the type field. [`7ff1303`](https://github.com/ImageMagick/ImageMagick/commit/7ff13033d0982e4f1d8095acfc07df948a8eef20)
-- No longer support reading type -4 that does not exist according to the PSD file format specification. [`186e62a`](https://github.com/ImageMagick/ImageMagick/commit/186e62abf45b692086e8f6355ce8f49826f02ab2)
-- We no longer support -4 and -3 will be skipped [`c07194a`](https://github.com/ImageMagick/ImageMagick/commit/c07194a63d417c92e2e9e07deb1781027037e121)
-- Make sure the alpha channel is always -1 in the merged image. [`b3a8c52`](https://github.com/ImageMagick/ImageMagick/commit/b3a8c527e0df0c49854f5f32012f3c1e36eb52c7)
-- Removed unused pixel-private includes. [`d6da28b`](https://github.com/ImageMagick/ImageMagick/commit/d6da28b0e03c15d1290ed17c94ff35d85b7ac5a5)
-- Moved StartMetaChannel to the private header. [`3f2d061`](https://github.com/ImageMagick/ImageMagick/commit/3f2d06172752e489df5ee1a1b8002423f8c04a03)
-- Removed unused pixel-private includes. [`07a87b2`](https://github.com/ImageMagick/ImageMagick/commit/07a87b29a9e16878be6392a415f6736192cf6443)
-- Renamed define. [`b80d247`](https://github.com/ImageMagick/ImageMagick/commit/b80d2471da61c56e9f3571805332d0fc5da04f06)
-- pending release [`fdd9410`](https://github.com/ImageMagick/ImageMagick/commit/fdd9410fcfb365ed3d92b75dbfdf817ccc152f3d)
-- fix overly aggressive sanity check [`c836221`](https://github.com/ImageMagick/ImageMagick/commit/c8362214aca7af3d7af410a2c6fd87fa41cbf0f0)
-- pending release [`c7fed90`](https://github.com/ImageMagick/ImageMagick/commit/c7fed9006739151f43803acf82646fac48b5bb61)
-- Added support for reading the extra channels in the merged image of a PSD file (#4499). [`3b265d7`](https://github.com/ImageMagick/ImageMagick/commit/3b265d7066c36e08e6b619fa2d3b8ac80fe7eac9)
-- pending release [`6a57c70`](https://github.com/ImageMagick/ImageMagick/commit/6a57c7014b5f2af01284da3c2169cf9e61895d21)
-- Also added support for reading extra channels in the layers of a PSD file (#4499). [`f8373be`](https://github.com/ImageMagick/ImageMagick/commit/f8373be7636aa975a4ff63e0299e6f9f67d8aa01)
-- MaximumValue should have the highest value instead of reordering the other values. [`8098f33`](https://github.com/ImageMagick/ImageMagick/commit/8098f3335cfdcf5ed1de6f284b9aabb4786808d0)
-- pending release [`7030880`](https://github.com/ImageMagick/ImageMagick/commit/7030880c6da1c382f3b1251f0fe2a805fdab3ba5)
-
-## [7.1.0-14](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-13...7.1.0-14) - 2021-11-14
-
-### Merged
-
-- Typo in magick color threshold image [`#4431`](https://github.com/ImageMagick/ImageMagick/pull/4431)
-
-### Fixed
-
-- Moved the free to the correct position to fix #4446. [`#4446`](https://github.com/ImageMagick/ImageMagick/issues/4446)
-
-### Commits
-
-- Fix stripes in output when resizing with OpenCL acceleration enabled [`0c660f2`](https://github.com/ImageMagick/ImageMagick/commit/0c660f2ff8899401be4acf0ce539f0441ebc370e)
-- ... [`661c7a1`](https://github.com/ImageMagick/ImageMagick/commit/661c7a194bf8f621245f5ea5d0a0147decdab584)
-- latest docs [`8a9b071`](https://github.com/ImageMagick/ImageMagick/commit/8a9b07155b7bb6e9c4768b117e9e6fb1c21e0306)
-- typo in houghline comments. [`157b21d`](https://github.com/ImageMagick/ImageMagick/commit/157b21d508b8a3662c922b762aa92e524e67e57c)
-- ... [`bb886ff`](https://github.com/ImageMagick/ImageMagick/commit/bb886ff398ae0dd6111ff011382dd84d4b6633e5)
-- pending release [`fab9aae`](https://github.com/ImageMagick/ImageMagick/commit/fab9aaeafc5954d45cc4c5d8edd1503fcc1dadc9)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40454 [`b93521f`](https://github.com/ImageMagick/ImageMagick/commit/b93521f5087ea92d3564862046422a0dc0ce8692)
-- ... [`4ade863`](https://github.com/ImageMagick/ImageMagick/commit/4ade8632d14c349d0a6eef3ba0f9c09aa24ab76b)
-- ... [`9f7884c`](https://github.com/ImageMagick/ImageMagick/commit/9f7884ca8864a6a7d99d9618abae263ce8b5a4a5)
-- ... [`08dec75`](https://github.com/ImageMagick/ImageMagick/commit/08dec75b2fc1dcb913eec2d7ffd8810b00cc9a2f)
-- Removed unnecessary semicolons. [`7fef3c3`](https://github.com/ImageMagick/ImageMagick/commit/7fef3c3ac8ef5397f8a7f318a5316f09a2c999c7)
-- Corrected detection of the CMYK colorspace (#4106). [`e6a45aa`](https://github.com/ImageMagick/ImageMagick/commit/e6a45aa7b61bb217a8a66b5a6799d365c5ba0187)
-- Improved detection of %%. [`8ff9f59`](https://github.com/ImageMagick/ImageMagick/commit/8ff9f59fcc7aa581ab6a1d53688bf94094ebe347)
-- early exit on exception [`4cca191`](https://github.com/ImageMagick/ImageMagick/commit/4cca19105ccdd0991a79e138ce202ee30ebf9f64)
-- The profile of a PSD file will no longer be copied to all the images. To old behavior can be re-enabled with the define psd:replicate-profile. [`50e2f07`](https://github.com/ImageMagick/ImageMagick/commit/50e2f07b37414dec19fd470d78fb2750428b2bed)
-- https://github.com/ImageMagick/ImageMagick/discussions/4447 [`9a3756d`](https://github.com/ImageMagick/ImageMagick/commit/9a3756d8e54996c95b2f3880c0803c87a23b7036)
-- ... [`7a608d6`](https://github.com/ImageMagick/ImageMagick/commit/7a608d6686258d6534cf948c61ad68356b91cd9c)
-- https://github.com/ImageMagick/ImageMagick/issues/4452 [`b4ece92`](https://github.com/ImageMagick/ImageMagick/commit/b4ece92cdf03be8308d4eac86444f5b0be0935aa)
-- https://github.com/ImageMagick/ImageMagick/issues/4448 [`5d3bc2a`](https://github.com/ImageMagick/ImageMagick/commit/5d3bc2abc650c16eff55c7d89f3d49b819f733c1)
-- https://github.com/ImageMagick/ImageMagick/issues/4465 [`2a0dd59`](https://github.com/ImageMagick/ImageMagick/commit/2a0dd59371cb64bbfc4604451cec88477260e766)
-- https://github.com/ImageMagick/ImageMagick/issues/4448 [`2ba5cdf`](https://github.com/ImageMagick/ImageMagick/commit/2ba5cdf4255cdf5d9349a15b7adfff13558397aa)
-- pending release [`e4182c9`](https://github.com/ImageMagick/ImageMagick/commit/e4182c967a9434f180cbb748b24ed437c287381b)
-
-## [7.1.0-13](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-12...7.1.0-13) - 2021-10-28
-
-### Commits
-
-- ... [`d988cbf`](https://github.com/ImageMagick/ImageMagick/commit/d988cbfa42a0cbe1bb3c90a0aad5fa0b5221f85f)
-- ... [`366946d`](https://github.com/ImageMagick/ImageMagick/commit/366946defe55a8ea03dbbf87319a0f7cd6d0e324)
-- Fix stack overflow when parsing malicious ps image file (#4415). [`c5fad5e`](https://github.com/ImageMagick/ImageMagick/commit/c5fad5e9446c23ff651f2655980877a0c81ec956)
-- cosmetic [`ddae967`](https://github.com/ImageMagick/ImageMagick/commit/ddae9678fb137ab41ee6c09d9a1c91e4d014b8e4)
-- pending release [`ab9bcad`](https://github.com/ImageMagick/ImageMagick/commit/ab9bcade8cf99b1ba2c42573d6ac080907374518)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40451 [`987f36b`](https://github.com/ImageMagick/ImageMagick/commit/987f36b509139818c969a5474fee150e3f4034b4)
-- pending release [`7ab72fa`](https://github.com/ImageMagick/ImageMagick/commit/7ab72fa00a9bf0c2c95d2beb55feb888f6629dbc)
-
-## [7.1.0-12](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-11...7.1.0-12) - 2021-10-25
-
-### Commits
-
-- ... [`1b0f475`](https://github.com/ImageMagick/ImageMagick/commit/1b0f475ea77b71891df97ac0ca4a6c58e7f62b35)
-- Removed unused define. [`b89ecbc`](https://github.com/ImageMagick/ImageMagick/commit/b89ecbc2d163ec1cc3184cb6a611ee0c5cff8bbb)
-- Corrected writing the user mask data. [`53e9540`](https://github.com/ImageMagick/ImageMagick/commit/53e954000034cac934a07e88da0c87b1cff13775)
-- Cosmetic. [`113f8f9`](https://github.com/ImageMagick/ImageMagick/commit/113f8f901efa88c63779d393340872c443ecfa3b)
-- pending release [`02476ce`](https://github.com/ImageMagick/ImageMagick/commit/02476ce3ca19f2f0a267a036525182b626c9d24d)
-
-## [7.1.0-11](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-10...7.1.0-11) - 2021-10-24
-
-### Commits
-
-- ... [`46c028b`](https://github.com/ImageMagick/ImageMagick/commit/46c028b5b76f590f38fe9c25039a560d848cd888)
-- ... [`a3a2cc7`](https://github.com/ImageMagick/ImageMagick/commit/a3a2cc75063e372b50d804e5b04fa9dff4d9a47c)
-- Whitespace. [`c191d5d`](https://github.com/ImageMagick/ImageMagick/commit/c191d5d0da3489fd0ab0640bd4450f4cee122471)
-- Also include zero configuration build in the daily build. [`46b6677`](https://github.com/ImageMagick/ImageMagick/commit/46b66778bf4d9801a38164bf1022b84812ff15ab)
-- Silenced warnings. [`1b04b83`](https://github.com/ImageMagick/ImageMagick/commit/1b04b8317378589d1c3a2fddecf30ef1f7cf2c80)
-- https://github.com/ImageMagick/ImageMagick/issues/4372 [`f178d56`](https://github.com/ImageMagick/ImageMagick/commit/f178d564e761469158e2311db453a949184ea333)
-- Renamed variable to silence warning. [`7eba68f`](https://github.com/ImageMagick/ImageMagick/commit/7eba68fd23e68f48911291e6e6ccda90c0b16548)
-- Moved variable declaration. [`8391e04`](https://github.com/ImageMagick/ImageMagick/commit/8391e04b1a8f9000472c61e001420b9a9996c022)
-- Use IsImageGray instead. [`2ad55fa`](https://github.com/ImageMagick/ImageMagick/commit/2ad55fa3497655604ac03666342c7cc04e14a36f)
-- Added missing check. [`6c90dd8`](https://github.com/ImageMagick/ImageMagick/commit/6c90dd8ee5fe292714c6ac6b1d8046e7e48b2244)
-- Corrected debug logging. [`40aa490`](https://github.com/ImageMagick/ImageMagick/commit/40aa4901db52e2d98077b5f81558b9c0d17fac84)
-- Introduce new method that only checks if the image is grayscale. [`f10a8a1`](https://github.com/ImageMagick/ImageMagick/commit/f10a8a16f45ac7b5f061b7d8e4dfd1c9c84e0d6b)
-- Renamed method. [`b492aba`](https://github.com/ImageMagick/ImageMagick/commit/b492aba5ba52daa811347408a6d589b500805e6b)
-- Use new methods to check if the image is gray or monochrome. [`06e4331`](https://github.com/ImageMagick/ImageMagick/commit/06e4331e198718fe644f1f9e80be43161962b941)
-- Renamed method. [`cb8d9ed`](https://github.com/ImageMagick/ImageMagick/commit/cb8d9ed1e5058a52e958df9e2bcea5dede3788db)
-- https://github.com/ImageMagick/ImageMagick/issues/4378 [`42ddb98`](https://github.com/ImageMagick/ImageMagick/commit/42ddb98ee68ac63f2df5f80bc631ec3c289b2a5c)
-- https://github.com/ImageMagick/ImageMagick/issues/4379 [`4bd86b0`](https://github.com/ImageMagick/ImageMagick/commit/4bd86b05421e998c95491e2bf9d1f987c2f517eb)
-- ... [`dd7df11`](https://github.com/ImageMagick/ImageMagick/commit/dd7df1148c8140b21c2cb6e49e4554044e6b3297)
-- Silenced warning. [`3bb4253`](https://github.com/ImageMagick/ImageMagick/commit/3bb4253e7c343c9b5f94e3d763a12f762f11a646)
-- Use IsGrayImageType when possible [`ef939ef`](https://github.com/ImageMagick/ImageMagick/commit/ef939ef74c996b91e5dbd1cc73bc40030c0c8ae0)
-- Removed IdentifyImageCoderMonochrome. [`d934c9a`](https://github.com/ImageMagick/ImageMagick/commit/d934c9a945a7a9528ba78f836ffecc188219a4d2)
-- Only check the image type once. [`ba95a78`](https://github.com/ImageMagick/ImageMagick/commit/ba95a784116406f60ad98ee1133e1ee79f331eb0)
-- Use IdentifyImageCoderGrayType instead. [`b95b4b1`](https://github.com/ImageMagick/ImageMagick/commit/b95b4b1b43de79fbdf81e9654f6599a43dc4f552)
-- Use IdentifyImageCoderGray instead. [`b1d4280`](https://github.com/ImageMagick/ImageMagick/commit/b1d42802bb46e86aa2d45fb9b3e31fc70cae1e8c)
-- Removed unnecessary statement. [`43ee149`](https://github.com/ImageMagick/ImageMagick/commit/43ee149af2ba600ffc4cf4a688d8e57a4b408596)
-- The check for auto-grayscale should be done earlier. [`36febfd`](https://github.com/ImageMagick/ImageMagick/commit/36febfdd03cd2f546aa4c014b4ad0df7910c07c2)
-- eliminate compiler error [`1b855b7`](https://github.com/ImageMagick/ImageMagick/commit/1b855b7b12edf9ddac2810ae604bbf3764343a12)
-- Fix grammar in AUTHORS.txt [`c115616`](https://github.com/ImageMagick/ImageMagick/commit/c115616ff115cf1009d3560468bccf1a21ff43e6)
-- Optimization for the low point size when the width and height of the image are fixed. [`f8cb770`](https://github.com/ImageMagick/ImageMagick/commit/f8cb770e502906c8888386402c6393d6efb4683c)
-- Added new option called caption:start-pointsize that will allow setting the starting pointsize when trying to find the best font size. [`031a853`](https://github.com/ImageMagick/ImageMagick/commit/031a8533ddaffceeb31925d59c7bd80516e53d60)
-- Use while instead. [`c2207f9`](https://github.com/ImageMagick/ImageMagick/commit/c2207f9012e32cb0ae0a7330f4736cc47f49b516)
-- Removed else statement. [`4c8c7c6`](https://github.com/ImageMagick/ImageMagick/commit/4c8c7c689623b4c7071308492785e9364112ae0f)
-- Fixed check of the boundaries when both the with and height of the image are defined. [`5a3371f`](https://github.com/ImageMagick/ImageMagick/commit/5a3371fe6f50b45d9e5a1a9271400d6166703ca9)
-- Optimization for the low point size when the width and height of the image are fixed. [`74af638`](https://github.com/ImageMagick/ImageMagick/commit/74af638e37801da5a156c0634dc3e4bcf4ed2681)
-- Removed gravity check. [`e90b163`](https://github.com/ImageMagick/ImageMagick/commit/e90b163f2f71ce78487560009a05127628cafab3)
-- test release [`4c62b10`](https://github.com/ImageMagick/ImageMagick/commit/4c62b10ebf3c45de5724cbeabf2f0ac455e58686)
-- Stop writing the icc profile to the output image because this changes the colors of the image and switch back to JxlColorEncodingSetToSRGB (#4385). [`b2cc365`](https://github.com/ImageMagick/ImageMagick/commit/b2cc365614f734c1cac39b8343c5c1f6033ee92f)
-- Change to lowercase. [`18e15da`](https://github.com/ImageMagick/ImageMagick/commit/18e15da2dc6ceae05e95077f85e9d67dac31c5d8)
-- fix stack overflow when parsing malicious tiff image [`f620340`](https://github.com/ImageMagick/ImageMagick/commit/f620340935777b28fa3f7b0ed7ed6bd86946934c)
-- Also allow setting the max and start pointsize in the label coder. [`3990e66`](https://github.com/ImageMagick/ImageMagick/commit/3990e661655540843da53964576395abca80dd27)
-- pending release [`a0291e9`](https://github.com/ImageMagick/ImageMagick/commit/a0291e944baf076f1036ca120aa115b7f46878c7)
-- Added mime type for bmp (#4395). [`45febac`](https://github.com/ImageMagick/ImageMagick/commit/45febac063c24d54ff4f348129c677447a210336)
-- pending release [`5ac355f`](https://github.com/ImageMagick/ImageMagick/commit/5ac355fe99f9aaed48d05715256b7a54ccf87b12)
-- ... [`af76674`](https://github.com/ImageMagick/ImageMagick/commit/af766745f92967970b69091bdd52c1610722a489)
-- Added missing (void). [`6e2983b`](https://github.com/ImageMagick/ImageMagick/commit/6e2983b9389b0494e44e75f78cf2a50526a481ca)
-- Argument can be const. [`c4cf2ac`](https://github.com/ImageMagick/ImageMagick/commit/c4cf2ac655820d028f228cfc8ae69e44d979e70b)
-- Reduce stack size. [`1bcee60`](https://github.com/ImageMagick/ImageMagick/commit/1bcee608550c8fb850c6e20970e20e8a53b4986c)
-- Changed argument to blob_info. [`c7a767c`](https://github.com/ImageMagick/ImageMagick/commit/c7a767c55cded4e9fb7721388c7e2898f0227808)
-- Corrected indentation. [`a864d83`](https://github.com/ImageMagick/ImageMagick/commit/a864d835725ccf4e6ba09112e1cb04f7a7f662a9)
-- Added missing typecast. [`61a9889`](https://github.com/ImageMagick/ImageMagick/commit/61a9889dcc33437f48ec3637b247a4c81f07b38c)
-- Create separate for the conversion of the wchar mode. [`72ffc83`](https://github.com/ImageMagick/ImageMagick/commit/72ffc835deeab2231b7c3f4ccc857396da219fca)
-- Added flag that the handle is not inheritable by the child process. [`7241ee3`](https://github.com/ImageMagick/ImageMagick/commit/7241ee31f2e3b323e93830cd8482dc45794d8422)
-- Corrected indentation. [`8c85ce0`](https://github.com/ImageMagick/ImageMagick/commit/8c85ce001ebb8c32986f0378dcaca3173ddd09b9)
-- Added O_NOINHERIT flag. [`d8d087e`](https://github.com/ImageMagick/ImageMagick/commit/d8d087ec94092b2fc7afd9778b92d24604a78cc8)
-- Also allow disabling the interpolation. [`b464cd2`](https://github.com/ImageMagick/ImageMagick/commit/b464cd2dbf8eaa9abde3a1b231906038ee873336)
-- Removed checks for the macintosh define. [`f18599b`](https://github.com/ImageMagick/ImageMagick/commit/f18599b05e2ee0c54ecdc7dbd7527227973822e9)
-- pending release [`baa6c1d`](https://github.com/ImageMagick/ImageMagick/commit/baa6c1d2a756c99d8590c1bd58887e9a0080af17)
-- Use IdentifyImageGray instead. [`10df973`](https://github.com/ImageMagick/ImageMagick/commit/10df973b796da6d351911e8a6cc8ca96b15f60d4)
-- ThrowDCMException should be used instead. [`a4a2ee6`](https://github.com/ImageMagick/ImageMagick/commit/a4a2ee6593b06e430fd3565d858a3fbab63cb876)
-- slight performance optimization [`753f39f`](https://github.com/ImageMagick/ImageMagick/commit/753f39fef6c5f8aff18b793ef1d363ce08244c1b)
-- Revert adjustment of the y1 value (#4405). [`f5c3396`](https://github.com/ImageMagick/ImageMagick/commit/f5c3396e2644cdd9b4350e537c9c0550c05f960c)
-- Added additional boundary checks. [`be3c7dc`](https://github.com/ImageMagick/ImageMagick/commit/be3c7dc182ca88690083929ef550a9cb01d5860d)
-- Create new struct for refactoring. [`7c8d19b`](https://github.com/ImageMagick/ImageMagick/commit/7c8d19b19d7f97a6e1d58ad05c3bd93c8d753757)
-- revert optimization [`22694f6`](https://github.com/ImageMagick/ImageMagick/commit/22694f60aee3d6dc3a725605b2b39cda58dca2c9)
-- Added RelinquishDCMMemory. [`9a301fa`](https://github.com/ImageMagick/ImageMagick/commit/9a301fa41f3bb299194d122e60d04380d4571e35)
-- pending release [`9523594`](https://github.com/ImageMagick/ImageMagick/commit/95235946925dd5d3153d30f5e3673e7c0b1200ee)
-- Copy scale to avoid duplicate free (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36990). [`7e2565b`](https://github.com/ImageMagick/ImageMagick/commit/7e2565b79a2268bc89a1b83bd30ed19fe8881add)
-- Whitespace. [`c47f0e3`](https://github.com/ImageMagick/ImageMagick/commit/c47f0e34dcf05cfe8762b378c8b32065c600e5ed)
-- Whitespace. [`4c04fad`](https://github.com/ImageMagick/ImageMagick/commit/4c04fade3b86f0f2277791bfdb121c19231d296a)
-- cosmetic [`dadd444`](https://github.com/ImageMagick/ImageMagick/commit/dadd44478bf62d6033ecb6b822a8e38f09b5235d)
-- https://oss-fuzz.com/testcase-detail/6308942275805184 [`5e99821`](https://github.com/ImageMagick/ImageMagick/commit/5e998214b84b69437a7cd93474b6dab9f82b4088)
-- https://oss-fuzz.com/testcase-detail/6308942275805184 [`fab0e18`](https://github.com/ImageMagick/ImageMagick/commit/fab0e185965332958bfdd16020b6b1675e8d1bb2)
-- Corrected calls to heif_image_handle_release. [`7b9b7c6`](https://github.com/ImageMagick/ImageMagick/commit/7b9b7c6a2a9c370b27d48d2da760600342881e5b)
-- pending release [`97e5cdf`](https://github.com/ImageMagick/ImageMagick/commit/97e5cdfc8f4a318882ee41e62da1ba82a8c0a294)
-- Fixed copy paste mistake. [`44179b2`](https://github.com/ImageMagick/ImageMagick/commit/44179b21d11e7edfceb194be9a966f47d5cfb314)
-- Fixed possible memory leak. [`fbf76f2`](https://github.com/ImageMagick/ImageMagick/commit/fbf76f2efa62b644d41a6075c7d9bb598dfb3bbf)
-- pending release [`e16d679`](https://github.com/ImageMagick/ImageMagick/commit/e16d67915d7ca440701f934f97cb9e0a75ea77f3)
-
-## [7.1.0-10](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-9...7.1.0-10) - 2021-10-10
-
-### Commits
-
-- ... [`78efee9`](https://github.com/ImageMagick/ImageMagick/commit/78efee93db2217a8ad2ff622921e51465de64eb4)
-- https://github.com/ImageMagick/ImageMagick/issues/4312 [`bc2f658`](https://github.com/ImageMagick/ImageMagick/commit/bc2f658a6c3d260d086aac795d9502035ae246d7)
-- https://github.com/ImageMagick/ImageMagick/discussions/4311 [`494c960`](https://github.com/ImageMagick/ImageMagick/commit/494c960c815577d1ce4adfd663f75c9466b4bc72)
-- ... [`c5afe90`](https://github.com/ImageMagick/ImageMagick/commit/c5afe90f2cb98e7874318581ca446170ce3ff716)
-- Added missing call to SetImageProfile. [`4dca4a7`](https://github.com/ImageMagick/ImageMagick/commit/4dca4a7b3e719216a481b592683fb93c506dfda5)
-- https://github.com/ImageMagick/ImageMagick/issues/4314 [`9c8b025`](https://github.com/ImageMagick/ImageMagick/commit/9c8b025640bffb45e5caedf27f10cec222c38290)
-- Update configure with latest changes [`7df9e19`](https://github.com/ImageMagick/ImageMagick/commit/7df9e19ff93984991b768f763aaeb661ed07c43a)
-- Update libjxl to use a .pc [`c82a9aa`](https://github.com/ImageMagick/ImageMagick/commit/c82a9aa538007d2d397e3c106493d4637e9b3900)
-- don't adjust metrics if gravity is undefined [`3fc5106`](https://github.com/ImageMagick/ImageMagick/commit/3fc51062618127a8b683bb06344ca6152d9791fe)
-- determine configuration with the `magick` utility [`6422663`](https://github.com/ImageMagick/ImageMagick/commit/6422663885abc973f74c3a5f0bdfa0afbc3202ca)
-- ... [`a3c0680`](https://github.com/ImageMagick/ImageMagick/commit/a3c068017b549cc29ccea9f545af6c079d94c3bd)
-- ... [`c1e67e9`](https://github.com/ImageMagick/ImageMagick/commit/c1e67e9a606247f5cc51fa079f242c93a9aaaa60)
-- Moved using namespace std after ImageMagick header files to fix issues when enabling ISO C++ 17 and ISO C17 [`f7ff309`](https://github.com/ImageMagick/ImageMagick/commit/f7ff309b0b64fb0b478b3af1531ce5e6f179eea3)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=39708 [`524edfe`](https://github.com/ImageMagick/ImageMagick/commit/524edfed7587623a24ce7b7bb16af049b8b5e920)
-- ... [`07ebe6b`](https://github.com/ImageMagick/ImageMagick/commit/07ebe6b6e47bbeadd84287c7395888df460677f8)
-- pending release [`32bf14a`](https://github.com/ImageMagick/ImageMagick/commit/32bf14aa2ddb63cc919cf2fcb88a47998622cb69)
-
-## [7.1.0-9](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-8...7.1.0-9) - 2021-10-03
-
-### Commits
-
-- ... [`a14c4cd`](https://github.com/ImageMagick/ImageMagick/commit/a14c4cd8dddfa9fbb431aa55913914ba7f6efd02)
-- ... [`dd922fe`](https://github.com/ImageMagick/ImageMagick/commit/dd922fe9467bc6bf3cae41ce6a08c14c4d41abcf)
-- https://github.com/ImageMagick/ImageMagick/discussions/4227 [`633618c`](https://github.com/ImageMagick/ImageMagick/commit/633618c249b97bf5ac9d85fbeb5b6654757d809f)
-- check return status [`b213e5f`](https://github.com/ImageMagick/ImageMagick/commit/b213e5f2c02a81f9ee328f6ba1d1a4db80c2450b)
-- continue parsing for warning [`8fd90c7`](https://github.com/ImageMagick/ImageMagick/commit/8fd90c7a92a487661ade6316444a8e6abe8d3c8e)
-- use ANSI comments rather than C++ [`f76e974`](https://github.com/ImageMagick/ImageMagick/commit/f76e9743c33b04364b6c3ee1f5234bb0ee1695eb)
-- ignore zero-length profiles [`071274b`](https://github.com/ImageMagick/ImageMagick/commit/071274b98aa4f12844595d8f14d667406069ef22)
-- Corrected comments and changed argument order. [`f64d4e0`](https://github.com/ImageMagick/ImageMagick/commit/f64d4e043a1fe05d4905e09c4836ad40fd6cf279)
-- Silenced warnings. [`36a5fa7`](https://github.com/ImageMagick/ImageMagick/commit/36a5fa73c78600cbd0308e36440d84d4a84585b2)
-- Silence warning. [`bfe17f8`](https://github.com/ImageMagick/ImageMagick/commit/bfe17f8d308825079b886b11ed9b2e32ab50b576)
-- Silenced warnings. [`0a9a6a8`](https://github.com/ImageMagick/ImageMagick/commit/0a9a6a8458d1b12a5ea5d16a0bda49fde6fd973e)
-- Silenced warnings. [`9755ee2`](https://github.com/ImageMagick/ImageMagick/commit/9755ee291f559471eb400b9dd1729a648eedbb54)
-- Corrected typecast. [`e0e829a`](https://github.com/ImageMagick/ImageMagick/commit/e0e829a84377110b5b35598726d6dcd5696b8dad)
-- Silenced warnings. [`c89ec48`](https://github.com/ImageMagick/ImageMagick/commit/c89ec48fed14278b965a203e1d4723b438d74d03)
-- cosmetic [`7c50d57`](https://github.com/ImageMagick/ImageMagick/commit/7c50d57e4814cd66c1a943fefd9e5ed97c38ce85)
-- https://github.com/ImageMagick/ImageMagick/pull/4270 [`3037b2f`](https://github.com/ImageMagick/ImageMagick/commit/3037b2f32923df3da91949f0d39129b7da4f0674)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=39091 [`d9cb7ae`](https://github.com/ImageMagick/ImageMagick/commit/d9cb7ae93cb29b4a0624805cf4a40ef2d3824ee2)
-- Silenced warnings. [`30e4e15`](https://github.com/ImageMagick/ImageMagick/commit/30e4e15b7a54408bec7075d61ffe829e96b81c8f)
-- Corrected typecast. [`33cbae2`](https://github.com/ImageMagick/ImageMagick/commit/33cbae2c6fdb2dae77621e06204cfc571b1dda7b)
-- Silenced warnings. [`3156587`](https://github.com/ImageMagick/ImageMagick/commit/31565876329d4813de0f1e4330a7a84f9a7b5dac)
-- Cosmetic [`2322da9`](https://github.com/ImageMagick/ImageMagick/commit/2322da9e21f1b2290dea74f5b1973d29466374a7)
-- Silenced warnings. [`9e336f1`](https://github.com/ImageMagick/ImageMagick/commit/9e336f1f3c9511f2e848eb4ee80324b64a7d4c9d)
-- Silenced warning. [`4df253e`](https://github.com/ImageMagick/ImageMagick/commit/4df253e17e8b224866088ef396eed2c760cb2753)
-- Removed unused variable. [`dfa9f1a`](https://github.com/ImageMagick/ImageMagick/commit/dfa9f1a3b4d270ecf9dcd4c507e128d65241a574)
-- Silenced warnings. [`8cc5ffd`](https://github.com/ImageMagick/ImageMagick/commit/8cc5ffdf20195e2a854915f5c6039f7fafe281e6)
-- Silenced warnings. [`a26b4b7`](https://github.com/ImageMagick/ImageMagick/commit/a26b4b78e2b45e36fb62aa046ae7d6b8f00dc26c)
-- Silenced warnings. [`a40c341`](https://github.com/ImageMagick/ImageMagick/commit/a40c34116fffaaf77dc0eb3fa426f4c637a90aad)
-- Corrected typecast. [`f440be7`](https://github.com/ImageMagick/ImageMagick/commit/f440be70190edd7e6bf07616a27a9bed37d98292)
-- Silenced warnings. [`8bdd2e5`](https://github.com/ImageMagick/ImageMagick/commit/8bdd2e5ef0afbfc5ed858d5466d251a414137869)
-- Cosmetic. [`04643cd`](https://github.com/ImageMagick/ImageMagick/commit/04643cdd916553b19e4b7ec61b60a45ad22217f8)
-- Silenced warnings. [`8a1f456`](https://github.com/ImageMagick/ImageMagick/commit/8a1f456ed3b23bd4334854b152a7756dceeac8e1)
-- Silenced warnings. [`a5ef57a`](https://github.com/ImageMagick/ImageMagick/commit/a5ef57ae24656e18405052e62313f58bfc3209bb)
-- Removed unnecessary include. [`f7bce58`](https://github.com/ImageMagick/ImageMagick/commit/f7bce58427ccb4d48d3c42e2648dfdcc6fe87474)
-- Silenced warnings. [`927966d`](https://github.com/ImageMagick/ImageMagick/commit/927966d480bc9b81f19a4d1124b9e3845cae78be)
-- Cosmetic. [`1a2c0fa`](https://github.com/ImageMagick/ImageMagick/commit/1a2c0fa9e1c56928acaac2b0c16afeaa3e8df9eb)
-- Silenced warnings. [`ba74500`](https://github.com/ImageMagick/ImageMagick/commit/ba74500b196220fa01d1cfc2632bba4721bfa56a)
-- Silenced warning. [`d61c9a0`](https://github.com/ImageMagick/ImageMagick/commit/d61c9a0fd30b3352ce8d6514e80471f6d2c85178)
-- Removed unused variable. [`db286e6`](https://github.com/ImageMagick/ImageMagick/commit/db286e608e075d6d67cae77afe2c839eda3cb7ee)
-- Silenced warnings. [`5023814`](https://github.com/ImageMagick/ImageMagick/commit/5023814b5a23065f77edddb97c79eed1a810905f)
-- Moved CircularityThreshold to a separate method. [`563de1c`](https://github.com/ImageMagick/ImageMagick/commit/563de1ce718e7c2cc9ed954bf3f1da7bc44ad301)
-- Moved MajorAxisThreshold to a separate method. [`7ae012a`](https://github.com/ImageMagick/ImageMagick/commit/7ae012ab99a969603aa570d1ec0460390ab517b5)
-- Moved MinorAxisThreshold to a separate method. [`c7035c3`](https://github.com/ImageMagick/ImageMagick/commit/c7035c377f5734ddecf3665e92bdabcc8e90d93e)
-- Moved EccentricityThreshold to a separate method. [`0886f20`](https://github.com/ImageMagick/ImageMagick/commit/0886f209b8e350e23725fd50f69877932aa19aba)
-- Moved AngleThreshold to a separate method. [`64b48fc`](https://github.com/ImageMagick/ImageMagick/commit/64b48fc3dcf8cacf3334adcd236ae5eead1cef2e)
-- Moved PerimeterThreshold to a separate method. [`7052540`](https://github.com/ImageMagick/ImageMagick/commit/7052540aff4ab22021f06cdd539c987fd8a587c4)
-- Silenced warnings. [`5131213`](https://github.com/ImageMagick/ImageMagick/commit/51312133557621ac14fab5771360c8e953ac12e9)
-- Silenced warnings. [`5405b78`](https://github.com/ImageMagick/ImageMagick/commit/5405b780821cd45845506e6c6afb409d01691a3e)
-- Silenced warnings. [`a0eac20`](https://github.com/ImageMagick/ImageMagick/commit/a0eac20ff7a8c0d8143eac41f8efa9047b002ce9)
-- Corrected typecast. [`5940040`](https://github.com/ImageMagick/ImageMagick/commit/5940040706509a2f9fe5d93825c472b4207134cf)
-- Silenced warnings. [`8098135`](https://github.com/ImageMagick/ImageMagick/commit/8098135f9e2db5a70aad466cfa32e7abbdc20d59)
-- Silenced warnings. [`ef8d0d7`](https://github.com/ImageMagick/ImageMagick/commit/ef8d0d76df6cfc20e1138eec0d4910e8142a7da5)
-- Silenced warnings. [`cbe2ee3`](https://github.com/ImageMagick/ImageMagick/commit/cbe2ee36bc291658d3b2e5a260d68991149af0fd)
-- Silenced warnings. [`688b19a`](https://github.com/ImageMagick/ImageMagick/commit/688b19a560a3d4fa213bb07cdd15de00eb846576)
-- Silenced warnings. [`ab616d3`](https://github.com/ImageMagick/ImageMagick/commit/ab616d398b342995edc55ccf6cc8b3c560b222e4)
-- Silenced warnings. [`db0911b`](https://github.com/ImageMagick/ImageMagick/commit/db0911bd69133c72a0fb2de06f8f10841e01d0ab)
-- Silenced warning. [`df0b207`](https://github.com/ImageMagick/ImageMagick/commit/df0b2071554a87a4c1a2b4a97965787aeb3ee793)
-- Silenced warnings. [`26380ba`](https://github.com/ImageMagick/ImageMagick/commit/26380ba9cf89464da86d690d9ba0bf7ce1687b06)
-- Silenced warnings. [`083ac80`](https://github.com/ImageMagick/ImageMagick/commit/083ac80d33d0274ab7915751edaf8eed7b306672)
-- Silenced warnings. [`fa6182e`](https://github.com/ImageMagick/ImageMagick/commit/fa6182e1e5d6924976d662456e49666ed905ba8f)
-- Silenced warning. [`cbf73b0`](https://github.com/ImageMagick/ImageMagick/commit/cbf73b0d97a1033d883091d3661eea002d2cf332)
-- Silenced warning. [`49015df`](https://github.com/ImageMagick/ImageMagick/commit/49015df6081a0496a531251e3995c268252da2a1)
-- Silenced warning. [`66ee0f7`](https://github.com/ImageMagick/ImageMagick/commit/66ee0f77b6a47c2d313e3f62fde5ff34cea5900e)
-- Corrected return type. [`7530cc8`](https://github.com/ImageMagick/ImageMagick/commit/7530cc8f3225be7b821fedfeb8aa49e06164f68a)
-- Silenced warnings. [`3ab1ec4`](https://github.com/ImageMagick/ImageMagick/commit/3ab1ec4c4bb49d1ac49911c88d8d5101799f1e46)
-- Silenced warning. [`071352e`](https://github.com/ImageMagick/ImageMagick/commit/071352e56d35d187ebff342acace3891aea9560c)
-- Removed unused arguments. [`7b3b3c7`](https://github.com/ImageMagick/ImageMagick/commit/7b3b3c76c7bf6b755fb11b496c64eb38f444ec54)
-- Removed assert. [`a70f43f`](https://github.com/ImageMagick/ImageMagick/commit/a70f43f5586ab3d8496f28e6833eb38bd273b534)
-- Added missing statement. [`aa493c1`](https://github.com/ImageMagick/ImageMagick/commit/aa493c105f3b6f496f26f60735fb0d0848ba9b5b)
-- Add another missing statement. [`fd03a8f`](https://github.com/ImageMagick/ImageMagick/commit/fd03a8fc9308f12a98ad8375d5ad16a3b8906c0a)
-- Silenced warning. [`e50d7d3`](https://github.com/ImageMagick/ImageMagick/commit/e50d7d37b3402734157b74b40a2f56ff1d38bf89)
-- Use SIZE_MAX instead. [`2f442f7`](https://github.com/ImageMagick/ImageMagick/commit/2f442f7f05d02dc4d0a0399c32c07c1f47fc3841)
-- Added missing semicolon. [`7f8d3bc`](https://github.com/ImageMagick/ImageMagick/commit/7f8d3bcd04c44242d448ae9fbd7a9d37f5f6b183)
-- Use MAGICK_SSIZE_MAX instead because of the MagickMin. [`6ccb83b`](https://github.com/ImageMagick/ImageMagick/commit/6ccb83b8ad7e4532547ca738774a1aa74ff3b076)
-- Build both 32 and 64 bit version on Windows. [`4703bc1`](https://github.com/ImageMagick/ImageMagick/commit/4703bc125a353ce4701ffee8836249bf4d242eb4)
-- Removed unused variables. [`6d12d96`](https://github.com/ImageMagick/ImageMagick/commit/6d12d967a7c74a7830f4360172ff9a11518416f2)
-- ... [`1829d08`](https://github.com/ImageMagick/ImageMagick/commit/1829d08946e761db88ec9504f7d4afbfe8d58dc8)
-- Corrected solution configuration for the 32 bit build. [`f8c1f13`](https://github.com/ImageMagick/ImageMagick/commit/f8c1f138bd746a27b41aee6355a571f7fd89a2cb)
-- https://github.com/ImageMagick/ImageMagick/issues/4278 [`fd26b54`](https://github.com/ImageMagick/ImageMagick/commit/fd26b54726415f89d412c9b7c31f9c9d9a8954c7)
-- eliminate compiler warning [`69ea678`](https://github.com/ImageMagick/ImageMagick/commit/69ea678c1eb65755af1bb7753179da4f36f357fd)
-- Fixed warning. [`c7c273f`](https://github.com/ImageMagick/ImageMagick/commit/c7c273fb89b7d14f7b2b56a6c4dda40eaf504759)
-- Cosmetic. [`f910a2d`](https://github.com/ImageMagick/ImageMagick/commit/f910a2df14d7687cab2412aea64b1883d22aae05)
-- Removed unnecessary check. [`45b1ad6`](https://github.com/ImageMagick/ImageMagick/commit/45b1ad6cc5e1c4a4a50ebc0f97ed17c83991c0db)
-- Throw exception instead. [`b5d7d22`](https://github.com/ImageMagick/ImageMagick/commit/b5d7d22de2c63129f85483523a45761a60a5677b)
-- eliminate compiler warning [`59dc862`](https://github.com/ImageMagick/ImageMagick/commit/59dc86278286f391dc6afe86145bd9ee9482a1d4)
-- Corrected typecast. [`7366f26`](https://github.com/ImageMagick/ImageMagick/commit/7366f2608cbf893212024955a1851ede76449ddf)
-- Corrected compare. [`a37c206`](https://github.com/ImageMagick/ImageMagick/commit/a37c2068cd6dc918c275fa20e09e3fd8e113f353)
-- Added missing typecast. [`926e45f`](https://github.com/ImageMagick/ImageMagick/commit/926e45f87ba06e9adf168077988afea024982022)
-- Revert patch because this breaks font rendering for other fonts. [`94721c6`](https://github.com/ImageMagick/ImageMagick/commit/94721c614080a605d911f1caf1bbd9f326827993)
-- Adjust the x1 offset of the bounds to make sure a font is rendered inside the canvas (#4278). [`ed6f7d0`](https://github.com/ImageMagick/ImageMagick/commit/ed6f7d073f2de45f6c6f07385bcf63196ca53edd)
-- Forgot to save the file before the commit. [`40384dd`](https://github.com/ImageMagick/ImageMagick/commit/40384dd6905598ce98d1fbf9e05432113ee9f174)
-- Minor adjustment. [`ebaee9e`](https://github.com/ImageMagick/ImageMagick/commit/ebaee9ea620690dabdff3792e3c86a2c8de9325f)
-- Correction of the bounds measurements. [`bafbac2`](https://github.com/ImageMagick/ImageMagick/commit/bafbac2ace6a4f8b61fd8fe58401582fa8614330)
-- cosmetic [`8dbdb98`](https://github.com/ImageMagick/ImageMagick/commit/8dbdb9866e6522bf5ceea6b11b92a0d3370970eb)
-- cosmetic [`75be18b`](https://github.com/ImageMagick/ImageMagick/commit/75be18b28a037f37aa0c58dd81a044ac113c98e4)
-- Correct replacement of spaces that use more than one octet (#4305). [`f5ea8b0`](https://github.com/ImageMagick/ImageMagick/commit/f5ea8b08fe2dc607b15741b56ebe9553f080210f)
-- cosmetic [`cc13ed5`](https://github.com/ImageMagick/ImageMagick/commit/cc13ed59273c2412ede5278abccbd418eeab5420)
-- Minor optimization. [`a251f85`](https://github.com/ImageMagick/ImageMagick/commit/a251f85620fcb7f03654feb94265d850df48ca94)
-- Cosmetic. [`7044df1`](https://github.com/ImageMagick/ImageMagick/commit/7044df16e5c834a66d650f293e6480a3026d46cc)
-- Added extra check to prevent replacing a non-breaking space with a newline (#4305). [`de54d48`](https://github.com/ImageMagick/ImageMagick/commit/de54d48d716c833da3157f767233f25bd2e4d96f)
-- Space pointer was still pointing to the old string. [`dbfb273`](https://github.com/ImageMagick/ImageMagick/commit/dbfb273e2a261b6e849614c6c510bbac515955a6)
-- Cosmetic. [`536cc83`](https://github.com/ImageMagick/ImageMagick/commit/536cc83a975bfd1345582bd7a81eba64740f722b)
-- argument is const [`442703a`](https://github.com/ImageMagick/ImageMagick/commit/442703a3eb2c6f738c703fb01ded2833d7493a1a)
-- pending release [`7b5d247`](https://github.com/ImageMagick/ImageMagick/commit/7b5d247173533a7a29411f556cf548cf5d69b8de)
-- Use SETJMP_IS_THREAD_SAFE instead of custom IMPNG_SETJMP_IS_THREAD_SAFE (#4123). [`7921bf0`](https://github.com/ImageMagick/ImageMagick/commit/7921bf068c25e876a1adf287313de47e20d86817)
-- pending release [`85b3172`](https://github.com/ImageMagick/ImageMagick/commit/85b3172d179b96ff45d27565fbe70e8ff946b5ab)
-
-## [7.1.0-8](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-7...7.1.0-8) - 2021-09-18
-
-### Commits
-
-- ... [`ffee953`](https://github.com/ImageMagick/ImageMagick/commit/ffee953296479c7cb6a27b08b3cd12b29a96ef48)
-- Added link to advisory. [`600a8e5`](https://github.com/ImageMagick/ImageMagick/commit/600a8e54c1a6cf353cf9365a02b9ba52bda91ee5)
-- Give the buffer a proper size instead of "over allocating". [`00bb801`](https://github.com/ImageMagick/ImageMagick/commit/00bb80173921219b213cc4808e13fc7733edc44b)
-- Silenced warning. [`9419d6f`](https://github.com/ImageMagick/ImageMagick/commit/9419d6fd49f4944eef82c222e5e9c791be738444)
-- Silenced warning. [`42ab885`](https://github.com/ImageMagick/ImageMagick/commit/42ab885b82356a810bf7d20a5169632ab883f45b)
-- Silenced warning. [`30626f4`](https://github.com/ImageMagick/ImageMagick/commit/30626f44f3307a39d7a3addc47f31936e4ad043e)
-- Silenced warning. [`e5e0a7d`](https://github.com/ImageMagick/ImageMagick/commit/e5e0a7dcaef08286e4e8066b42c415f8c73f4ead)
-- Removed unused variable. [`3c4656a`](https://github.com/ImageMagick/ImageMagick/commit/3c4656a3f39071b7e7a35f6ddd9ec0d1333d68ff)
-- Print date at the start of the build. [`021d3ce`](https://github.com/ImageMagick/ImageMagick/commit/021d3ce4805618ff46d18bbfd7a0db2542f53781)
-- DDS: fixed a bug that caused artefacts in images [`c799d44`](https://github.com/ImageMagick/ImageMagick/commit/c799d44523506a5f58fa39307a3c6e5504a3b144)
-- Add some more date prints to figure out what is taking so much time. [`739788f`](https://github.com/ImageMagick/ImageMagick/commit/739788fc60e50eb5140e83a280cae74858815cd9)
-- Make it easier to find the dates [`fdb072f`](https://github.com/ImageMagick/ImageMagick/commit/fdb072f8273b1ca4bc66a3e026bb6508b5af6862)
-- Added missing null check. [`9ccbd97`](https://github.com/ImageMagick/ImageMagick/commit/9ccbd97d788dd3a5b876a808dcfacf2311392f54)
-- Added missing call to InitializeMagick. [`d6d5a7d`](https://github.com/ImageMagick/ImageMagick/commit/d6d5a7da72dc4d2ff73ad0f335e1c3c4b70735a0)
-- Added missing null checks. [`ed9b3a1`](https://github.com/ImageMagick/ImageMagick/commit/ed9b3a1a403edce373912ad8862ffddb4a3125cc)
-- https://github.com/ImageMagick/ImageMagick/issues/4235 [`772e98c`](https://github.com/ImageMagick/ImageMagick/commit/772e98c6431d9999830acfe67eb95857530317d5)
-- ... [`d273f0f`](https://github.com/ImageMagick/ImageMagick/commit/d273f0fdd3e4b086959f10701b0cfbb27645344d)
-- Added missing bom. [`ecb2d22`](https://github.com/ImageMagick/ImageMagick/commit/ecb2d22d33ae9b8324dc641d6ea1afcf1920d9f2)
-- Removed date markers. [`428fe19`](https://github.com/ImageMagick/ImageMagick/commit/428fe19219b5bf7d84afa03109ee7c8c21a53b74)
-- pending release [`881869e`](https://github.com/ImageMagick/ImageMagick/commit/881869ed01d35333c4184edc319b17006dda3ce3)
-
-## [7.1.0-7](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-6...7.1.0-7) - 2021-09-12
-
-### Merged
-
-- Added decode support for DDS Dxt10 format [`#4126`](https://github.com/ImageMagick/ImageMagick/pull/4126)
-
-### Commits
-
-- ... [`f135b4c`](https://github.com/ImageMagick/ImageMagick/commit/f135b4cedfb418733d372ffc129eda5e0d1cb1d1)
-- Update README.md [`5cfbef1`](https://github.com/ImageMagick/ImageMagick/commit/5cfbef1a171606738bbf85b7e830de368f1d2f52)
-- Update README.md [`7f0e767`](https://github.com/ImageMagick/ImageMagick/commit/7f0e7673af0b63b76f27e13fb4c16ba5979c0d50)
-- Update README.md [`e6077ba`](https://github.com/ImageMagick/ImageMagick/commit/e6077ba1f74cb26605f5561949c72e2bb80029eb)
-- Update README.md [`029ff7d`](https://github.com/ImageMagick/ImageMagick/commit/029ff7d5ea6c5d19ee6c9d6154a6e4262943caa6)
-- Update README.md [`1838dee`](https://github.com/ImageMagick/ImageMagick/commit/1838dee27e2907e0f16c252be0029f6ea00aec6d)
-- Update README.md [`f5e052e`](https://github.com/ImageMagick/ImageMagick/commit/f5e052eb551452a9a0411c15e2d05c2fc705513c)
-- Update README.md [`4606c0a`](https://github.com/ImageMagick/ImageMagick/commit/4606c0aa51e9512ed48fc0199ece6cf0caec850c)
-- Update README.md [`bc29170`](https://github.com/ImageMagick/ImageMagick/commit/bc291701c358532dcdea350b3447b839cfc3043f)
-- ... [`faa87f4`](https://github.com/ImageMagick/ImageMagick/commit/faa87f444450529de0d6dddd37baa992bd3460dc)
-- Use yaml issue template instead. [`ecda000`](https://github.com/ImageMagick/ImageMagick/commit/ecda000b48679864cc03efd7ab14d56475f65feb)
-- Added yml to the .editorconfig [`c5ae597`](https://github.com/ImageMagick/ImageMagick/commit/c5ae59784cd3942e2cb302f819e8911c4d431fa8)
-- Removed travis CI link. [`15359c4`](https://github.com/ImageMagick/ImageMagick/commit/15359c48a90e7866d7b2599d3a572dd1b7190360)
-- Changed build status link. [`1e1ab50`](https://github.com/ImageMagick/ImageMagick/commit/1e1ab508b1b5468fd9ae3a314d451e7da46f44de)
-- Added donate badge. [`71e0b77`](https://github.com/ImageMagick/ImageMagick/commit/71e0b772dd1f3df1ac54e46d85909c955405420e)
-- Changed file encoding. [`4ffb600`](https://github.com/ImageMagick/ImageMagick/commit/4ffb60019e0958ba02dd7252efad5f6c45e5d109)
-- Added BC7_ prefix to the new variables. [`abed239`](https://github.com/ImageMagick/ImageMagick/commit/abed23939f5a05972bca3c70c9a265f20f5fe960)
-- Added missing magick_unreferenced. [`647e477`](https://github.com/ImageMagick/ImageMagick/commit/647e47752ca6053d4ba060ac808c359f5ef2d4d4)
-- Renamed variables. [`6d56ce1`](https://github.com/ImageMagick/ImageMagick/commit/6d56ce1c2776bbeb71146b00b226fefc7328c815)
-- Initialize the arrays. [`8a41ce8`](https://github.com/ImageMagick/ImageMagick/commit/8a41ce827dfb1f499323ff20844e6c8ddf007c60)
-- DDSInfo should be a const instead. [`c8bfe14`](https://github.com/ImageMagick/ImageMagick/commit/c8bfe144765bf91a200136054822badb1ea611b5)
-- Renamed variable. [`99c26a8`](https://github.com/ImageMagick/ImageMagick/commit/99c26a87fabc827b9b6a00c6f34beff1a53db7eb)
-- Corrected indentation. [`6d3a9fc`](https://github.com/ImageMagick/ImageMagick/commit/6d3a9fc09db05d8a4db6eae3af1c0586e22b1b77)
-- Renamed variable. [`cc73c49`](https://github.com/ImageMagick/ImageMagick/commit/cc73c49654f15c11e8e8ce1d3810c78b0f8d6a1a)
-- Renamed variable. [`b0cda46`](https://github.com/ImageMagick/ImageMagick/commit/b0cda462f3a8190fd1694087eb44b12866159f00)
-- Whitespace. [`341249b`](https://github.com/ImageMagick/ImageMagick/commit/341249be9340fc3382c86045779b756dae43fe87)
-- https://github.com/ImageMagick/ImageMagick/issues/4059 [`0ad86b1`](https://github.com/ImageMagick/ImageMagick/commit/0ad86b1de8de30a95f52e291f556836c7ce27701)
-- Fixed typo. [`a538bea`](https://github.com/ImageMagick/ImageMagick/commit/a538beafd0c2edc9111663e62cff4e8127b07a29)
-- Added missing typecast. [`affcc88`](https://github.com/ImageMagick/ImageMagick/commit/affcc8804ab94d0d6dc0ee5afe8089517a1050ce)
-- Minor optimization when nothing will change. [`0b295fb`](https://github.com/ImageMagick/ImageMagick/commit/0b295fbcf5d69a4388f67df55a7dbd468f5786e8)
-- Removed define that breaks with the Windows 10 SDK version 2104. [`ae0bf44`](https://github.com/ImageMagick/ImageMagick/commit/ae0bf4469b4546914e1cd3767d560e665876e92a)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38401 [`c5d3358`](https://github.com/ImageMagick/ImageMagick/commit/c5d3358acc7cb76b9321004ff3fe6342e7c630e7)
-- Added separate method for MSVG rendering. [`5bc6089`](https://github.com/ImageMagick/ImageMagick/commit/5bc608983b3d1b364e91d927cb0fdca037b44b8e)
-- Code style change. [`67bafc4`](https://github.com/ImageMagick/ImageMagick/commit/67bafc4db482d5d90fa4455293c982713b11dee0)
-- Added extra policy check. [`faad5a3`](https://github.com/ImageMagick/ImageMagick/commit/faad5a3caa24d7d0b34a7d8fe3f2b214a626293a)
-- Code style changes. [`325f1f1`](https://github.com/ImageMagick/ImageMagick/commit/325f1f12643ed86f893b347c21f0811ff2a1dfee)
-- Fixed incorrect check when module is used as the domain in policy.xml that would allow the use of a disabled module. [`816a070`](https://github.com/ImageMagick/ImageMagick/commit/816a070b8039102d1ead418c5101761cd7505836)
-- Use InheritException instead. [`d2a2f1c`](https://github.com/ImageMagick/ImageMagick/commit/d2a2f1ca5917cfbdfa188b0a8a534061659db2cb)
-- Added missing policy checks in RegisterStaticModules. [`35893e7`](https://github.com/ImageMagick/ImageMagick/commit/35893e7cad78ce461fcaffa56076c11700ba5e4e)
-- Added early exits. [`b344d1f`](https://github.com/ImageMagick/ImageMagick/commit/b344d1f1090e73ce488938d6e5f5ac96a792356b)
-- Use AllPolicyRights instead. [`6920157`](https://github.com/ImageMagick/ImageMagick/commit/6920157d93973bc8f75bc60fa2f22da5127f1f4b)
-- Revert break to make it possible to use and allow list. [`8fa0697`](https://github.com/ImageMagick/ImageMagick/commit/8fa069797945f7b6e64b33cad4780311ff1b4ad5)
-- Use the correct rights. [`01faddb`](https://github.com/ImageMagick/ImageMagick/commit/01faddbe2711a4156180c4a92837e2f23683cc68)
-- Added missing call to CloseBlob. [`225b51d`](https://github.com/ImageMagick/ImageMagick/commit/225b51d7f2e86b8c8588022fe1e391249d023904)
-- Fixed memory leak. [`f9c35c9`](https://github.com/ImageMagick/ImageMagick/commit/f9c35c91bac4d6380edeaaad8e536a7ef1fdb489)
-- Clean up the remaining PDF files if reading one of the files fails. [`51d10c0`](https://github.com/ImageMagick/ImageMagick/commit/51d10c05d5a4a409a80d90826dd3fbdd2b765c5f)
-- Update comment about availbale ImageTypes [`59b288d`](https://github.com/ImageMagick/ImageMagick/commit/59b288da691c30adf330334898261eff868bd13d)
-- pending release [`9d3fc1a`](https://github.com/ImageMagick/ImageMagick/commit/9d3fc1a6142ee1180692d5a79f8c4367527d6843)
-- Added missing calls to clean up the tile_image. [`a0232bf`](https://github.com/ImageMagick/ImageMagick/commit/a0232bf812f419c97eedde66e0a764f318eab7bd)
-- Code style changes. [`86f886d`](https://github.com/ImageMagick/ImageMagick/commit/86f886daf4d48f966a47a70ab8e1bd6003565267)
-- Code cleanup. [`2819152`](https://github.com/ImageMagick/ImageMagick/commit/28191523ff8650a3b4f28bbffcc60e02f593abc4)
-- Also set RGB channels when reading the image. [`adbc185`](https://github.com/ImageMagick/ImageMagick/commit/adbc1855ec4768bd6069d7749185410ecef63a37)
-- Added missing call to ConstrainColormapIndex. [`ea286be`](https://github.com/ImageMagick/ImageMagick/commit/ea286be7fdc95934b4773d3ef9d8eeb4efafd0b3)
-- pending release [`bae7240`](https://github.com/ImageMagick/ImageMagick/commit/bae72403751eeaac75b87216ca34b59254c2af3e)
-- Don't set the resolution when the cropbox is used. (#2657) [`ae08737`](https://github.com/ImageMagick/ImageMagick/commit/ae0873767ab7b862e3d50a852279150e2f692fb2)
-- pending release [`9a01274`](https://github.com/ImageMagick/ImageMagick/commit/9a01274ab11088c8d59713748c0554bb4d534699)
-- https://github.com/ImageMagick/ImageMagick/issues/2579 [`9108421`](https://github.com/ImageMagick/ImageMagick/commit/91084218c9a9d2fdcdb2f11d8af797acfc21d367)
-- pending release [`720b86f`](https://github.com/ImageMagick/ImageMagick/commit/720b86f5d2c130b9dffb5e0e5a7b72f2c041b2a8)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38573 [`6d00c96`](https://github.com/ImageMagick/ImageMagick/commit/6d00c96343ce0f5d3a91327c4ef2ed42fbcf86ad)
-- https://github.com/ImageMagick/ImageMagick/issues/2576 [`d368d3c`](https://github.com/ImageMagick/ImageMagick/commit/d368d3c6bab35ad8857acaccc7b85d10c021c2c8)
-- pending release [`957e478`](https://github.com/ImageMagick/ImageMagick/commit/957e47818ef0ae9ce73ade28a649ee7411a736e7)
-
-## [7.1.0-6](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-5...7.1.0-6) - 2021-09-04
-
-### Commits
-
-- ... [`2d444c9`](https://github.com/ImageMagick/ImageMagick/commit/2d444c93b34f1a77c7d1d7570ba3e9350697af4e)
-- ./configure --help no longer lists -disable-assert twice [`ac8fdfa`](https://github.com/ImageMagick/ImageMagick/commit/ac8fdfa944724cf5565b33d3f876d5ebdefded71)
-- https://github.com/ImageMagick/ImageMagick/issues/4121 [`3c9c259`](https://github.com/ImageMagick/ImageMagick/commit/3c9c25927f6601dc778278de595b5cb0a4da6bd1)
-- tweak the bilevel image type [`83fb8c8`](https://github.com/ImageMagick/ImageMagick/commit/83fb8c8644eeac8c667bbcb19b647c36830cc64f)
-- Whitespace. [`70956aa`](https://github.com/ImageMagick/ImageMagick/commit/70956aa4058c556b5b3f0a28416951ba966d4419)
-- Code style fixes. [`8447575`](https://github.com/ImageMagick/ImageMagick/commit/8447575dace7a606f73a8c3e2f374d907af382c1)
-- Some optimizations when reading the exif profile. [`eb7cd80`](https://github.com/ImageMagick/ImageMagick/commit/eb7cd800ba6392ae6bd05f71a2c2718e59848af5)
-- https://github.com/ImageMagick/ImageMagick/issues/4105 [`90914bd`](https://github.com/ImageMagick/ImageMagick/commit/90914bd1b924ef4b95c24a3ca1e579252d2fc5fc)
-- Also prevent disabling highres for a quantum depth above 16 [`bc6d819`](https://github.com/ImageMagick/ImageMagick/commit/bc6d819af99d742bd6cdcc2f191af2a72600898e)
-- Code style changes. [`3b90f52`](https://github.com/ImageMagick/ImageMagick/commit/3b90f52ce2fb342d26bf8e0c2cf60f9e312e2bd2)
-- Some more code cleanup. [`99f677d`](https://github.com/ImageMagick/ImageMagick/commit/99f677d622fc946f4376aa18846fdd85cead9a28)
-- Added support for reading the XMP profile from iTXt chunk (#4114). [`02fab91`](https://github.com/ImageMagick/ImageMagick/commit/02fab910d4043b5d6d0ab41676d53741aaea334c)
-- Comment changes. [`ccb5555`](https://github.com/ImageMagick/ImageMagick/commit/ccb5555af3aa0bc1b1197cf5e3ba0c4049145c73)
-- Minor changes to the formatting of the parentheses. [`827d30b`](https://github.com/ImageMagick/ImageMagick/commit/827d30b598bcd8e8ffdf1d80f4f468ce94a7ec72)
-- Use different values per channel for scale and translate. [`4b9d95f`](https://github.com/ImageMagick/ImageMagick/commit/4b9d95fb1aa138cc75592f5331c5ce99faae94ba)
-- https://github.com/ImageMagick/ImageMagick/issues/4128 [`37c9732`](https://github.com/ImageMagick/ImageMagick/commit/37c9732d4fd51f6868a7c005b6036a137cdccc8b)
-- Add -dPrinted=false to the Ghostscript options (#4019) [`f9b8490`](https://github.com/ImageMagick/ImageMagick/commit/f9b8490463b7d98ffb795457ceb4cf6e09593619)
-- Added missing define for the Windows build. [`6476508`](https://github.com/ImageMagick/ImageMagick/commit/6476508e5af1e6ad8be337fb526a4b955e5f98b5)
-- Moved typecast to silence warnings. [`b069eb6`](https://github.com/ImageMagick/ImageMagick/commit/b069eb61b146e146c9583f72067c2426c3e1fe55)
-- Minor refactoring. [`c2907ae`](https://github.com/ImageMagick/ImageMagick/commit/c2907ae9a2751ffd37981ea78e8b7b5d8495cdae)
-- Updated .editorconfig. [`ffbe1ce`](https://github.com/ImageMagick/ImageMagick/commit/ffbe1cedd2aa83b365552bdadb44dc886fa0e792)
-- Use link for the Windows build instructions instead. [`5ec7806`](https://github.com/ImageMagick/ImageMagick/commit/5ec78060a7a8a19066029f4eb32bee8eca4b585b)
-- Removed extra endif that breaks the build. [`5992cba`](https://github.com/ImageMagick/ImageMagick/commit/5992cba82a8dc90ccdf39163189dc72408836df8)
-- Add -HDRI to the quantum in the version string when HDRI is enabled. [`0e7233e`](https://github.com/ImageMagick/ImageMagick/commit/0e7233ef4256a7ac1a03bc726ca74f8228f192b9)
-- https://oss-fuzz.com/testcase-detail/6502669439598592 [`1161978`](https://github.com/ImageMagick/ImageMagick/commit/1161978e8f3ff6607c5d0a34cd0e29150c4e29aa)
-- pending release [`f500d17`](https://github.com/ImageMagick/ImageMagick/commit/f500d17454a43130ffb30bd4ca7836594eabb456)
-- initialize buffer before calling TIFFGetField() [`428fa64`](https://github.com/ImageMagick/ImageMagick/commit/428fa64baa6075b93f09857aea77fdac74d16f86)
-- Introduce new define for the visual studio version. [`94700f1`](https://github.com/ImageMagick/ImageMagick/commit/94700f1662e4ec293b0bea4e5d096d468988ebae)
-- Removed checks for old Visual Studio versions. [`01ad6b3`](https://github.com/ImageMagick/ImageMagick/commit/01ad6b38b56cb3d1338eb959555e2eeffa986314)
-- Include the compiler version in the output when it is known. [`cf472f4`](https://github.com/ImageMagick/ImageMagick/commit/cf472f4997caf053cd467ce10ae00c5fc696ed00)
-- Fixed typo. [`e007d45`](https://github.com/ImageMagick/ImageMagick/commit/e007d45b069de531e763f369baeed10fb391c5c5)
-- Revert local changes that should not have been committed yet. [`b9d8ebf`](https://github.com/ImageMagick/ImageMagick/commit/b9d8ebf930f22b375ffe09b59b33e6eb7e8ad44c)
-- Use UTC date instead. [`7c589e7`](https://github.com/ImageMagick/ImageMagick/commit/7c589e7806142e6ee8d0afe68930ce7f501c214e)
-- pending release [`a454b3a`](https://github.com/ImageMagick/ImageMagick/commit/a454b3a2aec75482aaaf040f072102b264e0fa35)
-
-## [7.1.0-5](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-4...7.1.0-5) - 2021-08-22
-
-### Merged
-
-- fix #4097:Division by zero in ReadEnhMetaFile() of coders/emf.c [`#4098`](https://github.com/ImageMagick/ImageMagick/pull/4098)
-- fix Division by zero in XMenuWidget() of MagickCore/widget.c [`#4041`](https://github.com/ImageMagick/ImageMagick/pull/4041)
-
-### Fixed
-
-- fix #4097:Division by zero in ReadEnhMetaFile() of coders/emf.c (#4098) [`#4097`](https://github.com/ImageMagick/ImageMagick/issues/4097)
-
-### Commits
-
-- Corrected remark to make it clear that this is for both reading and writing. [`5c09e3e`](https://github.com/ImageMagick/ImageMagick/commit/5c09e3e9cc6f904114e5c71cd1ff1a6df46cb9f8)
-- ... [`085c116`](https://github.com/ImageMagick/ImageMagick/commit/085c1165f6158ebf968342d5a7d86690fdd7cf88)
-- timeb.h is deprecated [`18e9f44`](https://github.com/ImageMagick/ImageMagick/commit/18e9f449af1847f650bab4d482d8e78b962748f8)
-- eliminate compiler warning [`f0ed21d`](https://github.com/ImageMagick/ImageMagick/commit/f0ed21d134c26e5c2153c2910bf5b709553de393)
-- reset image structure magick member [`7480434`](https://github.com/ImageMagick/ImageMagick/commit/748043424030bc4e01875812e199601c78739c72)
-- optimize on grayscale detection [`11c49cd`](https://github.com/ImageMagick/ImageMagick/commit/11c49cde3c2b00cf5097d804f695762bc486ddc2)
-- migrate colorspace:auto-grayscale from MagickCore to coders where it belongs [`2af2970`](https://github.com/ImageMagick/ImageMagick/commit/2af297015b3752df59794ae554f8df33103caff3)
-- slight grayscale optimization [`b3f2cc6`](https://github.com/ImageMagick/ImageMagick/commit/b3f2cc6adf6f3b108958944eb4a7f58c96dd5ffc)
-- fix compiler exception [`84d7493`](https://github.com/ImageMagick/ImageMagick/commit/84d7493233fdbc60ad979bd97071c9bca121ce0a)
-- optimizing grayscale images, a work in progress [`e265516`](https://github.com/ImageMagick/ImageMagick/commit/e26551682dd93331b6f3ef78a2ac366226df4915)
-- additional grayscale optimizations [`acbf6a8`](https://github.com/ImageMagick/ImageMagick/commit/acbf6a87adc8b6a86628e006b8582a43c4ac4fc0)
-- ensure we set image gamma to 1 for linear grayscale image types [`4dac01e`](https://github.com/ImageMagick/ImageMagick/commit/4dac01ec2f038b75316c99c64a3c0dbaed717cd5)
-- identify grayscale images lurking in the PPM image format [`e4b53d0`](https://github.com/ImageMagick/ImageMagick/commit/e4b53d0f17962641e0502a93ec9c7a13b7086c98)
-- cosmetic [`2c2545d`](https://github.com/ImageMagick/ImageMagick/commit/2c2545d439c43bc2f5c1ebc2c6a9ad8511ecc359)
-- set proper colormap index channel [`3ca9d29`](https://github.com/ImageMagick/ImageMagick/commit/3ca9d2972527b867f2c96b4997ddbd2ffc68d535)
-- grayscale images were not being written properly [`944a910`](https://github.com/ImageMagick/ImageMagick/commit/944a910a82f654e2eb2dc28d3081594d18b6a393)
-- Whitespace changes. [`85e440a`](https://github.com/ImageMagick/ImageMagick/commit/85e440a514fc24e78f51c7611538a02a44f812ac)
-- slight optimization [`3aee329`](https://github.com/ImageMagick/ImageMagick/commit/3aee329e309398b1e830a7293b15ab6cb9a48c9c)
-- revert [`fcbce07`](https://github.com/ImageMagick/ImageMagick/commit/fcbce07c69505662575c09069802fe894c6a8dd2)
-- check is colorspace is incompatible before transforming it to sRGB [`f9e7a09`](https://github.com/ImageMagick/ImageMagick/commit/f9e7a09d8c2a1f24cfab503ac80cf2426b9c289d)
-- revert and revisit [`386f933`](https://github.com/ImageMagick/ImageMagick/commit/386f933f4197446ced4873b184b966885c52229b)
-- reduce memory moves [`316adb6`](https://github.com/ImageMagick/ImageMagick/commit/316adb6d5f257c51dd47bf9f47f20d141f1e57ec)
-- revert [`5ee49d6`](https://github.com/ImageMagick/ImageMagick/commit/5ee49d66e6534ab7d145dce89e502a6d0b9f18fa)
-- heap-based buffer overflow in TIFF coder (alert from Hunter Mitchell) [`1fa6e59`](https://github.com/ImageMagick/ImageMagick/commit/1fa6e59b0a8ae937cd04893ab3c6cdbdca0b5433)
-- heap-based buffer overflow in TIFF coder (alert from Hunter Mitchell) [`1ef7420`](https://github.com/ImageMagick/ImageMagick/commit/1ef7420842ae912a746350605b016b928ab0004d)
-- heap-based buffer overflow in TIFF coder (alert from Hunter Mitchell) [`005f7b9`](https://github.com/ImageMagick/ImageMagick/commit/005f7b9b4faba4a218befdae0d109fdfce0e8496)
-- revert grayscale optimization for now [`a8416bd`](https://github.com/ImageMagick/ImageMagick/commit/a8416bdc2a2a4bc04a9c0e9acf53cb4d070c9ab3)
-- check for grayscale with alpha channel [`6eea084`](https://github.com/ImageMagick/ImageMagick/commit/6eea084fd9f9f1be258376547344ca199ddc4625)
-- revert [`b6800c8`](https://github.com/ImageMagick/ImageMagick/commit/b6800c8f2aed871845b70462a70c8155abec1419)
-- Add support for writing the alpha channel (#1361) [`9da8d9c`](https://github.com/ImageMagick/ImageMagick/commit/9da8d9ccef4eaf37b3c765aae1399d8d2d83f0c6)
-- Removed incorrect assert. [`a365542`](https://github.com/ImageMagick/ImageMagick/commit/a36554278729ca2ab6dc9e84a220528380ec06a9)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36990 [`d137050`](https://github.com/ImageMagick/ImageMagick/commit/d137050dbe63cf1dcc815d6ecb5dfd1d56624335)
-- https://github.com/ImageMagick/ImageMagick/issues/4059 [`b93a6a2`](https://github.com/ImageMagick/ImageMagick/commit/b93a6a2be891f1dbc761bdf4774b2e25b9109ff2)
-- Corrected indentation. [`1b25f37`](https://github.com/ImageMagick/ImageMagick/commit/1b25f37fb374cb371d78e6ba139ad9bf7a9bf6fe)
-- Added support for reading the embedded thumbnail. [`06b50d3`](https://github.com/ImageMagick/ImageMagick/commit/06b50d3e60a23d23d11114f32fb128df86109033)
-- https://github.com/ImageMagick/ImageMagick/issues/4059 [`c14022a`](https://github.com/ImageMagick/ImageMagick/commit/c14022ab5b8593cc5c4c3f6936af93d2f9fb58b7)
-- Added the new option to the ChangeLog. [`7f4edad`](https://github.com/ImageMagick/ImageMagick/commit/7f4edad9ae80cccfa0250656f1df1ba85997f744)
-- Fix typo - ellipical to elliptical [`346218b`](https://github.com/ImageMagick/ImageMagick/commit/346218b2d2d14466521d993e8c56c23fb9c8df76)
-- Set the color encoding to fix writing JXL images with libjxl 0.5 (#4064) [`7fb6eda`](https://github.com/ImageMagick/ImageMagick/commit/7fb6eda2c0ce209bacdc38d1c88c4a7d26125322)
-- Renamed the method. [`e28d7c5`](https://github.com/ImageMagick/ImageMagick/commit/e28d7c54773706b02c65045d3c4a1d9e8b589f4a)
-- Use JxlColorEncodingSetToLinearSRGB instead. [`970724d`](https://github.com/ImageMagick/ImageMagick/commit/970724dfdbabb5476e314ec66723cbd93885fa3d)
-- Use & instead. [`c37514a`](https://github.com/ImageMagick/ImageMagick/commit/c37514ac3a08eece93ba23670529745026551c1f)
-- Use a single buffer instead. [`c4367bc`](https://github.com/ImageMagick/ImageMagick/commit/c4367bc3ce261a03f74b66ff0c97cb7720b70725)
-- Correct order. [`fff99c1`](https://github.com/ImageMagick/ImageMagick/commit/fff99c14b1eaa7d0d11865d8ac2199689679bd9b)
-- Whitespace [`c79cf71`](https://github.com/ImageMagick/ImageMagick/commit/c79cf71e91bbdfff81ec0353f31671c2116c5dc1)
-- The DDSD_CAPS flags should also always be set. [`357ec61`](https://github.com/ImageMagick/ImageMagick/commit/357ec616c7a0a7247bd861619f2b32028af7cd2f)
-- stop parsing after exception [`21a99da`](https://github.com/ImageMagick/ImageMagick/commit/21a99da0c4da80453fa442998ffd92aa3f1716e8)
-- stop parsing on exception [`f0af490`](https://github.com/ImageMagick/ImageMagick/commit/f0af49097aafef2fcd391ee48ca02fb8ec99277c)
-- Added new method to also preserve the creation of a file on Windows. This also fixes setting the timestamps on utf8 file names. [`df0b5ac`](https://github.com/ImageMagick/ImageMagick/commit/df0b5ac3eab808c0b39c497dcad41321dd8b4de6)
-- Fixed build on non-Windows platform. [`86812bb`](https://github.com/ImageMagick/ImageMagick/commit/86812bb015dc8963d5bc006ce0b92207a12c7bac)
-- Removed unused include. [`8334a7e`](https://github.com/ImageMagick/ImageMagick/commit/8334a7efba0571dc6a1561295eb1a309c5da65eb)
-- prefer utimensat() over utime() [`481c8a4`](https://github.com/ImageMagick/ImageMagick/commit/481c8a4d165374a4e1262e75480147e3996f1072)
-- Make sure a value is returned. [`1e59b57`](https://github.com/ImageMagick/ImageMagick/commit/1e59b5794eb74d1ff33138a79813fd23b36ad847)
-- cosmetic [`19cadba`](https://github.com/ImageMagick/ImageMagick/commit/19cadba2492ebb41dddbaea6c4219d2593f90129)
-- st_atim is st_atimespec under Apple/NetBSD [`fa64172`](https://github.com/ImageMagick/ImageMagick/commit/fa64172595cece87878e7b0b6439fca0e900b118)
-- Fix memory leak in AnimateImageCommand() of MagickWand/animate.c and DisplayImageCommand() of MagickWand/display.c [`1630cbb`](https://github.com/ImageMagick/ImageMagick/commit/1630cbb8a5065aa769466baedac91f87e5c5bc89)
-- pending release [`007c888`](https://github.com/ImageMagick/ImageMagick/commit/007c8882eb8b72878ae7a0209f1e2d225e533889)
-- Added missing call to DestroyDisplay. [`b38b91d`](https://github.com/ImageMagick/ImageMagick/commit/b38b91d035cd5524431563d91983dd803d1c7d2f)
-- Added .editorconfig. [`558ff49`](https://github.com/ImageMagick/ImageMagick/commit/558ff49afbde4c208cf380682772a09cd9ee6746)
-- Upgrade solution instead. [`a225f4c`](https://github.com/ImageMagick/ImageMagick/commit/a225f4c065bb9ed031777ea8f4893f991f01e37d)
-- Fix typo - Rodidoux to Robidoux [`f03ee36`](https://github.com/ImageMagick/ImageMagick/commit/f03ee363ed5a541383ee9f9dcda67a90c8aa7a24)
-- Update reference to ImageMagick-6 [`4d65ee5`](https://github.com/ImageMagick/ImageMagick/commit/4d65ee597fd05151a9e7d8467c1e17f87baaa273)
-- cosmetic [`8c6e77e`](https://github.com/ImageMagick/ImageMagick/commit/8c6e77e03928ece193767f7ad9a1485b79578099)
-- cosmetic [`8dd4859`](https://github.com/ImageMagick/ImageMagick/commit/8dd4859aac64ca758e15ba20c9f9f2fc0c1e58f0)
-- pending release [`69ba0c4`](https://github.com/ImageMagick/ImageMagick/commit/69ba0c45f657e7b7bf5171099de24c5c57898684)
-- Use new solution that is already upgrade to VS2019. [`8f77c3c`](https://github.com/ImageMagick/ImageMagick/commit/8f77c3c9caeb586f4a77e5aa09ade19320b67fe0)
-- pending release [`6e11e59`](https://github.com/ImageMagick/ImageMagick/commit/6e11e59b8a8111c3052dfea99312d802254ebe95)
-- https://github.com/ImageMagick/ImageMagick/discussions/4096 [`dc1df68`](https://github.com/ImageMagick/ImageMagick/commit/dc1df68764b537d90be3311f6413c4271ef1ad22)
-- Corrected return type to fix emscripten build error. [`bdeb549`](https://github.com/ImageMagick/ImageMagick/commit/bdeb549c28e130a02fdf90791acf7a7d5e10a66a)
-- Corrected return type to fix emscripten build error. [`9916dc4`](https://github.com/ImageMagick/ImageMagick/commit/9916dc45d319d0810882fd8d659246bcec041fff)
-- pending release [`74f8154`](https://github.com/ImageMagick/ImageMagick/commit/74f8154136d2f631ca3e0421e6cf6c8dccd548f7)
-
-## [7.1.0-4](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-3...7.1.0-4) - 2021-07-18
-
-### Commits
-
-- ... [`433d174`](https://github.com/ImageMagick/ImageMagick/commit/433d17474d91aa37c5d933062b9c0a12fcbe9cf3)
-- https://github.com/ImageMagick/ImageMagick/issues/3896 [`73ef506`](https://github.com/ImageMagick/ImageMagick/commit/73ef50686e69dbc2ea709f87435b1fd7cd3e4f8b)
-- ... [`3497eb4`](https://github.com/ImageMagick/ImageMagick/commit/3497eb45819651fc3f16a4ee2e0e6c4f3c5c56cb)
-- remove virtual canvas offset from similarity image [`e87b9ea`](https://github.com/ImageMagick/ImageMagick/commit/e87b9ea62438e2f679548bb2e50a3a64892b001d)
-- ... [`418102d`](https://github.com/ImageMagick/ImageMagick/commit/418102ddffba555a18480b79de8713e69bdebe16)
-- ... [`5bd18b5`](https://github.com/ImageMagick/ImageMagick/commit/5bd18b5181671f534e9a01f366a19c7b6d902438)
-- search for fftw delegate library by default [`7c082c3`](https://github.com/ImageMagick/ImageMagick/commit/7c082c32a622763b11644e05a16ea4ad717b09b8)
-- ... [`d2a7a08`](https://github.com/ImageMagick/ImageMagick/commit/d2a7a083b6aa31232ecd90c28399059bbd747c77)
-- Call MagickWandTerminus instead of MagickCoreTerminus to also destroy the wand id's. [`e80cbdf`](https://github.com/ImageMagick/ImageMagick/commit/e80cbdf3752eb5c8972f579ba9f88cfc235db524)
-- Fixed writing the iptc information when it is not stored as long. [`9f44f1e`](https://github.com/ImageMagick/ImageMagick/commit/9f44f1eb60a7669a0fd07ffb3086ba2075b8dd11)
-- revert, use -enable-fftw to include FFT support [`273b425`](https://github.com/ImageMagick/ImageMagick/commit/273b425df8f66dec898b3774b2ae24a8ea5d60ad)
-- https://github.com/ImageMagick/ImageMagick/issues/3951 [`e7d3e18`](https://github.com/ImageMagick/ImageMagick/commit/e7d3e182b72ff9b2c3ea1c9aa0f14d69cc968ba7)
-- make genesis/terminus calls symmetric [`eddd1d9`](https://github.com/ImageMagick/ImageMagick/commit/eddd1d9d55b1bbda1b1ddad5c775fe251c65b003)
-- pending release [`fa6c65a`](https://github.com/ImageMagick/ImageMagick/commit/fa6c65a4c40e1fa63629cff9d847191b270378da)
-- revert; keep CoreGenesis/CoreTerminus pairs; destroy wand ids [`d987d2d`](https://github.com/ImageMagick/ImageMagick/commit/d987d2d852bc55dd6d0895decf16d4d95bd5ba07)
-- include header that defines DestroyWandIDs() [`2618a34`](https://github.com/ImageMagick/ImageMagick/commit/2618a34db049f68eea07d010de6961cc1ea63a1a)
-- Added new video options to the ChangeLog. [`8930dae`](https://github.com/ImageMagick/ImageMagick/commit/8930dae0d126fff1ff3ccb76b12da895c7b2c89a)
-- Use MagickWandGenesis and Terminus instead. [`2e262f3`](https://github.com/ImageMagick/ImageMagick/commit/2e262f3b1196b2ff8a43eaf454fc6fc52f805d91)
-- pending release [`159d069`](https://github.com/ImageMagick/ImageMagick/commit/159d06999c78d620f07de749dea93137527114d6)
-- revert mods [`bb96fe8`](https://github.com/ImageMagick/ImageMagick/commit/bb96fe8039793751e7815b1c7d0aad6cd98cff3f)
-- pending release [`0c074c1`](https://github.com/ImageMagick/ImageMagick/commit/0c074c122501a5bc3831ff4f95a6bf2e323929ce)
-- Corrected call to RelinquishUniqueFileResource. [`4c1f846`](https://github.com/ImageMagick/ImageMagick/commit/4c1f84677557e44ae7c1e1c698a9415993a9dbee)
-- Set the file to null to make sure a new file is written. [`59c28ac`](https://github.com/ImageMagick/ImageMagick/commit/59c28ac750bfdb5c67ee72cbd5d9906e7227f50d)
-- Corrected cleanup of temporary files. [`8eb9c6c`](https://github.com/ImageMagick/ImageMagick/commit/8eb9c6c4898ac774a4c97dcfb783d0c751e64736)
-- pending release [`5369493`](https://github.com/ImageMagick/ImageMagick/commit/53694931e6abe01d86ecabd3b45dc60a0d7461df)
-
-## [7.1.0-3](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-2...7.1.0-3) - 2021-07-17
-
-### Merged
-
-- magick.sh.in: Corrected sample command [`#3867`](https://github.com/ImageMagick/ImageMagick/pull/3867)
-
-### Commits
-
-- Test with mingw-w64 using MSYS2 CI [`6509eba`](https://github.com/ImageMagick/ImageMagick/commit/6509eba48ebb5fd8a398a3548389ddcec0b60836)
-- ... [`20cee9e`](https://github.com/ImageMagick/ImageMagick/commit/20cee9ed101b9b57f3202f5e982a7621d3df7040)
-- ... [`2f59f48`](https://github.com/ImageMagick/ImageMagick/commit/2f59f484faf87958830755d3b29bfa16de1e8091)
-- system() is not supported under IOS [`43c4c09`](https://github.com/ImageMagick/ImageMagick/commit/43c4c099f349fba0d033b731064a1d021c1c80ad)
-- Moved define to silence warning [`7107723`](https://github.com/ImageMagick/ImageMagick/commit/7107723e5c107f7f6146e5a42ae0d2f9c8f6b90f)
-- Use markdown in the intro instead. [`48e729d`](https://github.com/ImageMagick/ImageMagick/commit/48e729dced01220ed5cf4f7035afaff4aab01a32)
-- Try a different syntax instead. [`8c5a1af`](https://github.com/ImageMagick/ImageMagick/commit/8c5a1af2aadb054a086348ef87ab4ad6248a30ce)
-- Remove newline [`1ebec54`](https://github.com/ImageMagick/ImageMagick/commit/1ebec5455d4783125cca25fdd6631b617ba99296)
-- Try without markdown. [`b56a2f6`](https://github.com/ImageMagick/ImageMagick/commit/b56a2f62ef2ec44692490b654c6cfe6f1352efae)
-- Set the pixel format to ARGB when reading an animated PNG file. [`95add9f`](https://github.com/ImageMagick/ImageMagick/commit/95add9f12b236e0bf51e4ad94fc3c4f7afdaa87e)
-- Also allow specifying the pixel format when reading the image. [`81e4de3`](https://github.com/ImageMagick/ImageMagick/commit/81e4de31833026997edb9d85d540c623815afe55)
-- Make it more clear that no memory is leaking. [`78228f0`](https://github.com/ImageMagick/ImageMagick/commit/78228f05b022912f368a3652da9937b135fe9311)
-- The predictor tag should only be set for specific compression types. [`c55d9ac`](https://github.com/ImageMagick/ImageMagick/commit/c55d9ac269c1129230c82942820537acaab58261)
-- Only get the number of channels once. [`d4ecdd3`](https://github.com/ImageMagick/ImageMagick/commit/d4ecdd329d067bafae6d59f91fcf65ed5ed57c71)
-- Added typecast to silence warning. [`af8fc23`](https://github.com/ImageMagick/ImageMagick/commit/af8fc23d08bc770aade4fa807d254251f475062c)
-- Only call GetImageChannels once. [`86ff043`](https://github.com/ImageMagick/ImageMagick/commit/86ff0435472a50877a83a26ccfccaa8365f08e08)
-- support -evaluate:clamp setting [`85f61c1`](https://github.com/ImageMagick/ImageMagick/commit/85f61c1974daeb23d53ac693198fbdbdee8e35b7)
-- ... [`6c23915`](https://github.com/ImageMagick/ImageMagick/commit/6c23915c22c46d322580909b99f515cd67277aa7)
-- ... [`4480b3e`](https://github.com/ImageMagick/ImageMagick/commit/4480b3ec63f428c63c6c1f1c92e8dfd80326ca32)
-- set imaginary component of the complex conjugate to -Ai [`3a9c3ed`](https://github.com/ImageMagick/ImageMagick/commit/3a9c3ed1e4b5aba7f6eef5a6c9af1974a4c7e16b)
-- Moved PKGBUILD file to the ImageMagick-Windows repository. [`f3bca7e`](https://github.com/ImageMagick/ImageMagick/commit/f3bca7e8a352d18877e08170dbac37c4f376fa06)
-- Added Windows MSYS2 to the daily build. [`1a50afe`](https://github.com/ImageMagick/ImageMagick/commit/1a50afeebd1a1204ffa748824af53717eebcdac8)
-- Only do a single MSYS2 build in a regular commit. [`8b0e9aa`](https://github.com/ImageMagick/ImageMagick/commit/8b0e9aa6043782fa5d2a8e0a54e3a65e2b16f408)
-- Restored changes that were removed by accident. [`c071597`](https://github.com/ImageMagick/ImageMagick/commit/c071597408a3265f7ef319b890e30b3cb2d7a7fc)
-- Introduce helper method. [`7bdaf57`](https://github.com/ImageMagick/ImageMagick/commit/7bdaf57fe297802a158b10f29d2a847218b44eac)
-- Use double instead. [`6680fc3`](https://github.com/ImageMagick/ImageMagick/commit/6680fc386ac06395c3ffd0cfa23207c34b336702)
-- Added support for setting the interline_spacing (#3827) [`8ada7db`](https://github.com/ImageMagick/ImageMagick/commit/8ada7db5007dbf92477755c7bcd1d234ff1d63d9)
-- Disable font antialiasing when text_antialias is false (#3906). [`0c6512f`](https://github.com/ImageMagick/ImageMagick/commit/0c6512f82749e054a393675c7b68fdba4f327397)
-- accelerated correlation-based image similary using FFT local statistics [`a6515bf`](https://github.com/ImageMagick/ImageMagick/commit/a6515bf66736dee023a579dfc4a0b3922e447ccd)
-- Added raqm to the autolinking list. [`c431f3f`](https://github.com/ImageMagick/ImageMagick/commit/c431f3f3a614aab0041b9643d1c022a04a0f76fd)
-- Added missing typecast. [`ef201e1`](https://github.com/ImageMagick/ImageMagick/commit/ef201e152033a37913efa6dd191f96205df65f32)
-- Added option to peek in the byte buffer. [`59d0b87`](https://github.com/ImageMagick/ImageMagick/commit/59d0b87bc168f0b510902f2402bc2cb5e9986704)
-- Fixed parsing the spot colors of a postscript document. [`86f2fd2`](https://github.com/ImageMagick/ImageMagick/commit/86f2fd2c65b051d244de445a99f8419b89dd5b2f)
-- Moved define inside other define to silence warning. [`5498b40`](https://github.com/ImageMagick/ImageMagick/commit/5498b40f1609caf3e3cfd427396a2014ea4dc905)
-- Use defines from tiff headers to silence warnings. [`bad2e2d`](https://github.com/ImageMagick/ImageMagick/commit/bad2e2dac531eab540da9f19e687ccaf5769aa50)
-- prevent blow-up when standard deviation is 0 [`6b1a23f`](https://github.com/ImageMagick/ImageMagick/commit/6b1a23fb3e75feddb217ed8dde7610c853a1ed30)
-- The defines are not available on MacOS. [`edaaf13`](https://github.com/ImageMagick/ImageMagick/commit/edaaf1326e87293f269f3b83490264ce3dae5580)
-- Corrected earlier patch. [`c09727c`](https://github.com/ImageMagick/ImageMagick/commit/c09727c8fed0d557e2f9f2bc9821913da06851a9)
-- Silence warning. [`7b8159c`](https://github.com/ImageMagick/ImageMagick/commit/7b8159c1772d90f3e1a0cab56bea2a61e93e915a)
-- Renamed variable. [`9264818`](https://github.com/ImageMagick/ImageMagick/commit/9264818998f920a9765d8d08986b4fc6a1dac923)
-- Use different defines to silence warning. [`dffc5fd`](https://github.com/ImageMagick/ImageMagick/commit/dffc5fd0103ecb44223b200fc0ff43e0e62359fe)
-- Replace all values with the new defines. [`cbd1212`](https://github.com/ImageMagick/ImageMagick/commit/cbd1212554265d32ad5ee803549b6f5e61f348d8)
-- skip zero pixels when dividing [`431e9b2`](https://github.com/ImageMagick/ImageMagick/commit/431e9b2b4445400d08a9d1b48199c380d9edc0ce)
-- Corrected return type. [`ed3933d`](https://github.com/ImageMagick/ImageMagick/commit/ed3933d5cf2c3c6ea605cdff5fddd3ba1291e3e4)
-- Check if this silences the mingw warnings. [`5c4a256`](https://github.com/ImageMagick/ImageMagick/commit/5c4a256ca0bb8aee173d5ffc49e88e4e69d05cd9)
-- Use a single check instead of multiple separate checks. [`a0b1ef3`](https://github.com/ImageMagick/ImageMagick/commit/a0b1ef32180ba0e71279d09da4a4f3c1a7575df4)
-- fix threading issue [`3d924d1`](https://github.com/ImageMagick/ImageMagick/commit/3d924d1f29aa2bf40efb8ce036ee24c3c1ebbced)
-- Try a different check. [`0b606a7`](https://github.com/ImageMagick/ImageMagick/commit/0b606a75680fc3970b925881537198d2fb6c4126)
-- Corrected copy paste mistake. [`deb6c52`](https://github.com/ImageMagick/ImageMagick/commit/deb6c5268af1003c4f015580d731905e32b595a5)
-- optimize NCC distortion [`d5a0e51`](https://github.com/ImageMagick/ImageMagick/commit/d5a0e51def85b5be295e8e1fb32b8f15c3f343d6)
-- Restored __MINGW32__ check. [`f69e87d`](https://github.com/ImageMagick/ImageMagick/commit/f69e87d030988d83025f735c3100cfc2416a28eb)
-- ... [`bec7f7b`](https://github.com/ImageMagick/ImageMagick/commit/bec7f7bbe74e41b382e8dc0a54a277c76bc1d9aa)
-- optimize grayscale detection [`ae67947`](https://github.com/ImageMagick/ImageMagick/commit/ae67947f9c098d2bd70b29dd3d502df6161bd06b)
-- check for zero demoninator [`1999a4b`](https://github.com/ImageMagick/ImageMagick/commit/1999a4ba5623a3e56e3cebf0b416fb8dfed63aaa)
-- skip channels with a zero standard-deviation [`1618240`](https://github.com/ImageMagick/ImageMagick/commit/161824005ee122630dfe09ac54faf16e1a6e23ed)
-- ... [`c4df93b`](https://github.com/ImageMagick/ImageMagick/commit/c4df93bb37c4d82aea20af77fdbfea5c3df54753)
-- Try linking with different libraries. [`8d1c095`](https://github.com/ImageMagick/ImageMagick/commit/8d1c0955250540216d88c7f4ba9241e3357caa54)
-- Add libwebp.a again. [`7f5451f`](https://github.com/ImageMagick/ImageMagick/commit/7f5451f1fd54f96f68da227a81afa02068bdcd80)
-- remove debugging output [`e261961`](https://github.com/ImageMagick/ImageMagick/commit/e261961e2af8bd1031f5a54b4d2a184ac9728e35)
-- ... [`2f8d1ea`](https://github.com/ImageMagick/ImageMagick/commit/2f8d1ea3a55c2c76d8fc19f716f58e029397fc17)
-- default to FFT acceleration when HDRI/FFT is enabled [`63d6df8`](https://github.com/ImageMagick/ImageMagick/commit/63d6df8addd0e83c32b960dae19cad70df0b9f9c)
-- https://github.com/ImageMagick/ImageMagick/issues/3925 [`a4aa7af`](https://github.com/ImageMagick/ImageMagick/commit/a4aa7afdeb56c495b9ed48852a768174382639c0)
-- Corrected getting the image dimensions when identifying a postscript file. [`d3eaf1a`](https://github.com/ImageMagick/ImageMagick/commit/d3eaf1ad42d07e612cbf85c42b9e5ba719f9a527)
-- Fixed copy paste mistake. [`40968cf`](https://github.com/ImageMagick/ImageMagick/commit/40968cff0716e3bd7e33e74be2f5258949fa4547)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36248 [`cce49e3`](https://github.com/ImageMagick/ImageMagick/commit/cce49e30a5d1465f42d2c9b5deaa402ed2332f15)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36257 [`606b7da`](https://github.com/ImageMagick/ImageMagick/commit/606b7dab1c1f3e63b4cd2cca5d77ae3978a6659b)
-- cosmetic [`692e6e0`](https://github.com/ImageMagick/ImageMagick/commit/692e6e0594ab861566d70a4ceadbfa5f22234e97)
-- pending release [`a39db78`](https://github.com/ImageMagick/ImageMagick/commit/a39db78bea625be78c1574f26b754696b20c3289)
-
-## [7.1.0-2](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-1...7.1.0-2) - 2021-06-25
-
-### Commits
-
-- ... [`580ab36`](https://github.com/ImageMagick/ImageMagick/commit/580ab36e3c1f35820007d76a65f899fe070ebd78)
-- ... [`7e4a3fd`](https://github.com/ImageMagick/ImageMagick/commit/7e4a3fd49ce77e6ab77a31c1683f04f904e82658)
-- ... [`c46b374`](https://github.com/ImageMagick/ImageMagick/commit/c46b37479fb7ddec1455a040c72aae0f61c76d46)
-- fix memory corruption in ConcatenateStringInfo [`601356f`](https://github.com/ImageMagick/ImageMagick/commit/601356f1d2881b57945de8c22349d8758927f76a)
-- pending release [`779e759`](https://github.com/ImageMagick/ImageMagick/commit/779e7591234a038f515f415cee7fdc42d1968d24)
-- pending release [`c475e5e`](https://github.com/ImageMagick/ImageMagick/commit/c475e5eb6608b8e12b0a31ecb20817c65ad3c62c)
-
-## [7.1.0-1](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-0...7.1.0-1) - 2021-06-20
-
-### Commits
-
-- ... [`50a0ccb`](https://github.com/ImageMagick/ImageMagick/commit/50a0ccbf19bc57f40a372a8c9de11e29de74bcce)
-- ... [`2375efa`](https://github.com/ImageMagick/ImageMagick/commit/2375efa7071024ae4e7a229285860958b4ffdab4)
-- ... [`ef93bbf`](https://github.com/ImageMagick/ImageMagick/commit/ef93bbf56ee823bad6ec8b35d415c51ff4ccf2b3)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=35322 [`4e56815`](https://github.com/ImageMagick/ImageMagick/commit/4e568154b4c8f9c3a3d5e86d433df013a1c65e96)
-- https://github.com/ImageMagick/ImageMagick/issues/3844 [`ab847ac`](https://github.com/ImageMagick/ImageMagick/commit/ab847ac43f81ea470ac297bf17dc519b1bc06700)
-- pending release [`85ae49e`](https://github.com/ImageMagick/ImageMagick/commit/85ae49e52b28376eee6c62a286217a7aae8efd3b)
-- ver allocate memory, typically used when concatentating strings [`dfbf466`](https://github.com/ImageMagick/ImageMagick/commit/dfbf466c79608daf2ed4fe449c699eee4fae0891)
-- Revert patch that automatically changes the image orientation #3844. [`b1d0888`](https://github.com/ImageMagick/ImageMagick/commit/b1d08886f2f4dce7a2edf24d954b46564ced8cd8)
-- Moved type cast. [`98e5c74`](https://github.com/ImageMagick/ImageMagick/commit/98e5c745a15bfb366f7111230ab60349e4cb2220)
-- pending release [`7d5d870`](https://github.com/ImageMagick/ImageMagick/commit/7d5d8709200877102c5a46c2a273c013c407aa77)
-- Execute the video decode delegate differently to make it possible to add extra options. [`cc4638d`](https://github.com/ImageMagick/ImageMagick/commit/cc4638de0c98701b04478a7ecd828caaeb0b58bd)
-- Added option to set the vsync option of the video decoder. [`b5604c4`](https://github.com/ImageMagick/ImageMagick/commit/b5604c459f80ff3421e4667d30cf11460a192c2a)
-- Use const instead. [`95a729d`](https://github.com/ImageMagick/ImageMagick/commit/95a729dec8abc3aa294eb5cc01cb9d41ed76bfa1)
-- Minor refactor. [`ab341ee`](https://github.com/ImageMagick/ImageMagick/commit/ab341eeb27d977eb70d67c54090d6b8fce169590)
-- Renamed variables to make the code more readable. [`409b7c6`](https://github.com/ImageMagick/ImageMagick/commit/409b7c6303a5085408343b892d763b0a0e605075)
-- Allow reading of incorrectly stored XMP profiles (#3617). [`e71d08a`](https://github.com/ImageMagick/ImageMagick/commit/e71d08aa98be7f1d42b638c12d5f5291a873eb75)
-- The pixel memory should be available until WebPAnimEncoderAssemble has been called when writing an animated image. [`75600bb`](https://github.com/ImageMagick/ImageMagick/commit/75600bb09759939ec9ff9434b8dc8c7a53c8ba10)
-- pending release [`0dfbabe`](https://github.com/ImageMagick/ImageMagick/commit/0dfbabe9a64c106cfded5aaa1759d39ee5f09272)
-- Added extra method to silence warning. [`1f1b43e`](https://github.com/ImageMagick/ImageMagick/commit/1f1b43ea7a493b47d77a9f9de767f06ba511378d)
-- pending release [`a5513da`](https://github.com/ImageMagick/ImageMagick/commit/a5513da1b8559fc6789248b7d5afdc1b0bc672e1)
-
-## [7.1.0-0](https://github.com/ImageMagick/ImageMagick/compare/7.0.11-14...7.1.0-0) - 2021-06-12
-
-### Commits
-
-- ... [`20ff6c8`](https://github.com/ImageMagick/ImageMagick/commit/20ff6c82c75ecc5b8241610c25464daf01f615a3)
-- Updated ChangeLog with jpeg-xl changes. [`57e2c38`](https://github.com/ImageMagick/ImageMagick/commit/57e2c3877b3b257467abcdf0c600561a658d7caf)
-- ... [`0a231ef`](https://github.com/ImageMagick/ImageMagick/commit/0a231ef6295b99d27f08db1406ea3aff39bf8fd5)
-- ... [`fadc0fc`](https://github.com/ImageMagick/ImageMagick/commit/fadc0fc36d01baad3651194e27938d375228d46f)
-- https://github.com/ImageMagick/ImageMagick/issues/3765 [`4cfe557`](https://github.com/ImageMagick/ImageMagick/commit/4cfe557096716f29ab2b2c5202bb2024e63b198b)
-- Use script from GitHub repository instead. [`a684bb0`](https://github.com/ImageMagick/ImageMagick/commit/a684bb010b8ef84481b1603d8a6b74d94c556439)
-- Whitespace. [`435fad9`](https://github.com/ImageMagick/ImageMagick/commit/435fad9d1e61d5a3f595cb556986052c4db33e03)
-- Added missing define MAGICKCORE_HAVE_UTIME for the Windows build (#3777) [`9be0520`](https://github.com/ImageMagick/ImageMagick/commit/9be05207eb24eed7a161ac90ce5650d392546e41)
-- Minor refactoring. [`8d78773`](https://github.com/ImageMagick/ImageMagick/commit/8d78773891268cf41429ece4a688a80651818361)
-- Fixed incorrect call to ThrowWriterException. [`f2a0b40`](https://github.com/ImageMagick/ImageMagick/commit/f2a0b4043f0c506df781dd715e161db5d2cb0b33)
-- Added define to silence a warning. [`010ae56`](https://github.com/ImageMagick/ImageMagick/commit/010ae561b65e7106a440b86eef895477996b2981)
-- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=35024 [`6eac50b`](https://github.com/ImageMagick/ImageMagick/commit/6eac50b44aa93f52d9244329446b1f45a680c162)
-- Write the number of channels of the color profile instead of the image (#2070). [`53a01a2`](https://github.com/ImageMagick/ImageMagick/commit/53a01a2eb137c57e57f060705247fd3df81a5a5f)
-- Fix memory leak when it failed to apply ICC color profile [`565b9c4`](https://github.com/ImageMagick/ImageMagick/commit/565b9c4c1d09cdcb016ab77a16c643b9a1755ae2)
-- Corrected writing the icc profile in a PDF file (#2070). [`05486ef`](https://github.com/ImageMagick/ImageMagick/commit/05486efc97630a35f9c054f3fe2a4f09b103278a)
-- When the compression is OJPEG the colorspace should not be changed to YCbCr. [`bb64ce7`](https://github.com/ImageMagick/ImageMagick/commit/bb64ce7240670b4f87bbeba4ac26d342cd1be016)
-- The area value should only be atomic. [`220b524`](https://github.com/ImageMagick/ImageMagick/commit/220b5247245022d9f7636b9fab4adcef88ee3be9)
-- ... [`8050b71`](https://github.com/ImageMagick/ImageMagick/commit/8050b715a47876f01921fbee2d9d210e59620f91)
-- https://github.com/ImageMagick/ImageMagick/issues/3768 [`4cf2209`](https://github.com/ImageMagick/ImageMagick/commit/4cf220914f3aac3df8ddbb805d26ee670eb7d89f)
-- https://github.com/ImageMagick/ImageMagick/issues/3768 [`61ef464`](https://github.com/ImageMagick/ImageMagick/commit/61ef464fc1f1163b4c5b9eacac68ab8ba872e107)
-- https://github.com/ImageMagick/ImageMagick/issues/3818 [`864cf87`](https://github.com/ImageMagick/ImageMagick/commit/864cf878a04dbf976ca8e8b5dab7ddfd8a983aa2)
-- https://github.com/ImageMagick/ImageMagick/issues/3818 [`c955242`](https://github.com/ImageMagick/ImageMagick/commit/c9552421c6e970ba8b2740d10a9ef230b58f7dd3)
-- https://github.com/ImageMagick/ImageMagick/issues/3786 [`bccd8ab`](https://github.com/ImageMagick/ImageMagick/commit/bccd8abe11e42b1549a1ce2dcb809ed0d33519e5)
-- https://github.com/ImageMagick/ImageMagick/discussions/3813 [`2430701`](https://github.com/ImageMagick/ImageMagick/commit/24307018801f6c0aea5a8286769a1d25c55ba611)
-- https://github.com/ImageMagick/ImageMagick/issues/3779 [`59b1d3f`](https://github.com/ImageMagick/ImageMagick/commit/59b1d3fe20b237e61f12efaf321dbdd68b5e2d77)
-- pending release [`9876f46`](https://github.com/ImageMagick/ImageMagick/commit/9876f46e75aa33874e2d5f807f1d68e2b7887a6d)
-- ... [`869dd6b`](https://github.com/ImageMagick/ImageMagick/commit/869dd6bb77d9ded5da2e41fcf85dc580a28ce8aa)
-- ... [`07b01f2`](https://github.com/ImageMagick/ImageMagick/commit/07b01f2760622b7ad0bed07b8dfb72cdf0444a81)
-- ... [`3198e92`](https://github.com/ImageMagick/ImageMagick/commit/3198e92443989fba52c454c259d9495aea86defc)
-- https://github.com/ImageMagick/ImageMagick/issues/3818 [`d64f1bb`](https://github.com/ImageMagick/ImageMagick/commit/d64f1bb3a4444898da8cc542c3b9bdda667ea3e9)
-- pending release [`b4ca2be`](https://github.com/ImageMagick/ImageMagick/commit/b4ca2bed6e55417f439155eaa6a406ff71798116)

BIN
resources/ImageMagick-7.1.1-11/IMDisplay.exe


+ 0 - 6659
resources/ImageMagick-7.1.1-11/NOTICE.txt

@@ -1,6659 +0,0 @@
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ Imagemagick 7.1.1-11] copyright:
-
-Before we get to the text of the license, lets just review what the license says in simple terms:
-
-It allows you to:
-
-  * freely download and use ImageMagick software, in whole or in part, for personal, company internal, or commercial purposes;
-  * use ImageMagick software in packages or distributions that you create;
-  * link against a library under a different license;
-  * link code under a different license against a library under this license;
-  * merge code into a work under a different license;
-  * extend patent grants to any code using code under this license;
-  * and extend patent protection.
-
-It forbids you to:
-
-  * redistribute any piece of ImageMagick-originated software without proper attribution;
-  * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagick Studio LLC endorses your distribution;
-  * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you created the ImageMagick software in question.
-
-It requires you to:
-
-  * include a copy of the license in any redistribution you may make that includes ImageMagick software;
-  * provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagick software.
-
-It does not require you to:
-
-  * include the source of the ImageMagick software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it;
-  * submit changes that you make to the software back to the ImageMagick Studio LLC (though such feedback is encouraged).
-
-A few other clarifications include:
-
-  * ImageMagick is freely available without charge;
-  * you may include ImageMagick on a DVD as long as you comply with the terms of the license;
-  * you can give modified code away for free or sell it under the terms of the ImageMagick license or distribute the result under a different license, but you need to acknowledge the use of the ImageMagick software;
-  * the license is compatible with the GPL V3.
-  * when exporting the ImageMagick software, review its export classification.
-
-Terms and Conditions for Use, Reproduction, and Distribution
-
-The legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick follow:
-
-Copyright @ 1999 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
-
-1. Definitions.
-
-License shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
-
-Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
-
-Legal Entity shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, control means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
-
-You (or Your) shall mean an individual or Legal Entity exercising permissions granted by this License.
-
-Source form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
-
-Object form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
-
-Work shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
-
-Derivative Works shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
-
-Contribution shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as Not a Contribution.
-
-Contributor shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
-
-2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
-
-3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
-
-4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
-
-  * You must give any other recipients of the Work or Derivative Works a copy of this License; and
-  * You must cause any modified files to carry prominent notices stating that You changed the files; and
-  * You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
-  * If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
-You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
-
-5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
-
-6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
-
-7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
-
-8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
-
-9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
-
-How to Apply the License to your Work
-
-To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information (don't include the brackets). The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the ImageMagick License (the "License"); you may not use
-   this file except in compliance with the License.  You may obtain a copy
-   of the License at
-
-     https://imagemagick.org/script/license.php
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-   WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
-   License for the specific language governing permissions and limitations
-   under the License.
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ aom 3.6.1 ] copyright:
-
-Copyright (c) 2016, Alliance for Open Media. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in
-   the documentation and/or other materials provided with the
-   distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ brotli 1.0.9 ] copyright:
-
-Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ bzlib 1.0.8 ] copyright:
-
---------------------------------------------------------------------------
-
-This program, "bzip2", the associated library "libbzip2", and all
-documentation, are copyright (C) 1996-2019 Julian R Seward.  All
-rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-
-2. The origin of this software must not be misrepresented; you must 
-   not claim that you wrote the original software.  If you use this 
-   software in a product, an acknowledgment in the product 
-   documentation would be appreciated but is not required.
-
-3. Altered source versions must be plainly marked as such, and must
-   not be misrepresented as being the original software.
-
-4. The name of the author may not be used to endorse or promote 
-   products derived from this software without specific prior written 
-   permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
-GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Julian Seward, jseward@acm.org
-bzip2/libbzip2 version 1.0.8 of 13 July 2019
-
---------------------------------------------------------------------------
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ cairo 1.17.8 ] copyright:
-
-GNU LESSER GENERAL PUBLIC LICENSE
-                       Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-     51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-                            Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations
-below.
-
-  When we speak of free software, we are referring to freedom of use,
-not price.  Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
-  To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights.  These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
-  For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you.  You must make sure that they, too, receive or can get the source
-code.  If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it.  And you must show them these terms so they know their rights.
-
-  We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  To protect each distributor, we want to make it very clear that
-there is no warranty for the free library.  Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-
-  Finally, software patents pose a constant threat to the existence of
-any free program.  We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder.  Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
-  Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License.  This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License.  We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
-  When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library.  The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom.  The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
-  We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License.  It also provides other free software developers Less
-of an advantage over competing non-free programs.  These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries.  However, the Lesser license provides advantages in certain
-special circumstances.
-
-  For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it
-becomes a de-facto standard.  To achieve this, non-free programs must
-be allowed to use the library.  A more frequent case is that a free
-library does the same job as widely used non-free libraries.  In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
-  In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software.  For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
-  Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.  Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library".  The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-
-                  GNU LESSER GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
-  A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
-  The "Library", below, refers to any such software library or work
-which has been distributed under these terms.  A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language.  (Hereinafter, translation is
-included without limitation in the term "modification".)
-
-  "Source code" for a work means the preferred form of the work for
-making modifications to it.  For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control
-compilation and installation of the library.
-
-  Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it).  Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-
-  1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
-  You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
-  2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) The modified work must itself be a software library.
-
-    b) You must cause the files modified to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    c) You must cause the whole of the work to be licensed at no
-    charge to all third parties under the terms of this License.
-
-    d) If a facility in the modified Library refers to a function or a
-    table of data to be supplied by an application program that uses
-    the facility, other than as an argument passed when the facility
-    is invoked, then you must make a good faith effort to ensure that,
-    in the event an application does not supply such function or
-    table, the facility still operates, and performs whatever part of
-    its purpose remains meaningful.
-
-    (For example, a function in a library to compute square roots has
-    a purpose that is entirely well-defined independent of the
-    application.  Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must
-    be optional: if the application does not supply it, the square
-    root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library.  To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License.  (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.)  Do not make any other change in
-these notices.
-
-  Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
-  This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
-  4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
-  If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library".  Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
-  However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library".  The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
-  When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library.  The
-threshold for this to be true is not precisely defined by law.
-
-  If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work.  (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
-  Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
-  6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
-  You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License.  You must supply a copy of this License.  If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License.  Also, you must do one
-of these things:
-
-    a) Accompany the work with the complete corresponding
-    machine-readable source code for the Library including whatever
-    changes were used in the work (which must be distributed under
-    Sections 1 and 2 above); and, if the work is an executable linked
-    with the Library, with the complete machine-readable "work that
-    uses the Library", as object code and/or source code, so that the
-    user can modify the Library and then relink to produce a modified
-    executable containing the modified Library.  (It is understood
-    that the user who changes the contents of definitions files in the
-    Library will not necessarily be able to recompile the application
-    to use the modified definitions.)
-
-    b) Use a suitable shared library mechanism for linking with the
-    Library.  A suitable mechanism is one that (1) uses at run time a
-    copy of the library already present on the user's computer system,
-    rather than copying library functions into the executable, and (2)
-    will operate properly with a modified version of the library, if
-    the user installs one, as long as the modified version is
-    interface-compatible with the version that the work was made with.
-
-    c) Accompany the work with a written offer, valid for at least
-    three years, to give the same user the materials specified in
-    Subsection 6a, above, for a charge no more than the cost of
-    performing this distribution.
-
-    d) If distribution of the work is made by offering access to copy
-    from a designated place, offer equivalent access to copy the above
-    specified materials from the same place.
-
-    e) Verify that the user has already received a copy of these
-    materials or that you have already sent this user a copy.
-
-  For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it.  However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
-  It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system.  Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
-  7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
-    a) Accompany the combined library with a copy of the same work
-    based on the Library, uncombined with any other library
-    facilities.  This must be distributed under the terms of the
-    Sections above.
-
-    b) Give prominent notice with the combined library of the fact
-    that part of it is a work based on the Library, and explaining
-    where to find the accompanying uncombined form of the same work.
-
-  8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License.  Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License.  However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-  9. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Library or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-  10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
-  11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply, and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License
-may add an explicit geographical distribution limitation excluding those
-countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation.  If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
-  14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission.  For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this.  Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
-                            NO WARRANTY
-
-  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-                     END OF TERMS AND CONDITIONS
-
-           How to Apply These Terms to Your New Libraries
-
-  If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change.  You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms
-of the ordinary General Public License).
-
-  To apply these terms, attach the following notices to the library.
-It is safest to attach them to the start of each source file to most
-effectively convey the exclusion of warranty; and each file should
-have at least the "copyright" line and a pointer to where the full
-notice is found.
-
-
-    <one line to give the library's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2.1 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or
-your school, if any, to sign a "copyright disclaimer" for the library,
-if necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the
-  library `Frob' (a library for tweaking knobs) written by James
-  Random Hacker.
-
-  <signature of Ty Coon>, 1 April 1990
-  Ty Coon, President of Vice
-
-That's all there is to it!
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ croco 0.6.13 ] copyright:
-
-GNU LIBRARY GENERAL PUBLIC LICENSE
-		       Version 2, June 1991
-
- Copyright (C) 1991 Free Software Foundation, Inc.
-                    675 Mass Ave, Cambridge, MA 02139, USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the library GPL.  It is
- numbered 2 because it goes with version 2 of the ordinary GPL.]
-
-			    Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Library General Public License, applies to some
-specially designated Free Software Foundation software, and to any
-other libraries whose authors decide to use it.  You can use it for
-your libraries, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if
-you distribute copies of the library, or if you modify it.
-
-  For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you.  You must make sure that they, too, receive or can get the source
-code.  If you link a program with the library, you must provide
-complete object files to the recipients so that they can relink them
-with the library, after making changes to the library and recompiling
-it.  And you must show them these terms so they know their rights.
-
-  Our method of protecting your rights has two steps: (1) copyright
-the library, and (2) offer you this license which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  Also, for each distributor's protection, we want to make certain
-that everyone understands that there is no warranty for this free
-library.  If the library is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original
-version, so that any problems introduced by others will not reflect on
-the original authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that companies distributing free
-software will individually obtain patent licenses, thus in effect
-transforming the program into proprietary software.  To prevent this,
-we have made it clear that any patent must be licensed for everyone's
-free use or not licensed at all.
-
-  Most GNU software, including some libraries, is covered by the ordinary
-GNU General Public License, which was designed for utility programs.  This
-license, the GNU Library General Public License, applies to certain
-designated libraries.  This license is quite different from the ordinary
-one; be sure to read it in full, and don't assume that anything in it is
-the same as in the ordinary license.
-
-  The reason we have a separate public license for some libraries is that
-they blur the distinction we usually make between modifying or adding to a
-program and simply using it.  Linking a program with a library, without
-changing the library, is in some sense simply using the library, and is
-analogous to running a utility program or application program.  However, in
-a textual and legal sense, the linked executable is a combined work, a
-derivative of the original library, and the ordinary General Public License
-treats it as such.
-
-  Because of this blurred distinction, using the ordinary General
-Public License for libraries did not effectively promote software
-sharing, because most developers did not use the libraries.  We
-concluded that weaker conditions might promote sharing better.
-
-  However, unrestricted linking of non-free programs would deprive the
-users of those programs of all benefit from the free status of the
-libraries themselves.  This Library General Public License is intended to
-permit developers of non-free programs to use free libraries, while
-preserving your freedom as a user of such programs to change the free
-libraries that are incorporated in them.  (We have not seen how to achieve
-this as regards changes in header files, but we have achieved it as regards
-changes in the actual functions of the Library.)  The hope is that this
-will lead to faster development of free libraries.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.  Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library".  The
-former contains code derived from the library, while the latter only
-works together with the library.
-
-  Note that it is possible for a library to be covered by the ordinary
-General Public License rather than by this special one.
-
-		  GNU LIBRARY GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library which
-contains a notice placed by the copyright holder or other authorized
-party saying it may be distributed under the terms of this Library
-General Public License (also called "this License").  Each licensee is
-addressed as "you".
-
-  A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
-  The "Library", below, refers to any such software library or work
-which has been distributed under these terms.  A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language.  (Hereinafter, translation is
-included without limitation in the term "modification".)
-
-  "Source code" for a work means the preferred form of the work for
-making modifications to it.  For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
-  Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it).  Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-  
-  1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
-  You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
-  2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) The modified work must itself be a software library.
-
-    b) You must cause the files modified to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    c) You must cause the whole of the work to be licensed at no
-    charge to all third parties under the terms of this License.
-
-    d) If a facility in the modified Library refers to a function or a
-    table of data to be supplied by an application program that uses
-    the facility, other than as an argument passed when the facility
-    is invoked, then you must make a good faith effort to ensure that,
-    in the event an application does not supply such function or
-    table, the facility still operates, and performs whatever part of
-    its purpose remains meaningful.
-
-    (For example, a function in a library to compute square roots has
-    a purpose that is entirely well-defined independent of the
-    application.  Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must
-    be optional: if the application does not supply it, the square
-    root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library.  To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License.  (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.)  Do not make any other change in
-these notices.
-
-  Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
-  This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
-  4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
-  If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library".  Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
-  However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library".  The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
-  When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library.  The
-threshold for this to be true is not precisely defined by law.
-
-  If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work.  (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
-  Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
-  6. As an exception to the Sections above, you may also compile or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
-  You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License.  You must supply a copy of this License.  If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License.  Also, you must do one
-of these things:
-
-    a) Accompany the work with the complete corresponding
-    machine-readable source code for the Library including whatever
-    changes were used in the work (which must be distributed under
-    Sections 1 and 2 above); and, if the work is an executable linked
-    with the Library, with the complete machine-readable "work that
-    uses the Library", as object code and/or source code, so that the
-    user can modify the Library and then relink to produce a modified
-    executable containing the modified Library.  (It is understood
-    that the user who changes the contents of definitions files in the
-    Library will not necessarily be able to recompile the application
-    to use the modified definitions.)
-
-    b) Accompany the work with a written offer, valid for at
-    least three years, to give the same user the materials
-    specified in Subsection 6a, above, for a charge no more
-    than the cost of performing this distribution.
-
-    c) If distribution of the work is made by offering access to copy
-    from a designated place, offer equivalent access to copy the above
-    specified materials from the same place.
-
-    d) Verify that the user has already received a copy of these
-    materials or that you have already sent this user a copy.
-
-  For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it.  However, as a special exception,
-the source code distributed need not include anything that is normally
-distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
-  It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system.  Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
-  7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
-    a) Accompany the combined library with a copy of the same work
-    based on the Library, uncombined with any other library
-    facilities.  This must be distributed under the terms of the
-    Sections above.
-
-    b) Give prominent notice with the combined library of the fact
-    that part of it is a work based on the Library, and explaining
-    where to find the accompanying uncombined form of the same work.
-
-  8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License.  Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License.  However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-  9. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Library or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-  10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded.  In such case, this License incorporates the limitation as if
-written in the body of this License.
-
-  13. The Free Software Foundation may publish revised and/or new
-versions of the Library General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation.  If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
-  14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission.  For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this.  Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
-			    NO WARRANTY
-
-  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-		     END OF TERMS AND CONDITIONS
-
-     Appendix: How to Apply These Terms to Your New Libraries
-
-  If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change.  You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
-  To apply these terms, attach the following notices to the library.  It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the library's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public
-    License along with this library; if not, write to the Free
-    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the
-  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
-  <signature of Ty Coon>, 1 April 1990
-  Ty Coon, President of Vice
-
-That's all there is to it!
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ de265 1.0.11 ] copyright:
-
-* The library `libde265` is distributed under the terms of the GNU Lesser General Public License.
-* The sample applications are distributed under the terms of the MIT license.
-
-License texts below and in the `COPYING` files of the corresponding subfolders.
-
-----------------------------------------------------------------------
-
-                   GNU LESSER GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-
-  This version of the GNU Lesser General Public License incorporates
-the terms and conditions of version 3 of the GNU General Public
-License, supplemented by the additional permissions listed below.
-
-  0. Additional Definitions.
-
-  As used herein, "this License" refers to version 3 of the GNU Lesser
-General Public License, and the "GNU GPL" refers to version 3 of the GNU
-General Public License.
-
-  "The Library" refers to a covered work governed by this License,
-other than an Application or a Combined Work as defined below.
-
-  An "Application" is any work that makes use of an interface provided
-by the Library, but which is not otherwise based on the Library.
-Defining a subclass of a class defined by the Library is deemed a mode
-of using an interface provided by the Library.
-
-  A "Combined Work" is a work produced by combining or linking an
-Application with the Library.  The particular version of the Library
-with which the Combined Work was made is also called the "Linked
-Version".
-
-  The "Minimal Corresponding Source" for a Combined Work means the
-Corresponding Source for the Combined Work, excluding any source code
-for portions of the Combined Work that, considered in isolation, are
-based on the Application, and not on the Linked Version.
-
-  The "Corresponding Application Code" for a Combined Work means the
-object code and/or source code for the Application, including any data
-and utility programs needed for reproducing the Combined Work from the
-Application, but excluding the System Libraries of the Combined Work.
-
-  1. Exception to Section 3 of the GNU GPL.
-
-  You may convey a covered work under sections 3 and 4 of this License
-without being bound by section 3 of the GNU GPL.
-
-  2. Conveying Modified Versions.
-
-  If you modify a copy of the Library, and, in your modifications, a
-facility refers to a function or data to be supplied by an Application
-that uses the facility (other than as an argument passed when the
-facility is invoked), then you may convey a copy of the modified
-version:
-
-   a) under this License, provided that you make a good faith effort to
-   ensure that, in the event an Application does not supply the
-   function or data, the facility still operates, and performs
-   whatever part of its purpose remains meaningful, or
-
-   b) under the GNU GPL, with none of the additional permissions of
-   this License applicable to that copy.
-
-  3. Object Code Incorporating Material from Library Header Files.
-
-  The object code form of an Application may incorporate material from
-a header file that is part of the Library.  You may convey such object
-code under terms of your choice, provided that, if the incorporated
-material is not limited to numerical parameters, data structure
-layouts and accessors, or small macros, inline functions and templates
-(ten or fewer lines in length), you do both of the following:
-
-   a) Give prominent notice with each copy of the object code that the
-   Library is used in it and that the Library and its use are
-   covered by this License.
-
-   b) Accompany the object code with a copy of the GNU GPL and this license
-   document.
-
-  4. Combined Works.
-
-  You may convey a Combined Work under terms of your choice that,
-taken together, effectively do not restrict modification of the
-portions of the Library contained in the Combined Work and reverse
-engineering for debugging such modifications, if you also do each of
-the following:
-
-   a) Give prominent notice with each copy of the Combined Work that
-   the Library is used in it and that the Library and its use are
-   covered by this License.
-
-   b) Accompany the Combined Work with a copy of the GNU GPL and this license
-   document.
-
-   c) For a Combined Work that displays copyright notices during
-   execution, include the copyright notice for the Library among
-   these notices, as well as a reference directing the user to the
-   copies of the GNU GPL and this license document.
-
-   d) Do one of the following:
-
-       0) Convey the Minimal Corresponding Source under the terms of this
-       License, and the Corresponding Application Code in a form
-       suitable for, and under terms that permit, the user to
-       recombine or relink the Application with a modified version of
-       the Linked Version to produce a modified Combined Work, in the
-       manner specified by section 6 of the GNU GPL for conveying
-       Corresponding Source.
-
-       1) Use a suitable shared library mechanism for linking with the
-       Library.  A suitable mechanism is one that (a) uses at run time
-       a copy of the Library already present on the user's computer
-       system, and (b) will operate properly with a modified version
-       of the Library that is interface-compatible with the Linked
-       Version.
-
-   e) Provide Installation Information, but only if you would otherwise
-   be required to provide such information under section 6 of the
-   GNU GPL, and only to the extent that such information is
-   necessary to install and execute a modified version of the
-   Combined Work produced by recombining or relinking the
-   Application with a modified version of the Linked Version. (If
-   you use option 4d0, the Installation Information must accompany
-   the Minimal Corresponding Source and Corresponding Application
-   Code. If you use option 4d1, you must provide the Installation
-   Information in the manner specified by section 6 of the GNU GPL
-   for conveying Corresponding Source.)
-
-  5. Combined Libraries.
-
-  You may place library facilities that are a work based on the
-Library side by side in a single library together with other library
-facilities that are not Applications and are not covered by this
-License, and convey such a combined library under terms of your
-choice, if you do both of the following:
-
-   a) Accompany the combined library with a copy of the same work based
-   on the Library, uncombined with any other library facilities,
-   conveyed under the terms of this License.
-
-   b) Give prominent notice with the combined library that part of it
-   is a work based on the Library, and explaining where to find the
-   accompanying uncombined form of the same work.
-
-  6. Revised Versions of the GNU Lesser General Public License.
-
-  The Free Software Foundation may publish revised and/or new versions
-of the GNU Lesser General Public License from time to time. Such new
-versions will be similar in spirit to the present version, but may
-differ in detail to address new problems or concerns.
-
-  Each version is given a distinguishing version number. If the
-Library as you received it specifies that a certain numbered version
-of the GNU Lesser General Public License "or any later version"
-applies to it, you have the option of following the terms and
-conditions either of that published version or of any later version
-published by the Free Software Foundation. If the Library as you
-received it does not specify a version number of the GNU Lesser
-General Public License, you may choose any version of the GNU Lesser
-General Public License ever published by the Free Software Foundation.
-
-  If the Library as you received it specifies that a proxy can decide
-whether future versions of the GNU Lesser General Public License shall
-apply, that proxy's public statement of acceptance of any version is
-permanent authorization for you to choose that version for the
-Library.
-
-----------------------------------------------------------------------
-
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.  We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors.  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
-  To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights.  Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received.  You must make sure that they, too, receive
-or can get the source code.  And you must show them these terms so they
-know their rights.
-
-  Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
-  For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software.  For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
-  Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so.  This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software.  The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable.  Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products.  If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
-  Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary.  To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                       TERMS AND CONDITIONS
-
-  0. Definitions.
-
-  "This License" refers to version 3 of the GNU General Public License.
-
-  "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
-  "The Program" refers to any copyrightable work licensed under this
-License.  Each licensee is addressed as "you".  "Licensees" and
-"recipients" may be individuals or organizations.
-
-  To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy.  The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
-  A "covered work" means either the unmodified Program or a work based
-on the Program.
-
-  To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy.  Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
-  To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies.  Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
-  An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License.  If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
-  1. Source Code.
-
-  The "source code" for a work means the preferred form of the work
-for making modifications to it.  "Object code" means any non-source
-form of a work.
-
-  A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
-  The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form.  A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
-  The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities.  However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work.  For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
-  The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
-  The Corresponding Source for a work in source code form is that
-same work.
-
-  2. Basic Permissions.
-
-  All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met.  This License explicitly affirms your unlimited
-permission to run the unmodified Program.  The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work.  This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
-  You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force.  You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright.  Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
-  Conveying under any other circumstances is permitted solely under
-the conditions stated below.  Sublicensing is not allowed; section 10
-makes it unnecessary.
-
-  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
-  No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
-  When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
-  4. Conveying Verbatim Copies.
-
-  You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
-  You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
-  5. Conveying Modified Source Versions.
-
-  You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
-    a) The work must carry prominent notices stating that you modified
-    it, and giving a relevant date.
-
-    b) The work must carry prominent notices stating that it is
-    released under this License and any conditions added under section
-    7.  This requirement modifies the requirement in section 4 to
-    "keep intact all notices".
-
-    c) You must license the entire work, as a whole, under this
-    License to anyone who comes into possession of a copy.  This
-    License will therefore apply, along with any applicable section 7
-    additional terms, to the whole of the work, and all its parts,
-    regardless of how they are packaged.  This License gives no
-    permission to license the work in any other way, but it does not
-    invalidate such permission if you have separately received it.
-
-    d) If the work has interactive user interfaces, each must display
-    Appropriate Legal Notices; however, if the Program has interactive
-    interfaces that do not display Appropriate Legal Notices, your
-    work need not make them do so.
-
-  A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit.  Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
-  6. Conveying Non-Source Forms.
-
-  You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
-    a) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by the
-    Corresponding Source fixed on a durable physical medium
-    customarily used for software interchange.
-
-    b) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by a
-    written offer, valid for at least three years and valid for as
-    long as you offer spare parts or customer support for that product
-    model, to give anyone who possesses the object code either (1) a
-    copy of the Corresponding Source for all the software in the
-    product that is covered by this License, on a durable physical
-    medium customarily used for software interchange, for a price no
-    more than your reasonable cost of physically performing this
-    conveying of source, or (2) access to copy the
-    Corresponding Source from a network server at no charge.
-
-    c) Convey individual copies of the object code with a copy of the
-    written offer to provide the Corresponding Source.  This
-    alternative is allowed only occasionally and noncommercially, and
-    only if you received the object code with such an offer, in accord
-    with subsection 6b.
-
-    d) Convey the object code by offering access from a designated
-    place (gratis or for a charge), and offer equivalent access to the
-    Corresponding Source in the same way through the same place at no
-    further charge.  You need not require recipients to copy the
-    Corresponding Source along with the object code.  If the place to
-    copy the object code is a network server, the Corresponding Source
-    may be on a different server (operated by you or a third party)
-    that supports equivalent copying facilities, provided you maintain
-    clear directions next to the object code saying where to find the
-    Corresponding Source.  Regardless of what server hosts the
-    Corresponding Source, you remain obligated to ensure that it is
-    available for as long as needed to satisfy these requirements.
-
-    e) Convey the object code using peer-to-peer transmission, provided
-    you inform other peers where the object code and Corresponding
-    Source of the work are being offered to the general public at no
-    charge under subsection 6d.
-
-  A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
-  A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling.  In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage.  For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product.  A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
-  "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source.  The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
-  If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information.  But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
-  The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed.  Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
-  Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
-  7. Additional Terms.
-
-  "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law.  If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
-  When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it.  (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.)  You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
-  Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
-    a) Disclaiming warranty or limiting liability differently from the
-    terms of sections 15 and 16 of this License; or
-
-    b) Requiring preservation of specified reasonable legal notices or
-    author attributions in that material or in the Appropriate Legal
-    Notices displayed by works containing it; or
-
-    c) Prohibiting misrepresentation of the origin of that material, or
-    requiring that modified versions of such material be marked in
-    reasonable ways as different from the original version; or
-
-    d) Limiting the use for publicity purposes of names of licensors or
-    authors of the material; or
-
-    e) Declining to grant rights under trademark law for use of some
-    trade names, trademarks, or service marks; or
-
-    f) Requiring indemnification of licensors and authors of that
-    material by anyone who conveys the material (or modified versions of
-    it) with contractual assumptions of liability to the recipient, for
-    any liability that these contractual assumptions directly impose on
-    those licensors and authors.
-
-  All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10.  If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term.  If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
-  If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
-  Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
-  8. Termination.
-
-  You may not propagate or modify a covered work except as expressly
-provided under this License.  Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
-  However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
-  Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
-  Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License.  If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
-  9. Acceptance Not Required for Having Copies.
-
-  You are not required to accept this License in order to receive or
-run a copy of the Program.  Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance.  However,
-nothing other than this License grants you permission to propagate or
-modify any covered work.  These actions infringe copyright if you do
-not accept this License.  Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
-  10. Automatic Licensing of Downstream Recipients.
-
-  Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License.  You are not responsible
-for enforcing compliance by third parties with this License.
-
-  An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations.  If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
-  You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License.  For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
-  11. Patents.
-
-  A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based.  The
-work thus licensed is called the contributor's "contributor version".
-
-  A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version.  For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
-  Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
-  In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement).  To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
-  If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients.  "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
-  If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
-  A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License.  You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
-  Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
-  12. No Surrender of Others' Freedom.
-
-  If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all.  For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
-  13. Use with the GNU Affero General Public License.
-
-  Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work.  The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
-  14. Revised Versions of this License.
-
-  The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-  Each version is given a distinguishing version number.  If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation.  If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
-  If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
-  Later license versions may give you additional or different
-permissions.  However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
-  15. Disclaimer of Warranty.
-
-  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. Limitation of Liability.
-
-  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
-  17. Interpretation of Sections 15 and 16.
-
-  If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-Also add information on how to contact you by electronic and paper mail.
-
-  If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
-    <program>  Copyright (C) <year>  <name of author>
-    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
-  You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
-
-  The GNU General Public License does not permit incorporating your program
-into proprietary programs.  If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
-
-----------------------------------------------------------------------
-
-                             MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ exr 3.1.7 ] copyright:
-
-Copyright (c) 2006-2019 OpenEXR a Series of LF Projects, LLC. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
-
-- Redistributions of source code must retain the above copyright notice, this list of
-  conditions and the following disclaimer.
-- Redistributions in binary form must reproduce the above copyright notice, this
-  list of conditions and the following disclaimer in the documentation and/or other
-  materials provided with the distribution.
-- Neither the name of the copyright holder nor the names of its contributors may
-  be used to endorse or promote products derived from this software without
-  specific prior written permission.
-  
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
-CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
-CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ ffi 3.4.4 ] copyright:
-
-libffi - Copyright (c) 1996-2022  Anthony Green, Red Hat, Inc and others.
-See source files for details.
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-``Software''), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ freetype 2.13.0 ] copyright:
-
-The FreeType Project LICENSE
-                    ----------------------------
-
-                            2006-Jan-27
-
-                    Copyright 1996-2002, 2006 by
-          David Turner, Robert Wilhelm, and Werner Lemberg
-
-
-
-Introduction
-============
-
-  The FreeType  Project is distributed in  several archive packages;
-  some of them may contain, in addition to the FreeType font engine,
-  various tools and  contributions which rely on, or  relate to, the
-  FreeType Project.
-
-  This  license applies  to all  files found  in such  packages, and
-  which do not  fall under their own explicit  license.  The license
-  affects  thus  the  FreeType   font  engine,  the  test  programs,
-  documentation and makefiles, at the very least.
-
-  This  license   was  inspired  by  the  BSD,   Artistic,  and  IJG
-  (Independent JPEG  Group) licenses, which  all encourage inclusion
-  and  use of  free  software in  commercial  and freeware  products
-  alike.  As a consequence, its main points are that:
-
-    o We don't promise that this software works. However, we will be
-      interested in any kind of bug reports. (`as is' distribution)
-
-    o You can  use this software for whatever you  want, in parts or
-      full form, without having to pay us. (`royalty-free' usage)
-
-    o You may not pretend that  you wrote this software.  If you use
-      it, or  only parts of it,  in a program,  you must acknowledge
-      somewhere  in  your  documentation  that  you  have  used  the
-      FreeType code. (`credits')
-
-  We  specifically  permit  and  encourage  the  inclusion  of  this
-  software, with  or without modifications,  in commercial products.
-  We  disclaim  all warranties  covering  The  FreeType Project  and
-  assume no liability related to The FreeType Project.
-
-
-  Finally,  many  people  asked  us  for  a  preferred  form  for  a
-  credit/disclaimer to use in compliance with this license.  We thus
-  encourage you to use the following text:
-
-   """
-    Portions of this software are copyright © <year> The FreeType
-    Project (www.freetype.org).  All rights reserved.
-   """
-
-  Please replace <year> with the value from the FreeType version you
-  actually use.
-
-
-Legal Terms
-===========
-
-0. Definitions
---------------
-
-  Throughout this license,  the terms `package', `FreeType Project',
-  and  `FreeType  archive' refer  to  the  set  of files  originally
-  distributed  by the  authors  (David Turner,  Robert Wilhelm,  and
-  Werner Lemberg) as the `FreeType Project', be they named as alpha,
-  beta or final release.
-
-  `You' refers to  the licensee, or person using  the project, where
-  `using' is a generic term including compiling the project's source
-  code as  well as linking it  to form a  `program' or `executable'.
-  This  program is  referred to  as  `a program  using the  FreeType
-  engine'.
-
-  This  license applies  to all  files distributed  in  the original
-  FreeType  Project,   including  all  source   code,  binaries  and
-  documentation,  unless  otherwise  stated   in  the  file  in  its
-  original, unmodified form as  distributed in the original archive.
-  If you are  unsure whether or not a particular  file is covered by
-  this license, you must contact us to verify this.
-
-  The FreeType  Project is copyright (C) 1996-2000  by David Turner,
-  Robert Wilhelm, and Werner Lemberg.  All rights reserved except as
-  specified below.
-
-1. No Warranty
---------------
-
-  THE FREETYPE PROJECT  IS PROVIDED `AS IS' WITHOUT  WARRANTY OF ANY
-  KIND, EITHER  EXPRESS OR IMPLIED,  INCLUDING, BUT NOT  LIMITED TO,
-  WARRANTIES  OF  MERCHANTABILITY   AND  FITNESS  FOR  A  PARTICULAR
-  PURPOSE.  IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
-  BE LIABLE  FOR ANY DAMAGES CAUSED  BY THE USE OR  THE INABILITY TO
-  USE, OF THE FREETYPE PROJECT.
-
-2. Redistribution
------------------
-
-  This  license  grants  a  worldwide, royalty-free,  perpetual  and
-  irrevocable right  and license to use,  execute, perform, compile,
-  display,  copy,   create  derivative  works   of,  distribute  and
-  sublicense the  FreeType Project (in  both source and  object code
-  forms)  and  derivative works  thereof  for  any  purpose; and  to
-  authorize others  to exercise  some or all  of the  rights granted
-  herein, subject to the following conditions:
-
-    o Redistribution of  source code  must retain this  license file
-      (`FTL.TXT') unaltered; any  additions, deletions or changes to
-      the original  files must be clearly  indicated in accompanying
-      documentation.   The  copyright   notices  of  the  unaltered,
-      original  files must  be  preserved in  all  copies of  source
-      files.
-
-    o Redistribution in binary form must provide a  disclaimer  that
-      states  that  the software is based in part of the work of the
-      FreeType Team,  in  the  distribution  documentation.  We also
-      encourage you to put an URL to the FreeType web page  in  your
-      documentation, though this isn't mandatory.
-
-  These conditions  apply to any  software derived from or  based on
-  the FreeType Project,  not just the unmodified files.   If you use
-  our work, you  must acknowledge us.  However, no  fee need be paid
-  to us.
-
-3. Advertising
---------------
-
-  Neither the  FreeType authors and  contributors nor you  shall use
-  the name of the  other for commercial, advertising, or promotional
-  purposes without specific prior written permission.
-
-  We suggest,  but do not require, that  you use one or  more of the
-  following phrases to refer  to this software in your documentation
-  or advertising  materials: `FreeType Project',  `FreeType Engine',
-  `FreeType library', or `FreeType Distribution'.
-
-  As  you have  not signed  this license,  you are  not  required to
-  accept  it.   However,  as  the FreeType  Project  is  copyrighted
-  material, only  this license, or  another one contracted  with the
-  authors, grants you  the right to use, distribute,  and modify it.
-  Therefore,  by  using,  distributing,  or modifying  the  FreeType
-  Project, you indicate that you understand and accept all the terms
-  of this license.
-
-4. Contacts
------------
-
-  There are two mailing lists related to FreeType:
-
-    o freetype@nongnu.org
-
-      Discusses general use and applications of FreeType, as well as
-      future and  wanted additions to the  library and distribution.
-      If  you are looking  for support,  start in  this list  if you
-      haven't found anything to help you in the documentation.
-
-    o freetype-devel@nongnu.org
-
-      Discusses bugs,  as well  as engine internals,  design issues,
-      specific licenses, porting, etc.
-
-  Our home page can be found at
-
-    https://www.freetype.org
-
-
---- end of FTL.TXT ---
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ fribidi 1.0.13 ] copyright:
-
-GNU LESSER GENERAL PUBLIC LICENSE
-		       Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-     51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-			    Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations below.
-
-  When we speak of free software, we are referring to freedom of use,
-not price.  Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
-  To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights.  These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
-  For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you.  You must make sure that they, too, receive or can get the source
-code.  If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it.  And you must show them these terms so they know their rights.
-
-  We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  To protect each distributor, we want to make it very clear that
-there is no warranty for the free library.  Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-
-  Finally, software patents pose a constant threat to the existence of
-any free program.  We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder.  Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
-  Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License.  This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License.  We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
-  When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library.  The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom.  The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
-  We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License.  It also provides other free software developers Less
-of an advantage over competing non-free programs.  These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries.  However, the Lesser license provides advantages in certain
-special circumstances.
-
-  For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it becomes
-a de-facto standard.  To achieve this, non-free programs must be
-allowed to use the library.  A more frequent case is that a free
-library does the same job as widely used non-free libraries.  In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
-  In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software.  For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
-  Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.  Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library".  The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-
-		  GNU LESSER GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
-  A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
-  The "Library", below, refers to any such software library or work
-which has been distributed under these terms.  A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language.  (Hereinafter, translation is
-included without limitation in the term "modification".)
-
-  "Source code" for a work means the preferred form of the work for
-making modifications to it.  For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
-  Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it).  Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-  
-  1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
-  You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
-  2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) The modified work must itself be a software library.
-
-    b) You must cause the files modified to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    c) You must cause the whole of the work to be licensed at no
-    charge to all third parties under the terms of this License.
-
-    d) If a facility in the modified Library refers to a function or a
-    table of data to be supplied by an application program that uses
-    the facility, other than as an argument passed when the facility
-    is invoked, then you must make a good faith effort to ensure that,
-    in the event an application does not supply such function or
-    table, the facility still operates, and performs whatever part of
-    its purpose remains meaningful.
-
-    (For example, a function in a library to compute square roots has
-    a purpose that is entirely well-defined independent of the
-    application.  Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must
-    be optional: if the application does not supply it, the square
-    root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library.  To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License.  (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.)  Do not make any other change in
-these notices.
-
-  Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
-  This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
-  4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
-  If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library".  Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
-  However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library".  The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
-  When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library.  The
-threshold for this to be true is not precisely defined by law.
-
-  If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work.  (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
-  Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
-  6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
-  You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License.  You must supply a copy of this License.  If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License.  Also, you must do one
-of these things:
-
-    a) Accompany the work with the complete corresponding
-    machine-readable source code for the Library including whatever
-    changes were used in the work (which must be distributed under
-    Sections 1 and 2 above); and, if the work is an executable linked
-    with the Library, with the complete machine-readable "work that
-    uses the Library", as object code and/or source code, so that the
-    user can modify the Library and then relink to produce a modified
-    executable containing the modified Library.  (It is understood
-    that the user who changes the contents of definitions files in the
-    Library will not necessarily be able to recompile the application
-    to use the modified definitions.)
-
-    b) Use a suitable shared library mechanism for linking with the
-    Library.  A suitable mechanism is one that (1) uses at run time a
-    copy of the library already present on the user's computer system,
-    rather than copying library functions into the executable, and (2)
-    will operate properly with a modified version of the library, if
-    the user installs one, as long as the modified version is
-    interface-compatible with the version that the work was made with.
-
-    c) Accompany the work with a written offer, valid for at
-    least three years, to give the same user the materials
-    specified in Subsection 6a, above, for a charge no more
-    than the cost of performing this distribution.
-
-    d) If distribution of the work is made by offering access to copy
-    from a designated place, offer equivalent access to copy the above
-    specified materials from the same place.
-
-    e) Verify that the user has already received a copy of these
-    materials or that you have already sent this user a copy.
-
-  For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it.  However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
-  It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system.  Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
-  7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
-    a) Accompany the combined library with a copy of the same work
-    based on the Library, uncombined with any other library
-    facilities.  This must be distributed under the terms of the
-    Sections above.
-
-    b) Give prominent notice with the combined library of the fact
-    that part of it is a work based on the Library, and explaining
-    where to find the accompanying uncombined form of the same work.
-
-  8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License.  Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License.  However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-  9. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Library or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-  10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
-  11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded.  In such case, this License incorporates the limitation as if
-written in the body of this License.
-
-  13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation.  If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
-  14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission.  For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this.  Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
-			    NO WARRANTY
-
-  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-		     END OF TERMS AND CONDITIONS
-
-           How to Apply These Terms to Your New Libraries
-
-  If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change.  You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
-  To apply these terms, attach the following notices to the library.  It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the library's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2.1 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the
-  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
-  <signature of Ty Coon>, 1 April 1990
-  Ty Coon, President of Vice
-
-That's all there is to it!
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ glib 2.64.3 ] copyright:
-
-GNU LESSER GENERAL PUBLIC LICENSE
-                       Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-                            Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations below.
-
-  When we speak of free software, we are referring to freedom of use,
-not price.  Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
-  To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights.  These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
-  For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you.  You must make sure that they, too, receive or can get the source
-code.  If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it.  And you must show them these terms so they know their rights.
-
-  We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  To protect each distributor, we want to make it very clear that
-there is no warranty for the free library.  Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-
-  Finally, software patents pose a constant threat to the existence of
-any free program.  We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder.  Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
-  Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License.  This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License.  We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
-  When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library.  The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom.  The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
-  We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License.  It also provides other free software developers Less
-of an advantage over competing non-free programs.  These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries.  However, the Lesser license provides advantages in certain
-special circumstances.
-
-  For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it becomes
-a de-facto standard.  To achieve this, non-free programs must be
-allowed to use the library.  A more frequent case is that a free
-library does the same job as widely used non-free libraries.  In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
-  In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software.  For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
-  Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.  Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library".  The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-
-                  GNU LESSER GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
-  A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
-  The "Library", below, refers to any such software library or work
-which has been distributed under these terms.  A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language.  (Hereinafter, translation is
-included without limitation in the term "modification".)
-
-  "Source code" for a work means the preferred form of the work for
-making modifications to it.  For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
-  Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it).  Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-
-  1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
-  You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
-  2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) The modified work must itself be a software library.
-
-    b) You must cause the files modified to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    c) You must cause the whole of the work to be licensed at no
-    charge to all third parties under the terms of this License.
-
-    d) If a facility in the modified Library refers to a function or a
-    table of data to be supplied by an application program that uses
-    the facility, other than as an argument passed when the facility
-    is invoked, then you must make a good faith effort to ensure that,
-    in the event an application does not supply such function or
-    table, the facility still operates, and performs whatever part of
-    its purpose remains meaningful.
-
-    (For example, a function in a library to compute square roots has
-    a purpose that is entirely well-defined independent of the
-    application.  Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must
-    be optional: if the application does not supply it, the square
-    root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library.  To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License.  (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.)  Do not make any other change in
-these notices.
-
-  Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
-  This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
-  4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
-  If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library".  Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
-  However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library".  The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
-  When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library.  The
-threshold for this to be true is not precisely defined by law.
-
-  If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work.  (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
-  Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
-  6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
-  You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License.  You must supply a copy of this License.  If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License.  Also, you must do one
-of these things:
-
-    a) Accompany the work with the complete corresponding
-    machine-readable source code for the Library including whatever
-    changes were used in the work (which must be distributed under
-    Sections 1 and 2 above); and, if the work is an executable linked
-    with the Library, with the complete machine-readable "work that
-    uses the Library", as object code and/or source code, so that the
-    user can modify the Library and then relink to produce a modified
-    executable containing the modified Library.  (It is understood
-    that the user who changes the contents of definitions files in the
-    Library will not necessarily be able to recompile the application
-    to use the modified definitions.)
-
-    b) Use a suitable shared library mechanism for linking with the
-    Library.  A suitable mechanism is one that (1) uses at run time a
-    copy of the library already present on the user's computer system,
-    rather than copying library functions into the executable, and (2)
-    will operate properly with a modified version of the library, if
-    the user installs one, as long as the modified version is
-    interface-compatible with the version that the work was made with.
-
-    c) Accompany the work with a written offer, valid for at
-    least three years, to give the same user the materials
-    specified in Subsection 6a, above, for a charge no more
-    than the cost of performing this distribution.
-
-    d) If distribution of the work is made by offering access to copy
-    from a designated place, offer equivalent access to copy the above
-    specified materials from the same place.
-
-    e) Verify that the user has already received a copy of these
-    materials or that you have already sent this user a copy.
-
-  For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it.  However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
-  It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system.  Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
-  7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
-    a) Accompany the combined library with a copy of the same work
-    based on the Library, uncombined with any other library
-    facilities.  This must be distributed under the terms of the
-    Sections above.
-
-    b) Give prominent notice with the combined library of the fact
-    that part of it is a work based on the Library, and explaining
-    where to find the accompanying uncombined form of the same work.
-
-  8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License.  Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License.  However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-  9. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Library or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-  10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
-  11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded.  In such case, this License incorporates the limitation as if
-written in the body of this License.
-
-  13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation.  If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
-  14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission.  For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this.  Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
-                            NO WARRANTY
-
-  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-                     END OF TERMS AND CONDITIONS
-
-           How to Apply These Terms to Your New Libraries
-
-  If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change.  You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
-  To apply these terms, attach the following notices to the library.  It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the library's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2.1 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the
-  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
-  <signature of Ty Coon>, 1 April 1990
-  Ty Coon, President of Vice
-
-That's all there is to it!
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ harfbuzz 7.3.0 ] copyright:
-
-HarfBuzz is licensed under the so-called "Old MIT" license.  Details follow.
-For parts of HarfBuzz that are licensed under different licenses see individual
-files names COPYING in subdirectories where applicable.
-
-Copyright © 2010-2022  Google, Inc.
-Copyright © 2015-2020  Ebrahim Byagowi
-Copyright © 2019,2020  Facebook, Inc.
-Copyright © 2012,2015  Mozilla Foundation
-Copyright © 2011  Codethink Limited
-Copyright © 2008,2010  Nokia Corporation and/or its subsidiary(-ies)
-Copyright © 2009  Keith Stribley
-Copyright © 2011  Martin Hosken and SIL International
-Copyright © 2007  Chris Wilson
-Copyright © 2005,2006,2020,2021,2022,2023  Behdad Esfahbod
-Copyright © 2004,2007,2008,2009,2010,2013,2021,2022,2023  Red Hat, Inc.
-Copyright © 1998-2005  David Turner and Werner Lemberg
-Copyright © 2016  Igalia S.L.
-Copyright © 2022  Matthias Clasen
-Copyright © 2018,2021  Khaled Hosny
-Copyright © 2018,2019,2020  Adobe, Inc
-Copyright © 2013-2015  Alexei Podtelezhnikov
-
-For full copyright notices consult the individual files in the package.
-
-
-Permission is hereby granted, without written agreement and without
-license or royalty fees, to use, copy, modify, and distribute this
-software and its documentation for any purpose, provided that the
-above copyright notice and the following two paragraphs appear in
-all copies of this software.
-
-IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
-DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
-ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
-IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
-
-THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
-BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
-ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
-PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ heif 1.16.1 ] copyright:
-
-* The library `libheif` is distributed under the terms of the GNU Lesser General Public License.
-* The sample applications are distributed under the terms of the MIT License.
-
-License texts below and in the `COPYING` files of the corresponding subfolders.
-
-----------------------------------------------------------------------
-
-                   GNU LESSER GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-
-  This version of the GNU Lesser General Public License incorporates
-the terms and conditions of version 3 of the GNU General Public
-License, supplemented by the additional permissions listed below.
-
-  0. Additional Definitions.
-
-  As used herein, "this License" refers to version 3 of the GNU Lesser
-General Public License, and the "GNU GPL" refers to version 3 of the GNU
-General Public License.
-
-  "The Library" refers to a covered work governed by this License,
-other than an Application or a Combined Work as defined below.
-
-  An "Application" is any work that makes use of an interface provided
-by the Library, but which is not otherwise based on the Library.
-Defining a subclass of a class defined by the Library is deemed a mode
-of using an interface provided by the Library.
-
-  A "Combined Work" is a work produced by combining or linking an
-Application with the Library.  The particular version of the Library
-with which the Combined Work was made is also called the "Linked
-Version".
-
-  The "Minimal Corresponding Source" for a Combined Work means the
-Corresponding Source for the Combined Work, excluding any source code
-for portions of the Combined Work that, considered in isolation, are
-based on the Application, and not on the Linked Version.
-
-  The "Corresponding Application Code" for a Combined Work means the
-object code and/or source code for the Application, including any data
-and utility programs needed for reproducing the Combined Work from the
-Application, but excluding the System Libraries of the Combined Work.
-
-  1. Exception to Section 3 of the GNU GPL.
-
-  You may convey a covered work under sections 3 and 4 of this License
-without being bound by section 3 of the GNU GPL.
-
-  2. Conveying Modified Versions.
-
-  If you modify a copy of the Library, and, in your modifications, a
-facility refers to a function or data to be supplied by an Application
-that uses the facility (other than as an argument passed when the
-facility is invoked), then you may convey a copy of the modified
-version:
-
-   a) under this License, provided that you make a good faith effort to
-   ensure that, in the event an Application does not supply the
-   function or data, the facility still operates, and performs
-   whatever part of its purpose remains meaningful, or
-
-   b) under the GNU GPL, with none of the additional permissions of
-   this License applicable to that copy.
-
-  3. Object Code Incorporating Material from Library Header Files.
-
-  The object code form of an Application may incorporate material from
-a header file that is part of the Library.  You may convey such object
-code under terms of your choice, provided that, if the incorporated
-material is not limited to numerical parameters, data structure
-layouts and accessors, or small macros, inline functions and templates
-(ten or fewer lines in length), you do both of the following:
-
-   a) Give prominent notice with each copy of the object code that the
-   Library is used in it and that the Library and its use are
-   covered by this License.
-
-   b) Accompany the object code with a copy of the GNU GPL and this license
-   document.
-
-  4. Combined Works.
-
-  You may convey a Combined Work under terms of your choice that,
-taken together, effectively do not restrict modification of the
-portions of the Library contained in the Combined Work and reverse
-engineering for debugging such modifications, if you also do each of
-the following:
-
-   a) Give prominent notice with each copy of the Combined Work that
-   the Library is used in it and that the Library and its use are
-   covered by this License.
-
-   b) Accompany the Combined Work with a copy of the GNU GPL and this license
-   document.
-
-   c) For a Combined Work that displays copyright notices during
-   execution, include the copyright notice for the Library among
-   these notices, as well as a reference directing the user to the
-   copies of the GNU GPL and this license document.
-
-   d) Do one of the following:
-
-       0) Convey the Minimal Corresponding Source under the terms of this
-       License, and the Corresponding Application Code in a form
-       suitable for, and under terms that permit, the user to
-       recombine or relink the Application with a modified version of
-       the Linked Version to produce a modified Combined Work, in the
-       manner specified by section 6 of the GNU GPL for conveying
-       Corresponding Source.
-
-       1) Use a suitable shared library mechanism for linking with the
-       Library.  A suitable mechanism is one that (a) uses at run time
-       a copy of the Library already present on the user's computer
-       system, and (b) will operate properly with a modified version
-       of the Library that is interface-compatible with the Linked
-       Version.
-
-   e) Provide Installation Information, but only if you would otherwise
-   be required to provide such information under section 6 of the
-   GNU GPL, and only to the extent that such information is
-   necessary to install and execute a modified version of the
-   Combined Work produced by recombining or relinking the
-   Application with a modified version of the Linked Version. (If
-   you use option 4d0, the Installation Information must accompany
-   the Minimal Corresponding Source and Corresponding Application
-   Code. If you use option 4d1, you must provide the Installation
-   Information in the manner specified by section 6 of the GNU GPL
-   for conveying Corresponding Source.)
-
-  5. Combined Libraries.
-
-  You may place library facilities that are a work based on the
-Library side by side in a single library together with other library
-facilities that are not Applications and are not covered by this
-License, and convey such a combined library under terms of your
-choice, if you do both of the following:
-
-   a) Accompany the combined library with a copy of the same work based
-   on the Library, uncombined with any other library facilities,
-   conveyed under the terms of this License.
-
-   b) Give prominent notice with the combined library that part of it
-   is a work based on the Library, and explaining where to find the
-   accompanying uncombined form of the same work.
-
-  6. Revised Versions of the GNU Lesser General Public License.
-
-  The Free Software Foundation may publish revised and/or new versions
-of the GNU Lesser General Public License from time to time. Such new
-versions will be similar in spirit to the present version, but may
-differ in detail to address new problems or concerns.
-
-  Each version is given a distinguishing version number. If the
-Library as you received it specifies that a certain numbered version
-of the GNU Lesser General Public License "or any later version"
-applies to it, you have the option of following the terms and
-conditions either of that published version or of any later version
-published by the Free Software Foundation. If the Library as you
-received it does not specify a version number of the GNU Lesser
-General Public License, you may choose any version of the GNU Lesser
-General Public License ever published by the Free Software Foundation.
-
-  If the Library as you received it specifies that a proxy can decide
-whether future versions of the GNU Lesser General Public License shall
-apply, that proxy's public statement of acceptance of any version is
-permanent authorization for you to choose that version for the
-Library.
-
-----------------------------------------------------------------------
-
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.  We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors.  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
-  To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights.  Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received.  You must make sure that they, too, receive
-or can get the source code.  And you must show them these terms so they
-know their rights.
-
-  Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
-  For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software.  For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
-  Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so.  This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software.  The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable.  Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products.  If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
-  Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary.  To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                       TERMS AND CONDITIONS
-
-  0. Definitions.
-
-  "This License" refers to version 3 of the GNU General Public License.
-
-  "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
-  "The Program" refers to any copyrightable work licensed under this
-License.  Each licensee is addressed as "you".  "Licensees" and
-"recipients" may be individuals or organizations.
-
-  To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy.  The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
-  A "covered work" means either the unmodified Program or a work based
-on the Program.
-
-  To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy.  Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
-  To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies.  Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
-  An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License.  If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
-  1. Source Code.
-
-  The "source code" for a work means the preferred form of the work
-for making modifications to it.  "Object code" means any non-source
-form of a work.
-
-  A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
-  The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form.  A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
-  The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities.  However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work.  For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
-  The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
-  The Corresponding Source for a work in source code form is that
-same work.
-
-  2. Basic Permissions.
-
-  All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met.  This License explicitly affirms your unlimited
-permission to run the unmodified Program.  The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work.  This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
-  You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force.  You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright.  Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
-  Conveying under any other circumstances is permitted solely under
-the conditions stated below.  Sublicensing is not allowed; section 10
-makes it unnecessary.
-
-  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
-  No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
-  When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
-  4. Conveying Verbatim Copies.
-
-  You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
-  You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
-  5. Conveying Modified Source Versions.
-
-  You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
-    a) The work must carry prominent notices stating that you modified
-    it, and giving a relevant date.
-
-    b) The work must carry prominent notices stating that it is
-    released under this License and any conditions added under section
-    7.  This requirement modifies the requirement in section 4 to
-    "keep intact all notices".
-
-    c) You must license the entire work, as a whole, under this
-    License to anyone who comes into possession of a copy.  This
-    License will therefore apply, along with any applicable section 7
-    additional terms, to the whole of the work, and all its parts,
-    regardless of how they are packaged.  This License gives no
-    permission to license the work in any other way, but it does not
-    invalidate such permission if you have separately received it.
-
-    d) If the work has interactive user interfaces, each must display
-    Appropriate Legal Notices; however, if the Program has interactive
-    interfaces that do not display Appropriate Legal Notices, your
-    work need not make them do so.
-
-  A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit.  Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
-  6. Conveying Non-Source Forms.
-
-  You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
-    a) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by the
-    Corresponding Source fixed on a durable physical medium
-    customarily used for software interchange.
-
-    b) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by a
-    written offer, valid for at least three years and valid for as
-    long as you offer spare parts or customer support for that product
-    model, to give anyone who possesses the object code either (1) a
-    copy of the Corresponding Source for all the software in the
-    product that is covered by this License, on a durable physical
-    medium customarily used for software interchange, for a price no
-    more than your reasonable cost of physically performing this
-    conveying of source, or (2) access to copy the
-    Corresponding Source from a network server at no charge.
-
-    c) Convey individual copies of the object code with a copy of the
-    written offer to provide the Corresponding Source.  This
-    alternative is allowed only occasionally and noncommercially, and
-    only if you received the object code with such an offer, in accord
-    with subsection 6b.
-
-    d) Convey the object code by offering access from a designated
-    place (gratis or for a charge), and offer equivalent access to the
-    Corresponding Source in the same way through the same place at no
-    further charge.  You need not require recipients to copy the
-    Corresponding Source along with the object code.  If the place to
-    copy the object code is a network server, the Corresponding Source
-    may be on a different server (operated by you or a third party)
-    that supports equivalent copying facilities, provided you maintain
-    clear directions next to the object code saying where to find the
-    Corresponding Source.  Regardless of what server hosts the
-    Corresponding Source, you remain obligated to ensure that it is
-    available for as long as needed to satisfy these requirements.
-
-    e) Convey the object code using peer-to-peer transmission, provided
-    you inform other peers where the object code and Corresponding
-    Source of the work are being offered to the general public at no
-    charge under subsection 6d.
-
-  A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
-  A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling.  In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage.  For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product.  A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
-  "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source.  The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
-  If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information.  But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
-  The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed.  Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
-  Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
-  7. Additional Terms.
-
-  "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law.  If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
-  When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it.  (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.)  You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
-  Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
-    a) Disclaiming warranty or limiting liability differently from the
-    terms of sections 15 and 16 of this License; or
-
-    b) Requiring preservation of specified reasonable legal notices or
-    author attributions in that material or in the Appropriate Legal
-    Notices displayed by works containing it; or
-
-    c) Prohibiting misrepresentation of the origin of that material, or
-    requiring that modified versions of such material be marked in
-    reasonable ways as different from the original version; or
-
-    d) Limiting the use for publicity purposes of names of licensors or
-    authors of the material; or
-
-    e) Declining to grant rights under trademark law for use of some
-    trade names, trademarks, or service marks; or
-
-    f) Requiring indemnification of licensors and authors of that
-    material by anyone who conveys the material (or modified versions of
-    it) with contractual assumptions of liability to the recipient, for
-    any liability that these contractual assumptions directly impose on
-    those licensors and authors.
-
-  All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10.  If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term.  If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
-  If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
-  Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
-  8. Termination.
-
-  You may not propagate or modify a covered work except as expressly
-provided under this License.  Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
-  However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
-  Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
-  Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License.  If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
-  9. Acceptance Not Required for Having Copies.
-
-  You are not required to accept this License in order to receive or
-run a copy of the Program.  Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance.  However,
-nothing other than this License grants you permission to propagate or
-modify any covered work.  These actions infringe copyright if you do
-not accept this License.  Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
-  10. Automatic Licensing of Downstream Recipients.
-
-  Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License.  You are not responsible
-for enforcing compliance by third parties with this License.
-
-  An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations.  If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
-  You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License.  For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
-  11. Patents.
-
-  A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based.  The
-work thus licensed is called the contributor's "contributor version".
-
-  A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version.  For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
-  Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
-  In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement).  To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
-  If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients.  "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
-  If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
-  A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License.  You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
-  Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
-  12. No Surrender of Others' Freedom.
-
-  If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all.  For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
-  13. Use with the GNU Affero General Public License.
-
-  Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work.  The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
-  14. Revised Versions of this License.
-
-  The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-  Each version is given a distinguishing version number.  If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation.  If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
-  If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
-  Later license versions may give you additional or different
-permissions.  However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
-  15. Disclaimer of Warranty.
-
-  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. Limitation of Liability.
-
-  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
-  17. Interpretation of Sections 15 and 16.
-
-  If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-Also add information on how to contact you by electronic and paper mail.
-
-  If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
-    <program>  Copyright (C) <year>  <name of author>
-    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
-  You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
-
-  The GNU General Public License does not permit incorporating your program
-into proprietary programs.  If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
-
-----------------------------------------------------------------------
-
-                             MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ highway 1.0.4 ] copyright:
-
-Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ jasper 4.0.0 ] copyright:
-
-JasPer License Version 2.0
-
-Copyright (c) 2001-2016 Michael David Adams
-Copyright (c) 1999-2000 Image Power, Inc.
-Copyright (c) 1999-2000 The University of British Columbia
-
-All rights reserved.
-
-Permission is hereby granted, free of charge, to any person (the
-"User") obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the
-following conditions:
-
-1.  The above copyright notices and this permission notice (which
-includes the disclaimer below) shall be included in all copies or
-substantial portions of the Software.
-
-2.  The name of a copyright holder shall not be used to endorse or
-promote products derived from the Software without specific prior
-written permission.
-
-THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
-LICENSE.  NO USE OF THE SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER
-THIS DISCLAIMER.  THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS
-"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
-BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
-PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.  IN NO
-EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
-INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
-FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
-NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
-WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  NO ASSURANCES ARE
-PROVIDED BY THE COPYRIGHT HOLDERS THAT THE SOFTWARE DOES NOT INFRINGE
-THE PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OF ANY OTHER ENTITY.
-EACH COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY TO THE USER FOR CLAIMS
-BROUGHT BY ANY OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL
-PROPERTY RIGHTS OR OTHERWISE.  AS A CONDITION TO EXERCISING THE RIGHTS
-GRANTED HEREUNDER, EACH USER HEREBY ASSUMES SOLE RESPONSIBILITY TO SECURE
-ANY OTHER INTELLECTUAL PROPERTY RIGHTS NEEDED, IF ANY.  THE SOFTWARE
-IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL
-SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES,
-AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL
-SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH
-THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
-PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH
-RISK ACTIVITIES").  THE COPYRIGHT HOLDERS SPECIFICALLY DISCLAIM ANY
-EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ jpeg-turbo 2.1.91 ] copyright:
-
-libjpeg-turbo Licenses
-======================
-
-libjpeg-turbo is covered by three compatible BSD-style open source licenses:
-
-- The IJG (Independent JPEG Group) License, which is listed in
-  [README.ijg](README.ijg)
-
-  This license applies to the libjpeg API library and associated programs
-  (any code inherited from libjpeg, and any modifications to that code.)
-
-- The Modified (3-clause) BSD License, which is listed below
-
-  This license covers the TurboJPEG API library and associated programs, as
-  well as the build system.
-
-- The [zlib License](https://opensource.org/licenses/Zlib)
-
-  This license is a subset of the other two, and it covers the libjpeg-turbo
-  SIMD extensions.
-
-
-Complying with the libjpeg-turbo Licenses
-=========================================
-
-This section provides a roll-up of the libjpeg-turbo licensing terms, to the
-best of our understanding.
-
-1.  If you are distributing a modified version of the libjpeg-turbo source,
-    then:
-
-    1.  You cannot alter or remove any existing copyright or license notices
-        from the source.
-
-        **Origin**
-        - Clause 1 of the IJG License
-        - Clause 1 of the Modified BSD License
-        - Clauses 1 and 3 of the zlib License
-
-    2.  You must add your own copyright notice to the header of each source
-        file you modified, so others can tell that you modified that file (if
-        there is not an existing copyright header in that file, then you can
-        simply add a notice stating that you modified the file.)
-
-        **Origin**
-        - Clause 1 of the IJG License
-        - Clause 2 of the zlib License
-
-    3.  You must include the IJG README file, and you must not alter any of the
-        copyright or license text in that file.
-
-        **Origin**
-        - Clause 1 of the IJG License
-
-2.  If you are distributing only libjpeg-turbo binaries without the source, or
-    if you are distributing an application that statically links with
-    libjpeg-turbo, then:
-
-    1.  Your product documentation must include a message stating:
-
-        This software is based in part on the work of the Independent JPEG
-        Group.
-
-        **Origin**
-        - Clause 2 of the IJG license
-
-    2.  If your binary distribution includes or uses the TurboJPEG API, then
-        your product documentation must include the text of the Modified BSD
-        License (see below.)
-
-        **Origin**
-        - Clause 2 of the Modified BSD License
-
-3.  You cannot use the name of the IJG or The libjpeg-turbo Project or the
-    contributors thereof in advertising, publicity, etc.
-
-    **Origin**
-    - IJG License
-    - Clause 3 of the Modified BSD License
-
-4.  The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be
-    free of defects, nor do we accept any liability for undesirable
-    consequences resulting from your use of the software.
-
-    **Origin**
-    - IJG License
-    - Modified BSD License
-    - zlib License
-
-
-The Modified (3-clause) BSD License
-===================================
-
-Copyright (C)2009-2023 D. R. Commander.  All Rights Reserved.<br>
-Copyright (C)2015 Viktor Szathmáry.  All Rights Reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-- Redistributions of source code must retain the above copyright notice,
-  this list of conditions and the following disclaimer.
-- Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-- Neither the name of the libjpeg-turbo Project nor the names of its
-  contributors may be used to endorse or promote products derived from this
-  software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
-
-Why Three Licenses?
-===================
-
-The zlib License could have been used instead of the Modified (3-clause) BSD
-License, and since the IJG License effectively subsumes the distribution
-conditions of the zlib License, this would have effectively placed
-libjpeg-turbo binary distributions under the IJG License.  However, the IJG
-License specifically refers to the Independent JPEG Group and does not extend
-attribution and endorsement protections to other entities.  Thus, it was
-desirable to choose a license that granted us the same protections for new code
-that were granted to the IJG for code derived from their software.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ jpeg-xl 0.8.1 ] copyright:
-
-Copyright (c) the JPEG XL Project Authors.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this
-   list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright notice,
-   this list of conditions and the following disclaimer in the documentation
-   and/or other materials provided with the distribution.
-
-3. Neither the name of the copyright holder nor the names of its
-   contributors may be used to endorse or promote products derived from
-   this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ lcms 2.15.0 ] copyright:
-
-Little CMS
-Copyright (c) 1998-2020 Marti Maria Saguer
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the 
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to 
-permit persons to whom the Software is furnished to do so, subject
-to the following conditions:
-
-The above copyright notice and this permission notice shall be 
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ lqr 0.4.2 ] copyright:
-
-GNU LESSER GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-
-  This version of the GNU Lesser General Public License incorporates
-the terms and conditions of version 3 of the GNU General Public
-License, supplemented by the additional permissions listed below.
-
-  0. Additional Definitions. 
-
-  As used herein, "this License" refers to version 3 of the GNU Lesser
-General Public License, and the "GNU GPL" refers to version 3 of the GNU
-General Public License.
-
-  "The Library" refers to a covered work governed by this License,
-other than an Application or a Combined Work as defined below.
-
-  An "Application" is any work that makes use of an interface provided
-by the Library, but which is not otherwise based on the Library.
-Defining a subclass of a class defined by the Library is deemed a mode
-of using an interface provided by the Library.
-
-  A "Combined Work" is a work produced by combining or linking an
-Application with the Library.  The particular version of the Library
-with which the Combined Work was made is also called the "Linked
-Version".
-
-  The "Minimal Corresponding Source" for a Combined Work means the
-Corresponding Source for the Combined Work, excluding any source code
-for portions of the Combined Work that, considered in isolation, are
-based on the Application, and not on the Linked Version.
-
-  The "Corresponding Application Code" for a Combined Work means the
-object code and/or source code for the Application, including any data
-and utility programs needed for reproducing the Combined Work from the
-Application, but excluding the System Libraries of the Combined Work.
-
-  1. Exception to Section 3 of the GNU GPL.
-
-  You may convey a covered work under sections 3 and 4 of this License
-without being bound by section 3 of the GNU GPL.
-
-  2. Conveying Modified Versions.
-
-  If you modify a copy of the Library, and, in your modifications, a
-facility refers to a function or data to be supplied by an Application
-that uses the facility (other than as an argument passed when the
-facility is invoked), then you may convey a copy of the modified
-version:
-
-   a) under this License, provided that you make a good faith effort to
-   ensure that, in the event an Application does not supply the
-   function or data, the facility still operates, and performs
-   whatever part of its purpose remains meaningful, or
-
-   b) under the GNU GPL, with none of the additional permissions of
-   this License applicable to that copy.
-
-  3. Object Code Incorporating Material from Library Header Files.
-
-  The object code form of an Application may incorporate material from
-a header file that is part of the Library.  You may convey such object
-code under terms of your choice, provided that, if the incorporated
-material is not limited to numerical parameters, data structure
-layouts and accessors, or small macros, inline functions and templates
-(ten or fewer lines in length), you do both of the following:
-
-   a) Give prominent notice with each copy of the object code that the
-   Library is used in it and that the Library and its use are
-   covered by this License.
-
-   b) Accompany the object code with a copy of the GNU GPL and this license
-   document.
-
-  4. Combined Works.
-
-  You may convey a Combined Work under terms of your choice that,
-taken together, effectively do not restrict modification of the
-portions of the Library contained in the Combined Work and reverse
-engineering for debugging such modifications, if you also do each of
-the following:
-
-   a) Give prominent notice with each copy of the Combined Work that
-   the Library is used in it and that the Library and its use are
-   covered by this License.
-
-   b) Accompany the Combined Work with a copy of the GNU GPL and this license
-   document.
-
-   c) For a Combined Work that displays copyright notices during
-   execution, include the copyright notice for the Library among
-   these notices, as well as a reference directing the user to the
-   copies of the GNU GPL and this license document.
-
-   d) Do one of the following:
-
-       0) Convey the Minimal Corresponding Source under the terms of this
-       License, and the Corresponding Application Code in a form
-       suitable for, and under terms that permit, the user to
-       recombine or relink the Application with a modified version of
-       the Linked Version to produce a modified Combined Work, in the
-       manner specified by section 6 of the GNU GPL for conveying
-       Corresponding Source.
-
-       1) Use a suitable shared library mechanism for linking with the
-       Library.  A suitable mechanism is one that (a) uses at run time
-       a copy of the Library already present on the user's computer
-       system, and (b) will operate properly with a modified version
-       of the Library that is interface-compatible with the Linked
-       Version. 
-
-   e) Provide Installation Information, but only if you would otherwise
-   be required to provide such information under section 6 of the
-   GNU GPL, and only to the extent that such information is
-   necessary to install and execute a modified version of the
-   Combined Work produced by recombining or relinking the
-   Application with a modified version of the Linked Version. (If
-   you use option 4d0, the Installation Information must accompany
-   the Minimal Corresponding Source and Corresponding Application
-   Code. If you use option 4d1, you must provide the Installation
-   Information in the manner specified by section 6 of the GNU GPL
-   for conveying Corresponding Source.)
-
-  5. Combined Libraries.
-
-  You may place library facilities that are a work based on the
-Library side by side in a single library together with other library
-facilities that are not Applications and are not covered by this
-License, and convey such a combined library under terms of your
-choice, if you do both of the following:
-
-   a) Accompany the combined library with a copy of the same work based
-   on the Library, uncombined with any other library facilities,
-   conveyed under the terms of this License.
-
-   b) Give prominent notice with the combined library that part of it
-   is a work based on the Library, and explaining where to find the
-   accompanying uncombined form of the same work.
-
-  6. Revised Versions of the GNU Lesser General Public License.
-
-  The Free Software Foundation may publish revised and/or new versions
-of the GNU Lesser General Public License from time to time. Such new
-versions will be similar in spirit to the present version, but may
-differ in detail to address new problems or concerns.
-
-  Each version is given a distinguishing version number. If the
-Library as you received it specifies that a certain numbered version
-of the GNU Lesser General Public License "or any later version"
-applies to it, you have the option of following the terms and
-conditions either of that published version or of any later version
-published by the Free Software Foundation. If the Library as you
-received it does not specify a version number of the GNU Lesser
-General Public License, you may choose any version of the GNU Lesser
-General Public License ever published by the Free Software Foundation.
-
-  If the Library as you received it specifies that a proxy can decide
-whether future versions of the GNU Lesser General Public License shall
-apply, that proxy's public statement of acceptance of any version is
-permanent authorization for you to choose that version for the
-Library.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ lzma 5.4.3 ] copyright:
-
-GNU LESSER GENERAL PUBLIC LICENSE
-                       Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-                            Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations below.
-
-  When we speak of free software, we are referring to freedom of use,
-not price.  Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
-  To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights.  These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
-  For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you.  You must make sure that they, too, receive or can get the source
-code.  If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it.  And you must show them these terms so they know their rights.
-
-  We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  To protect each distributor, we want to make it very clear that
-there is no warranty for the free library.  Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-
-  Finally, software patents pose a constant threat to the existence of
-any free program.  We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder.  Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
-  Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License.  This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License.  We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
-  When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library.  The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom.  The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
-  We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License.  It also provides other free software developers Less
-of an advantage over competing non-free programs.  These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries.  However, the Lesser license provides advantages in certain
-special circumstances.
-
-  For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it becomes
-a de-facto standard.  To achieve this, non-free programs must be
-allowed to use the library.  A more frequent case is that a free
-library does the same job as widely used non-free libraries.  In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
-  In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software.  For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
-  Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.  Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library".  The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-
-                  GNU LESSER GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
-  A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
-  The "Library", below, refers to any such software library or work
-which has been distributed under these terms.  A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language.  (Hereinafter, translation is
-included without limitation in the term "modification".)
-
-  "Source code" for a work means the preferred form of the work for
-making modifications to it.  For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
-  Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it).  Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-
-  1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
-  You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
-  2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) The modified work must itself be a software library.
-
-    b) You must cause the files modified to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    c) You must cause the whole of the work to be licensed at no
-    charge to all third parties under the terms of this License.
-
-    d) If a facility in the modified Library refers to a function or a
-    table of data to be supplied by an application program that uses
-    the facility, other than as an argument passed when the facility
-    is invoked, then you must make a good faith effort to ensure that,
-    in the event an application does not supply such function or
-    table, the facility still operates, and performs whatever part of
-    its purpose remains meaningful.
-
-    (For example, a function in a library to compute square roots has
-    a purpose that is entirely well-defined independent of the
-    application.  Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must
-    be optional: if the application does not supply it, the square
-    root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library.  To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License.  (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.)  Do not make any other change in
-these notices.
-
-  Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
-  This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
-  4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
-  If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library".  Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
-  However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library".  The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
-  When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library.  The
-threshold for this to be true is not precisely defined by law.
-
-  If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work.  (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
-  Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
-  6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
-  You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License.  You must supply a copy of this License.  If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License.  Also, you must do one
-of these things:
-
-    a) Accompany the work with the complete corresponding
-    machine-readable source code for the Library including whatever
-    changes were used in the work (which must be distributed under
-    Sections 1 and 2 above); and, if the work is an executable linked
-    with the Library, with the complete machine-readable "work that
-    uses the Library", as object code and/or source code, so that the
-    user can modify the Library and then relink to produce a modified
-    executable containing the modified Library.  (It is understood
-    that the user who changes the contents of definitions files in the
-    Library will not necessarily be able to recompile the application
-    to use the modified definitions.)
-
-    b) Use a suitable shared library mechanism for linking with the
-    Library.  A suitable mechanism is one that (1) uses at run time a
-    copy of the library already present on the user's computer system,
-    rather than copying library functions into the executable, and (2)
-    will operate properly with a modified version of the library, if
-    the user installs one, as long as the modified version is
-    interface-compatible with the version that the work was made with.
-
-    c) Accompany the work with a written offer, valid for at
-    least three years, to give the same user the materials
-    specified in Subsection 6a, above, for a charge no more
-    than the cost of performing this distribution.
-
-    d) If distribution of the work is made by offering access to copy
-    from a designated place, offer equivalent access to copy the above
-    specified materials from the same place.
-
-    e) Verify that the user has already received a copy of these
-    materials or that you have already sent this user a copy.
-
-  For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it.  However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
-  It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system.  Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
-  7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
-    a) Accompany the combined library with a copy of the same work
-    based on the Library, uncombined with any other library
-    facilities.  This must be distributed under the terms of the
-    Sections above.
-
-    b) Give prominent notice with the combined library of the fact
-    that part of it is a work based on the Library, and explaining
-    where to find the accompanying uncombined form of the same work.
-
-  8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License.  Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License.  However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-  9. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Library or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-  10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
-  11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded.  In such case, this License incorporates the limitation as if
-written in the body of this License.
-
-  13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation.  If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
-  14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission.  For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this.  Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
-                            NO WARRANTY
-
-  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-                     END OF TERMS AND CONDITIONS
-
-           How to Apply These Terms to Your New Libraries
-
-  If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change.  You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
-  To apply these terms, attach the following notices to the library.  It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the library's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2.1 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the
-  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
-  <signature of Ty Coon>, 1 April 1990
-  Ty Coon, President of Vice
-
-That's all there is to it!
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ openjpeg 2.5.0 ] copyright:
-
-/*
- * The copyright in this software is being made available under the 2-clauses 
- * BSD License, included below. This software may be subject to other third 
- * party and contributor rights, including patent rights, and no such rights
- * are granted under this license.
- *
- * Copyright (c) 2002-2014, Universite catholique de Louvain (UCL), Belgium
- * Copyright (c) 2002-2014, Professor Benoit Macq
- * Copyright (c) 2003-2014, Antonin Descampe
- * Copyright (c) 2003-2009, Francois-Olivier Devaux
- * Copyright (c) 2005, Herve Drolon, FreeImage Team
- * Copyright (c) 2002-2003, Yannick Verschueren
- * Copyright (c) 2001-2003, David Janssens
- * Copyright (c) 2011-2012, Centre National d'Etudes Spatiales (CNES), France 
- * Copyright (c) 2012, CS Systemes d'Information, France
- *
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ pango 1.45.3 ] copyright:
-
-GNU LIBRARY GENERAL PUBLIC LICENSE
-		       Version 2, June 1991
-
- Copyright (C) 1991 Free Software Foundation, Inc.
-    		    59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the library GPL.  It is
- numbered 2 because it goes with version 2 of the ordinary GPL.]
-
-			    Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Library General Public License, applies to some
-specially designated Free Software Foundation software, and to any
-other libraries whose authors decide to use it.  You can use it for
-your libraries, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if
-you distribute copies of the library, or if you modify it.
-
-  For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you.  You must make sure that they, too, receive or can get the source
-code.  If you link a program with the library, you must provide
-complete object files to the recipients so that they can relink them
-with the library, after making changes to the library and recompiling
-it.  And you must show them these terms so they know their rights.
-
-  Our method of protecting your rights has two steps: (1) copyright
-the library, and (2) offer you this license which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  Also, for each distributor's protection, we want to make certain
-that everyone understands that there is no warranty for this free
-library.  If the library is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original
-version, so that any problems introduced by others will not reflect on
-the original authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that companies distributing free
-software will individually obtain patent licenses, thus in effect
-transforming the program into proprietary software.  To prevent this,
-we have made it clear that any patent must be licensed for everyone's
-free use or not licensed at all.
-
-  Most GNU software, including some libraries, is covered by the ordinary
-GNU General Public License, which was designed for utility programs.  This
-license, the GNU Library General Public License, applies to certain
-designated libraries.  This license is quite different from the ordinary
-one; be sure to read it in full, and don't assume that anything in it is
-the same as in the ordinary license.
-
-  The reason we have a separate public license for some libraries is that
-they blur the distinction we usually make between modifying or adding to a
-program and simply using it.  Linking a program with a library, without
-changing the library, is in some sense simply using the library, and is
-analogous to running a utility program or application program.  However, in
-a textual and legal sense, the linked executable is a combined work, a
-derivative of the original library, and the ordinary General Public License
-treats it as such.
-
-  Because of this blurred distinction, using the ordinary General
-Public License for libraries did not effectively promote software
-sharing, because most developers did not use the libraries.  We
-concluded that weaker conditions might promote sharing better.
-
-  However, unrestricted linking of non-free programs would deprive the
-users of those programs of all benefit from the free status of the
-libraries themselves.  This Library General Public License is intended to
-permit developers of non-free programs to use free libraries, while
-preserving your freedom as a user of such programs to change the free
-libraries that are incorporated in them.  (We have not seen how to achieve
-this as regards changes in header files, but we have achieved it as regards
-changes in the actual functions of the Library.)  The hope is that this
-will lead to faster development of free libraries.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.  Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library".  The
-former contains code derived from the library, while the latter only
-works together with the library.
-
-  Note that it is possible for a library to be covered by the ordinary
-General Public License rather than by this special one.
-
-		  GNU LIBRARY GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library which
-contains a notice placed by the copyright holder or other authorized
-party saying it may be distributed under the terms of this Library
-General Public License (also called "this License").  Each licensee is
-addressed as "you".
-
-  A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
-  The "Library", below, refers to any such software library or work
-which has been distributed under these terms.  A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language.  (Hereinafter, translation is
-included without limitation in the term "modification".)
-
-  "Source code" for a work means the preferred form of the work for
-making modifications to it.  For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
-  Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it).  Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-  
-  1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
-  You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
-  2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) The modified work must itself be a software library.
-
-    b) You must cause the files modified to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    c) You must cause the whole of the work to be licensed at no
-    charge to all third parties under the terms of this License.
-
-    d) If a facility in the modified Library refers to a function or a
-    table of data to be supplied by an application program that uses
-    the facility, other than as an argument passed when the facility
-    is invoked, then you must make a good faith effort to ensure that,
-    in the event an application does not supply such function or
-    table, the facility still operates, and performs whatever part of
-    its purpose remains meaningful.
-
-    (For example, a function in a library to compute square roots has
-    a purpose that is entirely well-defined independent of the
-    application.  Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must
-    be optional: if the application does not supply it, the square
-    root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library.  To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License.  (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.)  Do not make any other change in
-these notices.
-
-  Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
-  This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
-  4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
-  If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library".  Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
-  However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library".  The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
-  When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library.  The
-threshold for this to be true is not precisely defined by law.
-
-  If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work.  (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
-  Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
-  6. As an exception to the Sections above, you may also compile or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
-  You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License.  You must supply a copy of this License.  If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License.  Also, you must do one
-of these things:
-
-    a) Accompany the work with the complete corresponding
-    machine-readable source code for the Library including whatever
-    changes were used in the work (which must be distributed under
-    Sections 1 and 2 above); and, if the work is an executable linked
-    with the Library, with the complete machine-readable "work that
-    uses the Library", as object code and/or source code, so that the
-    user can modify the Library and then relink to produce a modified
-    executable containing the modified Library.  (It is understood
-    that the user who changes the contents of definitions files in the
-    Library will not necessarily be able to recompile the application
-    to use the modified definitions.)
-
-    b) Accompany the work with a written offer, valid for at
-    least three years, to give the same user the materials
-    specified in Subsection 6a, above, for a charge no more
-    than the cost of performing this distribution.
-
-    c) If distribution of the work is made by offering access to copy
-    from a designated place, offer equivalent access to copy the above
-    specified materials from the same place.
-
-    d) Verify that the user has already received a copy of these
-    materials or that you have already sent this user a copy.
-
-  For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it.  However, as a special exception,
-the source code distributed need not include anything that is normally
-distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
-  It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system.  Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
-  7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
-    a) Accompany the combined library with a copy of the same work
-    based on the Library, uncombined with any other library
-    facilities.  This must be distributed under the terms of the
-    Sections above.
-
-    b) Give prominent notice with the combined library of the fact
-    that part of it is a work based on the Library, and explaining
-    where to find the accompanying uncombined form of the same work.
-
-  8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License.  Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License.  However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-  9. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Library or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-  10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded.  In such case, this License incorporates the limitation as if
-written in the body of this License.
-
-  13. The Free Software Foundation may publish revised and/or new
-versions of the Library General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation.  If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
-  14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission.  For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this.  Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
-			    NO WARRANTY
-
-  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-		     END OF TERMS AND CONDITIONS
-
-           How to Apply These Terms to Your New Libraries
-
-  If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change.  You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
-  To apply these terms, attach the following notices to the library.  It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the library's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public
-    License along with this library; if not, write to the 
-    Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
-    Boston, MA  02111-1307  USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the
-  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
-  <signature of Ty Coon>, 1 April 1990
-  Ty Coon, President of Vice
-
-That's all there is to it!
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ pixman 0.42.2 ] copyright:
-
-The following is the MIT license, agreed upon by most contributors.
-Copyright holders of new code should use this license statement where
-possible. They may also add themselves to the list below.
-
-/*
- * Copyright 1987, 1988, 1989, 1998  The Open Group
- * Copyright 1987, 1988, 1989 Digital Equipment Corporation
- * Copyright 1999, 2004, 2008 Keith Packard
- * Copyright 2000 SuSE, Inc.
- * Copyright 2000 Keith Packard, member of The XFree86 Project, Inc.
- * Copyright 2004, 2005, 2007, 2008, 2009, 2010 Red Hat, Inc.
- * Copyright 2004 Nicholas Miell
- * Copyright 2005 Lars Knoll & Zack Rusin, Trolltech
- * Copyright 2005 Trolltech AS
- * Copyright 2007 Luca Barbato
- * Copyright 2008 Aaron Plattner, NVIDIA Corporation
- * Copyright 2008 Rodrigo Kumpera
- * Copyright 2008 André Tupinambá
- * Copyright 2008 Mozilla Corporation
- * Copyright 2008 Frederic Plourde
- * Copyright 2009, Oracle and/or its affiliates. All rights reserved.
- * Copyright 2009, 2010 Nokia Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- * 
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- */
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ png 1.6.39 ] copyright:
-
-COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
-=========================================
-
-PNG Reference Library License version 2
----------------------------------------
-
- * Copyright (c) 1995-2022 The PNG Reference Library Authors.
- * Copyright (c) 2018-2022 Cosmin Truta.
- * Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
- * Copyright (c) 1996-1997 Andreas Dilger.
- * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
-
-The software is supplied "as is", without warranty of any kind,
-express or implied, including, without limitation, the warranties
-of merchantability, fitness for a particular purpose, title, and
-non-infringement.  In no event shall the Copyright owners, or
-anyone distributing the software, be liable for any damages or
-other liability, whether in contract, tort or otherwise, arising
-from, out of, or in connection with the software, or the use or
-other dealings in the software, even if advised of the possibility
-of such damage.
-
-Permission is hereby granted to use, copy, modify, and distribute
-this software, or portions hereof, for any purpose, without fee,
-subject to the following restrictions:
-
- 1. The origin of this software must not be misrepresented; you
-    must not claim that you wrote the original software.  If you
-    use this software in a product, an acknowledgment in the product
-    documentation would be appreciated, but is not required.
-
- 2. Altered source versions must be plainly marked as such, and must
-    not be misrepresented as being the original software.
-
- 3. This Copyright notice may not be removed or altered from any
-    source or altered source distribution.
-
-
-PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35)
------------------------------------------------------------------------
-
-libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are
-Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
-derived from libpng-1.0.6, and are distributed according to the same
-disclaimer and license as libpng-1.0.6 with the following individuals
-added to the list of Contributing Authors:
-
-    Simon-Pierre Cadieux
-    Eric S. Raymond
-    Mans Rullgard
-    Cosmin Truta
-    Gilles Vollant
-    James Yu
-    Mandar Sahastrabuddhe
-    Google Inc.
-    Vadim Barkov
-
-and with the following additions to the disclaimer:
-
-    There is no warranty against interference with your enjoyment of
-    the library or against infringement.  There is no warranty that our
-    efforts or the library will fulfill any of your particular purposes
-    or needs.  This library is provided with all faults, and the entire
-    risk of satisfactory quality, performance, accuracy, and effort is
-    with the user.
-
-Some files in the "contrib" directory and some configure-generated
-files that are distributed with libpng have other copyright owners, and
-are released under other open source licenses.
-
-libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
-Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
-libpng-0.96, and are distributed according to the same disclaimer and
-license as libpng-0.96, with the following individuals added to the
-list of Contributing Authors:
-
-    Tom Lane
-    Glenn Randers-Pehrson
-    Willem van Schaik
-
-libpng versions 0.89, June 1996, through 0.96, May 1997, are
-Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
-and are distributed according to the same disclaimer and license as
-libpng-0.88, with the following individuals added to the list of
-Contributing Authors:
-
-    John Bowler
-    Kevin Bracey
-    Sam Bushell
-    Magnus Holmgren
-    Greg Roelofs
-    Tom Tanner
-
-Some files in the "scripts" directory have other copyright owners,
-but are released under this license.
-
-libpng versions 0.5, May 1995, through 0.88, January 1996, are
-Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
-
-For the purposes of this copyright and license, "Contributing Authors"
-is defined as the following set of individuals:
-
-    Andreas Dilger
-    Dave Martindale
-    Guy Eric Schalnat
-    Paul Schmidt
-    Tim Wegner
-
-The PNG Reference Library is supplied "AS IS".  The Contributing
-Authors and Group 42, Inc. disclaim all warranties, expressed or
-implied, including, without limitation, the warranties of
-merchantability and of fitness for any purpose.  The Contributing
-Authors and Group 42, Inc. assume no liability for direct, indirect,
-incidental, special, exemplary, or consequential damages, which may
-result from the use of the PNG Reference Library, even if advised of
-the possibility of such damage.
-
-Permission is hereby granted to use, copy, modify, and distribute this
-source code, or portions hereof, for any purpose, without fee, subject
-to the following restrictions:
-
- 1. The origin of this source code must not be misrepresented.
-
- 2. Altered versions must be plainly marked as such and must not
-    be misrepresented as being the original source.
-
- 3. This Copyright notice may not be removed or altered from any
-    source or altered source distribution.
-
-The Contributing Authors and Group 42, Inc. specifically permit,
-without fee, and encourage the use of this source code as a component
-to supporting the PNG file format in commercial products.  If you use
-this source code in a product, acknowledgment is not required but would
-be appreciated.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ raqm 0.10.1 ] copyright:
-
-The MIT License (MIT)
-
-Copyright © 2015 Information Technology Authority (ITA) <foss@ita.gov.om>
-Copyright © 2016-2023 Khaled Hosny <khaled@aliftype.com>
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ raw 0.21.1 ] copyright:
-
-** LibRaw: Raw images processing library **
-
-Copyright (C) 2008-2021 LibRaw LLC (http://www.libraw.org, info@libraw.org)
- 
-LibRaw is free software; you can redistribute it and/or modify
-it under the terms of the one of two licenses as you choose:
-
-1. GNU LESSER GENERAL PUBLIC LICENSE version 2.1
-   (See file LICENSE.LGPL provided in LibRaw distribution archive for details).
-
-2. COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-   (See file LICENSE.CDDL provided in LibRaw distribution archive for details).
-
-LibRaw uses code from dcraw.c -- Dave Coffin's raw photo decoder,
-dcraw.c is copyright 1997-2018 by Dave Coffin, dcoffin a cybercom o net.
-LibRaw do not use RESTRICTED code from dcraw.c
-
-LibRaw uses DCB demosaic and FBDD denoise licensed under BSD-like 3-clause license
-DCB and FBDD are Copyright (C) 2010,  Jacek Gozdz (cuniek@kft.umcs.lublin.pl)
-
-LibRaw uses X3F library to unpack Foveon Files, licensed BSD-style license
-Copyright (c) 2010, Roland Karlsson (roland@proxel.se)
-All rights reserved.
-
-LibRaw uses pieces of code from Adobe DNG SDK 1.4,
-Copyright (c) 2005 Adobe Systems Incorporated, licensed under MIT license
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ rsvg 2.40.20 ] copyright:
-
-GNU GENERAL PUBLIC LICENSE
-		       Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-			    Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-		    GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-			    NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-		     END OF TERMS AND CONDITIONS
-
-	    How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-    Gnomovision version 69, Copyright (C) year  name of author
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
-  `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs.  If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Library General
-Public License instead of this License.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ tiff 4.5.0 ] copyright:
-
-# LibTIFF license
-
-Copyright © 1988-1997 Sam Leffler\
-Copyright © 1991-1997 Silicon Graphics, Inc.
-
-Permission to use, copy, modify, distribute, and sell this software and 
-its documentation for any purpose is hereby granted without fee, provided
-that (i) the above copyright notices and this permission notice appear in
-all copies of the software and related documentation, and (ii) the names of
-Sam Leffler and Silicon Graphics may not be used in any advertising or
-publicity relating to the software without the specific, prior written
-permission of Sam Leffler and Silicon Graphics.
-
-THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
-EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
-WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
-
-IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
-ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
-OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
-LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
-OF THIS SOFTWARE.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ webp 1.3.0 ] copyright:
-
-Copyright (c) 2010, Google Inc. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-  * Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
-
-  * Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in
-    the documentation and/or other materials provided with the
-    distribution.
-
-  * Neither the name of Google nor the names of its contributors may
-    be used to endorse or promote products derived from this software
-    without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ xml 2.11.3 ] copyright:
-
-Except where otherwise noted in the source code (e.g. the files hash.c,
-list.c and the trio files, which are covered by a similar licence but
-with different Copyright notices) all the files are:
-
- Copyright (C) 1998-2012 Daniel Veillard.  All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is fur-
-nished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
-NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ zip 1.9.2 ] copyright:
-
-Copyright (C) 1999-2020 Dieter Baron and Thomas Klausner
-
-The authors can be contacted at <info@libzip.org>
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in
-  the documentation and/or other materials provided with the
-  distribution.
-
-3. The names of the authors may not be used to endorse or promote
-  products derived from this software without specific prior
-  written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
-GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
-IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
-IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-[ zlib 1.2.13 ] copyright:
-
-Copyright notice:
-
- (C) 1995-2022 Jean-loup Gailly and Mark Adler
-
-  This software is provided 'as-is', without any express or implied
-  warranty.  In no event will the authors be held liable for any damages
-  arising from the use of this software.
-
-  Permission is granted to anyone to use this software for any purpose,
-  including commercial applications, and to alter it and redistribute it
-  freely, subject to the following restrictions:
-
-  1. The origin of this software must not be misrepresented; you must not
-     claim that you wrote the original software. If you use this software
-     in a product, an acknowledgment in the product documentation would be
-     appreciated but is not required.
-  2. Altered source versions must be plainly marked as such, and must not be
-     misrepresented as being the original software.
-  3. This notice may not be removed or altered from any source distribution.
-
-  Jean-loup Gailly        Mark Adler
-  jloup@gzip.org          madler@alumni.caltech.edu
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-

+ 0 - 139
resources/ImageMagick-7.1.1-11/README.txt

@@ -1,139 +0,0 @@
-Introduction to ImageMagick
-
-  ImageMagick® is a software suite to create, edit, compose, or convert
-  bitmap images. It can read and write images in a variety of formats (over
-  200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, WebP, Postscript,
-  PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort,
-  shear and transform images, adjust image colors, apply various special
-  effects, or draw text, lines, polygons, ellipses and Bezier curves.
-  
-  The functionality of ImageMagick is typically utilized from the command
-  line or you can use the features from programs written in your favorite
-  language. Choose from these interfaces: G2F (Ada), MagickCore (C),
-  MagickWand (C), ChMagick (Ch), Magick++ (C++),
-  JMagick (Java), L-Magick (Lisp), Lua, NMagick (Neko/haXe), Magick.NET
-  (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP
-  (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick
-  (Tcl/TK). With a language interface, use ImageMagick to modify or create
-  images dynamically and automagically.
-
-  ImageMagick utilize multiple computational threads to increase performance
-  and can read, process, or write mega-, giga-, or tera-pixel image sizes.
-  
-  ImageMagick is free software delivered as a ready-to-run binary distribution
-  or as source code that you may use, copy, modify, and distribute in both open
-  and proprietary applications. It is distributed under a derived Apache 2.0
-  license.
-  
-  The ImageMagick development process ensures a stable API and ABI. Before
-  each ImageMagick release, we perform a comprehensive security assessment
-  that includes memory error and thread data race detection to prevent
-  security vulnerabilities.
-
-  The current release is the ImageMagick 7.0.11-* series. It runs on Linux,
-  Windows, Mac Os X, iOS, Android OS, and others.
-
-  The authoritative ImageMagick web site is https://imagemagick.org. The
-  authoritative source code repository is
-  https://github.com/ImageMagick/ImageMagick.
-
-  We continue to maintain the legacy release of ImageMagick, version 6,
-  at https://legacy.imagemagick.org.
-
-
-Features and Capabilities
-  
-  Here are just a few examples of what ImageMagick can do:
-  
-      * Format conversion: convert an image from one format to another (e.g.
-        PNG to JPEG).
-      * Transform: resize, rotate, deskew, crop, flip or trim an image.
-      * Transparency: render portions of an image invisible.
-      * Draw: add shapes or text to an image.
-      * Decorate: add a border or frame to an image.
-      * Special effects: blur, sharpen, threshold, or tint an image.
-      * Animation: create a GIF animation sequence from a group of images.
-      * Text & comments: insert descriptive or artistic text in an image.
-      * Image gradients: create a gradual blend of one color whose shape is 
-        horizontal, vertical, circular, or elliptical.
-      * Image identification: describe the format and attributes of an image.
-      * Composite: overlap one image over another.
-      * Montage: juxtapose image thumbnails on an image canvas.
-      * Generalized pixel distortion: correct for, or induce image distortions
-        including perspective.
-      * Computer vision: Canny edge detection.
-      * Morphology of shapes: extract features, describe shapes and recognize
-        patterns in images.
-      * Motion picture support: read and write the common image formats used in
-        digital film work.
-      * Image calculator: apply a mathematical expression to an image or image
-        channels.
-      * Connected component labeling: uniquely label connected regions in an
-        image.
-      * Discrete Fourier transform: implements the forward and inverse DFT.
-      * Perceptual hash: maps visually identical images to the same or similar
-        hash-- useful in image retrieval, authentication, indexing, or copy
-        detection as well as digital watermarking.
-      * Complex text layout: bidirectional text support and shaping.
-      * Color management: accurate color management with color profiles or in
-        lieu of-- built-in gamma compression or expansion as demanded by the
-        colorspace.
-      * Bilateral blur: non-linear, edge-preserving, and noise-reducing
-        smoothing filter.
-      * High dynamic-range images: accurately represent the wide range of
-        intensity levels found in real scenes ranging from the brightest direct
-        sunlight to the deepest darkest shadows.
-      * Encipher or decipher an image: convert ordinary images into
-        unintelligible gibberish and back again.
-      * Virtual pixel support: convenient access to pixels outside the image
-        region.
-      * Large image support: read, process, or write mega-, giga-, or
-        tera-pixel image sizes.
-      * Threads of execution support: ImageMagick is thread safe and most
-        internal algorithms are OpenMP-enabled to take advantage of speed-ups
-        offered by multicore processor chips.
-      * Distributed pixel cache: offload intermediate pixel storage to one or
-        more remote servers.
-      * Heterogeneous distributed processing: certain algorithms are
-        OpenCL-enabled to take advantage of speed-ups offered by executing in
-        concert across heterogeneous platforms consisting of CPUs, GPUs, and
-        other processors.
-      * ImageMagick on the iPhone: convert, edit, or compose images on your
-        iPhone or iPad.
-  
-  Examples of ImageMagick Usage * https://legacy.imagemagick.org/Usage/
-  shows how to use ImageMagick from the command-line to accomplish any
-  of these tasks and much more. Also, see Fred's ImageMagick Scripts @
-  http://www.fmwconcepts.com/imagemagick/: a plethora of command-line scripts
-  that perform geometric transforms, blurs, sharpens, edging, noise removal,
-  and color manipulations. With Magick.NET, use ImageMagick without having
-  to install ImageMagick on your server or desktop.
-
-
-News
-
-  ImageMagick best practices strongly encourages you to configure a security
-  policy that suits your local environment.
-
-  Now that ImageMagick version 7 is released, we continue
-  to maintain the legacy release of ImageMagick, version 6, at
-  https://legacy.imagemagick.org. Learn how ImageMagick version 7 differs
-  from previous versions with our porting guide.
-
-  Want more performance from ImageMagick? Try these options:
-
-    * add more memory to your system, see the pixel cache;
-    * add more cores to your system, see threads of execution support;
-    * reduce lock contention with the tcmalloc memory allocation library;
-    * push large images to a solid-state drive, see large image support.
-
-  If these options are prohibitive, you can reduce the quality of the image
-  results. The default build is Q16 HDRI. If you disable HDRI, you use
-  half the memory and instead of predominantly floating point operations,
-  you use the typically more efficient integer operations. The tradeoff
-  is reduced precision and you cannot process out of range pixel values
-  (e.g. negative). If you build the Q8 non-HDRI version of ImageMagick,
-  you again reduce the memory requirements in half-- and once again there
-  is a tradeoff, even less precision and no out of range pixel values. For
-  a Q8 non-HDRI build of ImageMagick, use these configure script options:
-  --with-quantum-depth=8 --disable-hdri.

+ 0 - 3
resources/ImageMagick-7.1.1-11/VERSION.md

@@ -1,3 +0,0 @@
-# version
-
-ImageMagick-7.1.1-11-portable-Q16-x64

+ 0 - 28
resources/ImageMagick-7.1.1-11/colors.xml

@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE colormap [
-<!ELEMENT colormap (color)*>
-<!ELEMENT color (#PCDATA)>
-<!ATTLIST color name CDATA "0">
-<!ATTLIST color color CDATA "rgb(0,0,0)">
-<!ATTLIST color compliance CDATA "SVG">
-]>
-<!--
-  Associate a color name with its red, green, blue, and alpha intensities.
-
-  A number of methods and options require a color parameter. It is often
-  convenient to refer to a color by name (e.g. white) rather than by hex
-  value (e.g. #fff). This file maps a color name to its equivalent red,
-  green, blue, and alpha intensities (e.g. for white, red = 255, green =
-  255, blue = 255, and alpha = 0).
--->
-<colormap>
-  <!-- <color name="none" color="rgba(0,0,0,0)" compliance="SVG, XPM"/> -->
-  <!-- <color name="black" color="rgb(0,0,0)" compliance="SVG, X11, XPM"/> -->
-  <!-- <color name="red" color="rgb(255,0,0)" compliance="SVG, X11, XPM"/> -->
-  <!-- <color name="magenta" color="rgb(255,0,255)" compliance="SVG, X11, XPM"/> -->
-  <!-- <color name="green" color="rgb(0,128,0)" compliance="SVG"/> -->
-  <!-- <color name="cyan" color="rgb(0,255,255)" compliance="SVG, X11, XPM"/> -->
-  <!-- <color name="blue" color="rgb(0,0,255)" compliance="SVG, X11, XPM"/> -->
-  <!-- <color name="yellow" color="rgb(255,255,0)" compliance="SVG, X11, XPM"/> -->
-  <!-- <color name="white" color="rgb(255,255,255)" compliance="SVG, X11"/> -->
-</colormap>

BIN
resources/ImageMagick-7.1.1-11/composite.exe


+ 0 - 27
resources/ImageMagick-7.1.1-11/configure.xml

@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE configuremap [
-  <!ELEMENT configuremap (configure)+>
-  <!ATTLIST configuremap xmlns CDATA #FIXED ''>
-  <!ELEMENT configure EMPTY>
-  <!ATTLIST configure xmlns CDATA #FIXED '' name NMTOKEN #REQUIRED
-    value CDATA #REQUIRED>
-]>
-<!--
-  ImageMagick build configuration.
--->
-<configuremap>
-  <configure name="CC" value="VS2022"/>
-  <configure name="COPYRIGHT" value="Copyright (C) 1999 ImageMagick Studio LLC"/>
-  <configure name="CXX" value="VS2022"/>
-  <configure name="DOCUMENTATION_PATH" value="unavailable"/>
-  <configure name="GIT_REVISION" value="11ffa6e:20230529" />
-  <configure name="LIB_VERSION_NUMBER" value="7,1,1,11"/>
-  <configure name="LIB_VERSION" value="0x711"/>
-  <configure name="NAME" value="ImageMagick"/>
-  <configure name="QuantumDepth" value="1"/>
-  <configure name="RELEASE_DATE" value="2023-05-29"/>
-  <configure name="TARGET_CPU" value="x64"/>
-  <configure name="TARGET_OS" value="Windows"/>
-  <configure name="VERSION" value="7.1.1"/>
-  <configure name="WEBSITE" value="https://imagemagick.org"/>
-</configuremap>

BIN
resources/ImageMagick-7.1.1-11/conjure.exe


BIN
resources/ImageMagick-7.1.1-11/convert.exe


BIN
resources/ImageMagick-7.1.1-11/dcraw.exe


+ 0 - 1723
resources/ImageMagick-7.1.1-11/english.xml

@@ -1,1723 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE locale [
-<!ELEMENT locale (exception)>
-<!ELEMENT exception (ANY)+>
-<!ELEMENT warning (message)+>
-<!ELEMENT error (message)+>
-<!ELEMENT fatalerror (message)+>
-<!ELEMENT message (#PCDATA)>
-<!ATTLIST locale name CDATA #REQUIRED>
-<!ATTLIST message name CDATA #REQUIRED>
-]>
-<locale name="english">
-  <exception>
-    <blob>
-      <error>
-        <message name="UnableToOpenBlob">
-          unable to open image
-        </message>
-        <message name="UnableToOpenFile">
-          unable to open file
-        </message>
-        <message name="UnableToReadBlob">
-          unable to read blob
-        </message>
-        <message name="UnableToWriteBlob">
-          unable to write blob
-        </message>
-        <message name="UnrecognizedImageFormat">
-          unrecognized image format
-        </message>
-        <message name="ZeroLengthBlobNotPermitted">
-          zero-length blob not permitted
-        </message>
-      </error>
-    </blob>
-    <cache>
-      <error>
-        <message name="CacheResourcesExhausted">
-          cache resources exhausted
-        </message>
-        <message name="IncompatibleAPI">
-          incompatible API
-        </message>
-        <message name="NoPixelsDefinedInCache">
-          no pixels defined in cache
-        </message>
-        <message name="PixelCacheIsNotOpen">
-          pixel cache is not open
-        </message>
-        <message name="PixelsAreNotAuthentic">
-          pixels are not authentic
-        </message>
-        <message name="UnableToCloneCache">
-          unable to clone cache
-        </message>
-        <message name="UnableToExtendCache">
-          unable to extend cache
-        </message>
-        <message name="UnableToGetCacheNexus">
-          unable to get cache nexus
-        </message>
-        <message name="UnableToOpenPixelCache">
-          unable to open pixel cache
-        </message>
-        <message name="UnableToPersistPixelCache">
-          unable to persist pixel cache
-        </message>
-        <message name="UnableToReadPixelCache">
-          unable to read pixel cache
-        </message>
-        <message name="UnableToWritePixelCache">
-          unable to write pixel cache
-        </message>
-      </error>
-      <fatalerror>
-        <message name="UnableToAcquireCacheView">
-          unable to acquire cache view
-        </message>
-        <message name="UnableToExtendPixelCache">
-          unable to extend pixel cache
-        </message>
-      </fatalerror>
-    </cache>
-    <coder>
-      <error>
-        <message name="ColormapTypeNotSupported">
-          colormap type not supported
-        </message>
-        <message name="ColorspaceModelIsNotSupported">
-          colorspace model is not supported
-        </message>
-        <message name="CompressNotSupported">
-          compression not supported
-        </message>
-        <message name="DataEncodingSchemeIsNotSupported">
-          data encoding scheme is not supported
-        </message>
-        <message name="DataStorageTypeIsNotSupported">
-          data storage type is not supported
-        </message>
-        <message name="DeltaPNGNotSupported">
-          delta-PNG is not supported
-        </message>
-        <message name="EncryptedWPGImageFileNotSupported">
-          encrypted WPG image file not supported
-        </message>
-        <message name="FractalCompressNotSupported">
-          fractal compression not supported
-        </message>
-        <message name="ImageColumnOrRowSizeIsNotSupported">
-          image column or row size is not supported
-        </message>
-        <message name="ImageDoesNotHaveAClipMask">
-          image does not have a clip mask
-        </message>
-        <message name="ImageDoesNotHaveAnAlphaChannel">
-          image does not have an alpha channel
-        </message>
-        <message name="ImageDoesNotHaveAMaskChannel">
-          image does not have an mask channel
-        </message>
-        <message name="ImageDoesNotHaveAThumbnail">
-          image does not have a EXIF thumbnail
-        </message>
-        <message name="ImageIsNotTiled">
-          image is not tiled
-        </message>
-        <message name="IrregularChannelGeometryNotSupported">
-          irregular channel geometry not supported
-        </message>
-        <message name="JNGCompressNotSupported">
-          JNG compression not supported
-        </message>
-        <message name="JPEGCompressNotSupported">
-          JPEG compression not supported
-        </message>
-        <message name="JPEGEmbeddingFailed">
-          JPEG embedding failed
-        </message>
-        <message name="LocationTypeIsNotSupported">
-          location type is not supported
-        </message>
-        <message name="MapStorageTypeIsNotSupported">
-          map storage type is not supported
-        </message>
-        <message name="MultidimensionalMatricesAreNotSupported">
-          multi-dimensional matrices are not supported
-        </message>
-        <message name="MultipleRecordListNotSupported">
-          multiple record list not supported
-        </message>
-        <message name="NoBitmapOnClipboard">
-          no bitmap on clipboard
-        </message>
-        <message name="NoAPP1DataIsAvailable">
-          no APP1 data is available
-        </message>
-        <message name="No8BIMDataIsAvailable">
-          no 8BIM data is available
-        </message>
-        <message name="NoColorProfileIsAvailable">
-          no color profile is available
-        </message>
-        <message name="NoDataReturned">
-          no data returned
-        </message>
-        <message name="NoImageVectorGraphics">
-          no image vector graphics; unable to generate SVG
-        </message>
-        <message name="NoIPTCProfileAvailable">
-          no IPTC profile available
-        </message>
-        <message name="NumberOfImagesIsNotSupported">
-          number of images is not supported
-        </message>
-        <message name="OnlyContinuousTonePictureSupported">
-          only continuous tone picture supported
-        </message>
-        <message name="OnlyLevelZerofilesSupported">
-          only level zero files Supported
-        </message>
-        <message name="PNGCompressNotSupported">
-          PNG compression not supported
-        </message>
-        <message name="RLECompressNotSupported">
-          RLE compression not supported
-        </message>
-        <message name="UnableToCopyProfile">
-          unable to copy profile
-        </message>
-        <message name="UnableToCreateBitmap">
-          unable to create bitmap
-        </message>
-        <message name="UnableToCreateADC">
-          unable to create a DC
-        </message>
-        <message name="UnableToDecompressImage">
-          unable to decompress image
-        </message>
-        <message name="UnableToWriteMPEGParameters">
-          unable to write MPEG parameters
-        </message>
-        <message name="UnableToZipCompressImage">
-          unable to zip-compress image
-        </message>
-        <message name="ZIPCompressNotSupported">
-          ZIP compression not supported
-        </message>
-      </error>
-      <warning>
-        <message name="ExifProfileSizeExceedsLimit">
-          exif profile size exceeds limit and will be truncated
-        </message>
-        <message name="LosslessToLossyJPEGConversion">
-          lossless to lossy JPEG conversion
-        </message>
-      </warning>
-    </coder>
-    <configure>
-      <error>
-        <message name="IncludeElementNestedTooDeeply">
-          include element nested too deeply
-        </message>
-      </error>
-      <warning>
-        <message name="UnableToOpenConfigureFile">
-          unable to access configure file
-        </message>
-        <message name="UnableToOpenModuleFile">
-          unable to open module file
-        </message>
-      </warning>
-    </configure>
-    <corrupt>
-      <image>
-        <error>
-          <message name="AnErrorHasOccurredReadingFromFile">
-            an error has occurred reading from file
-          </message>
-          <message name="AnErrorHasOccurredWritingToFile">
-            an error has occurred writing to file
-          </message>
-          <message name="CipherSupportNotEnabled">
-            cipher support not enabled
-          </message>
-          <message name="ColormapExceeds256Colors">
-            colormap exceeded 256 colors
-          </message>
-          <message name="CorruptImage">
-            corrupt image
-          </message>
-          <message name="FileFormatVersionMismatch">
-            file format version mismatch
-          </message>
-          <message name="ImageDepthNotSupported">
-            image depth not supported
-          </message>
-          <message name="ImageFileDoesNotContainAnyImageData">
-            image file does not contain any image data
-          </message>
-          <message name="ImageTypeNotSupported">
-            image type not supported
-          </message>
-          <message name="ImproperImageHeader">
-            improper image header
-          </message>
-          <message name="InsufficientImageDataInFile">
-            insufficient image data in file
-          </message>
-          <message name="InvalidColormapIndex">
-            invalid colormap index
-          </message>
-          <message name="InvalidPixel">
-            invalid pixel
-          </message>
-          <message name="LengthAndFilesizeDoNotMatch">
-            length and filesize do not match
-          </message>
-          <message name="MaximumChannelsExceeded">
-            maximum channels exceeded
-          </message>
-          <message name="MissingImageChannel">
-            missing image channel
-          </message>
-          <message name="NegativeOrZeroImageSize">
-            negative or zero image size
-          </message>
-          <message name="NonOS2HeaderSizeError">
-            non OS2 BMP header size less than 40
-          </message>
-          <message name="NotEnoughPixelData">
-            not enough pixel data
-          </message>
-          <message name="NotEnoughTiles">
-            not enough tiles found in level
-          </message>
-          <message name="TooMuchImageDataInFile">
-            too much image data in file
-          </message>
-          <message name="StaticPlanesValueNotEqualToOne">
-            static planes value not equal to 1
-          </message>
-          <message name="UnableToReadExtensionBlock">
-            unable to read extension block
-          </message>
-          <message name="UnableToReadImageHeader">
-            unable to read image header
-          </message>
-          <message name="UnableToReadImageData">
-            unable to read image data
-          </message>
-          <message name="UnableToRunlengthDecodeImage">
-            unable to runlength decode image
-          </message>
-          <message name="UnableToUncompressImage">
-            unable to uncompress image
-          </message>
-          <message name="UnexpectedEndOfFile">
-            unexpected end-of-file
-          </message>
-          <message name="UnexpectedSamplingFactor">
-            unexpected sampling factor
-          </message>
-          <message name="UnknownPatternType">
-            unknown pattern type
-          </message>
-          <message name="UnrecognizedAlphaChannelOption">
-            unrecognized alpha channel option
-          </message>
-          <message name="UnrecognizedImageCompression">
-            unrecognized compression
-          </message>
-          <message name="UnrecognizedNumberOfColors">
-            unrecognized number of colors
-          </message>
-          <message name="UnsupportedBitsPerPixel">
-            unsupported bits per pixel
-          </message>
-        </error>
-        <fatalerror>
-          <message name="UnableToPersistKey">
-            unable to persist key
-          </message>
-        </fatalerror>
-        <warning>
-          <message name="InsufficientImageDataInFile">
-            insufficient image data in file
-          </message>
-          <message name="LengthAndFilesizeDoNotMatch">
-            length and filesize do not match
-          </message>
-          <message name="SkipToSyncByte">
-            corrupt PCD image, skipping to sync byte
-          </message>
-        </warning>
-      </image>
-    </corrupt>
-    <delegate>
-      <error>
-        <message name="DelegateFailed">
-          delegate failed
-        </message>
-        <message name="FailedToComputeOutputSize">
-          failed to compute output size
-        </message>
-        <message name="FailedToRenderFile">
-          failed to render file
-        </message>
-        <message name="FailedToScanFile">
-          failed to scan file
-        </message>
-        <message name="NoTagFound">
-          no tag found
-        </message>
-        <message name="PCLDelegateFailed">
-          PCL delegate failed
-        </message>
-        <message name="PostscriptDelegateFailed">
-          Postscript delegate failed
-        </message>
-        <message name="UnableToCreateImage">
-          unable to create image
-        </message>
-        <message name="UnableToDecodeImageFile">
-          unable to decode image file
-        </message>
-        <message name="UnableToEncodeImageFile">
-          unable to encode image file
-        </message>
-        <message name="UnableToInitializeFPXLibrary">
-          unable to initialize FPX library
-        </message>
-        <message name="UnableToInitializeWMFLibrary">
-          unable to initialize WMF library
-        </message>
-        <message name="UnableToManageJP2Stream">
-          unable to manage JP2 stream
-        </message>
-        <message name="UnableToReadAspectRatio">
-          unable to read aspect ratio
-        </message>
-        <message name="UnableToReadSummaryInfo">
-          unable to read summary info
-        </message>
-        <message name="UnableToSetAffineMatrix">
-          unable to set affine matrix
-        </message>
-        <message name="UnableToSetAspectRatio">
-          unable to set aspect ratio
-        </message>
-        <message name="UnableToSetColorTwist">
-          unable to set color twist
-        </message>
-        <message name="UnableToSetContrast">
-          unable to set contrast
-        </message>
-        <message name="UnableToSetFilteringValue">
-          unable to set filtering value
-        </message>
-        <message name="UnableToSetImageTitle">
-          unable to set image title
-        </message>
-        <message name="UnableToSetJPEGLevel">
-          unable to set JPEG level
-        </message>
-        <message name="UnableToSetRegionOfInterest">
-          unable to set region of interest
-        </message>
-        <message name="UnableToSetSummaryInfo">
-          unable to set summary info
-        </message>
-        <message name="UnableToWriteSVGFormat">
-          unable to write SVG format
-        </message>
-        <message name="XPSDelegateFailed">
-          XPS delegate failed
-        </message>
-      </error>
-    </delegate>
-    <draw>
-      <error>
-        <message name="AlreadyPushingPatternDefinition">
-          already pushing pattern definition
-        </message>
-        <message name="NonconformingDrawingPrimitiveDefinition">
-          non-conforming drawing primitive definition
-        </message>
-        <message name="NotARelativeURL">
-          not a relative URL
-        </message>
-        <message name="NotCurrentlyPushingPatternDefinition">
-          not currently pushing pattern definition
-        </message>
-        <message name="SegmentStackOverflow">
-          segment stack overflow
-        </message>
-        <message name="TooManyBezierCoordinates">
-          too many bezier coordinates
-        </message>
-        <message name="UnableToPrint">
-          unable to print
-        </message>
-        <message name="UnbalancedGraphicContextPushPop">
-          unbalanced graphic context push-pop
-        </message>
-        <message name="URLNotFound">
-          URL not found
-        </message>
-        <message name="VectorGraphicsNestedTooDeeply">
-          vector graphics nested too deeply
-        </message>
-      </error>
-    </draw>
-    <file>
-      <open>
-        <error>
-          <message name="AnErrorHasOccurredReadingFromFile">
-            an error has occurred reading from file
-          </message>
-          <message name="UnableToCreateTemporaryFile">
-            unable to create temporary file
-          </message>
-          <message name="UnableToOpenFile">
-            unable to open file
-          </message>
-          <message name="UnableToWriteFile">
-            unable to write file
-          </message>
-        </error>
-      </open>
-    </file>
-    <image>
-      <error>
-        <message name="AngleIsDiscontinuous">
-          angle is discontinuous
-        </message>
-        <message name="ColormappedImageRequired">
-          colormapped image required
-        </message>
-        <message name="ColorSeparatedImageRequired">
-          color separated image required
-        </message>
-        <message name="ColorspaceColorProfileMismatch">
-          color profile operates on another colorspace
-        </message>
-        <message name="ImageDepthNotSupported">
-          image depth not supported
-        </message>
-        <message name="ImageSequenceRequired">
-          image sequence is required
-        </message>
-        <message name="ImageMorphologyDiffers">
-          image morphology differs
-        </message>
-        <message name="ImageListRequired">
-          image list is required
-        </message>
-        <message name="ImageSizeDiffers">
-          image size differs
-        </message>
-        <message name="ImagesTooDissimilar">
-          images too dissimilar
-        </message>
-        <message name="LeftAndRightImageSizesDiffer">
-          left and right image sizes differ
-        </message>
-        <message name="NegativeOrZeroImageSize">
-          negative or zero image size
-        </message>
-        <message name="NoImagesWereFound">
-          no images were found
-        </message>
-        <message name="NoImagesWereLoaded">
-          no images were loaded
-        </message>
-        <message name="TooManyClusters">
-          too many cluster
-        </message>
-        <message name="UnableToCreateColorTransform">
-          unable to create color transform
-        </message>
-        <message name="WidthOrHeightExceedsLimit">
-          width or height exceeds limit
-        </message>
-      </error>
-      <warning>
-        <message name="AssociateProfile">
-          associate profile with image, a source and destination color profile required for transform
-        </message>
-        <message name="UnableToTransformColorspace">
-          unable to transform colorspace
-        </message>
-      </warning>
-    </image>
-    <filter>
-      <error>
-        <message name="FilterFailed">
-          filter failed
-        </message>
-      </error>
-    </filter>
-    <missing>
-      <delegate>
-        <error>
-          <message name="DelegateLibrarySupportNotBuiltIn">
-            delegate library support not built-in
-          </message>
-          <message name="NoDecodeDelegateForThisImageFormat">
-            no decode delegate for this image format
-          </message>
-          <message name="NoEncodeDelegateForThisImageFormat">
-            no encode delegate for this image format
-          </message>
-        </error>
-        <warning>
-          <message name="DelegateLibrarySupportNotBuiltIn">
-            delegate library support not built-in
-          </message>
-          <message name="FreeTypeLibraryIsNotAvailable">
-            FreeType library is not available
-          </message>
-          <message name="LCMSLibraryIsNotAvailable">
-            LCMS color profile library is not available
-          </message>
-          <message name="NoEncodeDelegateForThisImageFormat">
-            no encode delegate for this image format
-          </message>
-        </warning>
-      </delegate>
-    </missing>
-    <module>
-      <error>
-        <message name="ImageCoderSignatureMismatch">
-          image coder signature mismatch
-        </message>
-        <message name="ImageFilterSignatureMismatch">
-          image filter signature mismatch
-        </message>
-        <message name="UnableToLoadModule">
-          unable to load module
-        </message>
-        <message name="UnableToRegisterImageFormat">
-          unable to register image format
-        </message>
-      </error>
-      <fatalerror>
-        <message name="UnableToInitializeModuleLoader">
-          unable to initialize module loader
-        </message>
-      </fatalerror>
-      <warning>
-        <message name="UnableToCloseModule">
-          unable to close module
-        </message>
-      </warning>
-    </module>
-    <option>
-      <error>
-        <message name="ClutImageRequired">
-          color lookup table image required
-        </message>
-        <message name="CompositeImageRequired">
-          composite image required
-        </message>
-        <message name="CurlyBracesNestedTooDeeply">
-          curly braces nested too deeply
-        </message>
-        <message name="DeprecatedOptionNoCode">
-          option deprecated, unable to execute
-        </message>
-        <message name="DivideByZero">
-          divide by zero
-        </message>
-        <message name="FrameIsLessThanImageSize">
-          frame is less than image size
-        </message>
-        <message name="GeometryDimensionsAreZero">
-          geometry dimensions are zero
-        </message>
-        <message name="GeometryDoesNotContainImage">
-          geometry does not contain image
-        </message>
-        <message name="ImageSequenceRequired">
-          image sequence is required
-        </message>
-        <message name="InterpretPropertyFailure">
-          failure to interpret image property escapes
-        </message>
-        <message name="InvalidArgument">
-          invalid argument for option
-        </message>
-        <message name="InvalidUseOfOption">
-          invalid use of option
-        </message>
-        <message name="InvalidGeometry">
-          invalid geometry
-        </message>
-        <message name="InvalidImageIndex">
-          invalid image index
-        </message>
-        <message name="InvalidNumberList">
-          invalid list of numbers
-        </message>
-        <message name="InvalidSetting">
-          invalid setting
-        </message>
-        <message name="ImagesAreNotTheSameSize">
-          images are not the same size
-        </message>
-        <message name="ImagePagesAreNotCoalesced">
-          image pages are not coalesced
-        </message>
-        <message name="ImageSizeMustExceedBevelWidth">
-          size must exceed bevel width
-        </message>
-        <message name="ImageWidthsOrHeightsDiffer">
-          image widths or heights differ
-        </message>
-        <message name="KernelWidthMustBeAnOddNumber">
-          kernel width must be an odd number
-        </message>
-        <message name="LabelExpected">
-          label expected
-        </message>
-        <message name="MapImageRequired">
-          map image required
-        </message>
-        <message name="MissingArgument">
-          missing required argument
-        </message>
-        <message name="MissingAnImageFilename">
-        <!-- FUTURE: Depreciate using MissingOutputFilename -->
-          missing an image filename
-        </message>
-        <message name="MissingExpression">
-          missing expression
-        </message>
-        <message name="MissingNullSeparator">
-          missing Null Image List Separator
-        </message>
-        <message name="MissingOutputFilename">
-          missing output filename
-        </message>
-        <message name="MustSpecifyAnImageName">
-          must specify an image name
-        </message>
-        <message name="MustSpecifyImageDepth">
-          must specify image depth
-        </message>
-        <message name="MustSpecifyImageSize">
-          must specify image size
-        </message>
-        <message name="NoBlobDefined">
-          no Binary Large OBjects defined
-        </message>
-        <message name="NoClipPathDefined">
-          no clip path defined
-        </message>
-        <message name="NoImagesForWrite">
-          no images for write
-        </message>
-        <message name="NoImagesFound">
-          no images found for operation
-        </message>
-        <message name="NoImagesDefined">
-          no images defined
-        </message>
-        <message name="NoImageVectorGraphics">
-          no image vector graphics
-        </message>
-        <message name="NoSuchImage">
-          no such image
-        </message>
-        <message name="NoSuchImageChannel">
-          no such image channel
-        </message>
-        <message name="NoSuchOption">
-          no such option
-        </message>
-        <message name="NonZeroWidthAndHeightRequired">
-          non-zero width and height required
-        </message>
-        <message name="NotEnoughParameters">
-          not enough parameters
-        </message>
-        <message name="ParenthesisNestedTooDeeply">
-          parenthesis nested too deeply
-        </message>
-        <message name="ReferenceImageRequired">
-          reference image required
-        </message>
-        <message name="ReferenceIsNotMyType">
-          reference is not my type
-        </message>
-        <message name="SetReadOnlyProperty">
-          attempt to set read-only property
-        </message>
-        <message name="SteganoImageRequired">
-          stegano image required
-        </message>
-        <message name="StereoImageRequired">
-          stereo image required
-        </message>
-        <message name="SubimageSpecificationReturnsNoImages">
-          subimage specification returns no images
-        </message>
-        <message name="TwoOrMoreImagesRequired">
-          two or more images required
-        </message>
-        <message name="UnableToAccessPath">
-          unable to access file path
-        </message>
-        <message name="UnableToOpenFile">
-          unable to open file
-        </message>
-        <message name="UnableToParseExpression">
-          unable to parse expression
-        </message>
-        <message name="UnableToParseKernel">
-          unable to parse kernel string
-        </message>
-        <message name="UnbalancedBraces">
-          unbalanced braces
-        </message>
-        <message name="UnbalancedParenthesis">
-          unbalanced parenthesis
-        </message>
-        <message name="UndefinedVariable">
-          undefined variable
-        </message>
-        <message name="UnrecognizedAttribute">
-          unrecognized attribute
-        </message>
-        <message name="UnrecognizedChannelType">
-          unrecognized channel type
-        </message>
-        <message name="UnrecognizedColor">
-          unrecognized color
-        </message>
-        <message name="UnrecognizedColorspace">
-          unrecognized colorspace
-        </message>
-        <message name="UnrecognizedComposeOperator">
-          unrecognized compose operator
-        </message>
-        <message name="UnrecognizedCompressType">
-          unrecognized compress type
-        </message>
-        <message name="UnrecognizedDirectionType">
-          unrecognized direction type
-        </message>
-        <message name="UnrecognizedDisposeMethod">
-          unrecognized dispose method
-        </message>
-        <message name="UnrecognizedDistortMethod">
-          unrecognized distortion method
-        </message>
-        <message name="UnrecognizedDitherMethod">
-          unrecognized dither method
-        </message>
-        <message name="UnrecognizedEndianType">
-          unrecognized endian type
-        </message>
-        <message name="UnrecognizedElement">
-          unrecognized element
-        </message>
-        <message name="UnrecognizedEvaluateOperator">
-          unrecognized evaluate operator
-        </message>
-        <message name="UnrecognizedEventType">
-          unrecognized event type
-        </message>
-        <message name="UnrecognizedFunction">
-          unrecognized function
-        </message>
-        <message name="UnrecognizedGravityType">
-          unrecognized gravity type
-        </message>
-        <message name="UnrecognizedImageCompression">
-          unrecognized image compression
-        </message>
-        <message name="UnrecognizedImageFilter">
-          unrecognized image filter
-        </message>
-        <message name="UnrecognizedImageFormat">
-          unrecognized image format
-        </message>
-        <message name="UnrecognizedImageMode">
-          unrecognized image mode
-        </message>
-        <message name="UnrecognizedImageOrientation">
-          unrecognized image orientation
-        </message>
-        <message name="UnrecognizedImageType">
-          unrecognized image type
-        </message>
-        <message name="UnrecognizedIntentType">
-          unrecognized intent type
-        </message>
-        <message name="UnrecognizedInterlaceType">
-          unrecognized interlace type
-        </message>
-        <message name="UnrecognizedInterpolateMethod">
-          unrecognized interpolate method
-        </message>
-        <message name="UnrecognizedKernelType">
-          unrecognized kernel type
-        </message>
-        <message name="UnrecognizedListType">
-          unrecognized list type
-        </message>
-        <message name="UnrecognizedMetricType">
-          unrecognized metric type
-        </message>
-        <message name="UnrecognizedModeType">
-          unrecognized mode type
-        </message>
-        <message name="UnrecognizedMorphologyMethod">
-          unrecognized morphology method
-        </message>
-        <message name="UnrecognizedOption">
-          unrecognized option
-        </message>
-        <message name="UnrecognizedPerlMagickMethod">
-          unrecognized PerlMagick method
-        </message>
-        <message name="UnrecognizedPixelMap">
-          unrecognized pixel map
-        </message>
-        <message name="UnrecognizedPreviewType">
-          unrecognized preview type
-        </message>
-        <message name="UnrecognizedResourceType">
-          unrecognized resource type
-        </message>
-        <message name="UnrecognizedSparseColorMethod">
-          unrecognized sparse color method
-        </message>
-        <message name="UnrecognizedStorageType">
-          unrecognized storage type
-        </message>
-        <message name="UnrecognizedStretchType">
-          unrecognized stretch type
-        </message>
-        <message name="UnrecognizedStyleType">
-          unrecognized style type
-        </message>
-        <message name="UnrecognizedType">
-          unrecognized type
-        </message>
-        <message name="UnrecognizedUnitsType">
-          unrecognized units type
-        </message>
-        <message name="UnrecognizedValidateType">
-          unrecognized validate type
-        </message>
-        <message name="UnrecognizedVirtualPixelMethod">
-          unrecognized virtual pixel method
-        </message>
-        <message name="XmlInvalidAttribute">
-          XML invalid attribute
-        </message>
-        <message name="XmlInvalidContent">
-          XML invalid content
-        </message>
-        <message name="XmlMissingAttribute">
-          XML missing required attribute
-        </message>
-        <message name="XmlMissingContent">
-          XML missing required content
-        </message>
-        <message name="XmlMissingElement">
-          XML missing required element
-        </message>
-      </error>
-      <fatalerror>
-        <message name="FilenameTruncated">
-          image filename truncated
-        </message>
-        <message name="MissingAnImageFilename">
-          missing an image filename
-        </message>
-        <message name="ScriptIsBinary">
-          script is binary
-        </message>
-        <message name="ScriptTokenMemoryFailed">
-          script token too big
-        </message>
-        <message name="ScriptUnbalancedQuotes">
-          script token with unbalanced quotes
-        </message>
-        <message name="UnableToOpenScript">
-          unable to open script
-        </message>
-        <message name="UnrecognizedColormapType">
-          unrecognized colormap type
-        </message>
-        <message name="UnrecognizedColorspaceType">
-          unrecognized colorspace type
-        </message>
-        <message name="UnrecognizedEndianType">
-          unrecognized endian type
-        </message>
-        <message name="UnrecognizedImageCompressionType">
-          unrecognized compression type
-        </message>
-        <message name="UnrecognizedImageType">
-          unrecognized image type
-        </message>
-        <message name="UnrecognizedInterlaceType">
-          unrecognized interlace type
-        </message>
-        <message name="UnrecognizedListType">
-          unrecognized list type
-        </message>
-        <message name="UnrecognizedDisposeMethod">
-          unrecognized dispose method
-        </message>
-        <message name="UnrecognizedOption">
-          unrecognized option
-        </message>
-        <message name="UnrecognizedResourceType">
-          unrecognized resource type
-        </message>
-        <message name="UnrecognizedVirtualPixelMethod">
-          unrecognized virtual pixel method
-        </message>
-      </fatalerror>
-      <warning>
-        <message name="ReplacedOption">
-          option has been replaced
-        </message>
-        <message name="GeometryDoesNotContainImage">
-          geometry does not contain image
-        </message>
-        <message name="InterpretPropertyFailure">
-          failure in interpret image property escapes
-        </message>
-        <message name="InvalidSetting">
-          invalid setting
-        </message>
-        <message name="NoImageForProperty">
-          no image to apply a property
-        </message>
-        <message name="NoImageInfoForProperty">
-          no image info (wand) to apply a property
-        </message>
-        <message name="NoSuchElement">
-          no such element in list
-        </message>
-        <message name="SetReadOnlyProperty">
-          attempt to set read-only property
-        </message>
-        <message name="UnknownImageProperty">
-          unknown image property
-        </message>
-        <message name="UnrecognizedColor">
-          unrecognized color
-        </message>
-        <message name="ZeroTimeAnimation">
-          animation only contains zero time delays
-        </message>
-      </warning>
-    </option>
-    <policy>
-      <error>
-        <message name="NotAuthorized">
-          attempt to perform an operation not allowed by the security policy
-        </message>
-      </error>
-    </policy>
-    <registry>
-      <error>
-        <message name="UnableToGetRegistryID">
-          unable to get registry ID
-        </message>
-        <message name="UnableToSetRegistry">
-          unable to set registry
-        </message>
-      </error>
-    </registry>
-    <resource>
-      <limit>
-        <error>
-          <message name="ListLengthExceedsLimit">
-            list length exceeds limit
-          </message>
-          <message name="MemoryAllocationFailed">
-            memory allocation failed
-          </message>
-          <message name="PixelCacheAllocationFailed">
-            pixel cache allocation failed
-          </message>
-          <message name="TooManyExceptions">
-            too many exceptions
-          </message>
-          <message name="TooManyObjects">
-            too many objects
-          </message>
-          <message name="UnableToAcquireString">
-            unable to acquire string
-          </message>
-          <message name="UnableToAllocateColormap">
-            unable to allocate colormap
-          </message>
-          <message name="UnableToConvertFont">
-            unable to convert font
-          </message>
-          <message name="UnableToCreateColormap">
-            unable to create colormap
-          </message>
-          <message name="UnableToDitherImage">
-            unable to dither image
-          </message>
-          <message name="UnableToClonePackageInfo">
-            unable to clone package info
-          </message>
-          <message name="UnableToGetPackageInfo">
-            unable to get package info
-          </message>
-        </error>
-        <fatalerror>
-          <message name="TimeLimitExceeded">
-            time limit exceeded
-          </message>
-          <message name="UnableToAllocateDashPattern">
-            unable to allocate dash pattern
-          </message>
-          <message name="UnableToAllocateDerivatives">
-            unable to allocate derivates
-          </message>
-          <message name="UnableToAllocateGammaMap">
-            unable to allocate gamma map
-          </message>
-          <message name="UnableToAllocateImage">
-            unable to allocate image
-          </message>
-          <message name="UnableToAllocateImagePixels">
-            unable to allocate image pixels
-          </message>
-          <message name="UnableToDestroySemaphore">
-            unable to destroy semaphore
-          </message>
-          <message name="UnableToInstantiateSemaphore">
-            unable to instantiate semaphore
-          </message>
-          <message name="UnableToAcquireString">
-            unable to allocate string
-          </message>
-          <message name="MemoryAllocationFailed">
-            Memory allocation failed
-          </message>
-          <message name="UnableToConcatenateString">
-            unable to concatenate string
-          </message>
-          <message name="UnableToConvertText">
-            unable to convert text
-          </message>
-          <message name="UnableToCreateColormap">
-            unable to create colormap
-          </message>
-          <message name="UnableToCloneImage">
-            unable to clone image
-          </message>
-          <message name="UnableToDisplayImage">
-            unable to display image
-          </message>
-          <message name="UnableToEscapeString">
-            unable to escape string
-          </message>
-          <message name="UnableToInterpretMSLImage">
-            unable to interpret MSL image
-          </message>
-          <message name="UnableToLockSemaphore">
-            unable to lock semaphore
-          </message>
-          <message name="UnableToUnlockSemaphore">
-            unable to unlock semaphore
-          </message>
-        </fatalerror>
-        <warning>
-          <message name="MemoryAllocationFailed">
-            memory allocation failed
-          </message>
-        </warning>
-      </limit>
-    </resource>
-    <type>
-      <error>
-        <message name="FontSubstitutionRequired">
-          font substitution required
-        </message>
-        <message name="UnableToGetTypeMetrics">
-          unable to get type metrics
-        </message>
-        <message name="UnableToInitializeFreetypeLibrary">
-          unable to initialize freetype library
-        </message>
-        <message name="UnableToReadFont">
-          unable to read font
-        </message>
-        <message name="UnrecognizedFontEncoding">
-          unrecognized font encoding
-        </message>
-      </error>
-      <warning>
-        <message name="UnableToReadFont">
-          unable to read font
-        </message>
-      </warning>
-    </type>
-    <stream>
-      <error>
-        <message name="ImageDoesNotContainTheStreamGeometry">
-          image does not contain the stream geometry
-        </message>
-        <message name="NoStreamHandlerIsDefined">
-          no stream handler is defined
-        </message>
-        <message name="PixelCacheIsNotOpen">
-          pixel cache is not open
-        </message>
-      </error>
-    </stream>
-    <wand>
-      <error>
-        <message name="InvalidColormapIndex">
-          invalid colormap index
-        </message>
-        <message name="ZeroRegionSize">
-          zero region size
-        </message>
-        <message name="UnableToOpenFile">
-          unable to open file
-        </message>
-        <message name="QuantumDepthMismatch">
-          wand quantum depth does not match that of the core API
-        </message>
-        <message name="ContainsNoImages">
-          wand contains no images
-        </message>
-        <message name="ContainsNoIterators">
-          wand contains no iterators
-        </message>
-      </error>
-    </wand>
-    <xserver>
-      <error>
-        <message name="ColorIsNotKnownToServer">
-          color is not known to server
-        </message>
-        <message name="NoWindowWithSpecifiedIDExists">
-          no window with specified ID exists
-        </message>
-        <message name="StandardColormapIsNotInitialized">
-          standard Colormap is not initialized
-        </message>
-        <message name="UnableToConnectToRemoteDisplay">
-          unable to connect to remote display
-        </message>
-        <message name="UnableToCreateBitmap">
-          unable to create bitmap
-        </message>
-        <message name="UnableToCreateColormap">
-          unable to create colormap
-        </message>
-        <message name="UnableToCreatePixmap">
-          unable to create pixmap
-        </message>
-        <message name="UnableToCreateProperty">
-          unable to create property
-        </message>
-        <message name="UnableToCreateStandardColormap">
-          unable to create standard colormap
-        </message>
-        <message name="UnableToDisplayImageInfo">
-          unable to display image info
-        </message>
-        <message name="UnableToGetProperty">
-          unable to get property
-        </message>
-        <message name="UnableToGetStandardColormap">
-          unable to get Standard Colormap
-        </message>
-        <message name="UnableToGetVisual">
-          unable to get visual
-        </message>
-        <message name="UnableToGrabMouse">
-          unable to grab mouse
-        </message>
-        <message name="UnableToLoadFont">
-          unable to load font
-        </message>
-        <message name="UnableToMatchVisualToStandardColormap">
-          unable to match visual to Standard Colormap
-        </message>
-        <message name="UnableToOpenXServer">
-          unable to open X server
-        </message>
-        <message name="UnableToReadXWindowAttributes">
-          unable to read X window attributes
-        </message>
-        <message name="UnableToReadXWindowImage">
-          unable to read X window image
-        </message>
-        <message name="UnrecognizedColormapType">
-          unrecognized colormap type
-        </message>
-        <message name="UnrecognizedGravityType">
-          unrecognized gravity type
-        </message>
-        <message name="UnrecognizedVisualSpecifier">
-          unrecognized visual specifier
-        </message>
-      </error>
-      <fatalerror>
-        <message name="UnableToCreateCursor">
-          unable to create X cursor
-        </message>
-        <message name="UnableToCreateGraphicContext">
-          unable to create graphic context
-        </message>
-        <message name="UnableToCreateStandardColormap">
-          unable to create standard colormap
-        </message>
-        <message name="UnableToCreateTextProperty">
-          unable to create text property
-        </message>
-        <message name="UnableToCreateXWindow">
-          unable to create X window
-        </message>
-        <message name="UnableToCreateXImage">
-          unable to create X image
-        </message>
-        <message name="UnableToCreateXPixmap">
-          unable to create X pixmap
-        </message>
-        <message name="UnableToDisplayImage">
-          unable to display image
-        </message>
-        <message name="UnableToGetVisual">
-          unable to get visual
-        </message>
-        <message name="UnableToGetPixelInfo">
-          unable to get pixel info
-        </message>
-        <message name="UnableToLoadFont">
-          unable to load font
-        </message>
-        <message name="UnableToMakeXWindow">
-          unable to make X window
-        </message>
-        <message name="UnableToOpenXServer">
-          unable to open X server
-        </message>
-        <message name="UnableToViewFonts">
-          unable to view fonts
-        </message>
-      </fatalerror>
-      <warning>
-        <message name="UsingDefaultVisual">
-          using default visual
-        </message>
-        <message name="UnableToGetVisual">
-          unable to get visual
-        </message>
-      </warning>
-    </xserver>
-  </exception>
-  <monitor>
-    <AddNoise>
-      <message name="Image">
-        add noise to image
-      </message>
-    </AddNoise>
-    <Append>
-      <message name="Image">
-        append image sequence
-      </message>
-    </Append>
-    <assign>
-      <message name="Image">
-        assign image colors
-      </message>
-    </assign>
-    <Average>
-      <message name="Image">
-        average image sequence
-      </message>
-    </Average>
-    <Blur>
-      <message name="Image">
-        blur image
-      </message>
-    </Blur>
-    <Chop>
-      <message name="Image">
-        chop image
-      </message>
-    </Chop>
-    <Classify>
-      <message name="Image">
-        classify image colors
-      </message>
-    </Classify>
-    <ColorReplace>
-      <message name="Image">
-        replace color in image
-      </message>
-    </ColorReplace>
-    <Colorize>
-      <message name="Image">
-        colorize image
-      </message>
-    </Colorize>
-    <Combine>
-      <message name="Image">
-        combine image
-      </message>
-    </Combine>
-    <ContrastStretch>
-      <message name="Image">
-         contrast-stretch image
-      </message>
-    </ContrastStretch>
-    <Convolve>
-      <message name="Image">
-        convolve image
-      </message>
-    </Convolve>
-    <Crop>
-      <message name="Image">
-        crop image
-      </message>
-    </Crop>
-    <Decode>
-      <message name="Image">
-        decode image
-      </message>
-    </Decode>
-    <Despeckle>
-      <message name="Image">
-        despeckle image
-      </message>
-    </Despeckle>
-    <Distort>
-      <message name="Image">
-        distort image
-      </message>
-    </Distort>
-    <Dither>
-      <message name="Image">
-        dither image colors
-      </message>
-    </Dither>
-    <DullContrast>
-      <message name="Image">
-        dull image contrast
-      </message>
-    </DullContrast>
-    <Encode>
-      <message name="Image">
-        encode image
-      </message>
-    </Encode>
-    <Equalize>
-      <message name="Image">
-        equalize image
-      </message>
-    </Equalize>
-    <Flip>
-      <message name="Image">
-        flip image
-      </message>
-    </Flip>
-    <Flop>
-      <message name="Image">
-        flop image
-      </message>
-    </Flop>
-    <Frame>
-      <message name="Image">
-        add frame to image
-      </message>
-    </Frame>
-    <Fx>
-      <message name="Image">
-        fx image
-      </message>
-    </Fx>
-    <GammaCorrect>
-      <message name="Image">
-        gamma correct image
-      </message>
-    </GammaCorrect>
-    <Histogram>
-      <message name="Image">
-        compute image histogram
-      </message>
-    </Histogram>
-    <Implode>
-      <message name="Image">
-        implode image
-      </message>
-    </Implode>
-    <Level>
-      <message name="Image">
-        level image
-      </message>
-    </Level>
-    <Load>
-      <message name="Image">
-        load image
-      </message>
-      <message name="Images">
-        load images
-      </message>
-    </Load>
-    <Magnify>
-      <message name="Image">
-        magnify image
-      </message>
-    </Magnify>
-    <MedianFilter>
-      <message name="Image">
-        filter image with neighborhood ranking
-      </message>
-    </MedianFilter>
-    <Minify>
-      <message name="Image">
-        minify image
-      </message>
-    </Minify>
-    <Modulate>
-      <message name="Image">
-        modulate image
-      </message>
-    </Modulate>
-    <Mogrify>
-      <message name="Image">
-        mogrify image
-      </message>
-    </Mogrify>
-    <Montage>
-      <message name="Image">
-        montage image
-      </message>
-    </Montage>
-    <Morph>
-      <message name="Image">
-        morph image sequence
-      </message>
-    </Morph>
-    <Mosaic>
-      <message name="Image">
-        mosaic image
-      </message>
-    </Mosaic>
-    <Negate>
-      <message name="Image">
-        negate image
-      </message>
-    </Negate>
-    <OilPaint>
-      <message name="Image">
-        oil paint image
-      </message>
-    </OilPaint>
-    <Opaque>
-      <message name="Image">
-        set opaque color in image
-      </message>
-    </Opaque>
-    <Plasma>
-      <message name="Image">
-        plasma image
-      </message>
-    </Plasma>
-    <Preview>
-      <message name="Image">
-        preview image
-      </message>
-    </Preview>
-    <Raise>
-      <message name="Image">
-        raise image
-      </message>
-    </Raise>
-    <Recolor>
-      <message name="Image">
-        recolor color image
-      </message>
-    </Recolor>
-    <Reduce>
-      <message name="Image">
-        reduce image colors
-      </message>
-    </Reduce>
-    <ReduceNoise>
-      <message name="Image">
-        reduce the image noise
-      </message>
-    </ReduceNoise>
-    <Render>
-      <message name="Image">
-        render image
-      </message>
-    </Render>
-    <Resize>
-      <message name="Image">
-        resize image
-      </message>
-    </Resize>
-    <RGBTransform>
-      <message name="Image">
-        RGB transform image
-      </message>
-    </RGBTransform>
-    <Roll>
-      <message name="Image">
-        roll image
-      </message>
-    </Roll>
-    <Rotate>
-      <message name="Image">
-        rotate image
-      </message>
-    </Rotate>
-    <Sample>
-      <message name="Image">
-        sample image
-      </message>
-    </Sample>
-    <Save>
-      <message name="Image">
-        save image
-      </message>
-      <message name="Images">
-        save images
-      </message>
-    </Save>
-    <Scale>
-      <message name="Image">
-        scale image
-      </message>
-    </Scale>
-    <Segment>
-      <message name="Image">
-        segment image
-      </message>
-    </Segment>
-    <Separate>
-      <message name="Image">
-        extract a channel from image
-      </message>
-    </Separate>
-    <SepiaTone>
-      <message name="Image">
-        sepia-tone image
-      </message>
-    </SepiaTone>
-    <Shade>
-      <message name="Image">
-        shade image
-      </message>
-    </Shade>
-    <Sharpen>
-      <message name="Image">
-        sharpen image
-      </message>
-    </Sharpen>
-    <SharpenContrast>
-      <message name="Image">
-        sharpen image contrast
-      </message>
-    </SharpenContrast>
-    <SigmoidalContrast>
-      <message name="Image">
-        sigmoidal contrast image
-      </message>
-    </SigmoidalContrast>
-    <Solarize>
-      <message name="Image">
-        solarize image
-      </message>
-    </Solarize>
-    <Splice>
-      <message name="Image">
-        splice image
-      </message>
-    </Splice>
-    <Spread>
-      <message name="Image">
-        spread image
-      </message>
-    </Spread>
-    <Stegano>
-      <message name="Image">
-        stegano image
-      </message>
-    </Stegano>
-    <Stereo>
-      <message name="Image">
-        stereo image
-      </message>
-    </Stereo>
-    <Swirl>
-      <message name="Image">
-        swirl image
-      </message>
-    </Swirl>
-    <Texture>
-      <message name="Image">
-        texture image
-      </message>
-    </Texture>
-    <Threshold>
-      <message name="Image">
-        threshold image
-      </message>
-    </Threshold>
-    <Tile>
-      <message name="Image">
-        tile image
-      </message>
-    </Tile>
-    <Tint>
-      <message name="Image">
-        tint image
-      </message>
-    </Tint>
-    <TransformRGB>
-      <message name="Image">
-        transform RGB image
-      </message>
-    </TransformRGB>
-    <Transparent>
-      <message name="Image">
-        set transparent color in image
-      </message>
-    </Transparent>
-    <Wave>
-      <message name="Image">
-        wave image
-      </message>
-    </Wave>
-    <Write>
-      <message name="Image">
-        write image
-      </message>
-    </Write>
-    <XShear>
-      <message name="Image">
-        x shear image
-      </message>
-    </XShear>
-    <YShear>
-      <message name="Image">
-        y shear image
-      </message>
-    </YShear>
-  </monitor>
-</locale>

BIN
resources/ImageMagick-7.1.1-11/ffmpeg.exe


BIN
resources/ImageMagick-7.1.1-11/identify.exe


+ 0 - 48
resources/ImageMagick-7.1.1-11/locale.xml

@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE localemap [
-  <!ELEMENT localemap (include)+>
-  <!ATTLIST localemap xmlns CDATA #FIXED ''>
-  <!ELEMENT include EMPTY>
-  <!ATTLIST include xmlns CDATA #FIXED '' file NMTOKEN #REQUIRED
-    locale NMTOKEN #REQUIRED>
-]>
-<localemap>
-  <include locale="no_NO.ISO-8859-1" file="bokmal.xml"/>
-  <include locale="ca_ES.ISO-8859-1" file="catalan.xml"/>
-  <include locale="hr_HR.ISO-8859-2" file="croatian.xml"/>
-  <include locale="cs_CZ.ISO-8859-2" file="czech.xml"/>
-  <include locale="da_DK.ISO-8859-1" file="danish.xml"/>
-  <include locale="de_DE.ISO-8859-1" file="deutsch.xml"/>
-  <include locale="nl_NL.ISO-8859-1" file="dutch.xml"/>
-  <include locale="C" file="english.xml"/>
-  <include locale="et_EE.ISO-8859-1" file="estonian.xml"/>
-  <include locale="fi_FI.ISO-8859-1" file="finnish.xml"/>
-  <include locale="fr_FR.ISO-8859-1" file="francais.xml"/>
-  <include locale="fr_FR.ISO-8859-1" file="francais.xml"/>
-  <include locale="fr_FR.UTF-8" file="francais.xml"/>
-  <include locale="gl_ES.ISO-8859-1" file="galego.xml"/>
-  <include locale="gl_ES.ISO-8859-1" file="galician.xml"/>
-  <include locale="de_DE.ISO-8859-1" file="german.xml"/>
-  <include locale="el_GR.ISO-8859-7" file="greek.xml"/>
-  <include locale="en_US.UTF-8" file="english.xml"/>
-  <include locale="iw_IL.ISO-8859-8" file="hebrew.xml"/>
-  <include locale="hr_HR.ISO-8859-2" file="hrvatski.xml"/>
-  <include locale="hu_HU.ISO-8859-2" file="hungarian.xml"/>
-  <include locale="is_IS.ISO-8859-1" file="icelandic.xml"/>
-  <include locale="it_IT.ISO-8859-1" file="italian.xml"/>
-  <include locale="ja_JP.eucJP" file="japanese.xml"/>
-  <include locale="ko_KR.eucKR" file="korean.xml"/>
-  <include locale="lt_LT.ISO-8859-13" file="lithuanian.xml"/>
-  <include locale="no_NO.ISO-8859-1" file="norwegian.xml"/>
-  <include locale="nn_NO.ISO-8859-1" file="nynorsk.xml"/>
-  <include locale="pl_PL.ISO-8859-2" file="polish.xml"/>
-  <include locale="pt_PT.ISO-8859-1" file="portuguese.xml"/>
-  <include locale="ro_RO.ISO-8859-2" file="romanian.xml"/>
-  <include locale="ru_RU.ISO-8859-5" file="russian.xml"/>
-  <include locale="sk_SK.ISO-8859-2" file="slovak.xml"/>
-  <include locale="sl_SI.ISO-8859-2" file="slovene.xml"/>
-  <include locale="es_ES.ISO-8859-1" file="spanish.xml"/>
-  <include locale="sv_SE.ISO-8859-1" file="swedish.xml"/>
-  <include locale="th_TH.TIS-620" file="thai.xml"/>
-  <include locale="tr_TR.ISO-8859-9" file="turkish.xml"/>
-</localemap>

+ 0 - 80
resources/ImageMagick-7.1.1-11/log.xml

@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE logmap [
-<!ELEMENT logmap (log)+>
-<!ELEMENT log (#PCDATA)>
-<!ATTLIST log events CDATA #IMPLIED>
-<!ATTLIST log output CDATA #IMPLIED>
-<!ATTLIST log filename CDATA #IMPLIED>
-<!ATTLIST log generations CDATA #IMPLIED>
-<!ATTLIST log limit CDATA #IMPLIED>
-<!ATTLIST log format CDATA #IMPLIED>
-]>
-<!--
-  Configure ImageMagick logger.
-
-  Choose from one or more these events separated by a comma:
-    all
-    accelerate
-    annotate
-    blob
-    cache
-    coder
-    command
-    configure
-    deprecate
-    draw
-    exception
-    locale
-    module
-    none
-    pixel
-    policy
-    resource
-    trace
-    transform
-    user
-    wand
-    x11
-
-  Choose one output handler:
-    console
-    debug
-    event
-    file
-    none
-    stderr
-    stdout
-
-  When output is to a file, specify the filename.  Embed %g in the filename to
-  support log generations.  Generations is the number of log files to retain.
-  Limit is the number of logging events before generating a new log generation.
-
-  The format of the log is defined by embedding special format characters:
-
-    %c   client
-    %d   domain
-    %e   event
-    %f   function
-    %g   generation
-    %i   thread id
-    %l   line
-    %m   module
-    %n   log name
-    %p   process id
-    %r   real CPU time
-    %t   wall clock time
-    %u   user CPU time
-    %v   version
-    %%   percent sign
-    \n   newline
-    \r   carriage return
-    xml
--->
-<logmap>
-  <log events="None"/>
-  <log output="console"/>
-  <log filename="Magick-%g.log"/>
-  <log generations="3"/>
-  <log limit="2000"/>
-  <log format="%t %r %u %v %d %c[%p]: %m/%f/%l/%d\n  %e"/>
-</logmap>

BIN
resources/ImageMagick-7.1.1-11/magick.exe


+ 0 - 1149
resources/ImageMagick-7.1.1-11/mime.xml

@@ -1,1149 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE mimemap [
-  <!ELEMENT mimemap (mime+)>
-  <!ELEMENT mime (#PCDATA)>
-  <!ATTLIST mime type CDATA #REQUIRED>
-  <!ATTLIST mime acronym CDATA #IMPLIED>
-  <!ATTLIST mime description CDATA #IMPLIED>
-  <!ATTLIST mime pattern CDATA #IMPLIED>
-  <!ATTLIST mime offset CDATA #IMPLIED>
-  <!ATTLIST mime data-type (string|byte|short|long) #IMPLIED>
-  <!ATTLIST mime endian (lsb|msb) #IMPLIED>
-  <!ATTLIST mime magic CDATA #IMPLIED>
-  <!ATTLIST mime mask CDATA #IMPLIED>
-  <!ATTLIST mime priority CDATA #IMPLIED>
-]>
-<!--
-  Configure ImageMagick mime types.
--->
-<mimemap>
-  <mime type="application/andrew-inset" acronym="ATK" description="Andrew Toolkit" priority="100" pattern="*.ez" />
-  <mime type="application/illustrator" description="Adobe Illustrator document" priority="100" pattern="*.ai" />
-  <mime type="application/mac-binhex40" description="Macintosh BinHex-encoded file" data-type="string" offset="11" magic="must be converted with BinHex" priority="50" />
-  <mime type="application/mathematica" description="Mathematica Notebook" data-type="string" offset="0" magic="(************** Content-type: application/mathematica" priority="50" />
-  <mime type="application/mathematica" description="Mathematica Notebook" data-type="string" offset="100:256" magic="This notebook can be used on any computer system with Mathematica" priority="50" />
-  <mime type="application/mathematica" description="Mathematica Notebook" data-type="string" offset="10:256" magic="This is a Mathematica Notebook file. It contains ASCII text" priority="50" />
-  <mime type="application/mathematica" description="Mathematica Notebook" priority="100" pattern="*.nb" />
-  <mime type="application/mbox" description="mailbox file" data-type="string" offset="0" magic="From " priority="20" />
-  <mime type="application/octet-stream" description="unknown" priority="100" pattern="*.bin" />
-  <mime type="application/oda" acronym="ODA" description="Office Document Architecture" priority="100" pattern="*.oda" />
-  <mime type="application/pdf" description="Portable Document Format" data-type="string" offset="0" magic="%PDF-" priority="50" />
-  <mime type="application/pdf" acronym="PDF" description="Portable Document Format" priority="100" pattern="*.pdf" />
-  <mime type="application/xspf+xml" description="XML Shareable Playlist Format" data-type="string" offset="0:64" magic="&lt;playlist version=&quot;1" priority="50" />
-  <mime type="application/xspf+xml" description="XML Shareable Playlist Format" priority="100" pattern="*.xspf" />
-  <mime type="audio/x-iriver-pla" description="iRiver Playlist" data-type="string" offset="4" magic="iriver UMS PLA" priority="50" />
-  <mime type="audio/x-iriver-pla" description="iRiver Playlist" priority="100" pattern="*.pla" />
-  <mime type="application/pgp-encrypted" description="PGP/MIME-encrypted message header" data-type="string" offset="0" magic="-----BEGIN PGP MESSAGE-----" priority="50" />
-  <mime type="application/pgp-encrypted" description="PGP/MIME-encrypted message header" priority="100" pattern="*.pgp" />
-  <mime type="application/pgp-encrypted" description="PGP/MIME-encrypted message header" priority="100" pattern="*.gpg" />
-  <mime type="application/pgp-encrypted" description="PGP/MIME-encrypted message header" priority="100" pattern="*.asc" />
-  <mime type="application/pgp-keys" description="Pretty Good Privacy" data-type="string" offset="0" magic="-----BEGIN PGP PUBLIC KEY BLOCK-----" priority="50" />
-  <mime type="application/pgp-keys" description="Pretty Good Privacy" data-type="string" offset="0" magic="-----BEGIN PGP PRIVATE KEY BLOCK-----" priority="50" />
-  <mime type="application/pgp-keys" description="Pretty Good Privacy" data-type="short" endian="MSB" offset="0" magic="0x9501" priority="50" />
-  <mime type="application/pgp-keys" description="Pretty Good Privacy" data-type="short" endian="MSB" offset="0" magic="0x9500" priority="50" />
-  <mime type="application/pgp-keys" description="Pretty Good Privacy" data-type="short" endian="MSB" offset="0" magic="0x9900" priority="50" />
-  <mime type="application/pgp-keys" description="Pretty Good Privacy" data-type="short" endian="MSB" offset="0" magic="0x9901" priority="50" />
-  <mime type="application/pgp-keys" acronym="PGP" description="Pretty Good Privacy" priority="100" pattern="*.skr" />
-  <mime type="application/pgp-keys" acronym="PGP" description="Pretty Good Privacy" priority="100" pattern="*.pkr" />
-  <mime type="application/pgp-keys" acronym="PGP" description="Pretty Good Privacy" priority="100" pattern="*.asc" />
-  <mime type="application/pgp-signature" description="detached OpenPGP signature" data-type="string" offset="0" magic="-----BEGIN PGP SIGNED MESSAGE-----" priority="50" />
-  <mime type="application/pgp-signature" description="detached OpenPGP signature" data-type="string" offset="0" magic="-----BEGIN PGP SIGNATURE-----" priority="50" />
-  <mime type="application/pkcs7-signature" description="detached S/MIME signature" priority="100" pattern="*.p7s" />
-  <mime type="application/pkcs10" description="PKCS#10 certification request" priority="100" pattern="*.p10" />
-  <mime type="application/postscript" description="PostScript" data-type="string" offset="0" magic="\004%!" priority="50" />
-  <mime type="application/postscript" description="PostScript" data-type="string" offset="0" magic="%!" priority="50" />
-  <mime type="application/postscript" acronym="PS" description="PostScript" priority="100" pattern="*.ps" />
-  <mime type="application/prs.plucker" description="Plucker document" data-type="string" offset="60" magic="DataPlkr" priority="80" />
-  <mime type="application/rtf" description="Rich Text Format" data-type="string" offset="0" magic="{\\rtf" priority="50" />
-  <mime type="application/rtf" acronym="RTF" description="Rich Text Format" priority="100" pattern="*.rtf" />
-  <mime type="application/sieve" description="Sieve mail filter script" priority="100" pattern="*.siv" />
-  <mime type="application/smil" description="Synchronized Multimedia Integration Language" data-type="string" offset="0:256" magic="&lt;smil" priority="80" />
-  <mime type="application/smil" acronym="SMIL" description="Synchronized Multimedia Integration Language" priority="100" pattern="*.smil" />
-  <mime type="application/smil" acronym="SMIL" description="Synchronized Multimedia Integration Language" priority="100" pattern="*.smi" />
-  <mime type="application/smil" acronym="SMIL" description="Synchronized Multimedia Integration Language" priority="100" pattern="*.sml" />
-  <mime type="application/smil" acronym="SMIL" description="Synchronized Multimedia Integration Language" priority="100" pattern="*.kino" />
-  <mime type="application/x-sqlite2" description="SQLite2 database" data-type="string" offset="0" magic="** This file contains an SQLite" />
-  <mime type="application/x-sqlite3" description="SQLite3 database" data-type="string" offset="0" magic="SQLite format 3" />
-  <mime type="application/stuffit" description="StuffIt archive" data-type="string" offset="0" magic="StuffIt" priority="50" />
-  <mime type="application/stuffit" description="StuffIt archive" priority="100" pattern="*.sit" />
-  <mime type="application/x-gedcom" description="GEnealogical Data COMmunication" data-type="string" offset="0" magic="0 HEAD" priority="50" />
-  <mime type="application/x-gedcom" acronym="GEDCOM" description="GEnealogical Data COMmunication" priority="100" pattern="*.ged" />
-  <mime type="application/x-gedcom" acronym="GEDCOM" description="GEnealogical Data COMmunication" priority="100" pattern="*.gedcom" />
-  <mime type="application/x-flash-video" description="Flash video" data-type="string" offset="0" magic="FLV" priority="50" />
-  <mime type="application/x-flash-video" description="Flash video" priority="100" pattern="*.flv" />
-  <mime type="application/x-go-sgf" description="Smart Game Format" data-type="string" offset="0" magic="(;FF[3]" priority="50" />
-  <mime type="application/x-go-sgf" description="Smart Game Format" data-type="string" offset="0" magic="(;FF[4]" priority="50" />
-  <mime type="application/x-go-sgf" acronym="SGF" description="Smart Game Format" priority="100" pattern="*.sgf" />
-  <mime type="application/x-xliff" description="XML Localization Interchange File Format" data-type="string" offset="0:256" magic="&lt;xliff" priority="80" />
-  <mime type="application/x-xliff" acronym="XLIFF" description="XML Localization Interchange File Format" priority="100" pattern="*.xlf" />
-  <mime type="application/x-xliff" acronym="XLIFF" description="XML Localization Interchange File Format" priority="100" pattern="*.xliff" />
-  <mime type="application/vnd.corel-draw" description="Corel Draw drawing" data-type="string" offset="8" mask="0xffffff00ffffffff" magic="CDRXvrsn" priority="80" />
-  <mime type="application/vnd.corel-draw" description="Corel Draw drawing" priority="100" pattern="*.cdr" />
-  <mime type="application/vnd.hp-hpgl" acronym="HPGL" description="HP Graphics Language" priority="100" pattern="*.hpgl" />
-  <mime type="application/vnd.hp-pcl" acronym="PCL" description="HP Printer Control Language" priority="100" pattern="*.pcl" />
-  <mime type="application/vnd.lotus-1-2-3" description="Lotus 1-2-3 spreadsheet" data-type="string" offset="0" magic="\x00\x00\x02\x00\x06\x04\x06\x00\x08\x00\x00\x00\x00\x00" priority="50" />
-  <mime type="application/vnd.lotus-1-2-3" description="Lotus 1-2-3 spreadsheet" priority="100" pattern="*.123" />
-  <mime type="application/vnd.lotus-1-2-3" description="Lotus 1-2-3 spreadsheet" priority="100" pattern="*.wk1" />
-  <mime type="application/vnd.lotus-1-2-3" description="Lotus 1-2-3 spreadsheet" priority="100" pattern="*.wk3" />
-  <mime type="application/vnd.lotus-1-2-3" description="Lotus 1-2-3 spreadsheet" priority="100" pattern="*.wk4" />
-  <mime type="application/vnd.lotus-1-2-3" description="Lotus 1-2-3 spreadsheet" priority="100" pattern="*.wks" />
-  <mime type="application/vnd.mozilla.xul+xml" acronym="XUL" description="XML User Interface Language" priority="100" pattern="*.xul" />
-  <mime type="application/vnd.ms-access" description="Joint Engine Technology" data-type="string" offset="0" magic="\x00\x01\x00\x00Standard Jet DB" priority="50" />
-  <mime type="application/vnd.ms-access" acronym="JET" description="Joint Engine Technology" priority="100" pattern="*.mdb" />
-  <mime type="application/vnd.ms-excel" description="Excel spreadsheet" data-type="string" offset="2080" magic="Microsoft Excel 5.0 Worksheet" priority="50" />
-  <mime type="application/vnd.ms-excel" description="Excel spreadsheet" priority="100" pattern="*.xls" />
-  <mime type="application/vnd.ms-excel" description="Excel spreadsheet" priority="100" pattern="*.xlc" />
-  <mime type="application/vnd.ms-excel" description="Excel spreadsheet" priority="100" pattern="*.xll" />
-  <mime type="application/vnd.ms-excel" description="Excel spreadsheet" priority="100" pattern="*.xlm" />
-  <mime type="application/vnd.ms-excel" description="Excel spreadsheet" priority="100" pattern="*.xlw" />
-  <mime type="application/vnd.ms-excel" description="Excel spreadsheet" priority="100" pattern="*.xla" />
-  <mime type="application/vnd.ms-excel" description="Excel spreadsheet" priority="100" pattern="*.xlt" />
-  <mime type="application/vnd.ms-excel" description="Excel spreadsheet" priority="100" pattern="*.xld" />
-  <mime type="application/vnd.ms-powerpoint" description="PowerPoint presentation" priority="100" pattern="*.ppz" />
-  <mime type="application/vnd.ms-powerpoint" description="PowerPoint presentation" priority="100" pattern="*.ppt" />
-  <mime type="application/vnd.ms-powerpoint" description="PowerPoint presentation" priority="100" pattern="*.pps" />
-  <mime type="application/vnd.ms-powerpoint" description="PowerPoint presentation" priority="100" pattern="*.pot" />
-  <mime type="application/vnd.ms-xpsdocument" acronym="XPS" description="XML Paper Specification" priority="100" pattern="*.xps" />
-  <mime type="application/msword" description="Word document" data-type="string" offset="0" magic="\x31\xbe\x00\x00" priority="50" />
-  <mime type="application/msword" description="Word document" data-type="string" offset="0" magic="PO^Q`" priority="50" />
-  <mime type="application/msword" description="Word document" data-type="string" offset="0" magic="\376\067\0\043" priority="50" />
-  <mime type="application/msword" description="Word document" data-type="string" offset="0" magic="\333\245-\0\0\0" priority="50" />
-  <mime type="application/msword" description="Word document" data-type="string" offset="2112" magic="MSWordDoc" priority="50" />
-  <mime type="application/msword" description="Word document" data-type="string" offset="2108" magic="MSWordDoc" priority="50" />
-  <mime type="application/msword" description="Word document" data-type="string" offset="2112" magic="Microsoft Word document data" priority="50" />
-  <mime type="application/msword" description="Word document" priority="100" pattern="*.doc" />
-  <mime type="application/vnd.ms-tnef" description="Transport Neutral Encapsulation Format" data-type="long" endian="LSB" offset="0" magic="0x223e9f78" priority="50" />
-  <mime type="application/vnd.ms-tnef" acronym="TNEF" description="Transport Neutral Encapsulation Format" priority="100" pattern="*.tnef" />
-  <mime type="application/vnd.ms-tnef" acronym="TNEF" description="Transport Neutral Encapsulation Format" priority="100" pattern="*.tnf" />
-  <mime type="application/vnd.ms-tnef" acronym="TNEF" description="Transport Neutral Encapsulation Format" priority="100" pattern="winmail.dat" />
-  <mime type="application/vnd.stardivision.calc" description="StarCalc spreadsheet" priority="100" pattern="*.sdc" />
-  <mime type="application/vnd.stardivision.chart" description="StarChart chart" priority="100" pattern="*.sds" />
-  <mime type="application/vnd.stardivision.draw" description="StarDraw drawing" priority="100" pattern="*.sda" />
-  <mime type="application/vnd.stardivision.impress" description="StarImpress presentation" priority="100" pattern="*.sdd" />
-  <mime type="application/vnd.stardivision.impress" description="StarImpress presentation" priority="100" pattern="*.sdp" />
-  <mime type="application/vnd.stardivision.mail" description="StarMail email" priority="100" pattern="*.smd" />
-  <mime type="application/vnd.stardivision.math" description="StarMath formula" priority="100" pattern="*.smf" />
-  <mime type="application/vnd.stardivision.writer" description="StarWriter document" data-type="string" offset="2089" magic="StarWriter" priority="90" />
-  <mime type="application/vnd.stardivision.writer" description="StarWriter document" priority="100" pattern="*.sdw" />
-  <mime type="application/vnd.stardivision.writer" description="StarWriter document" priority="100" pattern="*.vor" />
-  <mime type="application/vnd.stardivision.writer" description="StarWriter document" priority="100" pattern="*.sgl" />
-  <mime type="application/vnd.sun.xml.calc" description="OpenOffice Calc spreadsheet" data-type="string" offset="0" magic="PK\003\004" />
-  <mime type="application/vnd.sun.xml.calc" description="OpenOffice Calc spreadsheet" priority="100" pattern="*.sxc" />
-  <mime type="application/vnd.sun.xml.calc.template" description="OpenOffice Calc template" data-type="string" offset="0" magic="PK\003\004" />
-  <mime type="application/vnd.sun.xml.calc.template" description="OpenOffice Calc template" priority="100" pattern="*.stc" />
-  <mime type="application/vnd.sun.xml.draw" description="OpenOffice Draw drawing" data-type="string" offset="0" magic="PK\003\004" />
-  <mime type="application/vnd.sun.xml.draw" description="OpenOffice Draw drawing" priority="100" pattern="*.sxd" />
-  <mime type="application/vnd.sun.xml.draw.template" description="OpenOffice Draw template" data-type="string" offset="0" magic="PK\003\004" />
-  <mime type="application/vnd.sun.xml.draw.template" description="OpenOffice Draw template" priority="100" pattern="*.std" />
-  <mime type="application/vnd.sun.xml.impress" description="OpenOffice Impress presentation" data-type="string" offset="0" magic="PK\003\004" />
-  <mime type="application/vnd.sun.xml.impress" description="OpenOffice Impress presentation" priority="100" pattern="*.sxi" />
-  <mime type="application/vnd.sun.xml.impress.template" description="OpenOffice Impress template" data-type="string" offset="0" magic="PK\003\004" />
-  <mime type="application/vnd.sun.xml.impress.template" description="OpenOffice Impress template" priority="100" pattern="*.sti" />
-  <mime type="application/vnd.sun.xml.math" description="OpenOffice Math formula" data-type="string" offset="0" magic="PK\003\004" />
-  <mime type="application/vnd.sun.xml.math" description="OpenOffice Math formula" priority="100" pattern="*.sxm" />
-  <mime type="application/vnd.sun.xml.writer" description="OpenOffice Writer document" data-type="string" offset="0" magic="PK\003\004" />
-  <mime type="application/vnd.sun.xml.writer" description="OpenOffice Writer document" priority="100" pattern="*.sxw" />
-  <mime type="application/vnd.sun.xml.writer.global" description="OpenOffice Writer global document" data-type="string" offset="0" magic="PK\003\004" />
-  <mime type="application/vnd.sun.xml.writer.global" description="OpenOffice Writer global document" priority="100" pattern="*.sxg" />
-  <mime type="application/vnd.sun.xml.writer.template" description="OpenOffice Writer template" data-type="string" offset="0" magic="PK\003\004" />
-  <mime type="application/vnd.sun.xml.writer.template" description="OpenOffice Writer template" priority="100" pattern="*.stw" />
-  <mime type="application/vnd.oasis.opendocument.text" description="OpenDocument Text" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/vnd.oasis.opendocument.text" acronym="ODT" description="OpenDocument Text" priority="100" pattern="*.odt" />
-  <mime type="application/vnd.oasis.opendocument.text-template" description="OpenDocument Text Template" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/vnd.oasis.opendocument.text-template" acronym="OTT" description="OpenDocument Text Template" priority="100" pattern="*.ott" />
-  <mime type="application/vnd.oasis.opendocument.text-web" description="OpenDocument HTML" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/vnd.oasis.opendocument.text-web" acronym="OTH" description="OpenDocument HTML" priority="100" pattern="*.oth" />
-  <mime type="application/vnd.oasis.opendocument.text-master" description="OpenDocument Master" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/vnd.oasis.opendocument.text-master" acronym="ODM" description="OpenDocument Master" priority="100" pattern="*.odm" />
-  <mime type="application/vnd.oasis.opendocument.graphics" description="OpenDocument Drawing" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/vnd.oasis.opendocument.graphics" acronym="ODG" description="OpenDocument Drawing" priority="100" pattern="*.odg" />
-  <mime type="application/vnd.oasis.opendocument.graphics-template" description="OpenDocument Drawing Template" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/vnd.oasis.opendocument.graphics-template" acronym="OTG" description="OpenDocument Drawing Template" priority="100" pattern="*.otg" />
-  <mime type="application/vnd.oasis.opendocument.presentation" description="OpenDocument Presentation" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/vnd.oasis.opendocument.presentation" acronym="ODP" description="OpenDocument Presentation" priority="100" pattern="*.odp" />
-  <mime type="application/vnd.oasis.opendocument.presentation-template" description="OpenDocument Presentation Template" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/vnd.oasis.opendocument.presentation-template" acronym="OTP" description="OpenDocument Presentation Template" priority="100" pattern="*.otp" />
-  <mime type="application/vnd.oasis.opendocument.spreadsheet" description="OpenDocument Spreadsheet" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/vnd.oasis.opendocument.spreadsheet" acronym="ODS" description="OpenDocument Spreadsheet" priority="100" pattern="*.ods" />
-  <mime type="application/vnd.oasis.opendocument.spreadsheet-template" description="OpenDocument Spreadsheet Template" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/vnd.oasis.opendocument.spreadsheet-template" acronym="OTS" description="OpenDocument Spreadsheet Template" priority="100" pattern="*.ots" />
-  <mime type="application/vnd.oasis.opendocument.chart" description="OpenDocument Chart" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/vnd.oasis.opendocument.chart" acronym="ODC chart" description="OpenDocument Chart" priority="100" pattern="*.odc" />
-  <mime type="application/vnd.oasis.opendocument.formula" description="OpenDocument Formula" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/vnd.oasis.opendocument.formula" acronym="ODF" description="OpenDocument Formula" priority="100" pattern="*.odf" />
-  <mime type="application/vnd.oasis.opendocument.database" acronym="ODB" description="OpenDocument Database" priority="100" pattern="*.odb" />
-  <mime type="application/vnd.oasis.opendocument.image" description="OpenDocument Image" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/vnd.oasis.opendocument.image" acronym="ODI" description="OpenDocument Image" priority="100" pattern="*.odi" />
-  <mime type="application/vnd.symbian.install" description="Symbian Installation File" data-type="long" endian="LSB" offset="8" magic="0x10000419" priority="50" />
-  <mime type="application/vnd.symbian.install" acronym="SIS" description="Symbian Installation File" priority="100" pattern="*.sis" />
-  <mime type="x-epoc/x-sisx-app" description="Symbian Installation File" data-type="long" endian="LSB" offset="0" magic="0x10201a7a" priority="50" />
-  <mime type="x-epoc/x-sisx-app" acronym="SIS" description="Symbian Installation File" priority="100" pattern="*.sisx" />
-  <mime type="application/vnd.wordperfect" description="WordPerfect document" data-type="string" offset="1" magic="WPC" priority="50" />
-  <mime type="application/vnd.wordperfect" description="WordPerfect document" priority="100" pattern="*.wp" />
-  <mime type="application/vnd.wordperfect" description="WordPerfect document" priority="100" pattern="*.wp4" />
-  <mime type="application/vnd.wordperfect" description="WordPerfect document" priority="100" pattern="*.wp5" />
-  <mime type="application/vnd.wordperfect" description="WordPerfect document" priority="100" pattern="*.wp6" />
-  <mime type="application/vnd.wordperfect" description="WordPerfect document" priority="100" pattern="*.wpd" />
-  <mime type="application/vnd.wordperfect" description="WordPerfect document" priority="100" pattern="*.wpp" />
-  <mime type="application/x-xbel" description="XML Bookmark Exchange Language" data-type="string" offset="0:256" magic="&lt;!DOCTYPE\ xbel" priority="50" />
-  <mime type="application/x-xbel" acronym="XBEL" description="XML Bookmark Exchange Language" priority="100" pattern="*.xbel" />
-  <mime type="application/x-7z-compressed" description="7-zip archive" priority="100" pattern="*.7z" />
-  <mime type="application/x-abiword" description="AbiWord document" data-type="string" offset="0:256" magic="&lt;abiword" priority="50" />
-  <mime type="application/x-abiword" description="AbiWord document" data-type="string" offset="0:256" magic="&lt;!DOCTYPE abiword" priority="50" />
-  <mime type="application/x-abiword" description="AbiWord document" priority="100" pattern="*.abw" />
-  <mime type="application/x-abiword" description="AbiWord document" priority="100" pattern="*.abw.CRASHED" />
-  <mime type="application/x-abiword" description="AbiWord document" priority="100" pattern="*.abw.gz" />
-  <mime type="application/x-abiword" description="AbiWord document" priority="100" pattern="*.zabw" />
-  <mime type="application/x-cue" description="CD image cuesheet" priority="100" pattern="*.cue" />
-  <mime type="application/x-amipro" description="Lotus AmiPro document" priority="100" pattern="*.sam" />
-  <mime type="application/x-applix-spreadsheet" description="Applix Spreadsheets spreadsheet" data-type="string" offset="0" magic="*BEGIN SPREADSHEETS" priority="50" />
-  <mime type="application/x-applix-spreadsheet" description="Applix Spreadsheets spreadsheet" data-type="string" offset="0" magic="*BEGIN" priority="50" />
-  <mime type="application/x-applix-spreadsheet" description="Applix Spreadsheets spreadsheet" priority="100" pattern="*.as" />
-  <mime type="application/x-applix-word" description="Applix Words document" data-type="string" offset="0" magic="*BEGIN" priority="50" />
-  <mime type="application/x-applix-word" description="Applix Words document" priority="100" pattern="*.aw" />
-  <mime type="application/x-arc" description="ARC archive" data-type="long" endian="LSB" offset="0" mask="0x8080ffff" magic="0x0000081a" priority="50" />
-  <mime type="application/x-arc" description="ARC archive" data-type="long" endian="LSB" offset="0" mask="0x8080ffff" magic="0x0000091a" priority="50" />
-  <mime type="application/x-arc" description="ARC archive" data-type="long" endian="LSB" offset="0" mask="0x8080ffff" magic="0x0000021a" priority="50" />
-  <mime type="application/x-arc" description="ARC archive" data-type="long" endian="LSB" offset="0" mask="0x8080ffff" magic="0x0000031a" priority="50" />
-  <mime type="application/x-arc" description="ARC archive" data-type="long" endian="LSB" offset="0" mask="0x8080ffff" magic="0x0000041a" priority="50" />
-  <mime type="application/x-arc" description="ARC archive" data-type="long" endian="LSB" offset="0" mask="0x8080ffff" magic="0x0000061a" priority="50" />
-  <mime type="application/x-archive" description="AR archive" data-type="string" offset="0" magic="&lt;ar&gt;" priority="45" />
-  <mime type="application/x-archive" description="AR archive" data-type="string" offset="0" magic="!&lt;arch&gt;" priority="45" />
-  <mime type="application/x-archive" acronym="AR" description="AR archive" priority="100" pattern="*.a" />
-  <mime type="application/x-arj" description="ARJ archive" data-type="short" endian="LSB" offset="0" magic="0xea60" priority="50" />
-  <mime type="application/x-arj" acronym="ARJ" description="ARJ archive" priority="100" pattern="*.arj" />
-  <mime type="application/x-asp" acronym="ASP" description="Active Server Page" priority="100" pattern="*.asp" />
-  <mime type="application/x-awk" description="AWK script" data-type="string" offset="0" magic="#!/bin/gawk" priority="50" />
-  <mime type="application/x-awk" description="AWK script" data-type="string" offset="0" magic="#! /bin/gawk" priority="50" />
-  <mime type="application/x-awk" description="AWK script" data-type="string" offset="0" magic="#!/usr/bin/gawk" priority="50" />
-  <mime type="application/x-awk" description="AWK script" data-type="string" offset="0" magic="#! /usr/bin/gawk" priority="50" />
-  <mime type="application/x-awk" description="AWK script" data-type="string" offset="0" magic="#!/usr/local/bin/gawk" priority="50" />
-  <mime type="application/x-awk" description="AWK script" data-type="string" offset="0" magic="#! /usr/local/bin/gawk" priority="50" />
-  <mime type="application/x-awk" description="AWK script" data-type="string" offset="0" magic="#!/bin/awk" priority="50" />
-  <mime type="application/x-awk" description="AWK script" data-type="string" offset="0" magic="#! /bin/awk" priority="50" />
-  <mime type="application/x-awk" description="AWK script" data-type="string" offset="0" magic="#!/usr/bin/awk" priority="50" />
-  <mime type="application/x-awk" description="AWK script" data-type="string" offset="0" magic="#! /usr/bin/awk" priority="50" />
-  <mime type="application/x-bcpio" acronym="BCPIO" description="BCPIO document" priority="100" pattern="*.bcpio" />
-  <mime type="application/x-bittorrent" description="BitTorrent seed file" data-type="string" offset="0" magic="d8:announce" priority="50" />
-  <mime type="application/x-bittorrent" description="BitTorrent seed file" priority="100" pattern="*.torrent" />
-  <mime type="application/x-blender" description="Blender scene" data-type="string" offset="0" magic="BLENDER" priority="50" />
-  <mime type="application/x-blender" description="Blender scene" priority="100" pattern="*.blender" />
-  <mime type="application/x-blender" description="Blender scene" priority="100" pattern="*.blend" />
-  <mime type="application/x-blender" description="Blender scene" priority="100" pattern="*.BLEND" />
-  <mime type="application/x-bzdvi" description="TeX DVI document (bzip-compressed)" priority="100" pattern="*.dvi.bz2" />
-  <mime type="application/x-bzip" description="Bzip archive" data-type="string" offset="0" magic="BZh" priority="50" />
-  <mime type="application/x-bzip" description="Bzip archive" priority="100" pattern="*.bz" />
-  <mime type="application/x-bzip" description="Bzip archive" priority="100" pattern="*.bz2" />
-  <mime type="application/x-bzip-compressed-tar" description="Tar archive (bzip-compressed)" priority="100" pattern="*.tar.bz" />
-  <mime type="application/x-bzip-compressed-tar" description="Tar archive (bzip-compressed)" priority="100" pattern="*.tar.bz2" />
-  <mime type="application/x-bzip-compressed-tar" description="Tar archive (bzip-compressed)" priority="100" pattern="*.tbz" />
-  <mime type="application/x-bzip-compressed-tar" description="Tar archive (bzip-compressed)" priority="100" pattern="*.tbz2" />
-  <mime type="application/x-bzpdf" description="PDF document (bzip-compressed)" priority="100" pattern="*.pdf.bz2" />
-  <mime type="application/x-bzpostscript" description="PostScript document (bzip-compressed)" priority="100" pattern="*.ps.bz2" />
-  <mime type="application/x-cbr" description="comic book archive" priority="100" pattern="*.cbr" />
-  <mime type="application/x-cbz" description="comic book archive" priority="100" pattern="*.cbz" />
-  <mime type="application/x-cd-image" description="raw CD image" priority="100" pattern="*.iso" />
-  <mime type="application/x-cd-image" description="raw CD image" priority="100" pattern="*.iso9660" />
-  <mime type="application/x-cgi" description="CGI script" priority="100" pattern="*.cgi" />
-  <mime type="application/x-chess-pgn" description="PGN chess game notation" data-type="string" offset="0" magic="[Event " priority="50" />
-  <mime type="application/x-chess-pgn" description="PGN chess game notation" priority="100" pattern="*.pgn" />
-  <mime type="application/x-chm" acronym="CHM" description="Compiled Help Modules" priority="100" pattern="*.chm" />
-  <mime type="application/x-compress" description="UNIX-compressed file" data-type="string" offset="0" magic="\037\235" priority="50" />
-  <mime type="application/x-compress" description="UNIX-compressed file" priority="100" pattern="*.Z" />
-  <mime type="application/x-compressed-tar" description="Tar archive (gzip-compressed)" priority="100" pattern="*.tar.gz" />
-  <mime type="application/x-compressed-tar" description="Tar archive (gzip-compressed)" priority="100" pattern="*.tgz" />
-  <mime type="application/x-core" description="program crash data" data-type="string" offset="0" mask="0xffffffff000000000000000000000000ff" magic="\177ELF \004" priority="50" />
-  <mime type="application/x-core" description="program crash data" data-type="string" offset="0" magic="\177ELF" priority="50" />
-  <mime type="application/x-core" description="program crash data" data-type="string" offset="0" magic="\177ELF" priority="50" />
-  <mime type="application/x-core" description="program crash data" data-type="string" offset="0" magic="Core\001" priority="50" />
-  <mime type="application/x-core" description="program crash data" data-type="string" offset="0" magic="Core\002" priority="50" />
-  <mime type="application/x-core" description="program crash data" priority="100" pattern="core" />
-  <mime type="application/x-cpio" description="CPIO archive" data-type="short" offset="0" magic="070707" priority="50" />
-  <mime type="application/x-cpio" description="CPIO archive" data-type="string" offset="0" magic="070701" priority="50" />
-  <mime type="application/x-cpio" description="CPIO archive" data-type="string" offset="0" magic="070702" priority="50" />
-  <mime type="application/x-cpio" description="CPIO archive" data-type="short" offset="0" magic="0143561" priority="50" />
-  <mime type="application/x-cpio" description="CPIO archive" priority="100" pattern="*.cpio" />
-  <mime type="application/x-cpio-compressed" description="CPIO archive (gzip-compressed)" priority="100" pattern="*.cpio.gz" />
-  <mime type="application/x-csh" description="C shell script" data-type="string" offset="1:16" magic="/bin/tcsh" />
-  <mime type="application/x-csh" description="C shell script" data-type="string" offset="1:16" magic="/bin/csh" />
-  <mime type="application/x-csh" description="C shell script" data-type="string" offset="0" magic="#!/usr/bin/env csh" />
-  <mime type="application/x-csh" description="C shell script" data-type="string" offset="0" magic="#!/usr/bin/env tcsh" />
-  <mime type="application/x-csh" description="C shell script" priority="100" pattern="*.csh" />
-  <mime type="application/x-dbf" description="Xbase document" priority="100" pattern="*.dbf" />
-  <mime type="application/ecmascript" description="ECMAScript program" priority="100" pattern="*.es" />
-  <mime type="application/x-dbm" data-type="long" endian="MSB" offset="0" magic="0x061561" priority="50" />
-  <mime type="application/x-dc-rom" description="Dreamcast ROM" priority="100" pattern="*.dc" />
-  <mime type="application/x-nintendo-ds-rom" description="Nintendo DS ROM" priority="100" pattern="*.nds" />
-  <mime type="application/x-deb" description="Debian package" data-type="string" offset="0" magic="!&lt;arch&gt;" priority="50" />
-  <mime type="application/x-deb" description="Debian package" priority="100" pattern="*.deb" />
-  <mime type="application/x-designer" description="Qt Designer file" priority="100" pattern="*.ui" />
-  <mime type="application/x-desktop" description="desktop configuration file" data-type="string" offset="0:32" magic="[Desktop Entry]" priority="50" />
-  <mime type="application/x-desktop" description="desktop configuration file" data-type="string" offset="0" magic="[Desktop Action" priority="50" />
-  <mime type="application/x-desktop" description="desktop configuration file" data-type="string" offset="0" magic="[KDE Desktop Entry]" priority="50" />
-  <mime type="application/x-desktop" description="desktop configuration file" data-type="string" offset="0" magic="# Config File" priority="50" />
-  <mime type="application/x-desktop" description="desktop configuration file" data-type="string" offset="0" magic="# KDE Config File" priority="50" />
-  <mime type="application/x-desktop" description="desktop configuration file" priority="100" pattern="*.desktop" />
-  <mime type="application/x-desktop" description="desktop configuration file" priority="100" pattern="*.kdelnk" />
-  <mime type="application/x-dia-diagram" description="Dia diagram" data-type="string" offset="5:100" magic="&lt;dia:" priority="50" />
-  <mime type="application/x-dia-diagram" description="Dia diagram" priority="100" pattern="*.dia" />
-  <mime type="application/x-dvi" description="TeX DVI document" data-type="short" endian="LSB" offset="0" magic="0x02f7" priority="50" />
-  <mime type="application/x-dvi" description="TeX DVI document" priority="100" pattern="*.dvi" />
-  <mime type="application/x-e-theme" description="Enlightenment theme" priority="100" pattern="*.etheme" />
-  <mime type="application/x-egon" description="Egon Animator animation" priority="100" pattern="*.egon" />
-  <mime type="application/x-executable" description="executable" data-type="string" offset="0" magic="\177ELF" priority="40" />
-  <mime type="application/x-executable" description="executable" data-type="string" offset="0" magic="\177ELF" priority="40" />
-  <mime type="application/x-executable" description="executable" data-type="string" offset="0" magic="MZ" priority="40" />
-  <mime type="application/x-executable" description="executable" data-type="short" endian="LSB" offset="0" magic="0x521c" priority="40" />
-  <mime type="application/x-executable" description="executable" data-type="short" offset="0" magic="0420" priority="40" />
-  <mime type="application/x-executable" description="executable" data-type="short" offset="0" magic="0421" priority="40" />
-  <mime type="application/x-executable" description="executable" data-type="short" endian="LSB" offset="0" magic="0603" priority="40" />
-  <mime type="application/x-executable" description="executable" priority="100" pattern="*.exe" />
-  <mime type="application/x-font-type1" description="Postscript type-1 font" data-type="string" offset="0" magic="LWFN" priority="60" />
-  <mime type="application/x-font-type1" description="Postscript type-1 font" data-type="string" offset="65" magic="LWFN" priority="60" />
-  <mime type="application/x-font-type1" description="Postscript type-1 font" data-type="string" offset="0" magic="%!PS-AdobeFont-1." priority="60" />
-  <mime type="application/x-font-type1" description="Postscript type-1 font" data-type="string" offset="6" magic="%!PS-AdobeFont-1." priority="60" />
-  <mime type="application/x-font-type1" description="Postscript type-1 font" data-type="string" offset="0" magic="%!FontType1-1." priority="60" />
-  <mime type="application/x-font-type1" description="Postscript type-1 font" data-type="string" offset="6" magic="%!FontType1-1." priority="60" />
-  <mime type="application/x-font-type1" description="Postscript type-1 font" priority="100" pattern="*.pfa" />
-  <mime type="application/x-font-type1" description="Postscript type-1 font" priority="100" pattern="*.pfb" />
-  <mime type="application/x-font-type1" description="Postscript type-1 font" priority="100" pattern="*.gsf" />
-  <mime type="application/x-font-afm" description="Adobe font metrics" priority="100" pattern="*.afm" />
-  <mime type="application/x-font-bdf" description="BDF font" data-type="string" offset="0" magic="STARTFONT\040" priority="50" />
-  <mime type="application/x-font-bdf" description="BDF font" priority="100" pattern="*.bdf" />
-  <mime type="application/x-font-dos" description="DOS font" data-type="string" offset="0" magic="\xff\x46\x4f\x4e" priority="50" />
-  <mime type="application/x-font-dos" description="DOS font" data-type="string" offset="7" magic="\x00\x45\x47\x41" priority="50" />
-  <mime type="application/x-font-dos" description="DOS font" data-type="string" offset="7" magic="\x00\x56\x49\x44" priority="50" />
-  <mime type="application/x-font-framemaker" description="Adobe FrameMaker font" data-type="string" offset="0" magic="&lt;MakerScreenFont" priority="50" />
-  <mime type="application/x-font-libgrx" description="LIBGRX font" data-type="string" offset="0" magic="\x14\x02\x59\x19" priority="50" />
-  <mime type="application/x-font-linux-psf" description="Linux PSF console font" data-type="string" offset="0" magic="\x36\x04" priority="50" />
-  <mime type="application/x-font-linux-psf" description="Linux PSF console font" priority="100" pattern="*.psf" />
-  <mime type="application/x-gz-font-linux-psf" description="Linux PSF console font (gzip-compressed)" priority="100" pattern="*.psf.gz" />
-  <mime type="application/x-font-pcf" description="PCF font" data-type="string" offset="0" magic="\001fcp" priority="50" />
-  <mime type="application/x-font-pcf" description="PCF font" priority="100" pattern="*.pcf" />
-  <mime type="application/x-font-pcf" description="PCF font" priority="100" pattern="*.pcf.Z" />
-  <mime type="application/x-font-pcf" description="PCF font" priority="100" pattern="*.pcf.gz" />
-  <mime type="application/x-font-otf" description="OpenType font" data-type="string" offset="0" magic="OTTO" priority="50" />
-  <mime type="application/x-font-speedo" description="Speedo font" data-type="string" offset="0" magic="D1.0\015" priority="50" />
-  <mime type="application/x-font-speedo" description="Speedo font" priority="100" pattern="*.spd" />
-  <mime type="application/x-font-sunos-news" description="SunOS News font" data-type="string" offset="0" magic="StartFont" priority="50" />
-  <mime type="application/x-font-sunos-news" description="SunOS News font" data-type="string" offset="0" magic="\x13\x7A\x29" priority="50" />
-  <mime type="application/x-font-sunos-news" description="SunOS News font" data-type="string" offset="8" magic="\x13\x7A\x2B" priority="50" />
-  <mime type="application/x-font-tex" description="TeX font" data-type="string" offset="0" magic="\367\203" priority="50" />
-  <mime type="application/x-font-tex" description="TeX font" data-type="string" offset="0" magic="\367\131" priority="50" />
-  <mime type="application/x-font-tex" description="TeX font" data-type="string" offset="0" magic="\367\312" priority="50" />
-  <mime type="application/x-font-tex-tfm" description="TeX font metrics" data-type="string" offset="2" magic="\000\021" priority="50" />
-  <mime type="application/x-font-tex-tfm" description="TeX font metrics" data-type="string" offset="2" magic="\000\022" priority="50" />
-  <mime type="application/x-font-ttf" description="TrueType font" data-type="string" offset="0" magic="FFIL" priority="50" />
-  <mime type="application/x-font-ttf" description="TrueType font" data-type="string" offset="65" magic="FFIL" priority="50" />
-  <mime type="application/x-font-ttf" description="TrueType font" data-type="string" offset="0" magic="\000\001\000\000\000" priority="50" />
-  <mime type="application/x-font-ttf" description="TrueType font" priority="100" pattern="*.ttf" />
-  <mime type="application/x-font-ttf" description="TrueType font" priority="100" pattern="*.ttc" />
-  <mime type="application/x-font-vfont" description="V font" data-type="string" offset="0" magic="FONT" priority="50" />
-  <mime type="application/x-frame" description="Adobe FrameMaker document" data-type="string" offset="0" magic="&lt;MakerFile" priority="50" />
-  <mime type="application/x-frame" description="Adobe FrameMaker document" data-type="string" offset="0" magic="&lt;MIFFile" priority="50" />
-  <mime type="application/x-frame" description="Adobe FrameMaker document" data-type="string" offset="0" magic="&lt;MakerDictionary" priority="50" />
-  <mime type="application/x-frame" description="Adobe FrameMaker document" data-type="string" offset="0" magic="&lt;MakerScreenFon" priority="50" />
-  <mime type="application/x-frame" description="Adobe FrameMaker document" data-type="string" offset="0" magic="&lt;MML" priority="50" />
-  <mime type="application/x-frame" description="Adobe FrameMaker document" data-type="string" offset="0" magic="&lt;Book" priority="50" />
-  <mime type="application/x-frame" description="Adobe FrameMaker document" data-type="string" offset="0" magic="&lt;Maker" priority="50" />
-  <mime type="application/x-gameboy-rom" description="Game Boy ROM" priority="100" pattern="*.gb" />
-  <mime type="application/x-gba-rom" description="Game Boy Advance ROM" priority="100" pattern="*.gba" />
-  <mime type="application/x-gdbm" description="GNU Database Manager" data-type="long" endian="MSB" offset="0" magic="0x13579ace" priority="50" />
-  <mime type="application/x-gdbm" description="GNU Database Manager" data-type="long" endian="LSB" offset="0" magic="0x13579ace" priority="50" />
-  <mime type="application/x-gdbm" description="GNU Database Manager" data-type="string" offset="0" magic="GDBM" priority="50" />
-  <mime type="application/x-genesis-rom" description="Genesis ROM" priority="100" pattern="*.gen" />
-  <mime type="application/x-genesis-rom" description="Genesis ROM" priority="100" pattern="*.md" />
-  <mime type="application/x-gettext-translation" description="translated messages (machine-readable)" priority="100" pattern="*.gmo" />
-  <mime type="application/x-gettext-translation" description="translated messages (machine-readable)" priority="100" pattern="*.mo" />
-  <mime type="application/x-glade" description="Glade project" data-type="string" offset="0:256" magic="&lt;glade-interface" priority="50" />
-  <mime type="application/x-glade" description="Glade project" priority="100" pattern="*.glade" />
-  <mime type="application/x-gmc-link" description="GMC link" data-type="string" offset="0:32" magic="URL:" priority="50" />
-  <mime type="application/x-gnucash" description="GnuCash spreadsheet" priority="100" pattern="*.gnucash" />
-  <mime type="application/x-gnucash" description="GnuCash spreadsheet" priority="100" pattern="*.gnc" />
-  <mime type="application/x-gnucash" description="GnuCash spreadsheet" priority="100" pattern="*.xac" />
-  <mime type="application/x-gnumeric" description="Gnumeric spreadsheet" data-type="string" offset="0:64" magic="gmr:Workbook" priority="50" />
-  <mime type="application/x-gnumeric" description="Gnumeric spreadsheet" data-type="string" offset="0:64" magic="gnm:Workbook" priority="50" />
-  <mime type="application/x-gnumeric" description="Gnumeric spreadsheet" priority="100" pattern="*.gnumeric" />
-  <mime type="application/x-gnuplot" description="Gnuplot document" priority="100" pattern="*.gp" />
-  <mime type="application/x-gnuplot" description="Gnuplot document" priority="100" pattern="*.gplt" />
-  <mime type="application/x-gnuplot" description="Gnuplot document" priority="100" pattern="*.gnuplot" />
-  <mime type="application/x-graphite" description="Graphite scientific graph" priority="100" pattern="*.gra" />
-  <mime type="application/x-gtktalog" description="GTKtalog catalog" data-type="string" offset="4" magic="gtktalog " priority="50" />
-  <mime type="application/x-gzdvi" description="TeX DVI document (gzip-compressed)" priority="100" pattern="*.dvi.gz" />
-  <mime type="application/x-gzip" description="Gzip archive" data-type="string" offset="0" magic="\037\213" priority="50" />
-  <mime type="application/x-gzip" description="Gzip archive" priority="100" pattern="*.gz" />
-  <mime type="application/x-gzpdf" description="PDF document (gzip-compressed)" priority="100" pattern="*.pdf.gz" />
-  <mime type="application/x-gzpostscript" description="PostScript document (gzip-compressed)" priority="100" pattern="*.ps.gz" />
-  <mime type="application/x-hdf" description="HDF document" priority="100" pattern="*.hdf" />
-  <mime type="application/x-ipod-firmware" description="iPod firmware" data-type="string" offset="0" magic="S T O P" priority="50" />
-  <mime type="application/x-java-archive" description="Java archive" data-type="string" offset="0" magic="PK\003\004" priority="85" />
-  <mime type="application/x-java-archive" description="Java archive" priority="100" pattern="*.jar" />
-  <mime type="application/x-java" description="Java class" data-type="short" offset="0" magic="0xcafe" priority="50" />
-  <mime type="application/x-java" description="Java class" priority="100" pattern="*.class" />
-  <mime type="application/x-java-jnlp-file" description="Java Network Launching Protocol" data-type="string" offset="0:256" magic="&lt;jnlp" priority="50" />
-  <mime type="application/x-java-jnlp-file" acronym="JNLP" description="Java Network Launching Protocol" priority="100" pattern="*.jnlp" />
-  <mime type="application/javascript" description="JavaScript program" priority="100" pattern="*.js" />
-  <mime type="application/x-jbuilder-project" description="JBuilder project" priority="100" pattern="*.jpr" />
-  <mime type="application/x-jbuilder-project" description="JBuilder project" priority="100" pattern="*.jpx" />
-  <mime type="application/x-karbon" description="Karbon14 drawing" data-type="string" offset="0" magic="\037\213" priority="50" />
-  <mime type="application/x-karbon" description="Karbon14 drawing" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/x-karbon" description="Karbon14 drawing" priority="100" pattern="*.karbon" />
-  <mime type="application/x-kchart" description="KChart chart" data-type="string" offset="0" magic="\037\213" priority="50" />
-  <mime type="application/x-kchart" description="KChart chart" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/x-kchart" description="KChart chart" priority="100" pattern="*.chrt" />
-  <mime type="application/x-kformula" description="KFormula formula" data-type="string" offset="0" magic="\037\213" priority="50" />
-  <mime type="application/x-kformula" description="KFormula formula" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/x-kformula" description="KFormula formula" priority="100" pattern="*.kfo" />
-  <mime type="application/x-killustrator" description="KIllustrator drawing" data-type="string" offset="0" magic="\037\213" priority="50" />
-  <mime type="application/x-killustrator" description="KIllustrator drawing" priority="100" pattern="*.kil" />
-  <mime type="application/x-kivio" description="Kivio flowchart" data-type="string" offset="0" magic="\037\213" priority="50" />
-  <mime type="application/x-kivio" description="Kivio flowchart" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/x-kivio" description="Kivio flowchart" priority="100" pattern="*.flw" />
-  <mime type="application/x-kontour" description="Kontour drawing" data-type="string" offset="0" magic="\037\213" priority="50" />
-  <mime type="application/x-kontour" description="Kontour drawing" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/x-kontour" description="Kontour drawing" priority="100" pattern="*.kon" />
-  <mime type="application/x-kpovmodeler" description="KPovModeler scene" priority="100" pattern="*.kpm" />
-  <mime type="application/x-kpresenter" description="KPresenter presentation" data-type="string" offset="0" magic="\037\213" priority="50" />
-  <mime type="application/x-kpresenter" description="KPresenter presentation" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/x-kpresenter" description="KPresenter presentation" priority="100" pattern="*.kpr" />
-  <mime type="application/x-kpresenter" description="KPresenter presentation" priority="100" pattern="*.kpt" />
-  <mime type="application/x-krita" description="Krita document" data-type="string" offset="0" magic="\037\213" priority="50" />
-  <mime type="application/x-krita" description="Krita document" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/x-krita" description="Krita document" priority="100" pattern="*.kra" />
-  <mime type="application/x-kspread" description="KSpread spreadsheet" data-type="string" offset="0" magic="\037\213" priority="50" />
-  <mime type="application/x-kspread" description="KSpread spreadsheet" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/x-kspread" description="KSpread spreadsheet" priority="100" pattern="*.ksp" />
-  <mime type="application/x-kspread-crypt" description="KSpread spreadsheet (encrypted)" data-type="long" endian="MSB" offset="0" magic="0x0d1a2702" priority="50" />
-  <mime type="application/x-ksysv-package" description="KSysV init package" data-type="string" offset="4" magic="KSysV" priority="50" />
-  <mime type="application/x-kugar" description="Kugar document" priority="100" pattern="*.kud" />
-  <mime type="application/x-kword" description="KWord document" data-type="string" offset="0" magic="\037\213" priority="50" />
-  <mime type="application/x-kword" description="KWord document" data-type="string" offset="0" magic="PK\003\004" priority="50" />
-  <mime type="application/x-kword" description="KWord document" priority="100" pattern="*.kwd" />
-  <mime type="application/x-kword" description="KWord document" priority="100" pattern="*.kwt" />
-  <mime type="application/x-kword-crypt" description="KWord document (encrypted)" data-type="long" endian="MSB" offset="0" magic="0x0d1a2701" priority="50" />
-  <mime type="application/x-lha" description="LHA archive" data-type="string" offset="2" magic="-lh -" priority="50" />
-  <mime type="application/x-lha" description="LHA archive" data-type="string" offset="2" magic="-lh0-" priority="50" />
-  <mime type="application/x-lha" description="LHA archive" data-type="string" offset="2" magic="-lh1-" priority="50" />
-  <mime type="application/x-lha" description="LHA archive" data-type="string" offset="2" magic="-lh2-" priority="50" />
-  <mime type="application/x-lha" description="LHA archive" data-type="string" offset="2" magic="-lh3-" priority="50" />
-  <mime type="application/x-lha" description="LHA archive" data-type="string" offset="2" magic="-lh4-" priority="50" />
-  <mime type="application/x-lha" description="LHA archive" data-type="string" offset="2" magic="-lh5-" priority="50" />
-  <mime type="application/x-lha" description="LHA archive" data-type="string" offset="2" magic="-lh40-" priority="50" />
-  <mime type="application/x-lha" description="LHA archive" data-type="string" offset="2" magic="-lhd-" priority="50" />
-  <mime type="application/x-lha" description="LHA archive" data-type="string" offset="2" magic="-lz4-" priority="50" />
-  <mime type="application/x-lha" description="LHA archive" data-type="string" offset="2" magic="-lz5-" priority="50" />
-  <mime type="application/x-lha" description="LHA archive" data-type="string" offset="2" magic="-lzs-" priority="50" />
-  <mime type="application/x-lha" description="LHA archive" priority="100" pattern="*.lha" />
-  <mime type="application/x-lha" description="LHA archive" priority="100" pattern="*.lzh" />
-  <mime type="application/x-lhz" description="LHZ archive" priority="100" pattern="*.lhz" />
-  <mime type="application/x-linguist" description="message catalog" priority="100" pattern="*.ts" />
-  <mime type="application/x-lyx" description="LyX document" data-type="string" offset="0" magic="#LyX" priority="50" />
-  <mime type="application/x-lyx" description="LyX document" priority="100" pattern="*.lyx" />
-  <mime type="application/x-lzop" description="LZO archive" priority="100" pattern="*.lzo" />
-  <mime type="application/x-magicpoint" description="MagicPoint presentation" priority="100" pattern="*.mgp" />
-  <mime type="application/x-macbinary" description="Macintosh MacBinary file" data-type="string" offset="102" magic="mBIN" priority="50" />
-  <mime type="video/x-matroska" description="Matroska video" data-type="string" offset="8" magic="matroska" priority="50" />
-  <mime type="video/x-matroska" description="Matroska video" priority="100" pattern="*.mkv" />
-  <mime type="audio/x-matroska" description="Matroska audio" data-type="string" offset="8" magic="matroska" priority="50" />
-  <mime type="audio/x-matroska" description="Matroska audio" priority="100" pattern="*.mka" />
-  <mime type="text/x-ocl" acronym="OCL" description="Object Constraint Language" priority="100" pattern="*.ocl" />
-  <mime type="application/x-mif" description="Adobe FrameMaker MIF document" priority="100" pattern="*.mif" />
-  <mime type="application/x-mozilla-bookmarks" description="Mozilla bookmarks" data-type="string" offset="0:64" magic="&lt;!DOCTYPE NETSCAPE-Bookmark-file-1&gt;" priority="80" />
-  <mime type="application/x-ms-dos-executable" description="DOS/Windows executable" data-type="string" offset="0" magic="MZ" priority="50" />
-  <mime type="application/x-ms-dos-executable" description="DOS/Windows executable" priority="100" pattern="*.exe" />
-  <mime type="application/x-mswinurl" data-type="string" offset="1" magic="InternetShortcut" priority="50" />
-  <mime type="application/x-mswrite" description="WRI document" priority="100" pattern="*.wri" />
-  <mime type="application/x-msx-rom" description="MSX ROM" priority="100" pattern="*.msx" />
-  <mime type="application/x-m4" description="M4 macro" priority="100" pattern="*.m4" />
-  <mime type="application/x-n64-rom" description="Nintendo64 ROM" priority="100" pattern="*.n64" />
-  <mime type="application/x-nautilus-link" description="Nautilus link" data-type="string" offset="0:32" magic="&lt;nautilus_object nautilus_link" priority="50" />
-  <mime type="application/x-nes-rom" description="NES ROM" priority="100" pattern="*.nes" />
-  <mime type="application/x-netcdf" description="Unidata NetCDF document" priority="100" pattern="*.cdf" />
-  <mime type="application/x-netcdf" description="Unidata NetCDF document" priority="100" pattern="*.nc" />
-  <mime type="application/x-object" description="object code" data-type="string" offset="0" magic="\177ELF" priority="50" />
-  <mime type="application/x-object" description="object code" data-type="string" offset="0" magic="\177ELF" priority="50" />
-  <mime type="application/x-object" description="object code" priority="100" pattern="*.o" />
-  <mime type="application/ogg" description="Ogg multimedia" data-type="string" offset="0" magic="OggS" priority="50" />
-  <mime type="application/ogg" description="Ogg multimedia" priority="100" pattern="*.ogg" />
-  <mime type="application/ogg" description="Ogg multimedia" priority="100" pattern="*.ogx" />
-  <mime type="audio/ogg" description="Ogg Audio" data-type="string" offset="0" magic="OggS" priority="50" />
-  <mime type="audio/ogg" description="Ogg Audio" priority="100" pattern="*.oga" />
-  <mime type="video/ogg" description="Ogg Video" data-type="string" offset="0" magic="OggS" priority="50" />
-  <mime type="video/ogg" description="Ogg Video" priority="100" pattern="*.ogv" />
-  <mime type="audio/x-vorbis+ogg" description="Ogg Vorbis audio" data-type="string" offset="0" magic="OggS" priority="80" />
-  <mime type="audio/x-vorbis+ogg" description="Ogg Vorbis audio" priority="100" pattern="*.ogg" />
-  <mime type="audio/x-flac+ogg" description="Ogg FLAC audio" data-type="string" offset="0" magic="OggS" priority="80" />
-  <mime type="audio/x-flac+ogg" description="Ogg FLAC audio" priority="100" pattern="*.ogg" />
-  <mime type="audio/x-speex+ogg" description="Ogg Speex audio" data-type="string" offset="0" magic="OggS" priority="80" />
-  <mime type="audio/x-speex+ogg" description="Ogg Speex audio" priority="100" pattern="*.ogg" />
-  <mime type="audio/x-speex" description="Speex audio" data-type="string" offset="0" magic="Speex" priority="50" />
-  <mime type="audio/x-speex" description="Speex audio" priority="100" pattern="*.spx" />
-  <mime type="video/x-theora+ogg" description="Ogg Theora video" data-type="string" offset="0" magic="OggS" priority="80" />
-  <mime type="video/x-theora+ogg" description="Ogg Theora video" priority="100" pattern="*.ogg" />
-  <mime type="video/x-ogm+ogg" description="OGM video" data-type="string" offset="0" magic="OggS" priority="80" />
-  <mime type="video/x-ogm+ogg" description="OGM video" priority="100" pattern="*.ogm" />
-  <mime type="application/x-ole-storage" description="OLE2 compound document storage" data-type="string" offset="0" magic="\320\317\021\340\241\261\032\341" priority="50" />
-  <mime type="application/x-ole-storage" description="OLE2 compound document storage" data-type="long" endian="LSB" offset="0" magic="0xe011cfd0" priority="50" />
-  <mime type="application/x-oleo" description="GNU Oleo spreadsheet" data-type="string" offset="31" magic="Oleo" priority="50" />
-  <mime type="application/x-oleo" description="GNU Oleo spreadsheet" priority="100" pattern="*.oleo" />
-  <mime type="application/x-pak" description="PAK archive" data-type="string" offset="0" magic="PACK" priority="80" />
-  <mime type="application/x-pak" description="PAK archive" priority="100" pattern="*.pak" />
-  <mime type="application/x-palm-database" description="Palm OS database" priority="100" pattern="*.pdb" />
-  <mime type="application/x-palm-database" description="Palm OS database" priority="100" pattern="*.prc" />
-  <mime type="application/x-par2" description="PAR2 Parity File" data-type="string" offset="0" magic="PAR2" priority="50" />
-  <mime type="application/x-par2" description="PAR2 Parity File" priority="100" pattern="*.PAR2" />
-  <mime type="application/x-par2" description="PAR2 Parity File" priority="100" pattern="*.par2" />
-  <mime type="application/x-pef-executable" description="PEF executable" data-type="string" offset="0" magic="Joy!" priority="50" />
-  <mime type="application/x-perl" description="Perl script" data-type="string" offset="0" magic="eval \&quot;exec /usr/local/bin/perl" priority="50" />
-  <mime type="application/x-perl" description="Perl script" data-type="string" offset="1:16" magic="/bin/perl" priority="50" />
-  <mime type="application/x-perl" description="Perl script" data-type="string" offset="1:16" magic="/bin/env perl" priority="50" />
-  <mime type="application/x-perl" description="Perl script" priority="100" pattern="*.pl" />
-  <mime type="application/x-perl" description="Perl script" priority="100" pattern="*.pm" />
-  <mime type="application/x-perl" description="Perl script" priority="100" pattern="*.al" />
-  <mime type="application/x-perl" description="Perl script" priority="100" pattern="*.perl" />
-  <mime type="application/x-php" description="PHP script" data-type="string" offset="0:64" magic="&lt;?php" priority="80" />
-  <mime type="application/x-php" description="PHP script" priority="100" pattern="*.php" />
-  <mime type="application/x-php" description="PHP script" priority="100" pattern="*.php3" />
-  <mime type="application/x-php" description="PHP script" priority="100" pattern="*.php4" />
-  <mime type="application/x-pkcs12" description="PKCS#12 certificate bundle" priority="100" pattern="*.p12" />
-  <mime type="application/x-pkcs12" description="PKCS#12 certificate bundle" priority="100" pattern="*.pfx" />
-  <mime type="application/x-planperfect" description="PlanPerfect spreadsheet" priority="100" pattern="*.pln" />
-  <mime type="application/x-profile" description="profiler results" priority="100" pattern="gmon.out" />
-  <mime type="application/x-pw" description="Pathetic Writer document" priority="100" pattern="*.pw" />
-  <mime type="application/x-python-bytecode" description="Python bytecode" data-type="long" endian="MSB" offset="0" magic="0x994e0d0a" priority="50" />
-  <mime type="application/x-python-bytecode" description="Python bytecode" priority="100" pattern="*.pyc" />
-  <mime type="application/x-python-bytecode" description="Python bytecode" priority="100" pattern="*.pyo" />
-  <mime type="application/x-quattropro" description="Quattro Pro spreadsheet" priority="100" pattern="*.wb1" />
-  <mime type="application/x-quattropro" description="Quattro Pro spreadsheet" priority="100" pattern="*.wb2" />
-  <mime type="application/x-quattropro" description="Quattro Pro spreadsheet" priority="100" pattern="*.wb3" />
-  <mime type="application/x-quicktime-media-link" description="QuickTime metalink playlist" data-type="string" offset="0" magic="&lt;?xml" priority="60" />
-  <mime type="application/x-quicktime-media-link" description="QuickTime metalink playlist" data-type="string" offset="0" magic="RTSPtext" priority="60" />
-  <mime type="application/x-quicktime-media-link" description="QuickTime metalink playlist" data-type="string" offset="0" magic="rtsptext" priority="60" />
-  <mime type="application/x-quicktime-media-link" description="QuickTime metalink playlist" data-type="string" offset="0" magic="SMILtext" priority="60" />
-  <mime type="application/x-quicktime-media-link" description="QuickTime metalink playlist" priority="100" pattern="*.qtl" />
-  <mime type="application/x-qw" description="Quicken document" priority="100" pattern="*.qif" />
-  <mime type="application/x-rar" description="RAR archive" data-type="string" offset="0" magic="Rar!" priority="50" />
-  <mime type="application/x-rar" description="RAR archive" priority="100" pattern="*.rar" />
-  <mime type="application/x-dar" description="DAR archive" data-type="long" endian="MSB" offset="0" magic="123" />
-  <mime type="application/x-dar" description="DAR archive" priority="100" pattern="*.dar" />
-  <mime type="application/x-reject" description="rejected patch" priority="100" pattern="*.rej" />
-  <mime type="application/x-rpm" description="RPM package" data-type="string" offset="0" magic="\xed\xab\xee\xdb" priority="50" />
-  <mime type="application/x-rpm" description="RPM package" priority="100" pattern="*.rpm" />
-  <mime type="application/x-ruby" description="Ruby script" data-type="string" offset="1:16" magic="/bin/env ruby" />
-  <mime type="application/x-ruby" description="Ruby script" data-type="string" offset="1:16" magic="/bin/ruby" />
-  <mime type="application/x-ruby" description="Ruby script" priority="100" pattern="*.rb" />
-  <mime type="application/x-markaby" description="Markaby script" priority="100" pattern="*.mab" />
-  <mime type="application/x-sc" description="SC/Xspread spreadsheet" data-type="string" offset="38" magic="Spreadsheet" priority="50" />
-  <mime type="application/x-shar" description="shell archive" priority="100" pattern="*.shar" />
-  <mime type="application/x-shared-library-la" description="shared library (la)" priority="100" pattern="*.la" />
-  <mime type="application/x-sharedlib" description="shared library" data-type="string" offset="0" magic="\177ELF" priority="50" />
-  <mime type="application/x-sharedlib" description="shared library" data-type="string" offset="0" magic="\177ELF" priority="50" />
-  <mime type="application/x-sharedlib" description="shared library" data-type="short" endian="LSB" offset="0" magic="0603" priority="50" />
-  <mime type="application/x-sharedlib" description="shared library" data-type="string" offset="0" mask="0xffffffff000000000000000000000000ff" magic="\177ELF \003" priority="50" />
-  <mime type="application/x-sharedlib" description="shared library" priority="100" pattern="*.so" />
-  <mime type="application/x-shellscript" description="shell script" data-type="string" offset="10" magic="# This is a shell archive" priority="50" />
-  <mime type="application/x-shellscript" description="shell script" data-type="string" offset="1:16" magic="/bin/bash" priority="50" />
-  <mime type="application/x-shellscript" description="shell script" data-type="string" offset="1:16" magic="/bin/nawk" priority="50" />
-  <mime type="application/x-shellscript" description="shell script" data-type="string" offset="1:16" magic="/bin/zsh" priority="50" />
-  <mime type="application/x-shellscript" description="shell script" data-type="string" offset="1:16" magic="/bin/sh" priority="50" />
-  <mime type="application/x-shellscript" description="shell script" data-type="string" offset="1:16" magic="/bin/ksh" priority="50" />
-  <mime type="application/x-shellscript" description="shell script" data-type="string" offset="0" magic="#!/usr/bin/env sh" priority="50" />
-  <mime type="application/x-shellscript" description="shell script" data-type="string" offset="0" magic="#!/usr/bin/env bash" priority="50" />
-  <mime type="application/x-shellscript" description="shell script" data-type="string" offset="0" magic="#!/usr/bin/env zsh" priority="50" />
-  <mime type="application/x-shellscript" description="shell script" data-type="string" offset="0" magic="#!/usr/bin/env ksh" priority="50" />
-  <mime type="application/x-shellscript" description="shell script" priority="100" pattern="*.sh" />
-  <mime type="application/x-shockwave-flash" description="Shockwave Flash file" data-type="string" offset="0" magic="FWS" priority="50" />
-  <mime type="application/x-shockwave-flash" description="Shockwave Flash file" data-type="string" offset="0" magic="CWS" priority="50" />
-  <mime type="application/x-shockwave-flash" description="Shockwave Flash file" priority="100" pattern="*.swf" />
-  <mime type="application/x-shockwave-flash" description="Shockwave Flash file" priority="100" pattern="*.spl" />
-  <mime type="application/x-shorten" description="Shorten audio" data-type="string" offset="0" magic="ajkg" priority="50" />
-  <mime type="application/x-shorten" description="Shorten audio" priority="100" pattern="*.shn" />
-  <mime type="application/x-siag" description="Siag spreadsheet" priority="100" pattern="*.siag" />
-  <mime type="application/x-sms-rom" description="Sega Master System/Game Gear ROM" priority="100" pattern="*.sms" />
-  <mime type="application/x-sms-rom" description="Sega Master System/Game Gear ROM" priority="100" pattern="*.gg" />
-  <mime type="application/x-snes-rom" description="Super NES ROM" priority="100" pattern="*.smc" />
-  <mime type="application/x-stuffit" description="Macintosh StuffIt archive" data-type="string" offset="0" magic="StuffIt " priority="50" />
-  <mime type="application/x-stuffit" description="Macintosh StuffIt archive" data-type="string" offset="0" magic="SIT!" priority="50" />
-  <mime type="application/x-subrip" description="SubRip subtitles" data-type="string" offset="0" magic="1" priority="50" />
-  <mime type="application/x-subrip" description="SubRip subtitles" priority="100" pattern="*.srt" />
-  <mime type="application/x-sami" description="Synchronized Accessible Media Interchange" data-type="string" offset="0:256" magic="&lt;SAMI&gt;" priority="50" />
-  <mime type="application/x-sami" acronym="SAMI" description="Synchronized Accessible Media Interchange" priority="100" pattern="*.smi" />
-  <mime type="application/x-sami" acronym="SAMI" description="Synchronized Accessible Media Interchange" priority="100" pattern="*.sami" />
-  <mime type="text/x-microdvd" description="MicroDVD subtitles" data-type="string" offset="0" magic="{1}" priority="50" />
-  <mime type="text/x-microdvd" description="MicroDVD subtitles" data-type="string" offset="0" magic="{0}" priority="50" />
-  <mime type="text/x-microdvd" description="MicroDVD subtitles" data-type="string" offset="0:6" magic="}{" priority="50" />
-  <mime type="text/x-microdvd" description="MicroDVD subtitles" priority="100" pattern="*.sub" />
-  <mime type="text/x-mpsub" description="MPlayer Subtitle" data-type="string" offset="0:256" magic="FORMAT=" priority="50" />
-  <mime type="text/x-mpsub" acronym="MPSub" description="MPlayer Subtitle" priority="100" pattern="*.sub" />
-  <mime type="text/x-ssa" description="SubStation Alpha" data-type="string" offset="0:256" magic="[Script Info]" priority="50" />
-  <mime type="text/x-ssa" description="SubStation Alpha" data-type="string" offset="0:256" magic="Dialogue: " priority="50" />
-  <mime type="text/x-ssa" acronym="SSA" description="SubStation Alpha" priority="100" pattern="*.ssa" />
-  <mime type="text/x-ssa" acronym="SSA" description="SubStation Alpha" priority="100" pattern="*.ass" />
-  <mime type="application/x-sv4cpio" description="SV4 CPIO archive" priority="100" pattern="*.sv4cpio" />
-  <mime type="application/x-sv4crc" description="SV4 CPIO archive (with CRC)" priority="100" pattern="*.sv4crc" />
-  <mime type="application/x-tar" description="Tar archive" data-type="string" offset="257" magic="ustar\0" priority="50" />
-  <mime type="application/x-tar" description="Tar archive" data-type="string" offset="257" magic="ustar\040\040\0" priority="50" />
-  <mime type="application/x-tar" description="Tar archive" priority="100" pattern="*.tar" />
-  <mime type="application/x-tar" description="Tar archive" priority="100" pattern="*.gtar" />
-  <mime type="application/x-tarz" description="Tar archive (compressed)" priority="100" pattern="*.tar.Z" />
-  <mime type="application/x-tex-gf" description="generic font file" priority="100" pattern="*.gf" />
-  <mime type="application/x-tex-pk" description="packed font file" priority="100" pattern="*.pk" />
-  <mime type="application/x-tgif" description="TGIF document" data-type="string" offset="0" magic="%TGIF" priority="50" />
-  <mime type="application/x-tgif" description="TGIF document" priority="100" pattern="*.obj" />
-  <mime type="application/x-theme" description="theme" priority="100" pattern="*.theme" />
-  <mime type="application/x-trash" description="backup file" priority="100" pattern="*~" />
-  <mime type="application/x-trash" description="backup file" priority="100" pattern="*%" />
-  <mime type="application/x-trash" description="backup file" priority="100" pattern="*.bak" />
-  <mime type="application/x-trash" description="backup file" priority="100" pattern="*.old" />
-  <mime type="application/x-trash" description="backup file" priority="100" pattern="*.sik" />
-  <mime type="text/troff" description="Troff document" data-type="string" offset="0" magic=".\\\&quot;" priority="50" />
-  <mime type="text/troff" description="Troff document" data-type="string" offset="0" magic="'\\\&quot;" priority="50" />
-  <mime type="text/troff" description="Troff document" data-type="string" offset="0" magic="'.\\\&quot;" priority="50" />
-  <mime type="text/troff" description="Troff document" data-type="string" offset="0" magic="\\\&quot;" priority="50" />
-  <mime type="text/troff" description="Troff document" priority="100" pattern="*.tr" />
-  <mime type="text/troff" description="Troff document" priority="100" pattern="*.roff" />
-  <mime type="text/troff" description="Troff document" priority="100" pattern="*.t" />
-  <mime type="application/x-troff-man" description="Troff document (with manpage macros)" priority="100" pattern="*.man" />
-  <mime type="application/x-tzo" description="Tar archive (LZO-compressed)" priority="100" pattern="*.tar.lzo" />
-  <mime type="application/x-tzo" description="Tar archive (LZO-compressed)" priority="100" pattern="*.tzo" />
-  <mime type="application/x-ustar" description="Ustar archive" priority="100" pattern="*.ustar" />
-  <mime type="application/x-wais-source" description="WAIS source code" priority="100" pattern="*.src" />
-  <mime type="application/x-wpg" description="WordPerfect/Drawperfect image" priority="100" pattern="*.wpg" />
-  <mime type="application/x-x509-ca-cert" description="DER/PEM/Netscape-encoded X.509 certificate" priority="100" pattern="*.der" />
-  <mime type="application/x-x509-ca-cert" description="DER/PEM/Netscape-encoded X.509 certificate" priority="100" pattern="*.cer" />
-  <mime type="application/x-x509-ca-cert" description="DER/PEM/Netscape-encoded X.509 certificate" priority="100" pattern="*.crt" />
-  <mime type="application/x-x509-ca-cert" description="DER/PEM/Netscape-encoded X.509 certificate" priority="100" pattern="*.cert" />
-  <mime type="application/x-x509-ca-cert" description="DER/PEM/Netscape-encoded X.509 certificate" priority="100" pattern="*.pem" />
-  <mime type="application/x-zoo" description="Zoo archive" data-type="long" endian="LSB" offset="20" magic="0xfdc4a7dc" priority="50" />
-  <mime type="application/x-zoo" description="Zoo archive" priority="100" pattern="*.zoo" />
-  <mime type="application/xhtml+xml" acronym="XHTML" description="Extensible HyperText Markup Language" priority="100" pattern="*.xhtml" />
-  <mime type="application/zip" description="Zip archive" data-type="string" offset="0" magic="PK\003\004" priority="40" />
-  <mime type="application/zip" description="Zip archive" priority="100" pattern="*.zip" />
-  <mime type="audio/ac3" description="Dolby Digital audio" data-type="short" endian="MSB" offset="0" magic="0x0b77" priority="50" />
-  <mime type="audio/ac3" description="Dolby Digital audio" priority="100" pattern="*.ac3" />
-  <mime type="audio/AMR" description="Adaptive Multi-Rate" data-type="string" offset="0" magic="#!AMR\n" priority="50" />
-  <mime type="audio/AMR" description="Adaptive Multi-Rate" data-type="string" offset="0" magic="#!AMR_MC1.0\n" priority="50" />
-  <mime type="audio/AMR" acronym="AMR" description="Adaptive Multi-Rate" priority="100" pattern="*.amr" />
-  <mime type="audio/AMR-WB" description="Adaptive Multi-Rate Wideband" data-type="string" offset="0" magic="#!AMR-WB\n" priority="50" />
-  <mime type="audio/AMR-WB" description="Adaptive Multi-Rate Wideband" data-type="string" offset="0" magic="#!AMR-WB_MC1.0\n" priority="50" />
-  <mime type="audio/AMR-WB" description="Adaptive Multi-Rate Wideband" priority="100" pattern="*.awb" />
-  <mime type="audio/basic" description="ULAW (Sun) audio" data-type="string" offset="0" magic=".snd" priority="40" />
-  <mime type="audio/basic" description="ULAW (Sun) audio" priority="100" pattern="*.au" />
-  <mime type="audio/basic" description="ULAW (Sun) audio" priority="100" pattern="*.snd" />
-  <mime type="audio/prs.sid" description="Commodore 64 audio" data-type="string" offset="0" magic="PSID" priority="50" />
-  <mime type="audio/prs.sid" description="Commodore 64 audio" priority="100" pattern="*.sid" />
-  <mime type="audio/prs.sid" description="Commodore 64 audio" priority="100" pattern="*.psid" />
-  <mime type="audio/x-adpcm" description="PCM audio" data-type="string" offset="0" magic=".snd" priority="50" />
-  <mime type="audio/x-adpcm" description="PCM audio" data-type="long" endian="LSB" offset="0" magic="0x0064732E" priority="50" />
-  <mime type="audio/x-aifc" description="AIFC audio" data-type="string" offset="8" magic="AIFC" priority="50" />
-  <mime type="audio/x-aiff" description="AIFF/Amiga/Mac audio" data-type="string" offset="8" magic="AIFF" priority="50" />
-  <mime type="audio/x-aiff" description="AIFF/Amiga/Mac audio" data-type="string" offset="8" magic="AIFC" priority="50" />
-  <mime type="audio/x-aiff" description="AIFF/Amiga/Mac audio" data-type="string" offset="8" magic="8SVX" priority="50" />
-  <mime type="audio/x-aiff" description="AIFF/Amiga/Mac audio" priority="100" pattern="*.aiff" />
-  <mime type="audio/x-aiff" description="AIFF/Amiga/Mac audio" priority="100" pattern="*.aif" />
-  <mime type="audio/x-aiff" description="AIFF/Amiga/Mac audio" priority="100" pattern="*.aifc" />
-  <mime type="audio/x-ape" description="Monkey's audio" data-type="string" offset="0" magic="MAC " priority="50" />
-  <mime type="audio/x-ape" description="Monkey's audio" priority="100" pattern="*.ape" />
-  <mime type="audio/x-it" description="Impulse Tracker audio" data-type="string" offset="0" magic="IMPM" priority="50" />
-  <mime type="audio/x-it" description="Impulse Tracker audio" priority="100" pattern="*.it" />
-  <mime type="audio/x-flac" description="FLAC audio" priority="100" pattern="*.flac" />
-  <mime type="audio/x-wavpack" description="WavPack audio" data-type="string" offset="0" magic="wvpk" priority="50" />
-  <mime type="audio/x-wavpack" description="WavPack audio" priority="100" pattern="*.wv" />
-  <mime type="audio/x-wavpack" description="WavPack audio" priority="100" pattern="*.wvp" />
-  <mime type="audio/x-wavpack-correction" description="WavPack audio correction file" data-type="string" offset="0" magic="wvpk" priority="50" />
-  <mime type="audio/x-wavpack-correction" description="WavPack audio correction file" priority="100" pattern="*.wvc" />
-  <mime type="audio/midi" description="MIDI audio" data-type="string" offset="0" magic="MThd" priority="50" />
-  <mime type="audio/midi" description="MIDI audio" priority="100" pattern="*.mid" />
-  <mime type="audio/midi" description="MIDI audio" priority="100" pattern="*.midi" />
-  <mime type="audio/midi" description="MIDI audio" priority="100" pattern="*.kar" />
-  <mime type="audio/mp4" description="MPEG-4 audio" data-type="string" offset="4" magic="ftypM4A" priority="50" />
-  <mime type="audio/mp4" description="MPEG-4 audio" priority="100" pattern="*.m4a" />
-  <mime type="audio/mp4" description="MPEG-4 audio" priority="100" pattern="*.aac" />
-  <mime type="video/mp4" description="MPEG-4 video" data-type="string" offset="4" magic="ftypisom" priority="50" />
-  <mime type="video/mp4" description="MPEG-4 video" data-type="string" offset="4" magic="ftypmp42" priority="50" />
-  <mime type="video/mp4" description="MPEG-4 video" priority="100" pattern="*.mp4" />
-  <mime type="video/mp4" description="MPEG-4 video" priority="100" pattern="*.m4v" />
-  <mime type="audio/x-m4b" description="MPEG-4 audio book" data-type="string" offset="4" magic="ftypM4B" priority="50" />
-  <mime type="audio/x-m4b" description="MPEG-4 audio book" priority="100" pattern="*.m4b" />
-  <mime type="video/3gpp" description="3GPP multimedia" data-type="string" offset="4" magic="ftyp3gp" priority="50" />
-  <mime type="video/3gpp" description="3GPP multimedia" priority="100" pattern="*.3gp" />
-  <mime type="video/3gpp" description="3GPP multimedia" priority="100" pattern="*.3gpp" />
-  <mime type="video/3gpp" description="3GPP multimedia" priority="100" pattern="*.amr" />
-  <mime type="audio/x-mod" description="Amiga SoundTracker audio" priority="100" pattern="*.mod" />
-  <mime type="audio/x-mod" description="Amiga SoundTracker audio" priority="100" pattern="*.ult" />
-  <mime type="audio/x-mod" description="Amiga SoundTracker audio" priority="100" pattern="*.uni" />
-  <mime type="audio/x-mod" description="Amiga SoundTracker audio" priority="100" pattern="*.m15" />
-  <mime type="audio/x-mod" description="Amiga SoundTracker audio" priority="100" pattern="*.mtm" />
-  <mime type="audio/x-mod" description="Amiga SoundTracker audio" priority="100" pattern="*.669" />
-  <mime type="audio/mp2" description="MP2 audio" priority="100" pattern="*.mp2" />
-  <mime type="audio/mpeg" description="MP3 audio" data-type="long" endian="MSB" offset="0" magic="0xfffb" priority="50" />
-  <mime type="audio/mpeg" description="MP3 audio" data-type="string" offset="0" magic="ID3" priority="50" />
-  <mime type="audio/mpeg" description="MP3 audio" priority="100" pattern="*.mp3" />
-  <mime type="audio/mpeg" description="MP3 audio" priority="100" pattern="*.mpga" />
-  <mime type="audio/x-mpegurl" description="MP3 audio (streamed)" data-type="string" offset="0" magic="#EXTM3U" priority="50" />
-  <mime type="audio/x-mpegurl" description="MP3 audio (streamed)" priority="100" pattern="*.m3u" />
-  <mime type="audio/x-mpegurl" description="MP3 audio (streamed)" priority="100" pattern="*.vlc" />
-  <mime type="audio/x-ms-asx" description="Microsoft ASX playlist" data-type="string" offset="0" magic="ASF " priority="51" />
-  <mime type="audio/x-ms-asx" description="Microsoft ASX playlist" data-type="string" offset="0:64" magic="&lt;ASX" priority="51" />
-  <mime type="audio/x-ms-asx" description="Microsoft ASX playlist" data-type="string" offset="0:64" magic="&lt;asx" priority="51" />
-  <mime type="audio/x-ms-asx" description="Microsoft ASX playlist" priority="100" pattern="*.asx" />
-  <mime type="audio/x-ms-asx" description="Microsoft ASX playlist" priority="100" pattern="*.wax" />
-  <mime type="audio/x-ms-asx" description="Microsoft ASX playlist" priority="100" pattern="*.wvx" />
-  <mime type="audio/x-ms-asx" description="Microsoft ASX playlist" priority="100" pattern="*.wmx" />
-  <mime type="audio/x-psf" description="PSF audio" data-type="string" offset="0" magic="PSF" priority="50" />
-  <mime type="audio/x-psf" acronym="PSF" description="PSF audio" priority="100" pattern="*.psf" />
-  <mime type="audio/x-minipsf" acronym="MiniPSF" description="Miniature Portable Sound Format" priority="100" pattern="*.minipsf" />
-  <mime type="audio/x-psflib" acronym="PSFlib" description="Portable Sound Format Library" priority="100" pattern="*.psflib" />
-  <mime type="audio/x-ms-wma" description="Windows Media audio" priority="100" pattern="*.wma" />
-  <mime type="audio/x-musepack" description="Musepack audio" data-type="string" offset="0" magic="MP+" priority="50" />
-  <mime type="audio/x-musepack" description="Musepack audio" priority="100" pattern="*.mpc" />
-  <mime type="audio/x-musepack" description="Musepack audio" priority="100" pattern="*.mpp" />
-  <mime type="audio/x-musepack" description="Musepack audio" priority="100" pattern="*.mp+" />
-  <mime type="audio/vnd.rn-realaudio" description="RealAudio document" priority="100" pattern="*.ra" />
-  <mime type="audio/vnd.rn-realaudio" description="RealAudio document" priority="100" pattern="*.rax" />
-  <mime type="application/ram" description="RealMedia Metafile" priority="100" pattern="*.ram" />
-  <mime type="video/vnd.rn-realvideo" description="RealVideo document" priority="100" pattern="*.rv" />
-  <mime type="video/vnd.rn-realvideo" description="RealVideo document" priority="100" pattern="*.rvx" />
-  <mime type="application/vnd.rn-realmedia" description="RealMedia document" priority="100" pattern="*.rm" />
-  <mime type="application/vnd.rn-realmedia" description="RealMedia document" priority="100" pattern="*.rmj" />
-  <mime type="application/vnd.rn-realmedia" description="RealMedia document" priority="100" pattern="*.rmm" />
-  <mime type="application/vnd.rn-realmedia" description="RealMedia document" priority="100" pattern="*.rms" />
-  <mime type="application/vnd.rn-realmedia" description="RealMedia document" priority="100" pattern="*.rmx" />
-  <mime type="application/vnd.rn-realmedia" description="RealMedia document" priority="100" pattern="*.rmvb" />
-  <mime type="image/vnd.rn-realpix" description="RealPix document" priority="100" pattern="*.rp" />
-  <mime type="text/vnd.rn-realtext" description="RealText document" priority="100" pattern="*.rt" />
-  <mime type="audio/x-riff" description="RIFF audio" data-type="string" offset="0" magic="RIFF" priority="45" />
-  <mime type="audio/x-s3m" description="Scream Tracker 3 audio" data-type="string" offset="44" magic="SCRM" priority="50" />
-  <mime type="audio/x-s3m" description="Scream Tracker 3 audio" priority="100" pattern="*.s3m" />
-  <mime type="audio/x-scpls" description="MP3 ShoutCast playlist" data-type="string" offset="0" magic="[playlist]" priority="50" />
-  <mime type="audio/x-scpls" description="MP3 ShoutCast playlist" data-type="string" offset="0" magic="[Playlist]" priority="50" />
-  <mime type="audio/x-scpls" description="MP3 ShoutCast playlist" data-type="string" offset="0" magic="[PLAYLIST]" priority="50" />
-  <mime type="audio/x-scpls" description="MP3 ShoutCast playlist" priority="100" pattern="*.pls" />
-  <mime type="audio/x-stm" description="Scream Tracker audio" priority="100" pattern="*.stm" />
-  <mime type="audio/x-voc" description="VOC audio" priority="100" pattern="*.voc" />
-  <mime type="audio/x-wav" description="WAV audio" data-type="string" offset="8" magic="WAVE" priority="50" />
-  <mime type="audio/x-wav" description="WAV audio" data-type="string" offset="8" magic="WAV " priority="50" />
-  <mime type="audio/x-wav" description="WAV audio" priority="100" pattern="*.wav" />
-  <mime type="audio/x-xi" description="Scream Tracker instrument" data-type="string" offset="0" magic="Extended Intrument:" priority="50" />
-  <mime type="audio/x-xi" description="Scream Tracker instrument" priority="100" pattern="*.xi" />
-  <mime type="audio/x-xm" description="FastTracker II audio" data-type="string" offset="0" magic="Extended Module:" priority="50" />
-  <mime type="audio/x-xm" description="FastTracker II audio" priority="100" pattern="*.xm" />
-  <mime type="audio/x-tta" description="TrueAudio audio" data-type="string" offset="0" magic="TTA1" priority="50" />
-  <mime type="audio/x-tta" description="TrueAudio audio" priority="100" pattern="*.tta" />
-  <mime type="image/bmp" description="Windows BMP image" data-type="string" offset="0" mask="0xffff00000000ffff" magic="BMxxxx\000\000" priority="50" />
-  <mime type="image/bmp" description="Windows BMP image" data-type="string" offset="0" magic="BM" priority="50" />
-  <mime type="image/bmp" description="Windows BMP image" priority="100" pattern="*.bmp" />
-  <mime type="image/vnd.wap.wbmp" acronym="WBMP" description="WAP bitmap" priority="100" pattern="*.wbmp" />
-  <mime type="image/cgm" description="Computer Graphics Metafile" priority="100" pattern="*.cgm" />
-  <mime type="image/fax-g3" description="CCITT G3 fax" priority="100" pattern="*.g3" />
-  <mime type="image/gif" description="GIF image" data-type="string" offset="0" magic="GIF" priority="50" />
-  <mime type="image/gif" description="GIF image" priority="100" pattern="*.gif" />
-  <mime type="image/ief" description="IEF image" priority="100" pattern="*.ief" />
-  <mime type="image/jpeg" description="JPEG image" data-type="string" offset="0" magic="\377\330\377" priority="50" />
-  <mime type="image/jpeg" description="JPEG image" data-type="short" endian="MSB" offset="0" magic="0xffd8" priority="50" />
-  <mime type="image/jpeg" description="JPEG image" priority="100" pattern="*.jpeg" />
-  <mime type="image/jpeg" description="JPEG image" priority="100" pattern="*.jpg" />
-  <mime type="image/jpeg" description="JPEG image" priority="100" pattern="*.jpe" />
-  <mime type="image/jp2" description="JPEG-2000 image" data-type="string" offset="4" magic="jP" priority="50" />
-  <mime type="image/jp2" description="JPEG-2000 image" data-type="string" offset="0" magic="\xFF\x4F\xFF\x51\x00" priority="50" />
-  <mime type="image/jp2" description="JPEG-2000 image" data-type="long" endian="MSB" offset="3" magic="0x0c6a5020" priority="50" />
-  <mime type="image/jp2" description="JPEG-2000 image" priority="100" pattern="*.jp2" />
-  <mime type="image/jp2" description="JPEG-2000 image" priority="100" pattern="*.jpc" />
-  <mime type="image/jp2" description="JPEG-2000 image" priority="100" pattern="*.jpx" />
-  <mime type="image/jp2" description="JPEG-2000 image" priority="100" pattern="*.j2k" />
-  <mime type="image/jp2" description="JPEG-2000 image" priority="100" pattern="*.jpf" />
-  <mime type="image/x-dds" description="DirectDraw surface" data-type="string" offset="0" magic="DDS" priority="50" />
-  <mime type="image/x-dds" description="DirectDraw surface" priority="100" pattern="*.dds" />
-  <mime type="image/x-xcursor" description="X11 cursor" data-type="string" offset="0" magic="Xcur" priority="50" />
-  <mime type="image/x-pict" description="Macintosh Quickdraw/PICT drawing" priority="100" pattern="*.pict" />
-  <mime type="image/x-pict" description="Macintosh Quickdraw/PICT drawing" priority="100" pattern="*.pict1" />
-  <mime type="image/x-pict" description="Macintosh Quickdraw/PICT drawing" priority="100" pattern="*.pict2" />
-  <mime type="image/x-pict" description="Macintosh Quickdraw/PICT drawing" data-type="string" offset="0" magic="PICT" priority="50" />
-  <mime type="application/x-ufraw" acronym="UFRaw" description="Unidentified Flying Raw" priority="100" pattern="*.ufraw" />
-  <mime type="image/x-adobe-dng" acronym="DNG" description="Digital Negative" priority="100" pattern="*.dng" />
-  <mime type="image/x-canon-crw" description="Canon RaW" data-type="string" offset="0" magic="II\x1a\x00\x00\x00HEAPCCDR" priority="50" />
-  <mime type="image/x-canon-crw" acronym="CRW" description="Canon RaW" priority="100" pattern="*.crw" />
-  <mime type="image/x-canon-cr2" acronym="CR2" description="Canon Raw 2" priority="100" pattern="*.cr2" />
-  <mime type="image/x-fuji-raf" description="RAw Format" data-type="string" offset="0" magic="FUJIFILMCCD-RAW " priority="50" />
-  <mime type="image/x-fuji-raf" acronym="RAF" description="RAw Format" priority="100" pattern="*.raf" />
-  <mime type="image/x-kodak-dcr" acronym="DCR" description="Digital Camera Raw" priority="100" pattern="*.dcr" />
-  <mime type="image/x-kodak-k25" acronym="K25" description="Kodak DC25" priority="100" pattern="*.k25" />
-  <mime type="image/x-kodak-kdc" acronym="KDC" description="Kodak Digital Camera" priority="100" pattern="*.kdc" />
-  <mime type="image/x-minolta-mrw" description="Minolta RaW" data-type="string" offset="0" magic="\x00MRM" priority="50" />
-  <mime type="image/x-minolta-mrw" acronym="MRW" description="Minolta RaW" priority="100" pattern="*.mrw" />
-  <mime type="image/x-nikon-nef" acronym="NEF" description="Nikon Electronic Format" priority="100" pattern="*.nef" />
-  <mime type="image/x-olympus-orf" description="Olympus Raw Format" data-type="string" offset="0" magic="IIRO\x08\x00\x00\x00" priority="50" />
-  <mime type="image/x-olympus-orf" acronym="ORF" description="Olympus Raw Format" priority="100" pattern="*.orf" />
-  <mime type="image/x-panasonic-raw" description="Panasonic raw image" data-type="string" offset="0" magic="IIU\x00\x08\x00\x00\x00" priority="50" />
-  <mime type="image/x-panasonic-raw" description="Panasonic raw image" priority="100" pattern="*.raw" />
-  <mime type="image/x-pentax-pef" acronym="PEF" description="Pentax Electronic Format" priority="100" pattern="*.pef" />
-  <mime type="image/x-sigma-x3f" description="X3 Foveon" data-type="string" offset="0" magic="FOVb" priority="50" />
-  <mime type="image/x-sigma-x3f" acronym="X3F" description="X3 Foveon" priority="100" pattern="*.x3f" />
-  <mime type="image/x-sony-srf" acronym="SRF" description="Sony Raw Format" priority="100" pattern="*.srf" />
-  <mime type="image/x-sony-sr2" acronym="SR2" description="Sony Raw format 2" priority="100" pattern="*.sr2" />
-  <mime type="image/x-sony-arw" acronym="ARW" description="Alpha Raw format" priority="100" pattern="*.arw" />
-  <mime type="image/png" description="PNG image" data-type="string" offset="0" magic="\x89PNG" priority="50" />
-  <mime type="image/png" description="PNG image" priority="100" pattern="*.png" />
-  <mime type="image/rle" description="Run Length Encoded bitmap image" priority="100" pattern="*.rle" />
-  <mime type="image/svg+xml" description="Scalable Vector Graphics" data-type="string" offset="0:256" magic="&lt;!DOCTYPE svg" priority="80" />
-  <mime type="image/svg+xml" description="Scalable Vector Graphics" data-type="string" offset="0:256" magic="&lt;svg" priority="80" />
-  <mime type="image/svg+xml" acronym="SVG" description="Scalable Vector Graphics" priority="100" pattern="*.svg" />
-  <mime type="image/svg+xml-compressed" acronym="SVG" description="Scalable Vector Graphics" priority="100" pattern="*.svgz" />
-  <mime type="image/tiff" description="Tagged Image File Format" data-type="string" offset="0" magic="MM\x00\x2a" priority="50" />
-  <mime type="image/tiff" description="Tagged Image File Format" data-type="string" offset="0" magic="II\x2a\x00" priority="50" />
-  <mime type="image/tiff" acronym="TIFF" description="Tagged Image File Format" priority="100" pattern="*.tif" />
-  <mime type="image/tiff" acronym="TIFF" description="Tagged Image File Format" priority="100" pattern="*.tiff" />
-  <mime type="image/vnd.dwg" description="AutoCAD image" priority="100" pattern="*.dwg" />
-  <mime type="image/vnd.dxf" description="DXF vector image" data-type="string" offset="0:64" magic="\nHEADER\n" priority="50" />
-  <mime type="image/vnd.dxf" description="DXF vector image" data-type="string" offset="0:64" magic="\x0d\nHEADER\x0d\n" priority="50" />
-  <mime type="image/vnd.dxf" description="DXF vector image" priority="100" pattern="*.dxf" />
-  <mime type="image/x-3ds" description="3D Studio image" priority="100" pattern="*.3ds" />
-  <mime type="image/x-applix-graphics" description="Applix Graphics image" data-type="string" offset="0" magic="*BEGIN" priority="50" />
-  <mime type="image/x-applix-graphics" description="Applix Graphics image" priority="100" pattern="*.ag" />
-  <mime type="image/x-bzeps" description="EPS image (bzip-compressed)" priority="100" pattern="*.eps.bz2" />
-  <mime type="image/x-bzeps" description="EPS image (bzip-compressed)" priority="100" pattern="*.epsi.bz2" />
-  <mime type="image/x-bzeps" description="EPS image (bzip-compressed)" priority="100" pattern="*.epsf.bz2" />
-  <mime type="image/x-cmu-raster" description="CMU raster image" priority="100" pattern="*.ras" />
-  <mime type="image/x-compressed-xcf" description="compressed GIMP image" priority="100" pattern="*.xcf.gz" />
-  <mime type="image/x-compressed-xcf" description="compressed GIMP image" priority="100" pattern="*.xcf.bz2" />
-  <mime type="application/dicom" description="Digital Imaging and Communications in Medicine" data-type="string" offset="128" magic="DICM" priority="50" />
-  <mime type="application/dicom" acronym="DICOM" description="Digital Imaging and Communications in Medicine" priority="100" pattern="*.dcm" />
-  <mime type="application/docbook+xml" description="DocBook document" data-type="string" offset="0" magic="&lt;?xml" priority="90" />
-  <mime type="application/docbook+xml" description="DocBook document" priority="100" pattern="*.docbook" />
-  <mime type="image/x-dib" description="Device Independant Bitmap" data-type="string" offset="0" magic="\x28\00\00\00" priority="50" />
-  <mime type="image/vnd.djvu" description="DjVu image" data-type="string" offset="4" magic="FORM" priority="50" />
-  <mime type="image/vnd.djvu" description="DjVu image" priority="100" pattern="*.djvu" />
-  <mime type="image/vnd.djvu" description="DjVu image" priority="100" pattern="*.djv" />
-  <mime type="image/dpx" description="Digital Moving Picture Exchange" data-type="long" endian="MSB" offset="0" magic="0x53445058" priority="50" />
-  <mime type="image/x-eps" description="Encapsulated PostScript" data-type="string" offset="0" magic="%!" priority="90" />
-  <mime type="image/x-eps" description="Encapsulated PostScript" data-type="string" offset="0" magic="\004%!" priority="90" />
-  <mime type="image/x-eps" acronym="EPS" description="Encapsulated PostScript" priority="100" pattern="*.eps" />
-  <mime type="image/x-eps" acronym="EPS" description="Encapsulated PostScript" priority="100" pattern="*.epsi" />
-  <mime type="image/x-eps" acronym="EPS" description="Encapsulated PostScript" priority="100" pattern="*.epsf" />
-  <mime type="image/x-fits" description="Flexible Image Transport System" data-type="string" offset="0" magic="SIMPLE =" priority="50" />
-  <mime type="image/x-fits" acronym="FITS" description="Flexible Image Transport System" priority="100" pattern="*.fits" />
-  <mime type="image/x-fpx" description="FlashPiX" data-type="long" endian="MSB" offset="0" magic="0x46506978" priority="50" />
-  <mime type="image/x-gzeps" description="EPS image (gzip-compressed)" priority="100" pattern="*.eps.gz" />
-  <mime type="image/x-gzeps" description="EPS image (gzip-compressed)" priority="100" pattern="*.epsi.gz" />
-  <mime type="image/x-gzeps" description="EPS image (gzip-compressed)" priority="100" pattern="*.epsf.gz" />
-  <mime type="image/x-ico" acronym="ICO" description="Windows Icon" priority="100" pattern="*.ico" />
-  <mime type="image/x-icon" acronym="ICO" description="Windows Icon" priority="100" pattern="*.ico" />
-  <mime type="image/x-icns" description="MacOS X icon" data-type="string" offset="0" magic="icns" priority="50" />
-  <mime type="image/x-icns" description="MacOS X icon" priority="100" pattern="*.icns" />
-  <mime type="image/x-iff" description="IFF image" priority="100" pattern="*.iff" />
-  <mime type="image/x-ilbm" acronym="ILBM image" description="InterLeaved BitMap" priority="100" pattern="*.ilbm" />
-  <mime type="image/x-jng" acronym="JNG" description="JPEG Network Graphics" priority="100" pattern="*.jng" />
-  <mime type="image/x-lwo" description="LightWave object" priority="100" pattern="*.lwo" />
-  <mime type="image/x-lwo" description="LightWave object" priority="100" pattern="*.lwob" />
-  <mime type="image/x-lws" description="LightWave scene" priority="100" pattern="*.lws" />
-  <mime type="image/x-macpaint" description="MacPaint Bitmap image" priority="100" pattern="*.pntg" />
-  <mime type="image/x-msod" description="Office drawing" priority="100" pattern="*.msod" />
-  <mime type="image/x-niff" description="NIFF image" data-type="string" offset="0" magic="IIN1" priority="80" />
-  <mime type="image/x-pcx" description="PiCture eXchange" data-type="byte" offset="0" magic="10" priority="50" />
-  <mime type="image/x-photo-cd" acronym="PCD" description="PhotoCD" priority="100" pattern="*.pcd" />
-  <mime type="image/x-portable-anymap" description="PNM image" priority="100" pattern="*.pnm" />
-  <mime type="image/x-portable-bitmap" description="Portable BitMap" data-type="string" offset="0" magic="P1" priority="50" />
-  <mime type="image/x-portable-bitmap" description="Portable BitMap" data-type="string" offset="0" magic="P4" priority="50" />
-  <mime type="image/x-portable-bitmap" acronym="PBM" description="Portable BitMap" priority="100" pattern="*.pbm" />
-  <mime type="image/x-portable-graymap" description="Portable GrayMap" data-type="string" offset="0" magic="P2" priority="50" />
-  <mime type="image/x-portable-graymap" description="Portable GrayMap" data-type="string" offset="0" magic="P5" priority="50" />
-  <mime type="image/x-portable-graymap" acronym="PGM" description="Portable GrayMap" priority="100" pattern="*.pgm" />
-  <mime type="image/x-portable-pixmap" description="Portable PixMap" data-type="string" offset="0" magic="P3" priority="50" />
-  <mime type="image/x-portable-pixmap" description="Portable PixMap" data-type="string" offset="0" magic="P6" priority="50" />
-  <mime type="image/x-portable-pixmap" acronym="PPM" description="Portable PixMap" priority="100" pattern="*.ppm" />
-  <mime type="image/x-psd" description="PhotoShop Document" data-type="string" offset="0" mask="0xffffffff0000ffffffff" magic="8BPS \000\000\000\000" priority="50" />
-  <mime type="image/x-psd" acronym="PSD" description="PhotoShop Document" priority="100" pattern="*.psd" />
-  <mime type="image/x-rgb" description="RGB image" priority="100" pattern="*.rgb" />
-  <mime type="image/x-sgi" description="SGI image" priority="100" pattern="*.sgi" />
-  <mime type="image/x-sun-raster" description="Sun raster image" data-type="long" endian="MSB" offset="0" magic="0x59a66a95" priority="50" />
-  <mime type="image/x-sun-raster" description="Sun raster image" priority="100" pattern="*.sun" />
-  <mime type="image/x-tga" acronym="TGA" description="TGA image" priority="100" pattern="*.icb" />
-  <mime type="image/x-tga" acronym="TGA" description="TGA image" priority="100" pattern="*.tga" />
-  <mime type="image/x-tga" acronym="TGA" description="TGA image" priority="100" pattern="*.tpic" />
-  <mime type="image/x-tga" acronym="TGA" description="TGA image" priority="100" pattern="*.vda" />
-  <mime type="image/x-tga" acronym="TGA" description="TGA image" priority="100" pattern="*.vst" />
-  <mime type="image/x-win-bitmap" description="Windows cursor" priority="100" pattern="*.cur" />
-  <mime type="image/x-emf" description="Enhanced MetaFile" data-type="long" endian="LSB" offset="0" magic="0x00000001" priority="50" />
-  <mime type="image/x-emf" acronym="EMF" description="Enhanced MetaFile" priority="100" pattern="*.emf" />
-  <mime type="image/x-wmf" description="Windows Metafile" data-type="long" endian="LSB" offset="0" magic="0x9AC6CDD7" priority="50" />
-  <mime type="image/x-wmf" description="Windows Metafile" data-type="short" endian="LSB" offset="0" magic="0x0001" priority="50" />
-  <mime type="image/x-wmf" acronym="WMF" description="Windows Metafile" priority="100" pattern="*.wmf" />
-  <mime type="image/x-xbitmap" acronym="XBM" description="X BitMap" priority="100" pattern="*.xbm" />
-  <mime type="image/x-xcf" description="GIMP image" priority="100" pattern="*.xcf" />
-  <mime type="image/x-xfig" description="XFig image" data-type="string" offset="0" magic="#FIG" priority="50" />
-  <mime type="image/x-xfig" description="XFig image" priority="100" pattern="*.fig" />
-  <mime type="image/x-xpixmap" description="X PixMap" data-type="string" offset="0" magic="/* XPM" priority="50" />
-  <mime type="image/x-xpixmap" acronym="XPM" description="X PixMap" priority="100" pattern="*.xpm" />
-  <mime type="image/x-xwindowdump" description="X window image" priority="100" pattern="*.xwd" />
-  <mime type="message/news" description="Usenet news message" data-type="string" offset="0" magic="Article" priority="50" />
-  <mime type="message/news" description="Usenet news message" data-type="string" offset="0" magic="Path:" priority="50" />
-  <mime type="message/news" description="Usenet news message" data-type="string" offset="0" magic="Xref:" priority="50" />
-  <mime type="message/rfc822" description="email message" data-type="string" offset="0" magic="#! rnews" priority="50" />
-  <mime type="message/rfc822" description="email message" data-type="string" offset="0" magic="Forward to" priority="50" />
-  <mime type="message/rfc822" description="email message" data-type="string" offset="0" magic="From:" priority="50" />
-  <mime type="message/rfc822" description="email message" data-type="string" offset="0" magic="N#! rnews" priority="50" />
-  <mime type="message/rfc822" description="email message" data-type="string" offset="0" magic="Pipe to" priority="50" />
-  <mime type="message/rfc822" description="email message" data-type="string" offset="0" magic="Received:" priority="50" />
-  <mime type="message/rfc822" description="email message" data-type="string" offset="0" magic="Relay-Version:" priority="50" />
-  <mime type="message/rfc822" description="email message" data-type="string" offset="0" magic="Return-Path:" priority="50" />
-  <mime type="message/rfc822" description="email message" data-type="string" offset="0" magic="Return-path:" priority="50" />
-  <mime type="message/x-gnu-rmail" description="GNU mail message" priority="100" pattern="RMAIL" />
-  <mime type="model/vrml" description="VRML document" priority="100" pattern="*.wrl" />
-  <mime type="text/calendar" description="vCalendar/iCalendar" data-type="string" offset="0" magic="BEGIN:VCALENDAR" priority="50" />
-  <mime type="text/calendar" description="vCalendar/iCalendar" data-type="string" offset="0" magic="begin:vcalendar" priority="50" />
-  <mime type="text/calendar" acronym="VCS/ICS" description="vCalendar/iCalendar" priority="100" pattern="*.vcs" />
-  <mime type="text/calendar" acronym="VCS/ICS" description="vCalendar/iCalendar" priority="100" pattern="*.ics" />
-  <mime type="text/css" acronym="CSS" description="Cascading Style Sheets" priority="100" pattern="*.css" />
-  <mime type="text/css" acronym="CSS" description="Cascading Style Sheets" priority="100" pattern="*.CSSL" />
-  <mime type="text/directory" description="Electronic Business Card" data-type="string" offset="0" magic="BEGIN:VCARD" priority="50" />
-  <mime type="text/directory" description="Electronic Business Card" data-type="string" offset="0" magic="begin:vcard" priority="50" />
-  <mime type="text/directory" description="Electronic Business Card" priority="100" pattern="*.vcf" />
-  <mime type="text/directory" description="Electronic Business Card" priority="100" pattern="*.vct" />
-  <mime type="text/directory" description="Electronic Business Card" priority="100" pattern="*.gcrd" />
-  <mime type="text/x-txt2tags" description="txt2tags document" data-type="string" offset="0" magic="%!postproc" priority="60" />
-  <mime type="text/x-txt2tags" description="txt2tags document" data-type="string" offset="0" magic="%!encoding" priority="60" />
-  <mime type="text/x-txt2tags" description="txt2tags document" priority="100" pattern="*.t2t" />
-  <mime type="text/x-vhdl" description="Very-High-Speed Integrated Circuit Hardware Description Language" data-type="string" offset="0" magic="--" priority="20" />
-  <mime type="text/x-vhdl" acronym="VHDL" description="Very-High-Speed Integrated Circuit Hardware Description Language" priority="100" pattern="*.vhd" />
-  <mime type="text/x-vhdl" acronym="VHDL" description="Very-High-Speed Integrated Circuit Hardware Description Language" priority="100" pattern="*.vhdl" />
-  <mime type="text/mathml" description="MathML document" priority="100" pattern="*.mml" />
-  <mime type="text/plain" description="plain text document" data-type="string" offset="0" magic="This is TeX," priority="50" />
-  <mime type="text/plain" description="plain text document" data-type="string" offset="0" magic="This is METAFONT," priority="50" />
-  <mime type="text/plain" description="plain text document" priority="100" pattern="*.txt" />
-  <mime type="text/plain" description="plain text document" priority="100" pattern="*.asc" />
-  <mime type="text/rdf" acronym="RDF" description="Resource Description Framework" priority="100" pattern="*.rdf" />
-  <mime type="text/rdf" acronym="RDF" description="Resource Description Framework" priority="100" pattern="*.rdfs" />
-  <mime type="text/rdf" acronym="RDF" description="Resource Description Framework" priority="100" pattern="*.owl" />
-  <mime type="text/richtext" description="rich text document" priority="100" pattern="*.rtx" />
-  <mime type="application/rss+xml" description="RDF Site Summary" data-type="string" offset="0:256" magic="&lt;rss " priority="70" />
-  <mime type="application/rss+xml" description="RDF Site Summary" data-type="string" offset="0:256" magic="&lt;RSS " priority="70" />
-  <mime type="application/rss+xml" acronym="RSS" description="RDF Site Summary" priority="100" pattern="*.rss" />
-  <mime type="application/atom+xml" description="Atom syndication feed" data-type="string" offset="0:256" magic="&lt;feed " priority="70" />
-  <mime type="application/atom+xml" description="Atom syndication feed" priority="100" pattern="*.atom" />
-  <mime type="text/x-opml+xml" description="OPML syndication feed" data-type="string" offset="0:256" magic="&lt;opml " priority="70" />
-  <mime type="text/x-opml+xml" description="OPML syndication feed" priority="100" pattern="*.opml" />
-  <mime type="text/sgml" acronym="SGML" description="Standard Generalized Markup Language" priority="100" pattern="*.sgml" />
-  <mime type="text/sgml" acronym="SGML" description="Standard Generalized Markup Language" priority="100" pattern="*.sgm" />
-  <mime type="text/spreadsheet" description="spreadsheet interchange document" data-type="string" offset="0" magic="ID;" priority="50" />
-  <mime type="text/spreadsheet" description="spreadsheet interchange document" priority="100" pattern="*.sylk" />
-  <mime type="text/spreadsheet" description="spreadsheet interchange document" priority="100" pattern="*.slk" />
-  <mime type="text/tab-separated-values" description="TSV document" priority="100" pattern="*.tsv" />
-  <mime type="text/vnd.sun.j2me.app-descriptor" description="Java Application Descriptor" data-type="string" offset="0" magic="MIDlet-" priority="50" />
-  <mime type="text/vnd.sun.j2me.app-descriptor" acronym="JAD" description="Java Application Descriptor" priority="100" pattern="*.jad" />
-  <mime type="text/vnd.wap.wml" acronym="WML" description="Wireless Markup Language" priority="100" pattern="*.wml" />
-  <mime type="text/vnd.wap.wmlscript" description="WMLScript program" priority="100" pattern="*.wmls" />
-  <mime type="application/x-ace" description="ACE archive" data-type="string" offset="7" magic="**ACE**" priority="50" />
-  <mime type="application/x-ace" description="ACE archive" priority="100" pattern="*.ace" />
-  <mime type="text/x-adasrc" description="Ada source code" priority="100" pattern="*.adb" />
-  <mime type="text/x-adasrc" description="Ada source code" priority="100" pattern="*.ads" />
-  <mime type="text/x-authors" description="author list" priority="100" pattern="AUTHORS" />
-  <mime type="text/x-bibtex" description="BibTeX document" priority="100" pattern="*.bib" />
-  <mime type="text/x-c++hdr" description="C++ header" priority="100" pattern="*.hh" />
-  <mime type="text/x-c++hdr" description="C++ header" priority="100" pattern="*.hp" />
-  <mime type="text/x-c++hdr" description="C++ header" priority="100" pattern="*.hpp" />
-  <mime type="text/x-c++hdr" description="C++ header" priority="100" pattern="*.h++" />
-  <mime type="text/x-c++hdr" description="C++ header" priority="100" pattern="*.hxx" />
-  <mime type="text/x-c++src" description="C++ source code" priority="100" pattern="*.cpp" />
-  <mime type="text/x-c++src" description="C++ source code" priority="100" pattern="*.cxx" />
-  <mime type="text/x-c++src" description="C++ source code" priority="100" pattern="*.cc" />
-  <mime type="text/x-c++src" description="C++ source code" priority="100" pattern="*.C" />
-  <mime type="text/x-c++src" description="C++ source code" priority="100" pattern="*.c++" />
-  <mime type="text/x-changelog" description="ChangeLog document" priority="100" pattern="ChangeLog" />
-  <mime type="text/x-chdr" description="C header" priority="100" pattern="*.h" />
-  <mime type="text/csv" description="CSV document" priority="100" pattern="*.csv" />
-  <mime type="text/x-copying" description="license terms" priority="100" pattern="COPYING" />
-  <mime type="text/x-credits" description="author credits" priority="100" pattern="CREDITS" />
-  <mime type="text/x-csrc" description="C source code" data-type="string" offset="0" magic="/*" priority="30" />
-  <mime type="text/x-csrc" description="C source code" data-type="string" offset="0" magic="//" priority="30" />
-  <mime type="text/x-csrc" description="C source code" data-type="string" offset="0" magic="#include" priority="30" />
-  <mime type="text/x-csrc" description="C source code" priority="100" pattern="*.c" />
-  <mime type="text/x-csharp" description="C# source code" priority="100" pattern="*.cs" />
-  <mime type="text/x-vala" description="Vala source code" priority="100" pattern="*.vala" />
-  <mime type="text/x-dcl" acronym="DCL" description="Data Conversion Laboratory" priority="100" pattern="*.dcl" />
-  <mime type="text/x-dsl" acronym="DSSSL" description="Document Style Semantics and Specification Language" priority="100" pattern="*.dsl" />
-  <mime type="text/x-dsrc" description="D source code" priority="100" pattern="*.d" />
-  <mime type="text/x-dtd" acronym="DTD" description="Document Type Definition" priority="100" pattern="*.dtd" />
-  <mime type="text/x-emacs-lisp" description="Emacs Lisp source code" data-type="string" offset="0" magic="\012(" priority="50" />
-  <mime type="text/x-emacs-lisp" description="Emacs Lisp source code" data-type="string" offset="0" magic=";ELC\023\000\000\000" priority="50" />
-  <mime type="text/x-emacs-lisp" description="Emacs Lisp source code" priority="100" pattern="*.el" />
-  <mime type="text/x-erlang" description="Erlang source code" priority="100" pattern="*.erl" />
-  <mime type="text/x-fortran" description="Fortran source code" priority="100" pattern="*.[fF]" />
-  <mime type="text/x-fortran" description="Fortran source code" priority="100" pattern="*.[fF]9[05]" />
-  <mime type="text/x-fortran" description="Fortran source code" priority="100" pattern="*.for" />
-  <mime type="text/x-gettext-translation" description="translation file" priority="100" pattern="*.po" />
-  <mime type="text/x-gettext-translation-template" description="translation template" priority="100" pattern="*.pot" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0:256" magic="&lt;!DOCTYPE HTML" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0:256" magic="&lt;!doctype html" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0:256" magic="&lt;HEAD" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0:256" magic="&lt;head" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0:256" magic="&lt;TITLE" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0:256" magic="&lt;title" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0:256" magic="&lt;HTML" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0:256" magic="&lt;html" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0:256" magic="&lt;SCRIPT" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0:256" magic="&lt;script" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0" magic="&lt;BODY" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0" magic="&lt;body" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0" magic="&lt;!--" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0" magic="&lt;h1" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0" magic="&lt;H1" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0" magic="&lt;!doctype HTML" priority="50" />
-  <mime type="text/html" description="HyperText Markup Language" data-type="string" offset="0" magic="&lt;!DOCTYPE html" priority="50" />
-  <mime type="text/html" acronym="HTML" description="HyperText Markup Language" priority="100" pattern="*.html" />
-  <mime type="text/html" acronym="HTML" description="HyperText Markup Language" priority="100" pattern="*.htm" />
-  <mime type="text/x-gtkrc" description="GTK+ configuration" priority="100" pattern="gtkrc" />
-  <mime type="text/x-gtkrc" description="GTK+ configuration" priority="100" pattern=".gtkrc" />
-  <mime type="text/x-google-video-pointer" description="Google Video Pointer" data-type="string" offset="0" magic="#.download.the.free.Google.Video.Player" priority="50" />
-  <mime type="text/x-google-video-pointer" description="Google Video Pointer" data-type="string" offset="0" magic="# download the free Google Video Player" priority="50" />
-  <mime type="text/x-google-video-pointer" description="Google Video Pointer" priority="100" pattern="*.gvp" />
-  <mime type="text/x-haskell" description="Haskell source code" priority="100" pattern="*.hs" />
-  <mime type="text/x-idl" acronym="IDL" description="Interface Definition Language" priority="100" pattern="*.idl" />
-  <mime type="text/x-install" description="installation instructions" priority="100" pattern="INSTALL" />
-  <mime type="text/x-java" description="Java source code" priority="100" pattern="*.java" />
-  <mime type="text/x-ksysv-log" data-type="string" offset="0" magic="KDE System V Init Editor" priority="50" />
-  <mime type="text/x-ldif" description="LDAP Data Interchange Format" data-type="string" offset="0" magic="dn: cn=" priority="50" />
-  <mime type="text/x-ldif" description="LDAP Data Interchange Format" data-type="string" offset="0" magic="dn: mail=" priority="50" />
-  <mime type="text/x-ldif" acronym="LDIF" description="LDAP Data Interchange Format" priority="100" pattern="*.ldif" />
-  <mime type="text/x-literate-haskell" description="Literate Haskell source code" priority="100" pattern="*.lhs" />
-  <mime type="text/x-log" description="application log" priority="100" pattern="*.log" />
-  <mime type="text/x-makefile" description="Makefile" data-type="string" offset="0" magic="#!/usr/bin/make" priority="50" />
-  <mime type="text/x-makefile" description="Makefile" data-type="string" offset="0" magic="#! /usr/bin/make" priority="50" />
-  <mime type="text/x-makefile" description="Makefile" priority="100" pattern="[Mm]akefile" />
-  <mime type="text/x-makefile" description="Makefile" priority="100" pattern="GNUmakefile" />
-  <mime type="text/x-moc" acronym="Qt MOC" description="Qt Meta Object Compiler" priority="100" pattern="*.moc" />
-  <mime type="text/x-mup" description="Mup publication" data-type="string" offset="0" magic="//!Mup" priority="50" />
-  <mime type="text/x-mup" description="Mup publication" priority="100" pattern="*.mup" />
-  <mime type="text/x-mup" description="Mup publication" priority="100" pattern="*.not" />
-  <mime type="text/x-objcsrc" description="Objective-C source code" data-type="string" offset="0" magic="#import" priority="30" />
-  <mime type="text/x-objcsrc" description="Objective-C source code" priority="100" pattern="*.m" />
-  <mime type="text/x-ocaml" description="OCaml source code" priority="100" pattern="*.ml" />
-  <mime type="text/x-ocaml" description="OCaml source code" priority="100" pattern="*.mli" />
-  <mime type="text/x-matlab" description="MATLAB script/function" data-type="string" offset="0" magic="%" priority="10" />
-  <mime type="text/x-matlab" description="MATLAB script/function" priority="100" pattern="*.m" />
-  <mime type="text/x-pascal" description="Pascal source code" priority="100" pattern="*.p" />
-  <mime type="text/x-pascal" description="Pascal source code" priority="100" pattern="*.pas" />
-  <mime type="text/x-patch" description="differences between files" data-type="string" offset="0" magic="diff\t" priority="50" />
-  <mime type="text/x-patch" description="differences between files" data-type="string" offset="0" magic="diff " priority="50" />
-  <mime type="text/x-patch" description="differences between files" data-type="string" offset="0" magic="***\t" priority="50" />
-  <mime type="text/x-patch" description="differences between files" data-type="string" offset="0" magic="*** " priority="50" />
-  <mime type="text/x-patch" description="differences between files" data-type="string" offset="0" magic="=== " priority="50" />
-  <mime type="text/x-patch" description="differences between files" data-type="string" offset="0" magic="--- " priority="50" />
-  <mime type="text/x-patch" description="differences between files" data-type="string" offset="0" magic="Only in\t" priority="50" />
-  <mime type="text/x-patch" description="differences between files" data-type="string" offset="0" magic="Only in " priority="50" />
-  <mime type="text/x-patch" description="differences between files" data-type="string" offset="0" magic="Common subdirectories: " priority="50" />
-  <mime type="text/x-patch" description="differences between files" data-type="string" offset="0" magic="Index:" priority="50" />
-  <mime type="text/x-patch" description="differences between files" priority="100" pattern="*.diff" />
-  <mime type="text/x-patch" description="differences between files" priority="100" pattern="*.patch" />
-  <mime type="text/x-python" description="Python script" data-type="string" offset="0" magic="#!/bin/python" priority="50" />
-  <mime type="text/x-python" description="Python script" data-type="string" offset="0" magic="#! /bin/python" priority="50" />
-  <mime type="text/x-python" description="Python script" data-type="string" offset="0" magic="eval \&quot;exec /bin/python" priority="50" />
-  <mime type="text/x-python" description="Python script" data-type="string" offset="0" magic="#!/usr/bin/python" priority="50" />
-  <mime type="text/x-python" description="Python script" data-type="string" offset="0" magic="#! /usr/bin/python" priority="50" />
-  <mime type="text/x-python" description="Python script" data-type="string" offset="0" magic="eval \&quot;exec /usr/bin/python" priority="50" />
-  <mime type="text/x-python" description="Python script" data-type="string" offset="0" magic="#!/usr/local/bin/python" priority="50" />
-  <mime type="text/x-python" description="Python script" data-type="string" offset="0" magic="#! /usr/local/bin/python" priority="50" />
-  <mime type="text/x-python" description="Python script" data-type="string" offset="0" magic="eval \&quot;exec /usr/local/bin/python" priority="50" />
-  <mime type="text/x-python" description="Python script" data-type="string" offset="1:16" magic="/bin/env python" priority="50" />
-  <mime type="text/x-python" description="Python script" priority="100" pattern="*.py" />
-  <mime type="text/x-lua" description="Lua script" data-type="string" offset="0" magic="/bin/lua" priority="50" />
-  <mime type="text/x-lua" description="Lua script" data-type="string" offset="0" magic="/bin/env lua" priority="50" />
-  <mime type="text/x-lua" description="Lua script" priority="100" pattern="*.lua" />
-  <mime type="text/x-readme" description="README document" priority="100" pattern="README*" />
-  <mime type="text/x-readme" description="README document" priority="100" pattern="*.nfo" />
-  <mime type="text/x-rpm-spec" description="Red Hat Package Manager" data-type="string" offset="0" magic="Summary: " priority="50" />
-  <mime type="text/x-rpm-spec" description="Red Hat Package Manager" data-type="string" offset="0" magic="%define " priority="50" />
-  <mime type="text/x-rpm-spec" acronym="RPM" description="Red Hat Package Manager" priority="100" pattern="*.spec" />
-  <mime type="text/x-scheme" description="Scheme source code" priority="100" pattern="*.scm" />
-  <mime type="text/x-setext" description="Setext document" priority="100" pattern="*.etx" />
-  <mime type="text/x-sql" description="SQL code" priority="100" pattern="*.sql" />
-  <mime type="text/x-tcl" description="Tcl script" priority="100" pattern="*.tcl" />
-  <mime type="text/x-tcl" description="Tcl script" priority="100" pattern="*.tk" />
-  <mime type="text/x-tex" description="TeX document" data-type="string" offset="0" magic="%" priority="10" />
-  <mime type="text/x-tex" description="TeX document" priority="100" pattern="*.tex" />
-  <mime type="text/x-tex" description="TeX document" priority="100" pattern="*.ltx" />
-  <mime type="text/x-tex" description="TeX document" priority="100" pattern="*.sty" />
-  <mime type="text/x-tex" description="TeX document" priority="100" pattern="*.cls" />
-  <mime type="text/x-tex" description="TeX document" priority="100" pattern="*.dtx" />
-  <mime type="text/x-tex" description="TeX document" priority="100" pattern="*.ins" />
-  <mime type="text/x-tex" description="TeX document" priority="100" pattern="*.latex" />
-  <mime type="text/x-texinfo" description="TeXInfo document" priority="100" pattern="*.texi" />
-  <mime type="text/x-texinfo" description="TeXInfo document" priority="100" pattern="*.texinfo" />
-  <mime type="text/x-troff-me" description="Troff ME input document" priority="100" pattern="*.me" />
-  <mime type="text/x-troff-mm" description="Troff MM input document" priority="100" pattern="*.mm" />
-  <mime type="text/x-troff-ms" description="Troff MS input document" priority="100" pattern="*.ms" />
-  <mime type="text/x-uil" description="X-Motif UIL table" priority="100" pattern="*.uil" />
-  <mime type="text/x-uri" description="resource location" priority="100" pattern="*.uri" />
-  <mime type="text/x-uri" description="resource location" priority="100" pattern="*.url" />
-  <mime type="text/x-xmi" acronym="XMI" description="XML Metadata Interchange" priority="100" pattern="*.xmi" />
-  <mime type="text/x-xslfo" acronym="XSL FO" description="XSL Formatting Objects" priority="100" pattern="*.fo" />
-  <mime type="text/x-xslfo" acronym="XSL FO" description="XSL Formatting Objects" priority="100" pattern="*.xslfo" />
-  <mime type="text/xmcd" description="XMCD CD database" data-type="string" offset="0" magic="# xmcd" priority="50" />
-  <mime type="application/xml" description="eXtensible Markup Language" data-type="string" offset="0" magic="&lt;?xml" priority="50" />
-  <mime type="application/xml" description="eXtensible Markup Language" data-type="string" offset="0" magic="&lt;!--" priority="50" />
-  <mime type="application/xml" acronym="XML" description="eXtensible Markup Language" priority="100" pattern="*.xml" />
-  <mime type="application/xml" acronym="XML" description="eXtensible Markup Language" priority="100" pattern="*.xsl" />
-  <mime type="application/xml" acronym="XML" description="eXtensible Markup Language" priority="100" pattern="*.xslt" />
-  <mime type="application/xml" acronym="XML" description="eXtensible Markup Language" priority="100" pattern="*.xbl" />
-  <mime type="video/dv" description="Digital Video" data-type="long" endian="MSB" offset="0" mask="0xffffff00" magic="0x1f070000" priority="50" />
-  <mime type="video/dv" acronym="DV" description="Digital Video" priority="100" pattern="*.dv" />
-  <mime type="video/mpeg" description="Moving Picture Experts Group" data-type="string" offset="0" magic="\x47\x3f\xff\x10" priority="50" />
-  <mime type="video/mpeg" description="Moving Picture Experts Group" data-type="long" endian="MSB" offset="0" magic="0x000001b3" priority="50" />
-  <mime type="video/mpeg" description="Moving Picture Experts Group" data-type="long" endian="MSB" offset="0" magic="0x000001ba" priority="50" />
-  <mime type="video/mpeg" acronym="MPEG" description="Moving Picture Experts Group" priority="100" pattern="*.mpeg" />
-  <mime type="video/mpeg" acronym="MPEG" description="Moving Picture Experts Group" priority="100" pattern="*.mpg" />
-  <mime type="video/mpeg" acronym="MPEG" description="Moving Picture Experts Group" priority="100" pattern="*.mp2" />
-  <mime type="video/mpeg" acronym="MPEG" description="Moving Picture Experts Group" priority="100" pattern="*.mpe" />
-  <mime type="video/mpeg" acronym="MPEG" description="Moving Picture Experts Group" priority="100" pattern="*.vob" />
-  <mime type="video/mpeg" acronym="MPEG" description="Moving Picture Experts Group" priority="100" pattern="*.m2t" />
-  <mime type="video/quicktime" description="QuickTime video" data-type="string" offset="12" magic="mdat" priority="50" />
-  <mime type="video/quicktime" description="QuickTime video" data-type="string" offset="4" magic="mdat" priority="50" />
-  <mime type="video/quicktime" description="QuickTime video" data-type="string" offset="4" magic="moov" priority="50" />
-  <mime type="video/quicktime" description="QuickTime video" data-type="string" offset="4" magic="ftypqt" priority="50" />
-  <mime type="video/quicktime" description="QuickTime video" priority="100" pattern="*.qt" />
-  <mime type="video/quicktime" description="QuickTime video" priority="100" pattern="*.mov" />
-  <mime type="video/quicktime" description="QuickTime video" priority="100" pattern="*.moov" />
-  <mime type="video/quicktime" description="QuickTime video" priority="100" pattern="*.qtvr" />
-  <mime type="image/x-quicktime" description="QuickTime image" data-type="string" offset="4" magic="idat" priority="50" />
-  <mime type="image/x-quicktime" description="QuickTime image" priority="100" pattern="*.qtif" />
-  <mime type="image/x-quicktime" description="QuickTime image" priority="100" pattern="*.qif" />
-  <mime type="video/vivo" description="Vivo video" priority="100" pattern="*.viv" />
-  <mime type="video/vivo" description="Vivo video" priority="100" pattern="*.vivo" />
-  <mime type="video/x-anim" description="ANIM animation" priority="100" pattern="*.anim[1-9j]" />
-  <mime type="video/x-flic" description="FLIC animation" data-type="short" endian="LSB" offset="0" magic="0xAF11" priority="50" />
-  <mime type="video/x-flic" description="FLIC animation" data-type="short" endian="LSB" offset="0" magic="0xAF12" priority="50" />
-  <mime type="video/x-flic" description="FLIC animation" priority="100" pattern="*.fli" />
-  <mime type="video/x-flic" description="FLIC animation" priority="100" pattern="*.flc" />
-  <mime type="application/x-hwp" description="Haansoft Hangul document" data-type="string" offset="0" magic="HWP Document File" priority="50" />
-  <mime type="application/x-hwp" description="Haansoft Hangul document" priority="100" pattern="*.hwp" />
-  <mime type="application/x-hwt" description="Haansoft Hangul document template" priority="100" pattern="*.hwt" />
-  <mime type="video/x-mng" acronym="MNG" description="Multiple-Image Network Graphics" priority="100" pattern="*.mng" />
-  <mime type="video/x-ms-asf" description="Advanced Streaming Format" data-type="long" endian="MSB" offset="0" magic="0x3026b275" priority="50" />
-  <mime type="video/x-ms-asf" description="Advanced Streaming Format" data-type="string" offset="0" magic="[Reference]" priority="50" />
-  <mime type="video/x-ms-asf" acronym="ASF" description="Advanced Streaming Format" priority="100" pattern="*.asf" />
-  <mime type="application/x-netshow-channel" description="Windows Media Station file" data-type="string" offset="0" magic="[Address]" priority="50" />
-  <mime type="application/x-netshow-channel" description="Windows Media Station file" priority="100" pattern="*.nsc" />
-  <mime type="video/x-ms-wmv" description="Windows Media video" priority="100" pattern="*.wmv" />
-  <mime type="video/x-msvideo" description="Audio Video Interleave" data-type="string" offset="8" magic="AVI " priority="50" />
-  <mime type="video/x-msvideo" description="Audio Video Interleave" data-type="string" offset="0" magic="RIFF" priority="50" />
-  <mime type="video/x-msvideo" acronym="AVI" description="Audio Video Interleave" priority="100" pattern="*.avi" />
-  <mime type="video/x-msvideo" acronym="AVI" description="Audio Video Interleave" priority="100" pattern="*.divx" />
-  <mime type="video/x-nsv" description="NullSoft video" data-type="string" offset="0" magic="NSVf" priority="50" />
-  <mime type="video/x-nsv" description="NullSoft video" priority="100" pattern="*.nsv" />
-  <mime type="application/sdp" description="Session Description Protocol" data-type="string" offset="0" magic="v=" priority="50" />
-  <mime type="application/sdp" acronym="SDP" description="Session Description Protocol" priority="100" pattern="*.sdp" />
-  <mime type="video/x-sgi-movie" description="SGI video" data-type="string" offset="0" magic="MOVI" priority="50" />
-  <mime type="video/x-sgi-movie" description="SGI video" priority="100" pattern="*.movie" />
-  <mime type="application/vnd.emusic-emusic_package" description="eMusic download package" data-type="string" offset="0" magic="nF7YLao" priority="50" />
-  <mime type="application/vnd.emusic-emusic_package" description="eMusic download package" priority="100" pattern="*.emp" />
-  <mime type="application/x-ica" acronym="ICA" description="Independent Computing Architecture" priority="100" pattern="*.ica" />
-  <mime type="application/vnd.mozilla.xul+xml" acronym="XUL" description="XML User interface markup Language" priority="100" pattern="*.xul" />
-  <mime type="application/x-t602" description="T602 document" data-type="string" offset="0" magic="@CT 0" priority="50" />
-  <mime type="application/x-t602" description="T602 document" data-type="string" offset="0" magic="@CT 1" priority="50" />
-  <mime type="application/x-t602" description="T602 document" data-type="string" offset="0" magic="@CT 2" priority="50" />
-  <mime type="application/x-t602" description="T602 document" priority="100" pattern="*.602" />
-  <mime type="application/x-cisco-vpn-settings" description="Cisco VPN Settings" data-type="string" offset="0" magic="[main]" priority="50" />
-  <mime type="application/x-cisco-vpn-settings" description="Cisco VPN Settings" priority="100" pattern="*.pcf" />
-  <mime type="image/apng" acronym="APNG" description="PNG image" priority="100" pattern="*.apng" />
-  <mime type="image/avif" acronym="AVIF" description="AVIF image" priority="100" pattern="*.avif" />
-  <mime type="image/webp" acronym="WEBP" description="Web/P image" priority="100" pattern="*.webp" />
-</mimemap>

BIN
resources/ImageMagick-7.1.1-11/mogrify.exe


+ 0 - 81
resources/ImageMagick-7.1.1-11/policy.xml

@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE policymap [
-  <!ELEMENT policymap (policy)*>
-  <!ATTLIST policymap xmlns CDATA #FIXED ''>
-  <!ELEMENT policy EMPTY>
-  <!ATTLIST policy xmlns CDATA #FIXED '' domain NMTOKEN #REQUIRED
-    name NMTOKEN #IMPLIED pattern CDATA #IMPLIED rights NMTOKEN #IMPLIED
-    stealth NMTOKEN #IMPLIED value CDATA #IMPLIED>
-]>
-<!--
-  Configure ImageMagick policies.
-
-  Domains include system, delegate, coder, filter, path, or resource.
-
-  Rights include none, read, write, execute, and all.  Use | to combine them,
-  for example: "read | write" to permit read from, or write to, a path.
-
-  Use a glob expression as a pattern.
-
-  Suppose we do not want users to process MPEG video images:
-
-    <policy domain="delegate" rights="none" pattern="mpeg:decode" />
-
-  Here we do not want users reading images from HTTP:
-
-    <policy domain="coder" rights="none" pattern="HTTP" />
-
-  Lets prevent users from executing any image filters:
-
-    <policy domain="filter" rights="none" pattern="*" />
-
-  The /repository file system is restricted to read only.  We use a glob
-  expression to match all paths that start with /repository:
-
-    <policy domain="path" rights="read" pattern="/repository/*" />
-
-  Lets prevent users from executing any image filters:
-
-    <policy domain="filter" rights="none" pattern="*" />
-
-  Any large image is cached to disk rather than memory:
-
-    <policy domain="resource" name="area" value="1GB"/>
-
-  Define arguments for the memory, map, area, width, height and disk resources
-  with SI prefixes (.e.g 100MB).  In addition, resource policies are maximums
-  for each instance of ImageMagick (e.g. policy memory limit 1GB, -limit 2GB
-  exceeds policy maximum so memory limit is 1GB).
-
-  Rules are processed in order.  Here we want to restrict ImageMagick to only
-  read or write a small subset of proven web-safe image types:
-
-    <policy domain="delegate" rights="none" pattern="*" />
-    <policy domain="coder" rights="none" pattern="*" />
-    <policy domain="coder" rights="read|write" pattern="{GIF,JPEG,PNG,WEBP}" />
--->
-<policymap>
-  <!-- <policy domain="resource" name="temporary-path" value="c:\temp"/> -->
-  <!-- <policy domain="resource" name="memory" value="2GiB"/> -->
-  <!-- <policy domain="resource" name="map" value="4GiB"/> -->
-  <!-- <policy domain="resource" name="width" value="10KP"/> -->
-  <!-- <policy domain="resource" name="height" value="10KP"/> -->
-  <!-- <policy domain="resource" name="list-length" value="128"/> -->
-  <!-- <policy domain="resource" name="area" value="100MP"/> -->
-  <!-- <policy domain="resource" name="disk" value="16EiB"/> -->
-  <!-- <policy domain="resource" name="file" value="768"/> -->
-  <!-- <policy domain="resource" name="thread" value="4"/> -->
-  <!-- <policy domain="resource" name="throttle" value="0"/> -->
-  <!-- <policy domain="resource" name="time" value="3600"/> -->
-  <!-- <policy domain="coder" rights="none" pattern="MVG" /> -->
-  <!-- <policy domain="module" rights="none" pattern="{PS,PDF,XPS}" /> -->
-  <!-- <policy domain="delegate" rights="none" pattern="HTTPS" /> -->
-  <!-- <policy domain="path" rights="none" pattern="@*" /> -->
-  <!-- <policy domain="cache" name="memory-map" value="anonymous"/> -->
-  <!-- <policy domain="cache" name="synchronize" value="True"/> -->
-  <!-- <policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/> -->
-  <!-- <policy domain="system" name="max-memory-request" value="256MiB"/> -->
-  <!-- <policy domain="system" name="shred" value="2"/> -->
-  <policy domain="system" name="precision" value="6"/>
-  <!-- <policy domain="system" name="font" value="C:\path\to\unicode-font.ttf"/> -->
-</policymap>

+ 0 - 68
resources/ImageMagick-7.1.1-11/quantization-table.xml

@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE quantization-tables [
-  <!ELEMENT quantization-tables (table)>
-  <!ATTLIST quantization-tables xmlns CDATA #FIXED "">
-  <!ELEMENT table (description , levels)>
-  <!ATTLIST table xmlns CDATA #FIXED "">
-  <!ATTLIST table alias NMTOKEN #REQUIRED>
-  <!ATTLIST table slot CDATA #REQUIRED>
-  <!ELEMENT description (#PCDATA)>
-  <!ATTLIST description xmlns CDATA #FIXED "">
-  <!ELEMENT levels (#PCDATA)>
-  <!ATTLIST levels xmlns CDATA #FIXED "">
-  <!ATTLIST levels divisor CDATA #REQUIRED>
-  <!ATTLIST levels height CDATA #REQUIRED>
-  <!ATTLIST levels width CDATA #REQUIRED>
-]>
-<!--
-  JPEG quantization table created by Dr. Nicolas Robidoux, Senior Research
-  Scientist at Phase One (www.phaseone.com) for use with 2x2 Chroma
-  subsampling and (IJG-style, hence ImageMagick-style) quality level
-  around 75.
-
-  It is based on the one recommended in
-
-    Relevance of human vision to JPEG-DCT compression by Stanley A. Klein,
-    Amnon D. Silverstein and Thom Carney. In Human Vision, Visual
-    Processing and Digital Display III, 1992.
-
-  for 1 minute per pixel viewing.
-
-  Specifying only one table in this xml file has two effects when used with
-  the ImageMagick option
-  
-    -define jpeg:q-table=PATH/TO/THIS/FILE
-  
-  1) This quantization table is automatically used for all three channels;
-
-  2) Only one copy is embedded in the JPG file, which saves a few bits
-     (only worthwhile for very small thumbnails).
--->
-<quantization-tables>
-  <table slot="0" alias="luma">
-    <description>Luma Quantization Table</description>
-    <levels width="8" height="8" divisor="1">
-      16,  16,  16,  18,  25,  37,  56,  85,
-      16,  17,  20,  27,  34,  40,  53,  75,
-      16,  20,  24,  31,  43,  62,  91,  135,
-      18,  27,  31,  40,  53,  74,  106, 156,
-      25,  34,  43,  53,  69,  94,  131, 189,
-      37,  40,  62,  74,  94,  124, 169, 238,
-      56,  53,  91,  106, 131, 169, 226, 311,
-      85,  75,  135, 156, 189, 238, 311, 418
-    </levels>
-  </table>
-  <!--
-    If you want to use a different quantization table for Chroma, for example,
-    just add:
-
-    <table slot="1" alias="chroma">
-      <description>Chroma Quantization Table</description>
-      INSERT 64 POSITIVE INTEGERS HERE, COMMA-SEPARATED
-      </levels>
-    </table>
-
-    here (but outside of these comments).
-  -->
-</quantization-tables>
-

BIN
resources/ImageMagick-7.1.1-11/stream.exe


+ 6348 - 0
resources/imagemagick/ChangeLog

@@ -0,0 +1,6348 @@
+2015-07-20  6.9.1-10 Glenn Randers-Pehrson <glennrp@image...>
+  * coders/magick.c: added "-define h:format=FMT" and
+    "-define magick:format=FMT" options. FMT can be any output format
+    supported by ImageMagick except "H" or "MAGICK". If this define is
+    omitted, the encoder uses GIF by default for pseudoclass images and
+    PNM for directclass images, as previously.  Made "MAGICK" (read-write)
+    and "H" (write-only) visible in the format list.
+
+2015-07-18  6.9.1-10 Dirk lemstra <dirk@lem.....org>
+  * Removed incorrect EOF check in the DDS reader (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28065).
+
+2015-07-18  6.9.1-10 Cristy  <quetzlzacatenango@image...>
+  * Fixed undefined behaviors (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28067).
+  * Return exception message for unknown image properties.
+
+2015-07-18  6.9.1-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.1-9, SVN revision 19200.
+
+2015-07-12  6.9.1-9 Dirk Lemstra <dirk@lem.....org>
+  * Fixed issue with radial gradient in MVG (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27995).
+
+2015-07-11  6.9.1-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.1-8, SVN revision 19167.
+
+2015-06-25  6.9.1-8 Cristy  <quetzlzacatenango@image...>
+  * Correct install location of the Magick++ headers (reference
+    https://github.com/ImageMagick/ImageMagick/pull/17/commits).
+  * Different gif cropping behavior between versions (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28013).
+  * Cannot read properly simple psd file (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28002).
+
+2015-07-04  6.9.1-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.1-7, SVN revision 19121.
+
+2015-06-27  6.9.1-7 Eric Dalquist
+  * Fixed and escaped output of the json coder. (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=27894).
+
+2015-06-25  6.9.1-7 Cristy  <quetzlzacatenango@image...>
+  * Support BPG image format (respects -quality option).
+  * A bordered transparent image now remains transparent (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=5&t=27937).
+  * The -update option behavior restored (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=27939).
+
+2015-06-13  6.9.1-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.1-6, SVN revision 18945.
+
+2015-06-14  6.9.1-6 Cristy  <quetzlzacatenango@image...>
+  * Cache cloning on disk optimized with sendfile() (if available).
+  * Add an additional check for end-of-file for the RLE coder (reference
+    http://www.imagemagick.org/discourse-server/viewforum.php?f=3&t=27870).
+  * Respect resource limits in AVS coder.
+
+2015-06-13  6.9.1-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Reverted change to 6.9.1-3 that skipped palette-building.
+
+2015-06-13  6.9.1-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.1-5, SVN revision 18882.
+
+2015-06-03  6.9.1-5 Cristy  <quetzlzacatenango@image...>
+  * Use correct scale when interpretting alpha (e.g. rgba(0,0,0,1)).
+  * DrawGetVectorGraphics() now returns proper XML (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27751).
+  * Support writing EXR files with different color types (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=27759).
+  * Prefer PKG_CHECK_MODULES() when searching for delegate libraries.
+  * Throw exception if frame option bevel exceeds to the image width / height.
+  * Resolve undefined behaviors (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27811).
+
+2015-06-01  6.9.1-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.1-4, SVN revision 18697.
+
+2015-06-01  6.9.1-4 Cristy  <quetzlzacatenango@image...>
+  * Support 'restrict' keyword under Windows.
+
+2015-05-25  6.9.1-4 Dirk Lemstra <dirk@lem.....org>
+  * Added support for reading a user supplied layer mask in PSD files.
+  * Added support for reading photoshop layers in TIFF files.
+
+2015-05-24  6.9.1-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.1-3, SVN revision 18623.
+
+2015-05-03  6.9.1-3 Dirk Lemstra <dirk@lem.....org>
+  * Fixed transparency issue with 16-bit tga files (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27469).
+  * Fixed writing label and comment in tiff images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25516).
+  * Jpeg images no longer have pixels per inch as a default value for density
+    units when the density is not set (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27589).
+  * Added support for setting the font color with -fill to the pango coder.
+
+2015-05-03  6.9.1-3 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed bug with "-define png:format=x" in png.c, introduced in version
+    6.8.9-0, that caused the define to be ignored.
+  * Replaced some dead code in ReadJNGImage with an assert().
+  * Avoid palette-building when writing a grayscale PNG (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27580).
+
+2015-04-20  6.9.1-3 Cristy  <quetzlzacatenango@image...>
+  * Support -define compose:clamp=false option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26946).
+  * Don't extend any user supplied image buffer in SeekBlob() (bug report
+    from a.chernij@corp...).
+  * Improved reproducible builds (reference
+    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783933).
+  * Draw a rectangle of width & height of 1 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24874).
+
+2015-04-19  6.9.1-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.1-2, SVN revision 18429.
+
+2015-04-09  6.9.1-2 Glenn Randers-Pehrson <glennrp@image...>
+  * Avoid using a NULL alpha_image or color_image in the JNG decoder.
+
+2015-04-07  6.9.1-2 Cristy  <quetzlzacatenango@image...>
+  * Fix JPEG-2000 transparency on write (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27304).
+  * Identify now identifies PSD (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26948).
+  * Speed up writing to TGA (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27369).
+
+2015-04-06  6.9.1-2 Dirk Lemstra <dirk@lem.....org>
+  * Reduce draw epsilon to increase mathematical stability.
+  * Fixed UTF8 issue when determining the current working directory
+    on Windows (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27295).
+
+2015-04-04  6.9.1-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.1-1, SVN revision 18308.
+
+2015-03-21  6.9.1-1 Cristy  <quetzlzacatenango@image...>
+  * Skip empty frames when comparing layers (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27234).
+
+2015-03-21  6.9.1-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.1-0, SVN revision 18245.
+
+2015-03-17  6.9.1-0 Cristy  <quetzlzacatenango@image...>
+  * Grayscale DPX image files are no longer skewed (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27209).
+
+2015-03-16  6.9.1-0 Glenn Randers-Pehrson <glennrp@image...>
+  * Fix integer overflow when scaling a 1-bit sample to Q64 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27195).
+
+2015-03-01  6.9.0-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.0-10, SVN revision 18299.
+
+2015-03-03  6.9.0-10 Cristy  <quetzlzacatenango@image...>
+  * Account for differences in image size when comparing two images (bug
+    report from Dirk).
+  * Set an upper ceiling compression with -quality and jpeg:extent (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=27071).
+
+2015-03-01  6.9.0-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.0-9, SVN revision 18179.
+
+2015-02-22  6.9.0-9 Cristy  <quetzlzacatenango@image...>
+  * Writing histograms / mpeg working again (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27089).
+  * The -linear-stretch option worked for Q16 but not Q32 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27112).
+
+2015-02-22  6.9.0-8 Cristy  <quetzlzacatenango@image...>
+  * Bogus release, withdrawn.
+
+2015-02-22  6.9.0-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.0-7, SVN revision 18067.
+
+2015-02-15  6.9.0-7 Cristy  <quetzlzacatenango@image...>
+  * Line strokes appeared too thin (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26927).
+  * Keep text in caption area (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22504).
+
+2015-02-14  6.9.0-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.0-6, SVN revision 18010.
+
+2015-02-12  6.9.0-6 Dirk Lemstra <dirk@lem.....org>
+  * Fixed command line execution in Windows for delegates that
+    move files (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=27027).
+
+2015-02-10  6.9.0-6 Cristy  <quetzlzacatenango@image...>
+  * A transient bug for the write MSL element (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27022).
+
+2015-02-08  6.9.0-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Remove uninitialized, unused "p++" from coders/png.c, MNG reader.
+  * Initialize "length" in coders/png.c, WriteJNGImage().
+  * Fix signed/unsigned mismatch in coders/png.c, MNG reader.
+
+2015-02-08  6.9.0-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.0-5, SVN revision 17946.
+
+2015-01-30  6.9.0-5 Glenn Randers-Pehrson <glennrp@image...>
+  * In coders/gif.c, quiet two warnings.
+
+2015-01-24  6.9.0-5 Dirk Lemstra <dirk@lem.....org>
+  * Fixed iccColorProfile() in Magick++ (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=26910).
+  * Fixed infinite loop in HDR reader (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26929).
+
+2015-01-23  6.9.0-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Check lengths of certain MNG chunks before reading them.
+  * In the PNG codec, check status wherever a function returns it.
+
+2015-01-18  6.9.0-5 Cristy  <quetzlzacatenango@image...>
+  * Remove possible resource memory leak in a multi-threaded program (bug
+    report and patch from David Chapman <d...@acm.org>.
+  * Small optimization to pixel cache.
+  * More image sanity checks.
+  * Support writing base64-encoded images (e.g
+	  convert logo: inline:jpeg:logo.txt).
+  * Repair small TIFF leak when pinging (patch provided by Andrey Cherniy).
+
+2015-01-16  6.9.0-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.0-4, SVN revision 17697.
+
+2015-01-07  6.9.0-4 Cristy  <quetzlzacatenango@image...>
+  * Additional coder sanity checks (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26842,
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26682).
+
+2015-01-05  6.9.0-4 Dirk Lemstra <dirk@lem.....org>
+  * Report Ghostscript version when -verbose is used and when an exception
+    is raised.
+  * Fixed invalid path check in MagickCoreGenesis under Windows and disabled
+    ProvideDllMain by default (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=118875).
+
+2015-01-01  6.9.0-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.0-3, SVN revision 17537.
+
+2015-01-01  6.9.0-3 Cristy  <quetzlzacatenango@image...>
+  * ImageMagick builds when HDRI is enabled (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26803).
+
+2014-12-31  6.9.0-3 Glenn Randers-Pehrson <glennrp@image...>
+  * Don't read beyond the end of a tEXt keyword when checking for Raw profile.
+
+2014-12-27  6.9.0-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.0-2, SVN revision 17468.
+
+2014-12-14  6.9.0-1 Dirk Lemstra <dirk@snakeware...>
+  * Added support for reading EXR files to the Windows distribution.
+  * Fixed enabling alpha in 32-bit BMP files (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26662).
+  * Added support for writing 16-bit TGA files (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=26693).
+  * Improved performance of dds:cluster-fit when OpenMP is enabled.
+  * Added support for distributed pixel cache to the Windows distribution.
+
+2014-12-04  6.9.0-1 Alexey Dolgavin <dolgavin.alexey@gmail...>
+  * Fix ImageMagick crashes while read EXIF from TIFF.
+
+2014-11-20  6.9.0-1 Glenn Randers-Pehrson <glennrp@image...>
+  * Don't handle a "previous" image in the PNG or JNG decoder.
+  * Don't override gamma with 1.0 when reading a grayscale PNG image (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26576).
+  * Update progress monitor for every PNG row instead of every pass (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=26589).
+  * Reject input PNG with dimensions larger than specified with -limit width
+    and -limit height.
+
+2014-11-20  6.9.0-1 Cristy  <quetzlzacatenango@image...>
+  * Fix double free / invalid read when converting jpg to pdb (thanks to
+    Hanno).
+  * Maximum XWD image size is 64Kx64K (thanks to Hanno).
+  * Maximum DPX number of elements is 8 (thanks to Hanno).
+  * Transient problem with SVG (reference
+      http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26587).
+  * Numerous buffer overflow fixes (thanks to Gynvael Coldwind and
+    Mateusz Jurczyk of the Google Security Team).
+  * Additional PNM sanity checks (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26682).
+  * The SetImageBias() bias value is no longer ignored (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25732).
+  * Area crop now returns the expected number of tiles (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26701).
+  * Respect TGA ColorMapIndex field (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26738).
+  * Clang does not support __alloc_size__, fix fabs() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26739).
+  * Support width and height resource limits.
+  * Don't read TIFF profiles when pinging (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=26670).
+
+2014-11-16  6.9.0-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.9.0-0, SVN revision 17067.
+
+2014-11-03  6.9.0-0 Cristy  <quetzlzacatenango@image...>
+  * Check for zero-sized rendered SVG image (bug report from
+    Vladimir Davydov).
+
+2014-11-01  6.8.9-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.9-10, SVN revision 16910.
+
+2014-10-29  6.8.9-10 Cristy  <quetzlzacatenango@image...>
+  * EXIF directory offsets must be greater than 0 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26456).
+  * Accept morphology kernels from files (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=26466).
+  * Don't optimize JPEG compression by default (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26482).
+
+2014-10-26  6.8.9-10 Dirk Lemstra <dirk@snakeware...>
+  * Added support for reading jpeg compressed YCCK tiff files (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24412).
+  * Fixed reading DICOM files with big endian transfer syntax (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26448).
+
+2014-10-25  6.8.9-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.9-9, SVN revision 16819.
+
+2014-10-03  6.8.9-9 Dirk Lemstra <dirk@snakeware...>
+  * Added sixel coder created by Hayaki Saito (@kefir_).
+  * Fixed buffer overflow in PCX and DCM coder (bug report from Hanno Böck).
+  * Added support for reading/writing the tIME chunk in the PNG coder.
+  * Added eps:fit-page option to the PS coder to set -dEPSFitPage.
+  * Improved reporting tiff:alpha and allowed setting tiff:alpha to
+    unspecified.
+
+2014-09-30  6.8.9-9 Cristy  <quetzlzacatenango@image...>
+  * Support xyY colorspace (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=26324).
+  * Reduce noise while preserving edges with the -kuwahara option.
+  * Off-by-one count when parsing an 8BIM profile.
+  * Locale.c won't build if uselocale found but strtod_l isn't (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26362).
+  * OpenCL no longer benchmarks are run on every initialization (patch
+    submitted by Jan Steffens).
+  * Don't clone a 0x0 image (bug report from Hanno Böck).
+
+2014-09-21  6.8.9-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.9-8, SVN revision 16502.
+
+2014-09-16  6.8.9-8 Cristy  <quetzlzacatenango@image...>
+  * JPEG library version >= 80 is thread safe (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25495).
+
+2014-08-31  6.8.9-8 Dirk Lemstra <dirk@snakeware...>
+  * Added support for some legacy dds formats (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=26184).
+
+2014-08-16  6.8.9-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.9-7, SVN revision 16330.
+
+2014-08-14  6.8.9-7 Cristy  <quetzlzacatenango@image...>
+  * Fix off by one buglet when extracting profiles 8BIM (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26095).
+
+2014-07-31  6.8.9-7 Dirk Lemstra <dirk@snakeware...>
+  * Fixed bug when reading 1 bit PSD. (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26015).
+
+2014-07-25  6.8.9-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Relocate initialization of "image_colors" in the PNG encoder, to avoid
+    a possible use of uninitialized variable.
+
+2014-07-25  6.8.9-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.9-6, SVN revision 16211.
+
+2014-07-24  6.8.9-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Use IsOptionMember() instead of LocaleNCompare() in coders/png.c to
+    parse the list of excluded and included PNG chunks.
+
+2014-07-19  6.8.9-6 Dirk Lemstra <dirk@snakeware...>
+  * Fixed fill-rule in SVG clip path (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25882).
+
+2014-07-14  6.8.9-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Removed some dead code (testing image->matte) in PNG64 encoder.
+
+2014-07-07  6.8.9-6 Dirk Lemstra <dirk@snakeware...>
+  * Added support for R5G6B5, RGB5A1 and RGBA4 dds files.
+
+2014-07-01  6.8.9-6 Cristy  <quetzlzacatenango@image...>
+  * Write LAB pixels as percentages in the TXT image format (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25830).
+  * Throw exception when image morphology differs when comparing (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25927).
+  * Remove mogrify backup file (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25683).
+  * Read WEBP images from STDIN (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25886).
+
+2014-07-01  6.8.9-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.9-5, SVN revision 16123.
+
+2014-06-28  6.8.9-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Do not let libpng16 check ICC/sRGB profiles in non-debug runs; we do
+    it ourselves anyway.  Avoids emitting "known incorrect profile" warnings.
+    For strict profile checking and warning, use "-debug coder".
+
+2014-06-27  6.8.9-5 Dirk Lemstra <dirk@snakeware...>
+  * Disabled OpenCL acceleration when image has a 'mask' or 'clip-mask'.
+
+2014-06-25  6.8.9-5 Cristy  <quetzlzacatenango@image...>
+  * Use -define profile:skip=icc, for example,  to skip color profiles on read.
+
+2014-06-23  6.8.9-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.9-4, SVN revision 16057.
+
+2014-06-15  6.8.9-4 Cristy  <quetzlzacatenango@image...>
+  * Support RMS argument for -evaluate-sequence and -statistic options.
+  * Fix lseek define for a successful compile under 64-bit MinGW.
+  * Pipe image to display program no longer reports an exception (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23532).
+  * Check that profile is non-NULL in coders/tiff.c (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25770).
+
+2014-06-08  6.8.9-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.9-3, SVN revision 15975.
+
+2014-06-07  6.8.9-3 Glenn Randers-Pehrson <glennrp@image...>
+  * Quiet warning about unused variable "skip_to_iend" in coders/png.c.
+
+2014-06-07  6.8.9-3 Dirk Lemstra <dirk@snakeware...>
+  * Fixed creation of SVG from 8bim clip path. (reference 
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=25594).
+
+2014-06-02  6.8.9-3 Cristy  <quetzlzacatenango@image...>
+  * The -version option returns 0 status (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25667).
+  * The inline coder can now read from standard input (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25641).
+  * Add '=' character to the sanitize whitelist.
+
+2014-05-30  6.8.9-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.9-2, SVN revision 15932.
+
+2014-05-18  6.8.9-2 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed some bugs in the PNG codec discovered by coverity analysis.
+
+2014-05-14  6.8.9-2 Cristy  <quetzlzacatenango@image...>
+  * The -fx equality operator returns a proper boolean result now (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25580).
+  * Permit spaces in the gradient color specification (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25614).
+  * Fix IdentifyImage() crash when image->magick member is null (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25615).
+  * The -format M and Y channels are no longer reversed (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25633).
+  * Remove Makefile race condition where two targets attempt to install
+    magick-baseconfig.h (reference
+    http://git.buildroot.net/buildroot/commit/?id=7395ee9d3b88e45798143e05a28d6d4b51409130)
+  * Fix memory leak in BlobToStringInfo() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25639).
+  * In certain cases, -adaptive-sharpen failed to sharpen (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23211
+
+2014-05-12  6.8.9-2 Dirk Lemstra <dirk@snakeware...>
+  * Bump major Magick++ library version.
+  * Added support for writing RLE compressed TGA files (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12335).
+  * Improved performance of parsing the xmp profile (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25612).
+  * Fixed detecting transparency in PSD files (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25634).
+
+2014-05-09  6.8.9-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.9-1, SVN revision 15697.
+
+2014-04-22  6.8.9-1 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed bug with the PNG00 subformat when the original format was PNG32.
+  * The "-strip" option now only removes profiles and comments from PNG
+    output.  Previously the background, density, and other metadata were
+    also discarded.
+
+2014-04-22  6.8.9-1 Cristy  <quetzlzacatenango@image...>
+  * Support new -hough-lines option.
+  * Support new -mean-shift option.
+  * identify -units without argument no longer faults (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25542).
+  * Require OpenJP2 version 2.1.0 (opj_stream_set_user_data() method signature
+    change between 2.0.0 and 2.1.0).
+
+2014-04-20  6.8.9-1 Dirk Lemstra <dirk@snakeware...>
+  * Added image moments, canny edge and hough line to Magick++.
+  * The 8bim profile will be updated when the icc/iptc/xmp profile is changed.
+  * Fix for stack overflow in DestroyXMLTree in Windows (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25457).
+  * Added new coder for VIPS image format (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25445).
+  * Moved detection of type to a separate method in Magick++. The type() method
+    no longer modifies the type of the image. Use determineType() instead.
+  * Improved error messages when a coder uses Ghostscript.
+
+2014-04-11  6.8.9-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.9-0, SVN revision 15441.
+
+2014-04-03  6.8.9-0 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed bug with -strip failing to exclude PNG chunks (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25353).
+
+2014-03-30  6.8.9-0 Dirk Lemstra <dirk@snakeware...>
+  * Added new coder to take a screen shot of a monitor in Windows (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=23&t=25191).
+
+2014-03-24  6.8.9-0 Cristy  <quetzlzacatenango@image...>
+  * Don't transform sRGB compatible colorspaces to sRGB, doing so
+    inadvertently promotes colormapped images to DirectClass.
+  * Use temporary path rather then current working directory (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25313).
+  * Support -canny edge detection option.
+  * Use MAGICKCORE_LIBOPENJP2_DELEGATE instead of MAGICKCORE_JP2_DELEGATE
+    (reference www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25376).
+
+2014-03-28  6.8.8-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.8-9, SVN revision 15239.
+
+2014-03-23  6.8.8-10 Cristy  <quetzlzacatenango@image...>
+  * Although they are internal methods, deprecate InitializeModuleList(),
+    LoadMimeLists(), and RelinquishCommandQueue() (reference
+   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25263).
+
+2014-03-20  6.8.8-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.8-9, SVN revision 15192.
+
+2014-03-16  6.8.8-9 Glenn Randers-Pehrson <glennrp@image...>
+  * Do not block threads in the png codec when PNG_SETJMP_SUPPORTED is not
+    defined (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=23&t=25218).
+
+2014-03-15  6.8.8-9 Dirk Lemstra <dirk@snakeware...>
+  * Added tiff:ignore-tags to ignore specific tags.
+  * Added orderedDither, selectiveBlur, separate, sepiaTone, sketch,
+    smushImages, tint, uniqueColors and vignette to Magick++.
+
+2014-03-11  6.8.8-9 Cristy  <quetzlzacatenango@image...>
+  * The -define jpeg:extent option overrides the image quality (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25200). 
+
+2014-03-09  6.8.8-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.8-8, SVN revision 15097.
+
+2014-03-04  6.8.8-8 Glenn Randers-Pehrson <glennrp@image...>
+  * Reset colorspace to Grayscale when reading a gray PNG image with
+    gamma > 0.75 instead of when gamma==1.0 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25136).
+
+2014-02-22  6.8.8-8 Dirk Lemstra <dirk@snakeware...>
+  * The PSD reader creates a merged image if the image does not contain one.
+  * Added option pdf:fit-page to scale a pdf to the specified size (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=25044).
+  * The ResolutionInfo in the 8BIM profile will be updated when an image is
+    written.
+  * Fixed UTF8 issues and added support for reading files with long path names
+    for the Windows distribution.
+
+2014-02-21  6.8.8-8 Cristy  <quetzlzacatenango@image...>
+  * Convert linear RGB to sRGB before writing the Targa image format.
+  * Make sure we use the secure C library functions when compiling ImageMagick
+    on Windows.
+  * Tweak color reduction optimization to return a full color palette (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=25098).
+  * Patch configure.ac to support FlashPix under Debian (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25140).
+  * OpenCL support writes to $HOME/.config/ImageMagick, if the path does not
+    exist, two calls to mkdir() are required (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25080).
+  * Replace  MAGICKCORE_JP2_DELEGATE with MAGICKCORE_LIBOPENJP2_DELEGATE in
+    magick/static.c (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25153).
+  * Eliminate thread race condition (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25168).
+
+2014-02-18  6.8.8-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.8-7, SVN revision 14908.
+
+2014-02-16  6.8.8-7 Cristy  <quetzlzacatenango@image...>
+  * Prevent possible buffer overflow in messaging system.
+
+2014-02-16  6.8.8-7 Dirk Lemstra <dirk@snakeware...>
+  * Improved detection of JPEG 2000 code streams and .j2c support (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=24942).
+  * Added morphology to Magick++.
+
+2014-02-13  6.8.8-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.8-6, SVN revision 14868.
+
+2014-02-13  6.8.8-6 Cristy  <quetzlzacatenango@image...>
+  * identify -define identify:locate=maximum locates the position of the
+    maximum value (stopped working in 6.8.8-5).
+
+2014-02-03  6.8.8-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.8-5, SVN revision 14838.
+
+2014-01-31  6.8.8-5 Cristy  <quetzlzacatenango@image...>
+  * Fix case where an image moment might have a mass of 0 or a Hu moment might
+    be 0.
+  * Enhance the TXT coder to read RGB percent values, e.g. 10.008% (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24934).
+
+2014-01-30  6.8.8-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed new "-define png:swap-bytes" option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=24818).
+
+2014-01-29  6.8.8-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.8-4, SVN revision 14676.
+
+2014-01-29  6.8.8-4 Cristy  <quetzlzacatenango@image...>
+  * Remove comma at end of enumerator list, magick/compare.h.
+
+2014-01-28  6.8.8-4 Dirk Lemstra <dirk@snakeware...>
+  * Added transpose and transverse to Magick++. (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=24884).
+
+2014-01-25  6.8.8-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.8-3, SVN revision 14651.
+
+2014-01-18  6.8.8-3 Dirk Lemstra <dirk@snakeware...>
+  * Added ResourceLimits class and text direction/gravity to Magick++.
+  * Added support for defining dimensions with icon:auto-resize (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=24796).
+
+2014-01-16  6.8.8-3 Glenn Randers-Pehrson <glennrp@image...>
+  * Added "-define png:swap-bytes" option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=24818).
+  * Added image->duration to image.h, calculate duration in gif.c, and
+    report duration in identify.c (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23276).
+
+2014-01-15  6.8.8-3 Cristy  <quetzlzacatenango@image...>
+  * The -type truecolor option for a grayscale image returns RGB JPEG (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24814).
+  * Support JSON coder (.e.g. convert image.jpg image.json).
+
+2014-01-10  6.8.8-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.8-2, SVN revision 14347.
+
+2014-01-09  6.8.8-2 Dirk Lemstra <dirk@snakeware...>
+  * Added option 'icon:auto-resize' to automatically store multiple sizes
+    in an ico image (requires 256x256 input image).
+  * Added text kerning/spacing to Magick++. (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=23&t=24716).
+
+2013-12-30  6.8.8-2 Cristy  <quetzlzacatenango@image...>
+  * The -evaluate-sequence sum returns a proper alpha channel now (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24704).
+  * Support OpenJPEG for JPEG-2000 support.
+  * Support IsMagickWandInstantiated() method (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=24724).
+  * LevelColorsImageChannel() returns proper status (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24751).
+  * Generate a proper SVG clipping path (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24752).
+  * Return image moments with the identify -moments -verbose options.
+  * Perceptual hash metric for compare utility: -metric PHASH (algorithm
+    by Fred Wienhaus).
+
+2013-12-30  6.8.8-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.8-1, SVN revision 14087.
+
+2013-12-27  6.8.8-1 Cristy  <quetzlzacatenango@image...>
+  * Support points argument for draw MSL element.
+  * Fix misplaced closing parenthesis for strncmp() call in magick/xml-tree.c.
+  * The -page option now correctly sets the image page offset (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24701).
+
+2013-12-26  6.8.8-1 Dirk Lemstra <dirk@snakeware...>
+  * Added support for reading zip compressed PSD files. (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24676).
+
+2013-12-25  6.8.8-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.8-0, SVN revision 14027.
+
+2013-12-23  6.8.8-0 Cristy  <quetzlzacatenango@image...>
+  * Blurring with transparency no longer returns a halo (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24665).
+  * Eliminate ICC profile memory leak for JP2 coder (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=24679).
+
+2012-12-21  6.8.8-0 Dirk Lemstra <dirk@snakeware...>
+  * Made librsvg the default svg library for the windows distribution.
+
+2013-12-10  6.8.7-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.7-10, SVN revision 13965.
+
+2013-12-10  6.8.7-10  SiuChi Chan  <...>
+  * Fix crash when using -resize with GPU acceleration (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24603).
+
+2013-12-08  6.8.7-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.7-9, SVN revision 13950.
+
+2013-12-05  6.8.7-9  SiuChi Chan  <...>
+  * Silence warning related to GPU memory issues.
+  * Check if OpenCL is disabled in checkOpenCLEnvironment() method.
+  * Turn off OpenCL path for Intel OpenCL to avoid crash when not enough memory.
+  * Fixed a bug for OpenCL convolution.
+  * Reduce compiler warnings.
+
+2013-12-03  6.8.7-9 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed bug in coders/png.c that caused -define png:color-type=0 to
+    fail (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=24568).
+
+2013-11-30  6.8.7-9 Dirk Lemstra <dirk@snakeware...>
+  * Fixed bug in automatic selection of OpenCL device (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24542).
+  * Fixed transparency for 32 bits BMP.
+
+2013-11-28  6.8.7-9 Cristy  <quetzlzacatenango@image...>
+  * The -type bilevel option sometimes returned an all white image (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24444).
+  * Check blue channel threshold for -solarize option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24473).
+
+2013-11-27  6.8.7-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.7-8, SVN revision 13850.
+
+2013-11-27  6.8.7-8  SiuChi Chan  <...>
+  * Add an OpenCL-accelerated analog of AddNoiseImage().
+
+2013-11-23  6.8.7-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.7-7, SVN revision 13827.
+
+2013-11-23  6.8.7-7  SiuChi Chan  <...>
+  * Simplified interface to initialize the OpenCL environment.
+  * Automatic OpenCL device selection algorithm.
+  * Support ModulateImage() acceleration.
+  * Reduce the memory requirement for accelerated blur and unsharp mask.
+
+2013-11-16  6.8.7-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.7-6, SVN revision 13767.
+
+2013-11-14  6.8.7-6 Cristy  <quetzlzacatenango@image...>
+  * Fix possible memory corruption when writing PSD images (bug report from
+    Justin Grant).
+  * Constrain color reduction acceleration to positive integers (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=24459).
+  * fx:maxima.a now returns the alpha value rather than opacity (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24461).
+
+2013-11-08  6.8.7-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.7-5, SVN revision 13682.
+
+2013-11-03  6.8.7-5 Cristy  <quetzlzacatenango@image...>
+  * The jpeg:extent option no longer returns double-free exception (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24366).
+  * Turn off arch-specific optimisations (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24353).
+  * The -type bilevel option no longer returns black image (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24394).
+
+2013-11-03  6.8.7-5 Dirk Lemstra <dirk@snakeware...>
+  * Added support for pangocairo to the windows distribution.
+  * Added /OpenCL option to configure.exe to enable OpenCL.
+
+2013-10-31  6.8.7-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed cut-and-paste error in version.c that caused the "png" delegate
+    to be listed twice by the "convert -version" command.
+
+2013-10-30  6.8.7-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.7-4, SVN revision 13616.
+
+2013-10-26  6.8.7-4  Siu Chi Chan <...@amd.com>
+  * Major improvements to the OpenCL infrastructure.
+  * New OpenCL accelerated algorithms (function image, blur, radial blur,
+    unsharp mask, resize, contrast, equalize, despeckle).
+  * Added a new checkbox to enable OpenCL in the configure program.
+
+2013-10-24  6.8.7-4 Cristy  <quetzlzacatenango@image...>
+  * Color reduction acceleration from Yoya (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=24324).
+  * -intensity rec709luma -colorspace gray returns gamma 1.0/2.2 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24330).
+  * Handle 16-bit JPEG-comrpessed TIFF images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24331).
+  * An image -compose ModulusAdd negate-image returns the original (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24337).
+  * Support %U escape character for resolution units (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=24140).
+
+2013-10-23  6.8.7-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.7-3, SVN revision 13557.
+
+2013-10-23  6.8.7-3 Cristy  <quetzlzacatenango@image...>
+  * The -roll option is now working when the +x coordinate is +0 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24314).
+
+2013-10-22  6.8.7-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.7-2, SVN revision 13534.
+
+2013-10-20  6.8.7-2 Cristy  <quetzlzacatenango@image...>
+  * Define cmsUInt32Number if LCMS version is < 2000.
+  * Set xc:gray() intensity to Rec709Luma (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24303).
+
+2013-10-20  6.8.7-2 Dirk Lemstra <dirk@snakeware...>
+  * GetImageDepth() no longer returns incorrect depth when HDRI enabled.
+
+2013-10-19  6.8.7-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.7-1, SVN revision 13486.
+
+2013-10-10  6.8.7-1 Cristy  <quetzlzacatenango@image...>
+  * Add support for the -complex option, perform complex mathematics on an
+    image sequence.
+  * Sync pixel cache for -set colorspace cmyk option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24173).
+
+2013-09-27  6.8.7-1 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed problem with PNG8 reduction in coders/png.c (special case where
+    exactly 256 colors plus one transparent color are present).
+  * Set image->intensity = Rec709LuminancePixelIntensityMethod before
+    setting the colorspace to Gray while reading a gray PNG (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24205).
+    This ensures that image->gamma will be set to 1.0 (linear).
+
+2013-09-26  6.8.7-1 Dirk Lemstra <dirk@snakeware...>
+  * Fixed incorrect size of DICOM image (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24135).
+  * Fixed rounding in YUV coder (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24148).
+  * Fixed colorspace issue when combining images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24173).
+  * Replaced libjpeg with libjpeg-turbo in the windows distribution.
+  * Added support for liquid rescale to the windows distribution.
+  * Set image type after syncing the pixel cache.
+
+2013-09-25  6.8.7-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.7-0, SVN revision 13290.
+
+2013-09-23  6.8.7-0 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed comments about the -quality value in PNG coder (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=24134).
+
+2013-09-19  6.8.7-0 Dirk Lemstra <dirk@snakeware...>
+  * Fixed issue with colormap when reading Viff image.
+  * Added support for opening https files under windows (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24121).
+  * Fixed incorrect format when reading EPT image from a blob (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24129).
+
+2013-09-18  6.8.6-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.6-10, SVN revision 13240.
+
+2013-09-07  6.8.6-10 Dirk Lemstra <dirk@snakeware...>
+  * Added support for writing DDS files.
+
+2013-08-29  6.8.6-10 Cristy  <quetzlzacatenango@image...>
+  * Call SVG / MSL xmlCleanupParser() / xmlInitParser() once (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23991).
+  * Support LEGO Mindstorms EV3 Robot Graphics File format (contributed
+    by bdwheele@ind.../
+  * Since glib-2.35.0 g_type_init() was removed (reference
+    https://bugs.gentoo.org/show_bug.cgi?id=481042).
+  * New identify define to output the location of the minimum, maximum, or
+    mean pixel of the image (e.g. identify -define identify:locate=maximum
+    -define identify:limit=7 rose).
+  * Column columns / rows no longer inverted for RGF image format (patch
+    from Brian Wheeler <bdwheele@india...>.
+  * 16bit PSD images might have a 65536 colormap (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24102).
+  * Ascii map is now declare as AsciiMap (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24106).
+  * Return label for identify -format "%l" (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24105).
+  * Add option to perform Fourier normalization in either the forward or
+    inverse transform (e.g -define fourier:normalize=inverse). The default
+    remains as it was in the forward transform (i.e. -define
+    fourier:normalize=forward)
+
+2013-08-26  6.8.6-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.6-9, SVN revision 13087.
+
+2013-08-16  6.8.6-9  SiuChi Chan  <...>
+  * Accelerate numerous image filters with OpenCL under AMD, Intel, and
+    NVidia.  Adapted from MulticoreWare OpenCL contribution.
+
+2013-08-10  6.8.6-9 Dirk Lemstra <dirk@snakeware..>
+  * Added the following command line options to configure.exe:
+      /x64, set 64 bit build
+      /mtd, set project type to: multi threaded dll
+      /sts, set project type to: single threaded static
+      /mts, set project type to: multi threaded static
+      /mtsd, set project type to: multi threaded static dll
+      /noWizard, skip the wizard and generate the project/solution files
+  * Fixed infinite loop with jpeg:extent (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23314).
+  * Fixed performance issue when converting jpeg to png (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23922).
+
+2013-08-10  6.8.6.9 Glenn Randers-Pehrson <glennrp@image...>
+  * Added "-define bmp:format=bmp2|bmp3|bmp4" option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23875).
+
+2013-08-07  6.8.6-9 Cristy  <quetzlzacatenango@image...>
+  * Free disk resource if cache resources are exhausted (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23877).
+  * Return proper EXIF:ISOSpeedRating property value for TIFF images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23913).
+  * Escape MIFF properties with null values (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23931).
+  * Allow negative pixel values in TXT image format (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23923).
+  * The -fx option no longer crashes for certain expressions (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23932).
+  * Add support for the -compare option (e.g. convert image.png reference.png
+    -metric RMSE -compare -format "%[distortion]" info:).
+  * The internal SVG renderer is now invariant for the "fill" and "opacity"
+    keywords.
+
+2013-08-06  6.8.6-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.6-8, SVN revision 12918.
+
+2013-08-04  6.8.6-8 Dirk Lemstra <dirk@snakeware...>
+  * Added support for WebP to the Windows distribution (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23856).
+
+2013-07-31  6.8.6-8 Cristy  <quetzlzacatenango@image...>
+  * Properly handle interlaced GIF images with less than 8 rows (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23812).
+  * Ensure image colorspace is sRGB when writing WebP format (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23841).
+  * Avoid deadlock with logging subsystem (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=23849).
+
+2013-07-25  6.8.6-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.6-7, SVN revision 12752.
+
+2013-07-24  6.8.6-7 Cristy  <quetzlzacatenango@image...>
+  * Missing case for HCLpColorspace (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23811).
+
+2013-07-21  6.8.6.7 Glenn Randers-Pehrson <glennrp@image...>
+  * Do not write "jpeg:" properties in a PNG output file (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23794).
+
+2013-07-17  6.8.6-7 Dirk Lemstra <dirk@snakeware...>
+  * Fix memory leak in CloneImageArtifacts and CloneImageProfiles.
+  * Minor fix for the clipMask property in Magick++.
+
+2013-07-16  6.8.6-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.6-6, SVN revision 12718.
+
+2013-07-16  6.8.6-6 Cristy  <quetzlzacatenango@image...>
+  * JPEG ICC color profile requires null after ICC tag (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23756).
+  * Don't sync channels for the -unsharp option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23740).
+  * Magick++ version so bump (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23752).
+
+2013-07-15  6.8.6-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.6-5, SVN revision 12684.
+
+2013-07-12  6.8.6-5 Dirk Lemstra <dirk@snakeware...>
+  * Fixed calculation of pixel area count limit flag ('@').
+  * Added option to enable OpenMP to configure.exe and improved creation
+    of x64 project file
+
+2013-07-10  6.8.6-5 Cristy  <quetzlzacatenango@image...>
+  * Compare exits with a non-zero exit code when no error (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23722).
+  * Correct calculation of quantization error (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?t=23734).
+  * Correct quantize tree walking mistake for RiemersmaDither (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=23735).
+
+2013-07-10  6.8.6-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.6-4, SVN revision 12661.
+
+2013-07-09  6.8.6-4 Dirk Lemstra <dirk@snakeware...>
+  * Added combineImages, evaluateImages, mergeImageLayers, optimizeImageLayers
+    optimizePlusImageLayers and separateImages to STL.h (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=23699).
+  * Added support for the fill area flag ('^') and the pixel area
+    count limit flag ('@') to the Geometry class of Magick++ (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=23704).
+  * Enabled automatic linking for static Magick++ in Visual Studio (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=23558).
+
+2013-07-01  6.8.6-4 Cristy  <quetzlzacatenango@image...>
+  * Thumb property need Height, not height (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23661).
+  * White pixels previously were written as black for the CIP format (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23677).
+  * Rec709Luma is sRGB compatible (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23693).
+  * Colorspace RGB is linear, gamma is 1.0 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23708).
+
+2013-07-01  6.8.6-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.6-3, SVN revision 12579.
+
+2013-06-26  6.8.6-3 Cristy  <quetzlzacatenango@image...>
+  * Improve HCL to RGB roundtrip (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22384).
+  * Prefer external log configuration file to built-in (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23640).
+  * Do not log in the IsLinkedListEmpty() method to prevent overflow (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23640).
+  * Fix bug loading TGA image with 32-bit palette (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17889).
+  * Color profiles are no longer corrupted for the JPEG format (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23651).
+  * Repair problem with -emboss / -equalize problem (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23643).
+
+2013-06-24  6.8.6-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.6-2, SVN revision 12561.
+
+2013-06-21  6.8.6-2 Cristy  <quetzlzacatenango@image...>
+  * Fix memory corruption in the MorphologyApply() method.
+
+2013-06-20  6.8.6.2 Glenn Randers-Pehrson <glennrp@image...>
+  * Quiet two warnings about uninitialized variables in coders/png.c
+
+2013-06-20  6.8.6-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.6-1, SVN revision 12509.
+
+2013-06-16  6.8.6-1 Cristy  <quetzlzacatenango@image...>
+  * Don't decompand RGB for the -modulate option.
+  * Improve LCHab and LCHuv roundtrip to / from sRGB (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23596).
+
+2013-06-16  6.8.6-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.6-0, SVN revision 12475.
+
+2013-06-10  6.8.6-0 Cristy  <quetzlzacatenango@image...>
+  * Clone image->intensity in CloneImageProperties() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23569).
+  * Split test suite into smaller tests (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23577).
+  * Undercolor rectangle was off by one pixel (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23574).
+  * Don't msync() for a read-only memory-mapped mode (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23531).
+  * BlurChannelImage() no longer faults for certain CMYK images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23581).
+  * Reduce memory requirements for large BMP images.
+
+2013-06-05  6.8.5-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.5-10, SVN revision 12419.
+
+2013-06-02  6.8.5-10 Cristy  <quetzlzacatenango@image...>
+  * Improve caption formatting (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23522).
+
+2013-06-01  6.8.5-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.5-9, SVN revision 12401.
+
+2013-05-30  6.8.5-9 Cristy  <quetzlzacatenango@image...>
+  * Caption no longer clips long words (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23504).
+  * The lightness intensity is (min(R',G',B')+max(R',G',B'))/2.0 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23517).
+
+2013-05-25  6.8.5-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.5-8, SVN revision 12362.
+
+2013-05-23  6.8.5-8 Glenn Randers-Pehrson <glennrp@image...>
+  * Stopped a "-fsanitize-address" warning in the JNG coder.
+
+2013-05-20  6.8.5-8 Cristy  <quetzlzacatenango@image...>
+  * The -white-threshold option is symetrical with -black-threshold (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23441);
+  * Fix multi-line PNM comments (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23442).
+  * The -format option should not automatically append a newline since the
+    user can specify a newline in the formatting expression.
+  * The -level option is no longer returning a darkened image (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23479).
+  * Identify SVG image as "SVG" (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27654).
+
+2013-05-20  6.8.5-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.5-7, SVN revision 12310.
+
+2013-05-14  6.8.5-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Recognize PNG iCCP chunks that contain the sRGB profile and replace
+    them with the PNG sRGB chunk.  Use "-define png:preserve-iCCP" to
+    get the previous behavior, of simply copying the iCCP chunk.
+
+2013-05-11  6.8.5-7 Cristy  <quetzlzacatenango@image...>
+  * Sometimes an sRGB image is masquerading as grayscale (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23370).
+  * Labels no longer overflow (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22964).
+  * If more then one exception, return the highest security exception.
+  * A grayscale image returns a color JPEG for -type TrueColor (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23421).
+  * Read PAM comment (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23442).
+
+2013-05-10  6.8.5-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.5-6, SVN revision 12257.
+
+2013-05-09  6.8.5-6 Cristy  <quetzlzacatenango@image...>
+  * The stream utility no longer faults when exporting float pixels (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23394).
+
+2013-05-08  6.8.5-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.5-5, SVN revision 12227.
+
+2013-05-07  6.8.5-5 Nicolas Robidoux <nicolas.robidoux@gmail...>
+  * Change the sample JPEG quantization table xml to something that works
+    really well with 2x2 Chroma subsampling around quality 75.
+
+2013-05-06  6.8.5-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Eliminate whitespace from image properties that hold PNG chunk data.
+
+2013-05-05  6.8.5-5 Cristy  <quetzlzacatenango@image...>
+  * The -poly option treats the opacity channel as alpha (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23346).
+  * The -threshold 50% option returns a 50-50 black and white image (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23354).
+  * Let user override the TIFF rows per strip  (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=23307).
+  * Fix transient bug in the -separate option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23335).
+
+2013-05-01  6.8.5-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.5-4, SVN revision 12089.
+
+2013-05-01  6.8.5-4 Cristy  <quetzlzacatenango@image...>
+  * Add DeleteImageArtifact() for jpeg:extent artifact (thanks to
+    Jimmy Xie @ Microsoft).
+  * Track morphology changes per thread to avoid a critical section.
+
+2013-04-28  6.8.5-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.5-3, SVN revision 12025.
+
+2013-04-29  6.8.5-3 Cristy  <quetzlzacatenango@image...>
+  * Add DeleteImageArtifact() for jpeg:extent artifact (thanks to
+    Jimmy Xie @ Microsoft).
+  * Add support for JXR / WDP image format.
+
+2013-04-28  6.8.5-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.5-2, SVN revision 12013.
+
+2013-04-28  6.8.5-2 Cristy  <quetzlzacatenango@image...>
+  * Use GetImageOption() for webp options (e.g. webp:lossless).
+
+2013-04-27  6.8.5-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.5-1, SVN revision 12000.
+
+2013-04-26  6.8.5-1 Cristy  <quetzlzacatenango@image...>
+  * Recognize xc:gray50 is non-linear.
+  * Loop over read() until requested bytes are consumed (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?t=23268).
+  * Don't use gamma lookup map when HDRI is enabled.
+
+2013-04-24  6.8.5-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.5-0, SVN revision 11979.
+
+2013-04-16  6.8.5-0 Glenn Randers-Pehrson <glennrp@image...>
+  * Handle benign errors as warnings in the PNG coder.
+
+2013-04-16  6.8.5-0 Cristy  <quetzlzacatenango@image...>
+  * Don't modify channel values for -separate (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23193).
+  * The -adaptive-sharpen option is now sharpening properly (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23211).
+  * Sometimes an image says it's grayscale when it's not (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23217).
+  * Use malloc() to allocate X image data (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23221).
+  * If there are more components than quantization tables, the last table is
+    replicated.
+  * Removed the ICC profile from the logo: image definition in coders/magick.c;
+    libpng16 detected that it was a broken sRGB profile.
+  * Negatives raised to a non-integer power returns NaN's (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23234).
+
+2013-04-15  6.8.4-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.4-10, SVN revision 11851.
+
+2013-04-11  6.8.4-10 Cristy  <quetzlzacatenango@image...>
+  * Ensure -define jpeg:extent is restricted to at most 7 iterations (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23179).
+  * Move X11 font support from annotate.c source module to xwindow.c.
+
+2013-04-10  6.8.4-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.4-9, SVN revision 11818.
+
+2013-04-10  6.8.4-9 Bastien Roucaries  <roucaries.basti...>
+  * Respect --program-suffix configure script option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23143).
+  * Update to the newest AX_CHECK_PTHREAD macro from autoconf-archive.
+
+2013-04-10  6.8.4-9 Anthony Thyssen <A.Thyssen@griffith...>
+  * Save the calculated angle for "deskew" as the artifact "deskew:angle"
+
+2013-04-08  6.8.4-9 Cristy  <quetzlzacatenango@image...>
+  * Pass JP2 format type to decoder (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23038).
+  * Previously tinting a grayscale image returned dark results.
+  * The -page option only affects new images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23172).
+  * Revert 'Move binaries to lib subdirectory and link are created from binary
+    package' patch.  We're getting too many bug reports.
+
+2013-04-07  6.8.4-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.4-8, SVN revision 11743.
+
+2013-04-06  6.8.4-8 Cristy  <quetzlzacatenango@image...>
+  * Include intensity type in the MIFF metadata.
+
+2013-04-06  6.8.4-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.4-7, SVN revision 11720.
+
+2013-04-05  6.8.4-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fix -sample sampling point to midpoints of sampling areas
+  * Add a "sample:offset=" define to allow users to adjust this
+    sampling point position in terms of percentage (default = 50x50)
+
+2013-04-02  6.8.4-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Don't write a PNG gAMA or cHRM chunk when writing the iCCP or sRGB chunk.
+
+2013-04-02  6.8.4-7 Cristy  <quetzlzacatenango@image...>
+  * Return MagickWand for the library name for Wand.pc.
+  * The LCH colorspace makes the round-trip now.
+  * Revert the default upsampling algortithm for JPEG (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23100).
+  * Prevent fault when temporary directory is not-writable (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23117).
+
+2013-04-01  6.8.4-7 Bastien Roucaries  <roucaries.basti...>
+  * Prepare X11 support as a plugin.
+  * Fix compilation under HPUX of perlmagick
+
+2013-04-01  6.8.4-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.4-6, SVN revision 11640.
+
+2013-04-01  6.8.4-6 Cristy  <quetzlzacatenango@image...>
+  * The -clut option return a luma grayscale instead of the expected luminance.
+  * Add moduledir variable to MagickCore.pc to support the MagickFilter and
+    MagickCore kits.
+  * Caption fits the sized area (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23085).
+
+2013-03-31  6.8.4-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.4-5, SVN revision 11619.
+
+2013-03-30  6.8.4-5 Cristy  <quetzlzacatenango@image...>
+  * Fix transient bug when writing grayscale MIFF images.
+  * Adding noise to a gray image returns a gray image as expected.
+  * Image interlace no longer overwritten by proper cloning for GIF format.
+  * Extract the clipping path from an image file with clip:myimage.
+
+2013-03-29  6.8.4-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.4-4, SVN revision 11591.
+
+2013-03-29  6.8.4-4 Cristy  <quetzlzacatenango@image...>
+  * Update unit test signatures for Q8.
+  * Resolve send() / recv() socket problems under MinGW.
+
+2013-03-28  6.8.4-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.4-3, SVN revision 11581.
+
+2013-03-28  6.8.4-3 Cristy  <quetzlzacatenango@image...>
+  * Revert patch to ContrastStretchImage() to match results from 6.8.3-3.
+
+2013-03-27  6.8.4-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.4-2, SVN revision 11558.
+
+2013-03-27  6.8.4-2 Cristy  <quetzlzacatenango@image...>
+  * Use MorphologyApply() rather than MorphologyImage() for -sharpen / -blur.
+
+2013-03-27  6.8.4-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.4-1, SVN revision 11552.
+
+2013-03-26  6.8.4-1 Cristy  <quetzlzacatenango@image...>
+  * Sync 'intensity' option with current image.
+  * Normalize sharpen kernel to match that of 6.8.3-3.
+
+2013-03-26  6.8.4-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.4-0, SVN revision 11531.
+
+2013-03-20  6.8.4-0 Cristy  <quetzlzacatenango@image...>
+  * Do not write zero-length TIFF tags (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22957).
+  * Math library should be private for *.pc.in configuration files (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22986).
+  * Do not split words for caption (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17123).
+  * Modify the configure script check for the webp delegate library (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23025).
+  * The -blur, -guassian-blur, and -sharpen are now convenience methods
+    for -morphology convolve.
+  * Fix infinite loop for 'display -window' (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23028).
+  * Revert -auto-level patch to match the results of ImageMagick 6.8.3-4.
+  * Revert g_type_init() patch in svg.c (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23035).
+
+2013-03-18  6.8.3-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.3-10, SVN revision 11413.
+
+2013-03-15  6.8.3-10 Glenn Randers-Pehrson <glennrp@image...>
+  * Added IM, libpng, and zlib version info to debug output.
+
+2013-03-10  6.8.3-10 Bastien Roucaries  <roucaries.basti...>
+  * Move PerlMagick arch independant part to 'default' folder.
+  * Move binaries to lib subdirectory and link are created from binary package.
+
+2013-03-10  6.8.3-10 Cristy  <quetzlzacatenango@image...>
+  * The TXT image format can now generate output compatible with the
+    -sparse-color option (e.g. convert image.png sparse-color:image.txt).
+  * Support -intensity option: method to generate an intensity value from a
+    pixel.
+  * Add -similarity-threshold option to the compare utility, the minimum
+    distortion for a (sub)image match.
+  * Avoid seq-fault in AcquireQuantumInfo() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22973).
+  * Comment resource initializers in magick/resource.c.
+
+2013-03-10  6.8.3-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.3-9, SVN revision 11294.
+
+2013-03-09  6.8.3-9 Cristy  <quetzlzacatenango@image...>
+  * Add a space after the LastPage option in coders/ps.c (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22940).
+
+2013-03-08  6.8.3-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.3-8, SVN revision 11283.
+
+2013-03-05  6.8.3-8 Cristy  <quetzlzacatenango@image...>
+  * GIF comments are no longer displaced by 1 for animated GIFs (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22901).
+  * A blur kernel with a zero sigma is unity.
+
+2013-03-03  6.8.3-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.3-7, SVN revision 11249.
+
+2013-03-02  6.8.3-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Do not replace gAMA found in input with 1/2.2
+  * Avoid a libpng16 warning about storing unknown chunks.
+
+2013-03-01  6.8.3-7 Cristy  <quetzlzacatenango@image...>
+  * Improve performance when rendering a caption.
+  * The compare 'map' image should not be transparent.
+  * Use only major version for decorating include path.
+
+2013-02-28  6.8.3-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.3-6, SVN revision 11210.
+
+2013-02-25  6.8.3-6 Cristy  <quetzlzacatenango@image...>
+  * Support built-in 1x1 and 2x1 threshold maps (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22861).
+  * Check for webp version (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22867).
+
+2013-02-25  6.8.3-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Relocated png_set_bKGD(), etc., after png_set_IHDR() because they
+    might depend on members of info_ptr that are set by png_set_IHDR().
+
+2013-02-25  6.8.3-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.3-5, SVN revision 11170.
+
+2013-02-23  6.8.3-5 Cristy  <quetzlzacatenango@image...>
+  * Read the WebP extended file format (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22809).
+  * Add arch annotation to include path to distinquish ImageMagick versions
+    6 & 7.
+
+2013-02-22  6.8.3-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.3-4, SVN revision 11127.
+
+2013-02-22  6.8.3-4 Cristy  <quetzlzacatenango@image...>
+  * Reduce default memory resource limit under Windows.
+
+2013-02-19  6.8.3-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.3-3, SVN revision 11105.
+
+2013-02-19  6.8.3-3 Cristy  <quetzlzacatenango@image...>
+  * Set WEBP lossless / lossy property properly (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22809).
+
+2013-02-18  6.8.3-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.3-2, SVN revision 11087.
+
+2013-02-17  6.8.3-2 Cristy  <quetzlzacatenango@image...>
+  * Semaphore is now unlocked when an X11 annotation exception is thrown.
+  * WEBP coder enhancement and memory leak patch (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22809).
+
+2013-02-16  6.8.3-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.3-1, SVN revision 11060.
+
+2013-02-16  6.8.3-1 Cristy  <quetzlzacatenango@image...>
+  * Disable FORTIFY_SOURCE to fix a bug in LVVM / OpenMP support.
+
+2013-02-15  6.8.3-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.3-0, SVN revision 11045.
+
+2013-02-14  6.8.3-0 Cristy  <quetzlzacatenango@image...>
+  * Webp requires alpha, not opacity (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22793).
+
+2013-02-12  6.8.3-0 Bastien Roucaries  <roucaries.basti...>
+  * Allow PerlMagick to be multi-quantum (e.g. Image::Magick::Q16).
+
+2013-02-11  6.8.2-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.2-10, SVN revision 11004.
+
+2013-02-11  6.8.2-10 Cristy  <quetzlzacatenango@image...>
+  * The XPM regression tests passes now.
+
+2013-02-09  6.8.2-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.2-9, SVN revision 10995.
+
+2013-02-09  6.8.2-9 Bastien Roucaries  <roucaries.basti...>
+  * Export versioning to automake in order to use it for library prefix.
+  * So bump was incomplete due to no changing map file.
+  * Change abi name by adding major version to lib name (will simplify
+    next imagemagick major version release work) and reset release version
+    to 1 (due to changing abi name).
+
+2013-02-09  6.8.2-9 Cristy  <quetzlzacatenango@image...>
+  * The DOT coders now compiles with GraphViz 2.30 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22767).
+
+2013-02-09  6.8.2-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.2-8, SVN revision 10986.
+
+2013-02-09  6.8.2-8 Cristy  <quetzlzacatenango@image...>
+  * MagickStatisticImage() method signature was corrected, SO bump required.
+
+2013-02-08  6.8.2-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.2-7, SVN revision 10965.
+
+2013-02-08  6.8.2-7 Cristy  <quetzlzacatenango@image...>
+  * Ensure MagickCore compiles with a C++ compiler.
+
+2013-02-07  6.8.2-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.2-6, SVN revision 10961.
+
+2013-02-07  6.8.2-6 Cristy  <quetzlzacatenango@image...>
+  * Don't destroy an image that's already destroyed (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22747).
+  * Montage is now invariant to the font when no label image label exists.
+
+2013-02-06  6.8.2-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.2-5, SVN revision 10952.
+
+2013-02-05  6.8.2-5 Cristy  <quetzlzacatenango@image...>
+  * FITS now properly renders the 16 bit signed integer format.
+
+2013-02-04  6.8.2-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.2-4, SVN revision 10909.
+
+2013-02-02  6.8.2-4 Cristy  <quetzlzacatenango@image...>
+  * Do not subsample raw CMYK JPEG images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22731).
+
+2013-02-02  6.8.2-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.2-3, SVN revision 10894.
+
+2013-02-01  6.8.2-3 Cristy  <quetzlzacatenango@image...>
+  * Respect endian for FITS image format.
+  * Remove artifact when drawing a circle (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22724).
+
+2013-02-01  6.8.2-3 Glenn Randers-Pehrson <glennrp@image...>
+  * Deleted some code added to the PNG decoder in SVN revision 10825; it
+    was failing to handle transparency in paletted images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22720).
+  * Compare alpha to "QuantumRange-OpaqueOpacity" not just "OpaqueOpacity"
+    when detecting transparency in the PNG encoder.
+
+2013-02-01  6.8.2-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.2-2, SVN revision 10883.
+
+2013-01-30  6.8.2-2 Cristy  <quetzlzacatenango@image...>
+  * Properly initialize new throttle resource limit.
+
+2013-01-29  6.8.2-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.2-1, SVN revision 10859.
+
+2013-01-28  6.8.2-1 Cristy  <quetzlzacatenango@image...>
+  * Fix 'format not a string literal' problem (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22656).
+
+2013-01-28  6.8.2-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.2-0, SVN revision 10831.
+
+2013-01-21  6.8.2-0 Glenn Randers-Pehrson <glennrp@image...>
+  * Impose a 32k limit on the number of text chunks that will be read.
+  * Implemented PNG00, PNG48 and PNG64 PNG subformats.
+  * Avoid reading back PNG pixel rows while reading a transparent PNG (
+    by using a local "alpha" value instead of GetPixelOpacity()).
+
+2013-01-21  6.8.2-0 Cristy  <quetzlzacatenango@image...>
+  * Avoid a rare thread lock for timeout event (e.g. MAGICK_TIME_LIMIT=30).
+  * Support a distributed pixel cache.
+  * Fix numerical stability problem for convolution.
+  * Increase segment stack size for -draw option.
+
+2013-01-18  6.8.1-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.1-10, SVN revision 10667.
+
+2013-01-08  6.8.1-10 Cristy  <quetzlzacatenango@image...>
+  * Add the same noise value to each channel of a grayscale image (+noise).
+  * Fix recursive descent within XGetWindowImage() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22550).
+  * Multi-plane MatLab images now render properly (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22586).
+
+2013-01-06  6.8.1-10 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed LBR01 (left-bit-replication) macro in coders/png.c; problem reported
+    by the clang compiler.
+  * Chromaticity values were read in the wrong order in the cHRM chunk
+    when it accompanied the sRGB chunk. Libpng applications built with
+    libpng16 and later will detect this and issue a warning (PNG files
+    previously written with the cHRM chunk are OK).  Removed the
+    troublesome redundant png_set_cHRM() and png_set_sRGB() calls.
+  * Look for libpng17 and libpng16 while configuring PNG support.
+
+2013-01-06  6.8.1-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.1-9, SVN revision 10518.
+
+2013-01-06  6.8.1-9 Cristy  <quetzlzacatenango@image...>
+  * Type correction in blob code.
+
+2013-01-02  6.8.1-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.1-8, SVN revision 10481.
+
+2013-01-02  6.8.1-8 Cristy  <quetzlzacatenango@image...>
+  * Check for a density of zero when rendering with Pango (reference
+    http://www.imagemagick.org/discourse-server/viewforum.php?f=3).
+
+2013-01-01  6.8.1-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.1-7, SVN revision 10468.
+
+2013-01-01  6.8.1-7 Cristy  <quetzlzacatenango@image...>
+  * magick-baseconfig.h is architecture dependant;
+    make headers quantum depth neutral (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22509).
+
+2013-01-01  6.8.1-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.1-6, SVN revision 10461.
+
+2012-12-31  6.8.1-6 Cristy  <quetzlzacatenango@image...>
+  * Repair numerical stability issue with gradients (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22507).
+
+2012-12-30  6.8.1-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.1-5, SVN revision 10428.
+
+2012-12-29  6.8.1-5 Cristy  <quetzlzacatenango@image...>
+  * Correction to scientific notation for the -evaluate log option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22496).
+
+2012-12-29  6.8.1-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.1-4, SVN revision 10420.
+
+2012-12-28  6.8.1-4 Cristy  <quetzlzacatenango@image...>
+  * Support scientific notation for the -evaluate log option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22496).
+
+2012-12-25  6.8.1-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.1-3, SVN revision 10394.
+
+2012-12-25  6.8.1-3 Cristy  <quetzlzacatenango@image...>
+  * Remove pow() dependency from public header.
+
+2012-12-24  6.8.1-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.1-2, SVN revision 10385.
+
+2012-12-23  6.8.1-2 Cristy  <quetzlzacatenango@image...>
+  * Magickcore headers recently used pow() in the inline functions inside
+    public headers.  Thus in order to avoid library depends problem, put -lm
+    in library depends (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22483).
+  * Negative exponentiation bug fix (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22484).
+
+2012-12-23  6.8.1-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.1-1, SVN revision 10350.
+
+2012-12-23  6.8.1-1 Cristy  <quetzlzacatenango@image...>
+  * More large image performance tuning.
+
+2012-12-20  6.8.1-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.1-0, SVN revision 10327.
+
+2012-12-16  6.8.1-0 Cristy  <quetzlzacatenango@image...>
+  * Return non-zero exit status if two images differ for the compare utility.
+  * Large image performance tuning.
+
+2012-12-15  6.8.0-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.0-10, SVN revision 10236.
+
+2012-12-13  6.8.0-10 Cristy  <quetzlzacatenango@image...>
+  * Improve exception reporting when AcquireAuthenticCacheView() fails.
+
+2012-12-13  6.8.0-10 Anthony Thyssen <A.Thyssen@griffith...>
+  * Minor tweeks and commenting of Virtual Pixel shortcuts in
+    resampling filters.
+  * Added -define "shepards:power" to control the power setting (def=2)
+    for Shepards Method in -distort and  -sparse-color
+    http://www.imagemagick.org/discourse-server/viewtopic.php?t=22416
+
+2012-12-13  6.8.0-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.0-9, SVN revision 10182.
+
+2012-12-10  6.8.0-9 Glenn Randers-Pehrson <glennrp@image...>
+  * Prepended "Acquire" and "Relinquish" to debugging log messages in
+    magick/resource.c that only showed the filename.
+  * Added temporary file-count diagnostics to tests/validate.c (this required
+    exporting GetPathTemplate() from magick/resource.c
+  * Eliminate file leak when writing the JNG image format.
+
+2012-12-09  6.8.0-9 Cristy  <quetzlzacatenango@image...>
+  * Further support for associating quantum depth with ABI (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22352).
+  * Check for negative square root when resampling (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22398).
+
+2012-12-07  6.8.0-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.0-8, SVN revision 10118.
+
+2012-11-28  6.8.0-8 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed problem with writing grayscale PNG, bug introduced in version
+    6.8.0-0 or 6.8.0-1 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22355).
+
+2012-11-28  6.8.0-8 Cristy  <quetzlzacatenango@image...>
+  * Allow temporary-path policy to override temporary path environment
+    variables (e.g. MAGICK_TMPDIR).
+  * Implement symbol versioning (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22352).
+  * ABI is incompatible if quantum depth change. Add abi indication to library
+    name, thanks to Bastien Roucaries (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22352).
+  * The stream utility no longer returns a black image (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22046).
+
+2012-11-26  6.8.0-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.0-7, SVN revision 10029.
+
+2012-11-25  6.8.0-7 Cristy  <quetzlzacatenango@image...>
+  * Width value is optional for label coder (e.g. -size x40 label:Magick).
+
+2012-11-20  6.8.0-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.0-6, SVN revision 10024.
+
+2012-11-21  6.8.0-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed an old bug in chromaticity decoding in coders/bmp.c (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22294).
+  * Fixed bug in coders/bmp.c that failed to read a paletted image
+    properly (fix by J. Summers, reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22316).
+
+2012-11-21  6.8.0-6 Cristy  <quetzlzacatenango@image...>
+  * Fixed bug in coders/bmp.c that failed to read transparency
+    properly (fix by J. Summers, reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22312).
+
+2012-11-20  6.8.0-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.0-5, SVN revision 10001.
+
+2012-11-15  6.8.0-5 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added % escape prefixes %[artifact:..] and %[option:..]
+    Including glob search,  EG:  -print "__Options__\n%[option:*]"
+    (backport from IMv7 changes)
+
+2012-11-10  6.8.0-5 Cristy  <quetzlzacatenango@image...>
+  * Revert HCL saturation strategy patch, it improperly clips white to black.
+  * Default to -dEPSCrop for Ghostscript unless eps:use-crop=false (reference
+    https://bugzilla.redhat.com/show_bug.cgi?id=832690#c2).
+  * Add support for -poly, build a polynomial from the image sequence and the
+    corresponding terms (coefficients and degree pairs).
+  * Support the OLE Macintosh image format (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22257).
+
+2012-11-08  6.8.0-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Implemented faster decoding of interlaced PNG images.
+
+2012-11-03  6.8.0-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Skip PNG palette-building when it is not needed.
+  * Let libpng expand sub-8-bit pixels while reading a PNG file.
+
+2012-11-01  6.8.0-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.0-4, SVN revision 9832.
+
+2012-10-31  6.8.0-4 Cristy  <quetzlzacatenango@image...>
+  * PFM images are grayscale, not sRGB (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22178).
+  * Keep YCbCR JPEG compressed TIFF images in the YCbCr colorspace (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22148).
+
+2012-10-27  6.7.9-4 Glenn Randers-Pehrson <glennrp@image...>
+  * Don't write sRGB chunk if image->gamma isn't close to (1/2.2), i.e.,
+    (0.45 <= gamma <= 0.46) (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22139).
+
+2012-10-25  6.8.0-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.0-3, SVN revision 9783.
+
+2012-10-21  6.8.0-3 Cristy  <quetzlzacatenango@image...>
+  * TIFF positional information must be positive (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22106).
+  * Set the compression quality for the Webp image format.
+
+2012-10-21  6.8.0-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.0-2, SVN revision 9738.
+
+2012-10-20  6.8.0-2 Cristy  <quetzlzacatenango@image...>
+  * Wait for more bytes if the number of returned bytes is less than
+    requested in ReadBlob().
+  * Prefer fullname property for font, if it exists, otherwise family + style.
+
+2012-10-17  6.8.0-2 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added LanczosRadius filter, that blurs an EWA Lanczos to a integer
+    support size. Equivalent to Lanczos in tensor resize case.
+
+2012-10-16  6.8.0-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.0-1, SVN revision 9632.
+
+2012-10-12  6.8.0-1 Cristy  <quetzlzacatenango@image...>
+  * Fix color management for the -solarize option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22059).
+  * Some colormap unit tests failed for a quantum depth of 32 (problem
+    report from Glenn Randers-Pehrson).
+
+2012-10-12  6.8.0-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.8.0-0, SVN revision 9594.
+
+2012-10-07  6.8.0-0 Cristy  <quetzlzacatenango@image...>
+  * Check -fx expression early to prevent fault.
+  * Performance boost for iOS / Android requires a SO major version increment.
+  * Corrupt PNG image could cause a memory leak (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22024).
+
+2012-10-06  6.7.9-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.9-10, SVN revision 9514.
+
+2012-10-01  6.7.9-10 Cristy  <quetzlzacatenango@image...>
+  * SVG specs says "1pt" equals "1.25px" (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21967).
+  * Support TIFF proprietary tag 34118.
+  * The define option is no longer "lazy" interpretation (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22007).
+
+2012-10-01  6.7.9-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.9-9, SVN revision 9473.
+
+2012-09-27  6.7.9-9 Cristy  <quetzlzacatenango@image...>
+  * Fix memory leak in JPEG decoder when reading a corrupt image (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21948).
+  * Add exif:thumbnail namespace to distiguish orientation tag (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21938).
+  * Respect DPX data offsets (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21960).
+
+2012-09-26  6.7.9-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.9-8, SVN revision 9437.
+
+2012-09-24  6.7.9-8 Cristy  <quetzlzacatenango@image...>
+  * Off-by-one error in DrawPolygonPrimitive().
+  * Fix memory leak in WebP decoder (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21943).
+  * Certain caption phrases were cut off (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21550).
+
+2012-09-22  6.7.9-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.9-7, SVN revision 9410.
+
+2012-09-20  6.7.9-7 Cristy  <quetzlzacatenango@image...>
+  * jpeg:sampling-factor might be an image property or an option (reference
+http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=21884).
+
+2012-09-15  6.7.9-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.9-6, SVN revision 9375.
+
+2012-09-14  6.7.9-6 Cristy  <quetzlzacatenango@image...>
+  * Don't compand the YCC colorspace, its already companded.
+
+2012-09-12  6.7.9-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.9-5, SVN revision 9358.
+
+2012-09-12  6.7.9-5 Nicolas Robidoux <nicolas.robidoux@gmail...>
+  * Merge static inline Sigmoidal functions from IM7 to IM6.
+
+2012-09-12  6.7.8-5 Anthony Thyssen <A.Thyssen@griffith...>
+  * All untapered windowing filters Welch and Cosine changed to use a 3 lobe
+    support (like Lanczos). These were not part of the original 'zoom' program.
+
+2012-09-11  6.7.9-5 Nicolas Robidoux <nicolas.robidoux@gmail...>
+  * sigmoidal-contrast: prevent out of range argument.
+
+2012-09-09  6.7.9-5 Cristy  <quetzlzacatenango@image...>
+  * The number of default OpenMP threads is 1 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=23&t=21838).
+  * Only first image of raw grayscale image was set to GRAY (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21428).
+  * Change sigmoidal-contrast define to inline method to conform with ANSI-C
+    requirements.
+
+2012-09-10  6.7.9-5 Nicolas Robidoux <nicolas.robidoux@gmail...>
+  * enhance.c improvements:
+  * Add tanh/atanh clone of legacy sigmoidal map (faster & more accurate);
+  * Add final ClampToQuantum in sigmoidal colormap loop;
+  * Remove OpenMP for threads that do not loop over rows;
+  * Immediate no-op exit from sigmoidal-contrast if contrast<MagickEpsilon.
+
+2012-09-08  6.7.9-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.9-4, SVN revision 9282.
+
+2012-09-05  6.7.9-4 Cristy  <quetzlzacatenango@image...>
+  * Identify image files with embedded '%d' (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21798).
+  * Don't include TIFF header for compress.c source module
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21800).
+
+2012-09-01  6.7.9-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.9-3, SVN revision 9202.
+
+2012-08-28  6.7.9-3 Cristy  <quetzlzacatenango@image...>
+  * Support -channel sync option for -equalize (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21746).
+  * Don't remove color profile when setting the image colorspace (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21747).
+  * Recognize ICO format in URL (e.g. http://www.google.com/favicon.ico).
+  * Don't define HAVE_BOOLEAN for JPEG under MinGW (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?t=14071).
+
+2012-08-26  6.7.9-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.9-2, SVN revision 9120.
+
+2012-08-25  6.7.9-2 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed bug in Q32 builds that erroneously read grayscale 16-bit PNGs
+    as PseudoColor.
+
+2012-08-24  6.7.9-2 Cristy  <quetzlzacatenango@image...>
+  * Support -channel option for -solarize (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21738).
+
+2012-08-23  6.7.9-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.9-1, SVN revision 9095.
+
+2012-08-22  6.7.9-1 Glenn Randers-Pehrson <glennrp@image...>
+  * The gAMA chunk with gamma==1.0 was ignored while deciding whether to set
+    the image colorspace to GRAY when reading grayscale PNG images.
+
+2012-08-16  6.7.9-1 Cristy  <quetzlzacatenango@image...>
+  * Adjust scaling for Luv colorspace conversion (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21664).
+  * Copy alpha channel of the -median option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=21694).
+  * Don't add matte channel for -coalesce if input images don't have one.
+  * Prevent memory leak in ImageToBlob() if image write fails.
+  * In rare cases, label would not auto-size properly (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21716).
+  * Identify command now reports the image colorspace for non-verbose results.
+  * Account for stroke width when rendering a caption (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=21721).
+  * Don't colorize alpha channel if it is not active (reference
+   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21547
+
+2012-08-15  6.7.9-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.9-0, SVN revision 8970.
+
+2012-08-14  6.7.9-0 Cristy  <quetzlzacatenango@image...>
+  * RGB -> HCL, return correct hue when g < b < r (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=21646).
+  * Prefer inkscape for best SVG compliance.
+  * HCL -> RGB conversion enhancement (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=21663).
+  * Utilize inkscape if it is in your execution path otherwise RSVG.  If
+    neither is available, revert to the internal SVG renderer.
+  * Initialize image->x_resolution and y_resolution to 0 in image.c
+    (previously they were initialized to DefaultResolution, which is 72.0).
+
+2012-08-12  6.7.8-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.8-10, SVN revision 8915.
+
+2012-08-10  6.7.8-9 Cristy  <quetzlzacatenango@image...>
+  * Respect the image mask for option -selective-blur (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21631).
+  * Fix multiple issues with BMPv5 colorimetry (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21640).
+
+2012-08-10  6.7.8-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.8-9, SVN revision 8902.
+
+2012-08-07  6.7.8-9 Cristy  <quetzlzacatenango@image...>
+  * Selective blur stopped working after version 6.7.4-10 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21604).
+  * Color reduction now handles transparent pixel properly (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18463).
+  * ClipImagePath() now returns a valid SVG XML for Windows x64 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21617).
+
+2012-08-05  6.7.8-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.8-8, SVN revision 8845.
+
+2012-08-03  6.7.8-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added 2d named convolution kernel Binomial (for Fred Wienhaus)
+
+2012-08-01  6.7.8-8 Nicolas Robidoux <nicolas.robidoux@gmail...>
+  * Clean up sigmoidal-contrast.
+
+2012-07-31  6.7.8-8 Cristy  <quetzlzacatenango@image...>
+  * Use ConcatenateString() for multi-block GIF comments.
+  * Caption no longer chops off text (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21558).
+  * Support LUV colorspace.
+  * Support HCL colorspace.
+  * Don't transform the composite image colorspace, set it instead.
+  * Interpret -border 5% as 5% of width and 5% of height (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21537).
+  * Don't normalize zero-sum kernels (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21584).
+  * Transform grayscale to linear RGB if fill color is non-gray (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21586).
+
+2012-07-30  6.7.8-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.8-7, SVN revision 8766.
+
+2012-07-28  6.7.8-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Update certain typecasts for libpng < and >= 1.4.0 to allow memory
+    allocation > 4GB and prevent a DOS.
+
+2012-07-28  6.7.8-7 Cristy  <quetzlzacatenango@image...>
+  * Set DICOM grayscale images to the gray colorspace.
+  * Missing grestore from ps3.c (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20445).
+  * Use GetMagickResourceLimit(ThreadResource) to set the # threads (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21543).
+
+2012-07-22  6.7.8-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Only report sRGB, iCCP, gAMA, cHRM chunks in "identify" output when
+    these chunks were actually present in input, and not when they were
+    inserted by the PNG decoder.
+
+2012-07-22  6.7.8-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.8-6, SVN revision 8720.
+
+2012-07-21  6.7.8-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Make sure "intent" is initialized in the PNG decoder.
+
+2012-07-21  6.7.8-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.8-5, SVN revision 8717.
+
+2012-07-20  6.7.8-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Corrected an error in the logic introduced in 6.7.8-3 to always write
+    a color PNG when image->colorspace is sRGB.
+
+2012-07-19  6.7.8-5 Cristy  <quetzlzacatenango@image...>
+  * Inverse YUV colorspace now produces pure red as expected.
+  * Support halted streams:
+    cat image.pnm | convert 'pnm:fd:0[0]' 'pnm:fd:0[0]' x:.
+
+2012-07-18  6.7.8-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.8-4, SVN revision 8697.
+
+2012-07-17  6.7.8-4 Glenn Randers-Pehrson <glennrp@image...>
+  * Write ICON subimage as PNG32, only when its dimensions are 256x256
+    and image->compression is UndefinedCompression or ZipCompression.
+
+2012-07-16  6.7.8-4 Cristy  <quetzlzacatenango@image...>
+  * sRGB color gradients should be in a non-linear colorspace.
+  * Fix -fx to interpret scientific notation properly.
+  * The draw epsilon was too sensitive.
+
+2012-07-15  6.7.8-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.8-3, SVN revision 8675.
+
+2012-07-14  6.7.8-3 Glenn Randers-Pehrson <glennrp@image...>
+  * Always write a color PNG when image->colorspace is sRGB.
+
+2012-07-08  6.7.8-3 Cristy  <quetzlzacatenango@image...>
+  * Attenuate random noise (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21387).
+  * Return linear grayscale for gradient:white-black.
+  * Promote linear grayscale to linear RGB when compositing.
+  * gradient:white-black is sRGB whereas gradient:'icc-color(rgb,255,255,255)-
+    icc-color(rgb,0,0,0)' is linear RGB whereas gradient:'gray(255)-gray(0)' is
+    linear grayscale.
+  * Revert sigmoidal contrast define (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=22&t=21415).
+
+2012-07-08  6.7.8-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.8-2, SVN revision 8621.
+
+2012-07-02  6.7.8-2 Cristy  <quetzlzacatenango@image...>
+  * Set the colorspace to linear gray when reading intensity values (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21362).
+  * Don't overrun pixel buffer on inverse fourier for odd image widths.
+  * Change LAB encoding to permit blurring, resize, etc.
+    (signed A and B channel values now stored using a 50% bias)
+
+    Additional.. This removes a non-linear discontinuity from stored LAB space
+    values. As a result you can now Blur, Compose, Resize and Distort in LAB
+    colorspace, without problems that previously existed.
+
+2012-07-04  6.7.8-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.8-1, SVN revision 8595.
+
+2012-07-02  6.7.8-1 Cristy  <quetzlzacatenango@image...>
+  * A single argument -stereo option now works as documented (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21348).
+  * The -separate option returns channels as linear grayscale.
+  * Remove the sRGB color profile when converting to grayscale (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=21355).
+
+2012-06-29  6.7.8-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.8-0, SVN revision 8554.
+
+2012-06-28  6.8.0-0 Cristy  <quetzlzacatenango@image...>
+  * Increase epsilon value, smallest difference between two points (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15870).
+
+2012-06-28  6.7.7-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.7-10, SVN revision 8534.
+
+2012-06-26  6.7.7-10 Glenn Randers-Pehrson <glennrp@image...>
+  * Don't attempt to use Z_RLE compression strategy with old zlib (prior to
+    zlib-1.2.0) that does not support it.
+  * Increase PLTE chunk length to accommodate background color in indexed PNG
+    (reference www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=21288).
+  * Added png:PLTE.number_colors to verbose output.
+
+2012-06-25  6.7.7-10 Cristy  <quetzlzacatenango@image...>
+  * Permit linear RGB for PNM and TIFF image formats.
+  * Fix conflicting types for 'GenerateDifferentialNoise' (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21286).
+  * Fix cast to pointer from integer of different size (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21286).
+  * Fix broken MSL profile tag (reference
+    http://www.imagemagick.org/discourse-server/viewforum.php?f=9).
+  * Better recognition of a CMYK PDF.
+
+2012-06-24  6.7.7-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.7-9, SVN revision 8460.
+
+2012-06-23  6.7.7-9 Cristy  <quetzlzacatenango@image...>
+  * Some options were incorrectly promoting linear gray to sRGB.
+
+2012-06-22  6.7.7-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.7-8, SVN revision 8432.
+
+2012-06-15  6.7.7-8 Cristy  <quetzlzacatenango@image...>
+  * Support the -features option in convert / mogrify.
+  * Add support for the %[type] property.
+
+2012-06-15  6.7.7-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Geometry arguments accept multiple sign character for offsets
+    EG: "-10-10", "-+10-+10", or "+-10+-10" generate negative offsets
+    while "+10+10", "++10++10", or "--10--10" generate positive offsets,
+    that is, you can not only optionally have a sign in offset variable
+    substitutions, but can negate that substitution if you so desire.
+
+2012-06-12  6.7.7-8 Nicolas Robidoux <nicolas.robidoux@gmail...>
+  * Refactor Catmull-Rom and Spline "interpolation" using
+    state-of-the-art unpublished formulas.
+  * Fix incorrect transparency handling of "interpolative" cubic
+    B-spline smoothing.
+
+2012-06-09  6.7.7-8 Cristy  <quetzlzacatenango@image...>
+  * Initialize alpha channel when floodfill fill color is not opaque.
+  * XYZ and Lab colorspace conversion tweaked (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21161).
+
+2012-06-08  6.7.7-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.7-7, SVN revision 8219.
+
+2012-06-06  6.7.7-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Disabled the new libpng-1.5.10 test for invalid palette index when
+    reading a PNG or MNG (for speed), or when writing a MNG (because a
+    zero-length PLTE is valid in a MNG when the global PLTE is used).
+  * Display the PNG colortype as a string in "identify -verbose" output.
+
+2012-06-06  6.7.7-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Small refactor of Average Interpolators (save some multiplies)
+  * Added 'Spline' as a filter type as an alias to 'Cubic'. This brings both
+    Catrom and Spline -filter and -interpolate methods in line.  Cubic should
+    only be used when defining a general cubic using expert settings or
+    when listed in "filter:verbose" debugging output.
+
+2012-06-05  6.7.7-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.7-6, SVN revision 8164.
+
+2012-06-05  6.7.7-6 Anthony Thyssen <A.Thyssen@griffith...>
+  * Renamed 'Bicubic' interpolation the more precise definition 'Catrom'
+    Old name kept (but hidden) for backward compatibility in bit CLI and
+    API interfaces.
+
+2012-06-01  6.7.7-6 Cristy  <quetzlzacatenango@image...>
+  * The -set colorspace option sets the colorspace, it does not transform it.
+  * Assume grayscale images in the GIF format are linear.
+  * Add Nicolas Robidoux's bicubic interpolation method (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=21118).
+    This replaces the old 'bicubic' which was very extreme 'cardinal' cubic.
+  * Add DuPont & XFIG copyright to NOTICE.
+  * sRGB.icc has an unfriendly license, remove it.
+  * MinGW does not define KEY_WOW64_32KEY (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=21155).
+  * -evaluate log properly handles negative pixel values.
+  * The display program displays the ImageMagick logo on EOF.
+
+2012-05-31  6.7.7-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.7-5, SVN revision 8099.
+
+2012-05-31  6.7.7-5 Cristy  <quetzlzacatenango@image...>
+  * Set terminal character for GIF comment.
+
+2012-05-30  6.7.7-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.7-4, SVN revision 8096.
+
+2012-05-30  6.7.7-4 Cristy  <quetzlzacatenango@image...>
+  * 'convert 1-bit.tif -rotate 90 ...' returns a 1-bit TIFF image as expected.
+
+2012-05-29  6.7.7-4 Glenn Randers-Pehrson <glennrp@image...>
+  * Ignore APNG chunks even when libpng is built with the "APNG patch".
+
+2012-05-29  6.7.7-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.7-3, SVN revision 8089.
+
+2012-05-28  6.7.7-3 Cristy  <quetzlzacatenango@image...>
+  * Fix bug with stroke-dasharray (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21090).
+  * In rare cases, caption would not word-wrap properly (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21106).
+  * Don't set alpha pixels in SetImageVirtualPixelMethod() unless
+    image area is well defined (i.e. != 0) (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?t=21110).
+
+2012-05-27  6.7.7-3 Anthony Thyssen <A.Thyssen@griffith...>
+  * Trialing the addition of new interpolation methods
+      Average16         average of 16 pixels around sampling point
+      Average9          9 pixels around nearest pixel
+      Average4          Average of 4 pixels around sampling point
+      Background        Background color (for resampling error checking)
+      Blend             Blend of closest 1, 2 or 4 pixel neighbors
+    NOTE: 'Average' is now equivalent to 'Average4',
+    previous to this version it was equivalent to 'Average16'.
+    The 'Background' method is for showing 'resample errors' be it
+    accidental, or on purpose.  See IM Examples, Cylindrical Filters.
+  * added -interpolative-resize added around this version
+
+2012-05-26  6.7.7-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.7-2, SVN revision 8066.
+
+2012-05-26  6.7.7-2 Cristy  <quetzlzacatenango@image...>
+  * MagickDelay() is in microseconds, not milliseconds.
+
+2012-05-25  6.7.7-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.7-1, SVN revision 8059.
+
+2012-05-20  6.7.7-1 Cristy  <quetzlzacatenango@image...>
+  * In rare cases, caption would not word-wrap properly (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21044).
+  * Set the JPEG image colorspace after the columns / rows are set (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21059).
+  * Potential gray images are in either the gray or RGB colorspaces.
+  * Restore MagickSetImageEndian() method (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?t=20425&p=81525).
+  * Respect resolution when rendering SVG (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21076).
+
+2012-05-20  6.7.7-1 Anthony Thyssen <A.Thyssen@griffith...>
+  * Delegates now 'spawn' faster (replaced 2 second sleep!) (for "show:")
+
+2012-05-17  6.7.7-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.7-0, SVN revision 7980.
+
+2012-05-17  6.7.7-0 Cristy  <quetzlzacatenango@image...>
+  * Group4-compressed TIFF / PDF image formats stopped working (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=21039).
+  * Auto convert images in the grayscale colorspace to sRGB (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21031).
+
+2012-05-16  6.7.6-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.6-10, SVN revision 7952.
+
+2012-05-14  6.7.6-10 Glenn Randers-Pehrson <glennrp@image...>
+  * Reset color info in grayscale PNG images to gamma=1.0, undefined
+    rendering_intent and chromaticity only when reading images that don't
+    have a gAMA, sRGB, or cHRM chunk.
+
+2012-05-14  6.7.6-10 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added a low level "Cosine" Windowing Filter -- Request by Nicholas Robidox
+  * Fixed Kaiser Window Filter (was producing all zeros!)
+  * Kaiser Window Function now uses the working value "filter:kaiser-beta"
+    (formerly "filter:alpha" in previous versions)
+  * Setting the expert option "filter:kaiser-alpha" will override this,
+    (after being multiplied by PI).
+  * Added resampling 'weight' sanity check in EWA resampling.
+  * Set default for histogram:unique-colors to be 'true' when undefined
+    Returning it to previous behaviour.
+  * Refactor of InterpretImageProperties() (percent escape substitutions)
+  * Add "gamma" as a -set and % escape to access image gamma meta-data
+
+2012-05-05  6.7.6-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.6-9, SVN revision 7812.
+
+2012-05-05  6.7.6-9 Anthony Thyssen <A.Thyssen@griffith...>
+  * Allow braced single letter escapes, EG "%[x]" as equivalent to "%x"
+
+2012-05-04  6.7.6-9 Glenn Randers-Pehrson <glennrp@image...>
+  * Don't write an invalid PNG sRGB chunk when rendering intent is undefined.
+
+2012-05-01  6.7.6-9 Cristy  <quetzlzacatenango@image...>
+  * EXR images are in the linear RGB colorspace with a gamma of 1.0 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=20895).
+  * Correct annotation offset for right-to-left labels (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20884).
+  * The -level 100x0% now produces the equivalent of -negate (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20889).
+  * Virtual pixel transparent no longer cause fatal exception (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?t=20903).
+  * Promote gray image to sRGB when color is injected.
+
+2012-04-29  6.7.6-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.6-8, SVN revision 7705.
+
+2012-04-25  6.7.6-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Gaussian Filter Fixed.
+    For some strange reason it was half the width it should be with an
+    effective sigma of 0.25 (not 0.5).  This was the real reason "variable
+    blur" was not blurring enough.
+
+2012-04-24  6.7.6-8 Cristy  <quetzlzacatenango@image...>
+  * Colorspace round-trip unit tests now work for Q32.
+
+2012-04-23  6.7.6-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added the RobidouxSharp filter (originally defined Dec 2011)
+  * Fixed Variable Blur - bad blur area calculation
+    Also Gaussian is sampling properly. Substitute the faster Cubic for now.
+  * Convert no longer will do an implicit write to a single space image.
+
+2012-04-21  6.7.6-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.6-7, SVN revision 7587.
+
+2012-04-21  6.7.6-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Error when doing an implicit (final) write to a single space filename.
+    This is typically a failed line continuation and is very common.
+    Using an explicit "-write" will let you do this.
+
+2012-04-20  6.7.6-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Allow +-X+-Y as geometry arguments.
+
+2012-04-17  6.7.6-7 Cristy  <quetzlzacatenango@image...>
+  * Distinquish grayscale as sRGB not linear RGB.
+
+2012-04-16  6.7.6-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.6-6, SVN revision 7536.
+
+2012-04-11  6.7.6-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Always unlock the semaphore before returning from the png codec, either
+    by a "return" or png_error(); changed all Magick*Exception() calls
+    after setjmp() to png_error() to ensure proper cleanup (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16883).
+
+2012-04-10  6.7.6-6 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fixed log known alpha*kernel normalization bug in morphology convolve.
+
+    Convolve kernel weights have been separated from alpha blend handling.
+    Un-normalized kernels applied to images with active alpha will no longer
+    be auto-normalized due to the effect of alpha blending.  The bug causes
+    images using the default channel setting and having an alpha channel to
+    automatically 'normalize' the results of a convolve during the handling
+    of alpha blending.  This probably would cause severe effects when a
+    zero-summing kernel is being used on an image containing an active (though
+    likely fully-opaque) alpha channel, as division by near zero weights
+    would cause extreme color values in results.  This bug is not normally
+    seen as convolution, which is normally applied only to fully-opaque
+    images. And using a zero-summing kernel on an image with alpha also
+    results in a transparent image!  This is why it was not fixed up until now.
+
+2012-04-08  6.7.6-6 Cristy  <quetzlzacatenango@image...>
+  * Pixel allocation for Pango is stride*rows not stride*columns.
+  * Set the image resolution for Postscript files with an embedded Photoshop
+    profile.
+  * Ensure proper round trips to / from sRGB (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20751).
+
+2012-04-07  6.7.6-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.6-5, SVN revision 7483.
+
+2012-04-06  6.7.6-5 Cristy  <quetzlzacatenango@image...>
+  * Avoid fault in SetCacheAlphaChannel() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20681).
+  * Don't assume EXIF orientation tag is 2 bytes.
+
+2012-04-04  6.7.6-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.6-4, SVN revision 7356.
+
+2012-04-01  6.7.6-4 Cristy  <quetzlzacatenango@image...>
+  * Properly set the XCF alpha channel values (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20642).
+  * Support 'orientation' property (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=20650).
+  * The default RGB colorspace transform is now linear (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?p=82839#p82839).
+  * Prevent EXIF integer overflow (CVE-2012-1610).
+
+2012-03-30  6.7.6-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.6-3, SVN revision 7290.
+
+2012-03-29  6.7.6-3 Cristy  <quetzlzacatenango@image...>
+  * Don't copy invalid memory when reading TIFF EXIF IFD (CERT-FI case 634116,
+    CVE-2012-1798).
+  * Bail if we receive excessive JPEG warnings (CERT-FI case 634117,
+    CVE-2012-0260).
+  * Properly initialize EXIF buffers to prevent JPEG EXIF tag crash (CERT-FI
+    case 634118, CVE-2012-0259).
+
+2012-03-28  6.7.6-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.6-2, SVN revision 7245.
+
+2012-03-26  6.7.6-2 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added "Nearest" as a synonym for "Nearest-Neighbor" interpolate setting
+
+2012-03-21  6.7.6-2 Glenn Randers-Pehrson <glennrp@image...>
+  * coders/png.c: stored "file_gamma" for later use by identify.
+
+2012-03-19  6.7.6-2 Cristy  <quetzlzacatenango@image...>
+  * Add full support for Pango markup.
+  * Pango namespace is 'pango:', not 'caption:'.
+  * Correct for EXR images with broken display windows.
+
+2012-03-18  6.7.6-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.6-1, SVN revision 7145.
+
+2012-03-16  6.7.6-1 Glenn Randers-Pehrson <glennrp@image...>
+  * Reduce the scope of quantum_info in the PNG decoder to avoid a possible
+    memory leak (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20522).
+
+2012-03-13  6.7.6-1 Cristy  <quetzlzacatenango@image...>
+  * Use uint32 pointer for ReadStripMethod in coders/tiff.c (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20526).
+  * Ghostscript 32/64 bit detection patch (contributed by
+    axeld@pinc-...).
+  * Honor center gravity for caption: with Pango support (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20517).
+  * Add support for pango: coder to render captions with Pango.
+
+2012-03-10  6.7.6-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.6-0, SVN revision 7090.
+
+2012-03-06  6.7.6-0 Cristy  <quetzlzacatenango@image...>
+  * Importing from the X11 root windows no longer leaks memory (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20470).
+  * Check to see if delegate file exists before copying.
+
+2012-03-05  6.7.5-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.5-10, SVN revision 7056.
+
+2012-03-05  6.7.5-10 Cristy  <quetzlzacatenango@image...>
+  * Fix too many arguments to AnnotateImage() (copy/paste bug).
+
+2012-03-02  6.7.5-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.5-9, SVN revision 7046.
+
+2012-02-29  6.7.5-9 Cristy  <quetzlzacatenango@image...>
+  * Caption no longer includes the prefix "caption:" in the rendered text.
+  * Auto scale pointsize for -size 100x100 caption:
+
+2012-03-02  6.7.5-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.5-8, SVN revision 7027.
+
+2012-03-02  6.7.5-8 Glenn Randers-Pehrson <glennrp@image...>
+  * non-verbose identify now reports DirectClass for transparent PNG images
+    to agree with the report by identify -verbose.  (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20448 and
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15482).
+
+2012-02-29  6.7.5-8 Cristy  <quetzlzacatenango@image...>
+  * Support infinite caption lengths.
+  * Permit custom JPEG quantization tables (e.g.
+    -define jpeg:q-table=quantization-table.xml).
+  * Missing grestore from ps2.c (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20445).
+
+2012-02-29  6.7.5-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added Image list options (like "-delete" and "-swap") to "montage".
+
+2012-02-25  6.7.5-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.5-7, SVN revision 6965.
+
+2012-02-23  6.7.5-7 Cristy  <quetzlzacatenango@image...>
+  * Add support for the EMFPlus delegate program.
+
+2012-02-22  6.7.5-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Re-added the Iterative Distance function in morphology (as opposed to the
+    faster more direct 2-pass Distance Function that replaced it) so it can be
+    used in the special situation of Constrained Distance Morphology.
+    http://www.imagemagick.org/discourse-server/viewtopic.php??f=2&t=18032
+
+2012-02-13  6.7.5-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.5-6, SVN revision 6851.
+
+2012-02-13  6.7.5-6 Cristy  <quetzlzacatenango@image...>
+  * Only set PDF & PS page size when explicitly requested (e.g. -page).
+
+2012-02-12  6.7.5-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.5-5, SVN revision 6840.
+
+2012-02-12  6.7.5-5 Cristy  <quetzlzacatenango@image...>
+  * Only use the canvas size of the very first frame of a GIF image sequence.
+
+2012-02-11  6.7.5-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.5-4, SVN revision 6824.
+
+2012-02-08  6.7.5-4 Cristy  <quetzlzacatenango@image...>
+  * Set image alpha channel for -virtual-pixel background and transparent.
+  * Get tiff:fill-order as an image artifact, not an image option.
+
+2012-02-06  6.7.5-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.5-3, SVN revision 6732.
+
+2012-02-06  6.7.5-3 Cristy  <quetzlzacatenango@image...>
+  * TIFF no longer writes the incorrect fill order.
+
+2012-02-05  6.7.5-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.5-2, SVN revision 6718.
+
+2012-02-03  6.7.5-2 Cristy  <quetzlzacatenango@image...>
+  * Add SyncImagePixelCache() to ensure cache morphology is consistent.
+  * Patch so two -colorspace options return correct results for round-trip.
+
+2012-02-02  6.7.5-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.5-1, SVN revision 6684.
+
+2012-01-30  6.7.5-1 Cristy  <quetzlzacatenango@image...>
+  * Support the -alpha remove option (use it to remove transparency from PDF,
+    convert -density 200 apple.pdf -alpha remove x:).
+  * Use union instead of casting gzFile and BZFILE.
+  * Don't treat PSD user channel as alpha (patch from Dominic Benson).
+  * Prevent overflow when casting short int to size_t when parsing a
+    maliciously crafted image with an IFD whose all IOP tags' value offsets
+    point to the beginning of the IFD itself [CVE-2012-0247].
+  * Prevent DES when parsing a maliciously crafted image with an IFD whose
+    all IOP tags' value offsets point to the beginning of the IFD itself
+    [CVE-2012-0248].
+  * Caption with Pango support no longer return a blank canvas.
+  * Correct sRGB colorspace conversion equations.
+
+2012-01-30  6.7.5-1 Glenn Randers-Pehrson <glennrp@image...>
+  * Fix bug in png coder (spurious warning, reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=20257).
+
+2012-01-28  6.7.5-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.5-0, SVN revision 6606.
+
+2012-01-25  6.7.5-0 Cristy  <quetzlzacatenango@image...>
+  * Zlib-1.2.5.2 requires gzFile cast (bug report from John Bowler).
+
+2012-01-25  6.7.4-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.4-10, SVN revision 6592.
+
+2012-01-25  6.7.4-10 Cristy  <quetzlzacatenango@image...>
+  * Update PerlMagick TIFF regression signatures to match endian order.
+
+2012-01-24  6.7.4-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.4-9, SVN revision 6589.
+
+2012-01-24  6.7.4-9 Cristy  <quetzlzacatenango@image...>
+  * Fix rare file link in the pixel cache.
+
+2012-01-20  6.7.4-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.4-8, SVN revision 6551.
+
+2012-01-19  6.7.4-8 Cristy  <quetzlzacatenango@image...>
+  * Although MagickRealType is a double, use double for KernelInfo values in
+    the rare event of problems with C++ name mangling.
+  * Get strokes with patterns (e.g. -stroke xc:red) working again.
+  * Revert KernelInfo values from MagickRealType to double.
+
+2012-01-17  6.7.4-8 Glenn Randers-Pehrson <glennrp@image...>
+  * Don't write ancillary chunks (except for tRNS and gAMA) in PNG-encoded
+    ICO files.
+
+2012-01-14  6.7.4-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.4-7, SVN revision 6471.
+
+2012-01-13  6.7.4-7 Cristy  <quetzlzacatenango@image...>
+  * Default to a lighter hinting algorithm for non-monochrome font rendering.
+
+2012-01-12  6.7.4-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.4-6, SVN revision 6434.
+
+2012-01-12  6.7.4-6 Cristy  <quetzlzacatenango@image...>
+  * Eliminate preprocessor exception for the HDRI build.
+
+2012-01-10  6.7.4-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.4-5, SVN revision 6422.
+
+2012-01-02  6.7.4-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed -black-threshold and -white-threshold so they work properly with
+    the -channels option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20096).
+
+2012-01-02  6.7.4-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Removed PNG_USE_CLONE cruft from the PNG encoder (see 2011-11-19 entry)
+  * Promote image depths 9-15 to 16 to avoid crashing in the PNG
+    encoder (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20098).
+
+2012-01-01  6.7.4-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.4-4, SVN revision 6318.
+
+2011-12-30  6.7.4-4 Glenn Randers-Pehrson <glennrp@image...>
+  * Fix problems with JNG encoder "quality" (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20076).
+
+2011-12-30  6.7.4-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.4-3, SVN revision 6310.
+
+2011-12-28  6.7.4-3 Cristy  <quetzlzacatenango@image...>
+  * Fix memory leak in JP2 coder (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20071).
+  * Use maximum bounds when rendering PDF (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20078).
+
+2011-12-25  6.7.4-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.4-2, SVN revision 6254.
+
+2011-12-24  6.7.4-2 Cristy  <quetzlzacatenango@image...>
+  * Export new Windows binaries.
+
+2011-12-21  6.7.4-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.4-1, SVN revision 6236.
+
+2011-12-12  6.7.4-0 Cristy  <quetzlzacatenango@image...>
+  * Sped up -noise option when radius is 0.
+  * Read concatentated arcs correctly in a SVG path (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19992).
+  * PDF's now convert properly with -define pdf:use-cropbox=true (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20033).
+
+2011-12-09  6.7.4-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.4-0, SVN revision 6162.
+
+2010-12-06  6.7.4-0 Glenn Randers-Pehrson <glennrp@image...>
+  * Eliminated use of FARDATA in coders/png.c; it won't be supported in
+    libpng-1.6.0 and is not needed now.
+
+2011-11-29  6.7.4-0 Cristy  <quetzlzacatenango@image...>
+  * Add GetQuantumFormat() method to return the quantum format (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19961).
+  * Allow unspecified width/height in geometries with the aspect flag (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19964).
+  * MagickGetImageDepth() no longer returns the depth setting but instead
+    computes the depth of the image.
+
+2011-12-02  6.7.4-0 Anthony  <quetzlzacatenango@image...>
+  * Fixed Equal-Area Cropping (size and minimum of delta increments)
+
+2011-12-01  6.7.3-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.3-10, SVN revision 6106.
+
+2011-11-29  6.7.3-10 Cristy  <quetzlzacatenango@image...>
+  * Delay reading TIFF EXIF properties to prevent premature exit.
+  * Remove duplicates from the configuration file search path under Windows.
+  * Use viewbox offset when setting affine transform translation (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19943).
+  * Ensure equally sized tiles for -crop 11x2@ (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18322).
+  * Recognize SI prefixes for jpeg:extent (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19944).
+
+2011-11-27  6.7.3-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.3-9, SVN revision 6092
+
+2011-11-27  6.7.3-9 Cristy  <quetzlzacatenango@image...>
+  * Upgrade libtool / ltdl to version 2.4.7.
+
+2011-11-25  6.7.3-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.3-8, SVN revision 6084
+
+2011-11-20  6.7.3-8 Cristy  <quetzlzacatenango@image...>
+  * The exif:ExposureBiasValue property is a signed value.
+  * Prevent buffer underflow for 1-bit PSD images.
+  * Don't include alpha channel when computing range unless image->matte is
+    set.
+  * Set FILETYPE_REDUCEDIMAGE tag on pyramidal TIFF images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19892).
+  * Correct image geometry for Postscript for hi-res bounding box (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19807).
+
+2011-11-19  6.7.3-8 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed bug with scaling Q16 background to PNG sub-8-bit bKGD and
+    again disabled PNG_USE_CLONE in coders/png.c.
+
+2011-11-18  6.7.3-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.3-7, SVN revision 6024
+
+2011-11-18  6.7.3-7 Cristy  <quetzlzacatenango@image...>
+  * Ensure embedded XML resource file is null terminated (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19856).
+
+2011-11-17  6.7.3-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added a -define filter:alpha to contol the 'alpha value' of the
+    Kaiser Windowing filter.  Default value is 6.5
+
+2010-11-15  6.7.3-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Reverted the change of 6.6.6-7 that creates an image clone for use
+    by the PNG encoder.  This was not useful and was somewhat wasteful.
+  * After finding out that writing the bKGD chunk in sub-8-bit PNG fails,
+    enabled PNG_USE_CLONE (to create an image clone again)
+
+2011-11-14  6.7.3-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.3-6, SVN revision 5972.
+
+2011-11-11  6.7.3-6 Cristy  <quetzlzacatenango@image...>
+  * Prefer the hires bounding box for Postscript rendering (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19807).
+  * Default configure.xml destination folder to /usr/lib/ImageMagick-ver/config.
+
+2011-11-09  6.7.3-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.3-5, SVN revision 5936
+
+2011-11-07  6.7.3-4 Cristy  <quetzlzacatenango@image...>
+  * Add ShearRotateImage() method.  RotateImage() now uses distorts rather
+    than shears.
+  * MagickCoreGenesis() path must be accessible to use (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19795).
+
+2011-11-06  6.7.3-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.3-4, SVN revision 5876
+
+2011-11-02  6.7.3-4 Glenn Randers-Pehrson <glennrp@image...>
+  * Ensure that the GIF encoder writes a large enough logical screen (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19734).
+
+2011-11-02  6.7.3-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.3-3, SVN revision 5825
+
+2011-11-02  6.7.3-3 Cristy  <quetzlzacatenango@image...>
+  * Fix small memory leak in the TIFF coder.
+  * Support -debug accelerate option.
+  * Support -includearch-dir and -sharearch-dir configure option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19720).
+  * Use Pango to improve the caption coder.
+
+2011-11-01  6.7.3-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.3-2, SVN revision 5718
+
+2011-11-01  6.7.3-2 Cristy  <quetzlzacatenango@image...>
+  * Support Ghostscript under 64-bit Windows (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19659).
+  * Correct affine translation for certain SVG files (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19664).
+  * -evaluate-sequence multiply no longer hangs ereference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19549).
+
+2011-10-15  6.7.3-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.3-1.
+
+2011-10-15  6.7.3-1 Cristy  <quetzlzacatenango@image...>
+  * Read TIFF EXIF profile before reading the image data.
+  * Fix "test: no: unexpected operator" in the configure script (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19615).
+  * Off by one error when writing the JPEG XMP profile (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19616).
+  * Revert GetPathComponent() patch.
+
+2011-10-09  6.7.3-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.3-0.
+
+2011-10-09  6.7.3-0 Cristy  <quetzlzacatenango@image...>
+  * Generate output for caption:"[!]" (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19589.
+
+2011-10-05  6.7.3-0 Glenn Randers-Pehrson <glennrp@image...>
+  * Add "png:format" property with possible values png8, png24, and png32,
+    for use when prepending the format type to the filename is not convenient
+    or is not possible, e.g., when embedding the PNG in a PNG-encoded ICO.
+
+2011-10-04  6.7.2-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.2-10.
+
+2011-10-04  6.7.2-10 Cristy  <quetzlzacatenango@image...>
+  * Remove most of the LLVM compiler warnings.
+  * Fix bug in -evaluate-sequence multiply (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19549).
+  * Upgrade to sRGB V4 ICC profile (reference
+    http://www.color.org/srgbprofiles.xalter).
+  * Distinguish embedded PNG vs BMP within the MicroSoft ICON image format.
+
+2011-09-30  6.7.2-10 Glenn Randers-Pehrson <glennrp@image...>
+  * Recognize the sRGB version 4 ICC profile and write PNG sRGB chunk instead.
+  * Use crc32 instead of "sRGB" string to recognize certain sRGB profiles.
+
+2011-09-26  6.7.2-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.2-9.
+
+2011-09-26  6.7.2-9 Cristy  <quetzlzacatenango@image...>
+  * Fix race condition on image rotate @ 90 degrees.
+
+2011-09-25  6.7.2-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.2-8.
+
+2011-09-20  6.7.2-8 Cristy  <quetzlzacatenango@image...>
+  * Prevent infinite loop when font is too large for specified width (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19502).
+  * Fix LFS cross-compile detection (patch from Mike Frysinger).
+  * Add open_utf8(), fopen_utf8(), access_utf8(), etc. utility methods.
+
+2011-09-15  6.7.2-7 Cristy  <quetzlzacatenango@image...>
+  * Convert empty .htm / .html file no longer removes source file.
+  * -crop 11x2@ now returns 22 images as expected.
+  * Enable reading the EXIF profile in a TIFF image under Windows.
+  * Support drawing text with bitmap font.
+
+2011-09-13  6.7.2-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.2-6.
+
+2011-09-12  6.7.2-6 Cristy  <quetzlzacatenango@image...>
+  * Expand pixel range for 12 bit DCM images stored in 16-bit words.
+  * Gray images not displayed properly when saved as MIFF with sRGB
+    colorspace.
+  * OpenCL's clCreateContextFromType() no longer returns a system default.
+  * Use -enable-zero-configuration for zero configuration ImageMagick
+    (previously -enable-embeddable).
+
+2011-09-10  6.7.2-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.2-5.
+
+2011-09-10  6.7.2-5 Cristy  <quetzlzacatenango@image...>
+  * SO bump.
+
+2011-09-09  6.7.2-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.2-4.
+
+2011-09-05  6.7.2-4 Cristy  <quetzlzacatenango@image...>
+  * Fix cut-n-paste error when reading JPEG profiles.
+
+2011-09-07  6.7.2-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.2-3.
+
+2011-09-05  6.7.2-3 Cristy  <quetzlzacatenango@image...>
+  * A small memory overwrite when reading TIFF with 1-bit alpha (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19417).
+  * Remove a 2 byte memory leak when checking for environment variables.
+
+2011-09-05  6.7.2-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.2-2.
+
+2011-09-03  6.7.2-2 Glenn Randers-Pehrson <glennrp@image...>
+  * Recognize the sRGB ICC profile and write the PNG sRGB profile instead
+    of a full iCCP chunk.
+
+2011-08-31  6.7.2-2 Cristy  <quetzlzacatenango@image...>
+  * Write grayscale MIFF as a single gray pixel component, not RGB (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=19403).
+  * Bail gracefully for corrupt JPEG images.
+  * Bail gracefully for negative montage geometries (references
+    https://bugzilla.redhat.com/show_bug.cgi?id=735599).
+  * Account for DCm bits allocated 16 and significant bits 12 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19420).
+  * Fix bug when appending JPEG image profiles (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19429).
+
+2011-08-29  6.7.2-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.2-1.
+
+2011-08-29  6.7.2-1 Cristy  <quetzlzacatenango@image...>
+  * The AllChannels defined changed to 0x7ffffff to avoid integer overflow.
+
+2011-08-26  6.7.2-0 Cristy  <quetzlzacatenango@image...>
+  * HDR format 32-bit_rle_xyze implies the XYZ colorspace.
+
+2011-08-22  6.7.1-10 Cristy  <quetzlzacatenango@image...>
+  * Revert FormatImageAttributeList(), FormatImagePropertyList() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19339).
+
+2011-08-21  6.7.1-10 Glenn Randers-Pehrson <glennrp@image...>
+  * Revised configure.ac (and configure) to look for -lpng15, -lpng14, -lpng12,
+    and -lpng in that order instead of just -lpng.  This should help find
+    a consistent library and headers when users upgrade their libpng delegate
+    from one version to another, incompatible version.
+
+2011-08-20  6.7.1-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.1-9.
+
+2011-08-20  6.7.1-9 Cristy  <quetzlzacatenango@image...>
+  * Fix memory leak in text annotation (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19331).
+
+2011-08-18  6.7.1-9 Glenn Randers-Pehrson <glennrp@image...>
+  * The "-strip" option was excluding the PNG tRNS chunk (see 6.6.6-7, below);
+  revised the -strip option so it behaves as
+  if "-define PNG:include-chunk=none,trns,gama" had appeared on the commandline.
+  * When writing a PNG8 and more than one transparent color is present,
+  merge them into the image->background_color (Reference
+  http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19329),
+  finishing the implementation started in version 6.6.8-7.
+
+2011-08-18  6.7.1-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.1-8.
+
+2011-08-18  6.7.1-8 Cristy  <quetzlzacatenango@image...>
+  * Caption now wraps properly for Chinese text (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19249).
+
+2011-08-18  6.7.1-8 Glenn Randers-Pehrson <glennrp@image...>
+  * The PNG encoder would sometimes fail to respect the -define PNG:color-type
+    option when the incoming image was PseudoClass (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19262).
+
+2011-08-15  6.7.1-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.1-7.
+
+2011-08-15  6.7.1-7 Cristy  <quetzlzacatenango@image...>
+  * Properly handled continued JPEG embedded profiles.
+
+2011-08-12  6.7.1-6 Cristy  <quetzlzacatenango@image...>
+  * Yet another attempt to read Japanese filenames under Windows.
+
+2011-08-10  6.7.1-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.1-5.
+
+2011-08-10  6.7.1-5 Cristy  <quetzlzacatenango@image...>
+  * Revert -colorspace sRGB option patch (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19256).
+  * Revert -type PaletteMatte option patch (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19263
+
+2011-08-09  6.7.1-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.1-4.
+
+2011-08-09  6.7.1-4 Cristy  <quetzlzacatenango@image...>
+  * Revert MultiByteToWideChar() for Windows patch.
+
+2011-08-05  6.7.1-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.1-3.
+
+2011-08-05  6.7.1-3 Cristy  <quetzlzacatenango@image...>
+  * Use MultiByteToWideChar() for Windows filenames (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19242).
+
+2011-08-03  6.7.1-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.1-2.
+
+2011-08-02  6.7.1-2 Cristy  <quetzlzacatenango@image...>
+  * Windows does not support acosh(), asinh(), or atanh().
+  * Accept filenames with time stamps and a sub-image specification (e.g.
+    test-18:37.jpg[0]).
+
+2011-08-01  6.7.1-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.1-1.
+
+2011-08-01  6.7.1-1 Cristy  <quetzlzacatenango@image...>
+  * Support MSL 'set gravity' element.
+  * Don't report HSB colors as RGB colornames (e.g. hsb(0%,0%,100%)).
+  * Support -fx acosh(), asinh(), and atanh().
+
+2011-07-21  6.7.1-0 Anthony Thyssen <A.Thyssen@griffith...>
+  * Removed a case that prevented rotations of rectangle kernels.
+
+2011-07-01  6.7.1-0 Glenn Randers-Pehrson <glennrp@image...>
+  * Use zlib default compression strategy instead of Z_RLE and Z_FIXED
+    strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2,
+    respectively) that don't support them.
+  * Exit test loop sooner in coders/png.c when a non-gray pixel is found.
+
+2011-06-30  6.7.0-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-10.
+
+2011-06-30  6.7.0-10 Glenn Randers-Pehrson <glennrp@image...>
+  * Added "-define PNG:compression-level|strategy|filter=value" options to
+    the PNG encoder.  If these options are used, they take precedence over
+    the -quality option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?&f=1&p=73548).
+
+2011-06-29  6.7.0-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Handle "-quality 97" properly in the png encoder, i.e., use intrapixel
+    filtering when writing a MNG file and no filtering when writing a PNG file.
+  * Added support for Z_RLE strategy in the png compressor, using
+    -quality 98 or 99.
+
+2011-06-28  6.7.0-10 Cristy  <quetzlzacatenango@image...>
+  * Properly allocate points when render text with large font size (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18997).
+
+2011-06-25  6.7.0-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-9.
+
+2011-06-18  6.7.0-9 Cristy  <quetzlzacatenango@image...>
+  * Defend against corrupt PSD resource blocks.
+
+2011-06-15  6.7.0-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-8.
+
+2011-06-14  6.7.0-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added Initial implementation of Cylinder to/from Plane 3D Distorts
+    Includes derivative (scaled lookup), and anti-aliased horizon (validity)
+    Currently can NOT handle extractions from full 360 cylinder panoramas.
+
+2011-06-13  6.7.0-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-7.
+
+2011-06-09  6.7.0-7 Cristy  <quetzlzacatenango@image...>
+  * Fixed "conversion from unsigned __int64 to double not implemented"
+    so IM can compile under VisualStudio 6.
+
+2011-06-08  6.7.0-7 Glenn Randers-Pehrson <glennrp@image...>
+  * The PNG encoder would sometimes make black pixels transparent when some
+    other gray level was supposed to be the transparent color (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18900).
+    This occurred only with 1, 2, 4-bit grayscale images with Q16 or Q32
+    builds.
+
+2011-06-08  6.7.0-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-6.
+
+2011-06-08  6.7.0-6 Cristy  <quetzlzacatenango@image...>
+  * Fix transient error for composite 'Over' operator.
+
+2011-06-07  6.7.0-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-5.
+
+2011-06-07  6.7.0-5 Cristy  <quetzlzacatenango@image...>
+  * Fix one-off bug in option parser (reference
+    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609177).
+  * Transient bug with composite 'Over' in magick/composite-private.h.
+
+2011-06-06  6.7.0-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-4.
+
+2011-06-03  6.7.0-4 Cristy  <quetzlzacatenango@image...>
+  * Support -direction right-to-left for the label: and caption: coders.
+  * Blue / green reversed for JPEG-compressed TIFF images.
+
+2011-06-03  6.7.0-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-3.
+
+2011-06-02  6.7.0-2 Cristy  <quetzlzacatenango@image...>
+  * Use memmove() instead of memcpy() in StripString().
+
+2011-05-27  6.7.0-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-2.
+
+2011-05-26  6.7.0-2 Cristy  <quetzlzacatenango@image...>
+  * ImageMagick now compiles on Hurd (reference
+    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628020).
+  * Use vfprintf rather than fprintf in FormatLocaleFileList().
+
+2011-05-26  6.7.0-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-1.
+
+2011-05-25  6.7.0-1 Cristy  <quetzlzacatenango@image...>
+  * Not all Linux'es define locale_t (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18819).
+
+2011-05-22  6.7.0-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.7.0-0.
+
+2011-05-21  6.7.0-0 Cristy  <quetzlzacatenango@image...>
+  * Avoid fault on corrupt JPEG images.
+  * Avoid fault on certain DJVU images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18807).
+  * Fix -fx to interpret scientific notation properly.
+
+2011-05-20  6.6.9-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-10.
+
+2011-05-20  6.6.9-10 Glenn Randers-Pehrson <glennrp@image...>
+  * The PNG encoder now respects the -depth setting, including 1, 2, 4.
+    Previously settings other than 8 and 16 were ignored (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18412).
+
+2011-05-16  6.6.9-10 Cristy  <quetzlzacatenango@image...>
+  * Don't use comma as a separator for stroked text (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18742).
+  * Use C locale when generating or interpreting SVG.
+  * Fix "unterminated macro" for Q32 build of coders/png.c.
+
+2011-05-15  6.6.9-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-9.
+
+2011-05-14  6.6.9-9 Cristy  <quetzlzacatenango@image...>
+  * The -scale option now considers the alpha channel when scaling.
+  * Fix transient bug for HSL to RGB and back.
+
+2011-05-12  6.6.9-9 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed PNG8 reduction to work with an image that reduces to 256 colors
+    plus transparency, by merging the two darkest red colors.
+
+2011-05-04  6.6.9-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-8.
+
+2011-05-02  6.6.9-8 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed some cut-and-paste errors in new png.c code that caused PNG8
+    reductions to fail.
+
+2011-05-02  6.6.9-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Add various Option Flags, and fix option skip counts for plus forms
+    of simple operators where plus form is the same as minus form.
+    For example the incorrect counts produces a weird error, and possible
+    future segmentation fault in a command like  convert rose: +border show:
+
+2011-04-30  6.6.9-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-7.
+
+2011-04-30  6.6.9-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fix FX default for interpolation to Bilinear.
+
+2011-04-27  6.6.9-7 Cristy  <quetzlzacatenango@image...>
+  * Fix pixel interpolation for -draw 'image Over' (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18612).
+
+2011-04-26  6.6.9-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Write the proper bKGD chunk value in grayscale PNG images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18624).
+
+2011-04-25  6.6.9-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added Inverse method for Sparse Color Interpolation
+
+2011-04-24  6.6.9-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-6.
+
+2011-04-21  6.6.9-6 Anthony Thyssen <A.Thyssen@griffith...>
+  * Make filter:blur define a multiplicative adjustment of filter settings
+    rather than a complete override of those settings.
+  * Add Flags to CommandOptions parse table, removing the need for
+    ImageListOptions parsing table.  This is the start of development to
+    produce a "convert" replacement that can read options from both command
+    line and from files or pipelines, in "Do it Immediately" handling.
+  * Crop Bug Fix. Prevent infinite loop with "+repage -crop 0x40"
+
+2011-04-18  6.6.9-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Added "date" to the things that can appear on the -define PNG:exclude-chunk
+    list.  This excludes the IM-generated Date:modify and Date:create
+    properties from PNG output text chunks without excluding the rest of the
+    text chunks.
+  * Added "-define PNG:preserve-colormap" option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18564).
+  * Simplified LosslessReduceDepthOK() function in coders/png.c
+
+2011-04-18  6.6.9-6 Cristy  <quetzlzacatenango@image...>
+  * Add support for writing RGB FITS images as separate planes.
+
+2011-04-16  6.6.9-6 Cristy  <quetzlzacatenango@image...>
+  * Support the HDR 32-bit_rle_xyze format.
+  * Fixed infinite loop for TARGA images with a V2 develop area.
+  * Add signal handler for SIGBUS.
+
+2011-04-15  6.6.9-5 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-5.
+
+2011-04-15  6.6.9-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Added "#define PNG_PTR_NORETURN" because this macro does not work
+    on all platforms with libpng15, with failure to load png_longjmp() (ref
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18518).
+
+2011-04-14  6.6.9-5 Anthony Thyssen <A.Thyssen@griffith...>
+  * Layers Composition Bug Fix, animations attributes of first image not
+    transferred in a single destination, multi-source image composition.
+
+2011-04-09  6.6.9-5 Anthony Thyssen <A.Thyssen@griffith...>
+  * Add a special 'Voronoi' Morphology Distance method that will fill in holes
+    using the nearest non-transparent edge pixel. It is experimental, and
+    hidden from normal morphology usage, as it may be interfaced with a
+    future hole-filling color 'Diffusion' method.
+
+2011-04-08  6.6.9-5 Cristy  <quetzlzacatenango@image...>
+  * MIFF keywords sometimes includes spaces.
+
+2011-04-07  6.6.9-5 Anthony Thyssen <A.Thyssen@griffith...>
+  * Major BUG FIX - wrong sign breaks most morphology methods in IM v6.6.9-4
+  * Fixed -region handling of transparency. Original images without
+    transparency will use 'Over' while images with transparency will
+    preserve transparency using 'Copy'. Before this only 'Over' was used
+    due to the testing of the wrong image.
+  * Added Compose methods  DarkenIntensity and LightenIntensity
+
+2011-04-06  6.6.9-4 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-4.
+
+2011-04-03  6.6.9-4 Anthony Thyssen <A.Thyssen@griffith...>
+  * Add Octagon shape and Octagonal distance kernels for Morphology
+  * Fix minor Morphology kernel compose bug (cleanup after Src/Dst swap)
+  * Fix segmentation fault after error in a morphology 'named' kernel
+  * Added a range of kernels used for specialised thinning purposes
+    as defined in a research paper by Dan S. Bloomberg.
+  * Added Dan Bloomberg best thinning skeleton, "Skeleton:3"
+  * Removed origin pixel from many Hit-and-Miss kernels allowing kernels
+    to not only be used for thinning, but also thickening.
+  * Renamed "ThinDiagonals" kernel to just "Diagonals"
+  * Distance uses a fast two pass algorithm, and no longer needs 'iteration'
+
+2011-04-02  6.6.9-4 Glenn Randers-Pehrson <glennrp@image...>
+  * Make the PNG encoder use depth==8 when incoming image->depth < 8
+    (the encoder later reduces the depth if it can), to avoid writing
+    an incorrect image.
+  * Remove any bogus colormap received by the PNG encoder with an image
+    that is not PseudoClass (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18475).
+
+2011-04-02  6.6.9-3 Cristy  <quetzlzacatenango@image...>
+  * Added -statistic Gradient
+
+2011-04-01  6.6.9-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-3.
+
+2011-04-01  6.6.9-3 Cristy  <quetzlzacatenango@image...>
+  * Set the caption height correctly for missing row geometry (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18447).
+
+2011-03-31  6.6.9-2 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-2.
+
+2011-03-30  6.6.9-2 Glenn Randers-Pehrson <glennrp@image...>
+  * Revised the png decoder to store the PNG IHDR and other known PNG
+    chunk data as properties, for later retrieval and reporting by "identify",
+    so users can easily and reliably discover the color-type, bit-depth, etc
+    that were in the input PNG datastream.
+  * The PNG decoder sometimes set images with more than 256 different
+    gray-alpha pixels to storage_class=PseudoClass with an incorrect colormap.
+
+2011-03-30  6.6.9-2 Anthony Thyssen <A.Thyssen@griffith...>
+  * Add a "Resize" distortion method (distort equivalent of -resize).
+  * Special CLI handling so -distort Resize takes a "geometry" argument.
+
+2011-03-29  6.6.9-2 Cristy  <quetzlzacatenango@image...>
+  * Expand PCL compressed pixel buffer to prevent delta compressed overrun.
+
+2011-03-29  6.6.9-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-1.
+
+2011-03-29  6.6.9-1 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fix AdaptiveResizeImage() to use 'Mesh' Interpolation, and fix its
+    coordinate handling, as originally defined.
+
+2011-03-29  6.6.9-1 Cristy  <quetzlzacatenango@image...>
+  * Support -statistic standard-deviation option.
+  * Patch for coders/dcm.c so it compiled with HDRI enabled.
+
+2011-03-28  6.6.9-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.9-0.
+
+2011-03-28  6.6.9-0 Cristy  <quetzlzacatenango@image...>
+  * Optimize bilinear interpolation.
+  * Remove version from etc folder and instead use /etc/ImageMagick.
+
+2011-03-28  6.6.9-0 Anthony Thyssen <A.Thyssen@griffith...>
+  * Separated complex cropping function from TransformImage() as a new
+    function CropImageToTiles().  This new function returns either the
+    new cropped image, or a list of tiles, according to geometry, without
+    replacing the source image. The Source image may be part of a larger list
+    of images, without the function 'losing' the other images of the list.
+
+2011-03-27  6.6.8-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-10.
+
+2011-03-27  6.6.8-10 Anthony Thyssen <A.Thyssen@griffith...>
+  * Modified image handling in MogrifyImages() and MogrifyImage()
+    which improves overall handling, and allows correct %p, %n and the
+    %[fx:..] 't' and 'n' escape usage to work correctly.
+  * Added -duplicate as a multi-image sequence operator
+
+2011-03-26  6.6.8-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-9.
+
+2011-03-25  6.6.8-9 Cristy  <quetzlzacatenango@image...>
+  * Add InterpolateMagickPixelPacket() method.
+  * Add support for the %[opaque] property.
+
+2011-03-25  6.6.8-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-8.
+
+2011-03-25  6.6.8-8 Cristy  <quetzlzacatenango@image...>
+  * Fix memory access bug in CloneString() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=18382).
+  * Avoid infinite loop when no space is available in MagickFormatCaption().
+
+2011-03-25  6.6.8-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Removed the fix for %p and %n escapes, as it was not working right
+
+2011-03-24  6.6.8-7 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-7.
+
+2011-03-24  6.6.8-7 Cristy  <quetzlzacatenango@image...>
+  * Add support for 16-bit DCM short ints (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18371).
+
+2011-03-23 6.6.8-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Another fix for -sparse-color and unused color channels
+  * Finalize the -duplicate option created by Cristy
+  * Fix of segmentation fault for second image in %[fx:..] during info:
+    (Bug in AcquireFxInfo(), as given start image is not first image)
+
+2011-03-21  6.6.8-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Revised the PNG8 encoder to use 50% threshold instead of 0% when
+    reducing transparency to binary.  Collapse all resulting fully transparent
+    colors into one (the background color), to reduce the compressed filesize.
+  * First try the 4-4-4-1 and 3-3-3-1 palettes instead of 3-3-2-1, to preserve
+    colors (especially gray) better, when reducing to PNG8.
+  * Force the PNG encoder to return image->matte==MagickTrue when the
+    format is RGBA or GA or if the tRNS chunk is present, even when the
+    image is fully opaque (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18349).
+
+2011-03-21  6.6.8-6 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-6.
+
+2011-03-21  6.6.8-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Re-enabled reduction of grayscale images (color-type 0) to 2 or 4 bits
+    when appropriate (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18098).
+  * The "-define PNG:color-type=4" option did not always force the PNG
+    encoder to write an all-opaque alpha channel (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18349).
+
+2011-03-14  6.6.8-6 Cristy  <quetzlzacatenango@image...>
+  * Fixed memory leak for PDF and Bitmap PSD RLE support (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18317).
+  * Support the -statistic option: replace each pixel with corresponding
+    statistic from the neighborhood.
+  * Add support for -duplicate option.
+  * Move configuration files from /usr/share and /usr/lib to /etc and /var.
+  * Do not cache the results of fx: otherwise -format
+    '%[fx:rand()] %[fx:rand()]' returns the same random numbers.
+
+2011-03-18 6.6.8-6 Anthony Thyssen <A.Thyssen@griffith...>
+  * Replaced Minus and Divide Composition methods with Dst and Src
+    equivalents. Now users can decide how these non-commutative mathematical
+    operators are applied to the images being composited.
+  * Fix the percent escape values for  %p, %n  and  %[fx:t], %[fx:n] to
+    respectively mean the current images index and the total number of
+    images within the current image sequence.
+
+2011-03-17 6.6.8-5 Anthony Thyssen <A.Thyssen@griffith...>
+  * Backed out the patch for Variable Blur Composition that was added
+    2011-02-13 v6.6.7-7, until I can re-think the problem.
+    The existing fix was failing to do circular blurs correctly.
+
+2011-03-14  6.6.8-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed a rounding/truncation error while writing the pHYs chunk in the
+    png encoder.
+  * Don't write text-encoded profile when "-define PNG:exclude-chunk=text,ztxt"
+    is present (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17086 and
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18225).
+
+2011-03-14  6.6.8-5 Cristy  <quetzlzacatenango@image...>
+  * Add support for the WebP image format.
+
+2011-03-14  6.6.8-5 Anthony Thyssen <A.Thyssen@griffith...>
+  * Ensured that -sparse-color preserves unused channels when
+    channel limited.  Before this unused channels would be reset to black.
+
+2011-03-11  6.6.8-4 Glenn Randers-Pehrson <glennrp@image...>
+  * Don't try to store a bKGD chunk in a PNG8 when there are already
+    256 colors in the palette and the background colors is not in that
+    palette (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18199);
+  * The "-define PNG:exclude-chunk=bKGD" option was also excluding
+    the text chunks. (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18253).
+
+2011-03-10  6.6.8-4 Cristy  <quetzlzacatenango@image...>
+  * Fx is a mathematical function.  Do not treat transparency as black.
+  * No image scene suffix for filenames that include a single bracket (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18267).
+
+2011-03-10  6.6.8-3 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-3.
+
+2011-03-10  6.6.8-3 Cristy  <quetzlzacatenango@image...>
+  * Boost causes an ambiguity with ssize_t when building PythonMagick.  Add
+    patch from Arfrever@gento... to fix the build exception.
+
+2011-03-09  6.6.8-2 Cristy  <quetzlzacatenango@image...>
+  * Support the Radiance HDR image format.
+  * Update the offset in the black channel when sharpening to avoid incorrect
+    results.
+  * Do not use GenericReadMethod for TIFF images with 64-bits per sample.
+
+2011-03-06  6.6.8-2 Glenn Randers-Pehrson <glennrp@image...>
+  * Throw error message when the requested color-type or bit-depth
+    cannot be written by the PNG encoder (error was being thrown
+    into the wrong image structure).  (Reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18162).
+  * Don't write a PNG text chunk with "density" keyword that overrides the
+    PNG pHYs chunk, if the pHYs chunk was not excluded (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18253).
+  * Ignore any PNG text chunk with a "density" keyword found by the PNG
+    decoder, if the PNG datastream also contains a pHYs chunk.
+
+2011-03-06  6.6.8-1 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-1.
+
+2011-03-05  6.6.8-1 Cristy  <quetzlzacatenango@image...>
+  * Support PSD files with one layer and one composite layer.
+  * We must cast a Quantum type when bit shifting and HDRI is enabled.
+
+2011-03-05  6.6.8-0 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.8-0.
+
+2011-02-27  6.6.8-0 Cristy  <quetzlzacatenango@image...>
+  * Add support for the -mode option.
+
+2011-02-27  6.6.8-0 Glenn Randers-Pehrson <glennrp@image...>
+  * Fix scaling of new color-reduction method in the PNG encoder (16-bit
+    images were scaled down to 0 or 1, or nearly black).
+  * Delay opening the PNG output blob until the PNG encoder is ready
+    to write the IHDR chunk, to avoid writing zero-length PNG files when
+    errors are found while building the palette.  (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18162).
+
+2011-02-25  6.6.7-10 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.7-10.
+
+2011-02-23  6.6.7-10 Cristy  <quetzlzacatenango@image...>
+  * Avoid seg fault in AppendImages() when one image is in the RGB colorspace
+    but the other is in the CMYK colorspace.
+  * Get rid of 'respect_parenthesis defined but not used' warnings (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=18173).
+
+2011-02-22  6.6.7-10 Glenn Randers-Pehrson <glennrp@image...>
+  * Write sub-8-bit grayscale PNG images as palette-indexed PNG images.  This
+    usually makes smaller files anyhow.
+  * Eliminated a number of redundant tests for gray images in the PNG encoder.
+  * Removed now-unused IsMonochromeImage() function from coders/png.c
+  * Scan the colormap instead of all of the pixels, when possible, to
+    determine whether the image received by the PNG encoder is grayscale
+    or black-and-white.
+  * Avoid reading from the colormap in coders/png.c when it is NULL (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18162).
+  * Add a check whether the PNG "cheap transparency" criteria are met.  That
+    is, there is a single transparent color, no semitransparent colors, and
+    no opaque color that has the same RGB components as the transparent
+    color.  If those aren't met, a color that is transparent in one pixel
+    and opaque in another would always be rendered as transparent, so we
+    must write a PNG colortype that has an alpha channel (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18167).
+
+2011-02-22  6.6.7-9 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.7-9.
+
+2011-02-22  6.6.7-9 Glenn Randers-Pehrson <glennrp@image...>
+  * Disabled reduction of grayscale images (color-type 0) to less than 8 bits
+    when writing because this sometimes produced incorrect output (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18098).
+
+2011-02-21  6.6.7-9 Cristy  <quetzlzacatenango@image...>
+  * Check image has properties before accessing the splay tree (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18136).
+
+2011-02-15  6.6.7-8 Cristy  <quetzlzacatenango@image...>
+  * New version 6.6.7-8.
+
+2011-02-14  6.6.7-8 Glenn Randers-Pehrson <glennrp@image...>
+  * The PNG encoder should ignore bogus q->opacity values when image->matte
+    is MagickFalse (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18067).
+
+2011-02-14  6.6.7-8 Cristy  <quetzlzacatenango@image...>
+  * Use implicit image format when explicit format is bogus (e.g.
+    02.13.11-18:43:58.png now writes as PNG).
+  * Fix problem with 4GB file seeks on a 32-bit OS.
+
+2011-02-13  6.6.7-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fixed Variable blur to handle small (< 1.0 sigma) blurs generated
+    by the blur map being used, rather than just 'cutoff' suddenly.
+
+2011-02-08  6.6.7-7 Cristy  <quetzlzacatenango@image...>
+  * Support 16-bit per pixel YUV image files.
+  * Fix off-by-one error in PosterizeImage().
+  * Posterize now distributes color uniformly (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17623).
+  * Add -smush option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17953).
+  * Repair memory leak in the display program.
+
+2011-02-07  6.6.7-6 Cristy  <quetzlzacatenango@image...>
+  * Fix bug in carg() define when HAVE_COMPLEX is not defined (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18030).
+
+2011-02-06  6.6.7-6 Anthony Thyssen <A.Thyssen@griffith...>
+  * Default sigma for Gauusian resize filter is now 1/2 for both
+    orthogonal resize and cylindrical EWA distortions.
+
+2011-02-02  6.6.7-5 Cristy  <quetzlzacatenango@image...>
+  * Check if the font is null in RenderFreetype() to prevent fault (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17890).
+  * Eliminate fault when reading WMF image files (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=17971).
+  * Support multi-page transparent Postscript and PDF image files.
+  * The compare fuzz metric now returns the same correct value for
+    'xc:white xc:blue -alpha off' and 'xc:white xc:blue -alpha on'.
+
+2011-01-29  6.6.7-4 Paul Heckbert  <ph@cs.cm...>
+  * Move coders/tiff.c conditional compile to define TIFF exception /
+    semaphore / key when TIFF delegate is disabled.
+
+2011-01-29  6.6.7-4 Glenn Randers-Pehrson <glennrp@image...>
+  * Renamed variables, macros, and functions defined/declared in coders/png.c
+    that were in the libpng namespace (beginning with "png_" or "PNG_").
+
+2011-01-25  6.6.7-3 Glenn Randers-Pehrson <glennrp@image...>
+  * Removed a call to GetNumberColors() from the PNG encoder that was
+    only there for debugging purposes and was consuming a huge amount
+    of CPU time. (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=17799).
+  * Sometimes black was still written as transparent, when the PNG
+    encoder received an image with image->matte==true but no transparent
+    pixels were present. (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17913);
+
+2011-01-24  6.6.7-3 Cristy  <quetzlzacatenango@image...>
+  * Remove memory leak from ThrowFileException() macro (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17908).
+  * Multiple blue error count by 'count' in ClassifyImageColors()
+  * Add support for the AAI image format.
+
+2011-01-22  6.6.7-2 Cristy  <quetzlzacatenango@image...>
+  * Accept quoted file paths in indirect file references (e.g. @myFiles.txt).
+
+2011-01-19  6.6.7-2 Glenn Randers-Pehrson <glennrp@image...>
+  * Changed the PNG encoder's "transparent_color" from a UShortPixelPacket
+    to LongPixelPacket and made the default (65537,65537,65537), which
+    can never occur in the PNG image data.  Previously the default was
+    (0,0,0) and black pixels would be rendered as as transparent when
+    no tRNS chunk was present in the input, which has caused problems
+    with some test cases since version 6.6.6-10.
+  * Improved the PNG_BUILD_PALETTE section to count opaque, transparent,
+    and semitransparent pixels separately.  Previously it wasn't always
+    possible to determine if there was a single fully-transparent color,
+    to decide whether to write an RGBA or Gray-Alpha image or an RGB or
+    Gray image with a tRNS chunk.
+
+2011-01-15  6.6.7-1 Cristy  <quetzlzacatenango@image...>
+  * Do not reset image next / previous when detach argument is false for
+    CloneImage().
+  * Inline cropping no longer fails for inline raw images (e.g.
+    -size 640x480 -depth 8 'gray:logo[100x100+200+200]').
+
+2011-01-14  6.6.7-1 Glenn Randers-Pehrson <glennrp@image...>
+  * Don't let the PNG encoder try to sort the colormap when there are more
+    than 256 colors in the image. (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17834).
+
+2011-01-10  6.6.7-1 Cristy  <quetzlzacatenango@image...>
+  * Accept escaped % in output filename (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17810).
+
+2011-01-08  6.6.7-1 Glenn Randers-Pehrson <glennrp@image...>
+  * Quieted some inconsequential warnings in the PNG codec due to a
+    change in the type of the PNG iCCP profile from png_charp to png_bytep
+    in libpng-1.5.0.
+
+2011-01-03  6.6.7-0 Cristy  <quetzlzacatenango@image...>
+  * Handle negative heights for ICO images.
+
+2011-01-02  6.6.7-0 Glenn Randers-Pehrson <glennrp@image...>
+  * Recent changes sometimes caused the PNG encoder to select colortype=2
+    (Truecolor) instead of 0 (Grayscale) for grayscale images.  This made
+    the filesize larger than necessary and caused some of the PerlMagick
+    tests to fail.
+
+2011-01-01  6.6.6-10 Glenn Randers-Pehrson <glennrp@image...>
+  * The PNG decoder now checks whether the image actually has any transparency
+    when the input file contains an alpha channel or a tRNS chunk.  (Reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17748)
+
+2010-12-26  6.6.6-8 Cristy  <quetzlzacatenango@image...>
+  * -posterize fails with more than 40 levels (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17741).
+  * Add support for the MacPaint image format.
+  * Eliminate spurious 'invalid colormap index' exception for 16-bit SGI images
+    (bug report by steven.sittser@fligh...).
+  * Fix user data length for the CIN image format.
+
+2010-12-21  6.6.6-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Use a clone instead of the main image in coders/png.c, so the image
+    can still be used later on without being affected by changes made by
+    the PNG encoder.
+  * Added PNG:exclude-chunk and PNG:include-chunk defines.
+  * Revised the -strip option so it behaves as though
+    "-define PNG:include-chunk=none,gama" had appeared on the commandline.
+  * Avoid writing PNG ancillary chunks in the PNG/MNG/JNG encoder while
+    generating the alpha channel for a JNG image.
+
+2010-12-21  6.6.6-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Removed the forced interpolation setting in AcquireResampleFilterThreadSet
+    It prevented user defined interpolation settings for -clut, and possibly
+    other usage.
+
+2010-12-17  6.6.6-6 Chris Madison  <madisonblu@gmail...>
+  * Add LZMA compression support to ImageMagick.
+  * Eliminate seg-fault in MvgPrintf().
+
+2010-12-17  6.6.6-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Eliminated a redundant quantization step in the PNG encoder.
+  * Untangled a confusing but apparently harmless improper loop nesting
+    in the PNG encoder.
+  * Eliminated redundant "IsGray()" tests from the PNG encoder.
+
+2010-12-14  6.6.6-6 Cristy  <quetzlzacatenango@image...>
+  * -format "%[fx:u.p{5,5}]" no longer reports parse exception (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17678).
+
+2010-12-10  6.6.6-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Make the PNG encoder always rebuild the palette, to avoid losing
+    transparency when it is out of sync with the pixel data (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17655).
+  * Eliminated CompressColormapTransFirst() since the palette is already
+    compressed and sorted by opacity now when it's recreated.
+
+2010-12-10  6.6.6-5 Cristy  <quetzlzacatenango@image...>
+  * Account for virtual canvas for the -flip / -flop options (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17626).
+  * Also for -transpose and transverse options
+  * Support -metric fuzz option.
+
+2010-12-09  6.6.6-4 Anthony Thyssen <A.Thyssen@griffith...>
+  * Replace IsMagickColorSimilar() which provides the Fuzz Factor threshold
+    function.  Note function does not calculate 'distance' in total but
+    short-circuits when threshold is reached for faster processing.
+  * Ordered Dithered handling of Alpha channel was incorrect - fixing
+    Bug was introduced v6.6.5-6
+
+2010-12-03  6.6.6-3 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed two more cases where the PNG encoder lost transparency (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17516).
+
+2010-12-01  6.6.6-2 Cristy  <quetzlzacatenango@image...>
+  * Affine multiplication reversed when translating (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17570).
+
+2010-11-26  6.6.6-2 Glenn Randers-Pehrson <glennrp@image...>
+  * Revised the "c7x7b" and "c7x7w" ordered-dither maps to be complementary
+    to each other.
+
+2010-11-27  6.6.6-1 Cristy  <quetzlzacatenango@image...>
+  * Add support for -evaluate-sequence median.
+
+2010-11-26  6.6.6-0 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed two more cases where the PNG encoder lost transparency (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17516).
+
+2010-11-23  6.6.6-0 Cristy  <quetzlzacatenango@image...>
+  * The policy.xml sets not-to-exceed resource values (e.g. policy memory limit
+    1GB, -limit 2GB exceeds policy maximum so memory limit is 1GB).
+  * Support NCC (normalized cross correlation) compare metric.
+
+2010-11-21  6.6.5-10 Cristy  <quetzlzacatenango@image...>
+  * Fix PNG coder compile error when HDRI is enabled.
+
+2010-11-17  6.6.5-9 Glenn Randers-Pehrson <glennrp@image...>
+  * Many of the problems with the PNG encoder have been fixed (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16490).
+  * The "-type Optimize" option is now deprecated.  If present, it is treated
+    by the PNG encoder the same as if the type were undefined.  Optimization
+    is now always performed.  No other formats used the "type Optimize" option.
+  * Merged redundant code into LosslessReduceDepth() function in the PNG codec.
+
+2010-11-14  6.6.5-9 Cristy  <quetzlzacatenango@image...>
+  * The splice option no longer throws spurious "pixels are not authentic"
+    exceptions.
+  * Thread the -adaptive-resize option.
+  * Set XBM coder height to height not width.
+
+2010-11-14  6.6.5-9 Nicolas Robidoux <nicolas.robidoux@gmai...>
+  * Lanczos2Sharp blur tweaked. New blur = 0.9549963639785485.
+
+2010-11-13  6.6.5-9 Nicolas Robidoux <nicolas.robidoux@gmai...>
+  * LanczosSharp blur tweaked to minimize worst case deviation from "perfect
+    preservation of images which only vary horizontally (or vertically)" under
+    no-op. New blur = 0.9812505644269356.
+
+2010-11-08  6.6.5-8 Nicolas Robidoux <nicolas.robidoux@gmai...>
+  * Missing logical operator in tiff.c.
+
+2010-11-08  6.6.5-8 Cristy  <quetzlzacatenango@image...>
+  * Only save TIFF image with 1-bit depth if there is no alpha channel.
+  * Abandon PSD composite if layer is available.
+  * %[fx:mean] is the mean of the default channels (all but opacity) (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17432).
+
+2010-10-29  6.6.5-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Added 5x5, 6x6, and 7x7 ordered-dither level maps.
+
+2010-10-30  6.6.5-5 Cristy  <quetzlzacatenango@image...>
+  * Do not read configure files in the current directory for the "installed"
+    version of ImageMagick.
+  * Allow numeric characters in the XPM basename (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17385).
+
+2010-10-29  6.6.5-4 Glenn Randers-Pehrson <glennrp@image...>
+  * Revised PNG palette optimization
+  * Added some debug logging in coders/png.c.
+
+2010-10-28  6.6.5-3 Nicolas Robidoux <nicolas.robidoux@gmai...>
+  * More precise blur values for Lanczos2Sharp and LanczosSharp.
+  * Added location of first Mitchell crossing (=8/7) to the filters data
+    structure.
+
+2010-10-28  6.6.5-2 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added Lanczos2D* filters now named Lanczos2*
+  * Reorganization of AcquireFilter() to make it work better
+
+2010-10-25  6.6.5-1 Nicolas Robidoux <nicolas.robidoux@gmai...>
+  * Clearer EWA filters (LanczosSharp etc) comments.
+
+2010-10-25  6.6.5-1 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added LanczosSharp  (3-lobe Lanczos with sharpening)
+  * Filter sharpening factors are also always applied regardless of usage.
+
+2010-10-24  6.6.5-1 Nicolas Robidoux <nicolas.robidoux@gmai...>
+  * CubicBC filter formulas simplified by constant folding. In
+    particular, P1 coefficient (always zero) removed from coeff.
+
+2010-10-22  6.6.5-1 Nicolas Robidoux <nicolas.robidoux@gmai...>
+  * Revert the Robidoux filter to a Keys cubic with C=(108 sqrt 2-29)/398
+    (as already specified in the documentation).
+
+2010-10-14  6.6.5-1 Cristy  <quetzlzacatenango@image...>
+  * Ignore PS bounding box offsets if -page is set.
+  * Use #pragma omp master for dumping single threaded debugging information
+    (single caused a fault).
+  * Add support for -evaluate exp.
+
+2010-10-12  6.6.5-0 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added "filter:sigma" expert setting defining the 'sigma' for the Gaussian
+    filter only.  This is similar in action to 'blur' but only for Gaussians,
+    and does not modify the filters support, allowing you to set a very small
+    sigma, without the function 'missing' all pixels.
+    (This will allow future adjustment of Gaussians for variable blur mapping)
+
+2010-10-10  6.6.5-0 Cristy  <quetzlzacatenango@image...>
+  * Patch for  DrawableRotation() and DrawableTranslation() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17246).
+  * The webp format requires the webpconv delegate program (experimental).
+
+2010-10-05  6.6.5-0 Anthony Thyssen <A.Thyssen@griffith...>
+  * Replaced "Robidoux" with Cubic 'Keys' filter that is near equivalent to
+    the previous sharped "Lanczos2D" filter. (C=0.31089212245300069)
+    This also is very similar to a Mitchell filter but specifically designed
+    for EWA use and is the new default filter for Distorting Images.
+  * Original sharpened Lanczos2D filter now called "Lanczos2Dsharp"
+
+2010-10-08  6.6.4-10 Jerry Gay  <jerry.gay@gmail..>
+  * Autodetect file type support in Makefile.PL to prevent test failures
+
+2010-10-05  6.6.4-10 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added new filter 'Lanczos2D' a 2-lobe Lanczos as defined by
+    Andreas Gustafsson in his thesis  "Interactive Image Warping" (page 24)
+         http://www.gson.org/thesis/warping-thesis.pdf
+  * Added filter "Robidoux" which is a slightly sharpened version of the
+    "Lanczos2D" filter (blur=0.958033808) specifically designed to be less
+    'blurry' for horizontal and vertical lines in no-op distortions.
+
+2010-10-05  6.6.4-10 Cristy  <quetzlzacatenango@image...>
+  * Add support for "pattern:vertical2" and "pattern:horizontal2".
+  * Add support for "pattern:vertical3" and "pattern:horizontal3".
+  * Properly handle PSD layers with negative offsets.
+
+2010-10-03  6.6.4-9 Cristy  <quetzlzacatenango@image...>
+  * Fix memory assertion with --enable-embeddable (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17201).
+  * Don't permit access to pixels when pinging an image (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17194).
+
+2010-10-02  6.6.4-9 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added sqrt(2) blurring default for Gaussian Filter if used as
+    a Cylindrical EWA filter.  This resulted removing the last aliasing
+    issue that was present in tests for Gaussian EWA resampling. Of course
+    it is still a very blurry filter for default use in EWA.
+  * Adjusted Variable Mapping Blur Composition so user arguments actual
+    relate properly to the sigma of the blur for a maximum mapping value.
+  * Fix horizon anti-aliasing for output-scaled perspective distortions.
+  * 'Bessel' filter is now officially and more accurately named 'Jinc'
+    however 'Bessel' while not visible as a filter option can still be used
+    as an internal alias for 'Jinc'.
+
+2010-09-28  6.6.4-8 Nicolas Robidoux <nicolas.robidoux@gmai...>
+  * Chantal Racette double checked the bounding parallelogram computation
+    in resample.c (and I tightened the comments).
+
+2010-09-28  6.6.4-8 Cristy  <quetzlzacatenango@image...>
+  * Temporary files not always deleted (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15960).
+
+2010-09-28  6.6.4-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Bug fix for -filter point distorts (occasional generating black pixels)
+
+2010-09-27  6.6.4-8 Nicolas Robidoux <nicolas.robidoux@gmai...>
+  * Simplified the ClampUpAxes code, the use of its outputs, its comments,
+    and credited Craig DeForest for the "clamp singular values" idea.
+  * No reason to have "insane" precision Sinc in resize.c: Use
+    the 1.2e-12 max. abs. relative error version for Q64 as well as Q32.
+
+2010-09-27  6.6.4-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Replace the blurry "High Quality EWA" technique with a 'Clamped EWA'
+    for Distort Resampling.  This makes -distort a whole lot nicer
+    and allows for the use of better cylindrical filters.
+
+2010-09-26  6.6.4-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fix Point filter for ResizeImage() caused by support limiting the
+    Box weighting function.
+
+2010-09-26  6.6.4-6 Cristy  <quetzlzacatenango@image...>
+  * Don't allow resize filter weights to go to zero (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17132).
+
+2010-09-24  6.6.4-6 Nicolas Robidoux <nicolas.robidoux@gmai...>
+  * Now that MagickPIL is a MagickRealType, some casts are unneeded.
+
+2010-09-21  6.6.4-6 Cristy  <quetzlzacatenango@image...>
+  * Do not break words if caption size is absolute (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17123).
+  * Don't define HAVE_THREADS for --without-threads configure script option.
+
+2010-09-20  6.6.4-5 Nicolas Robidoux <nicolas.robidoux@gmai...>
+  * Modified "magick/resize.c" so that MagickPIL is a MagickRealType number.
+    Some computations were needlessly done in long double precision because
+    PIL forced an automatic upcast wherever it appeared. Changed its name to
+    MagickREALTYPEPI. <- This was later reverted back to MagickPIL.
+  * Modified "magick/resize.c" so that Bohman uses one trig call + one sqrt
+    call instead of two trig calls.
+
+2010-09-20  6.6.4-5 Anthony Thyssen <A.Thyssen@griffith...>
+  * modified "magick/resample.c" to allow use of either EWA or HQEWA (default)
+  * Removed LanczosFast from supported filters (SincFast*SincFast is faster)
+
+2010-09-19  6.6.4-5 Cristy  <quetzlzacatenango@image...>
+  * If IPTC profile is not embedded in an 8bim resource, declare it IPTC
+    rather than 8BIM.
+  * Support %[version] and %[copyright].
+  * Improve performance of the pixel cache.
+
+2010-09-18  6.6.4-4 Cristy  <quetzlzacatenango@image...>
+  * Automatically set the quantum depth to 16 for HDRI.
+
+2010-09-16  6.6.4-2 Cristy  <quetzlzacatenango@image...>
+  * IPTC profile not always wrapped properly inside an 8BIM profile.
+  * TIFF tile geometry must be divisible by 16.
+
+2010-09-15  6.6.4-2 Anthony Thyssen <A.Thyssen@griffith...>
+  * Rename of SincPolynomial to SincFast for easier user understanding
+  * Ditto for LanczosChebyshev to LanzcosFast
+
+2010-09-14  6.6.4-2 Anthony Thyssen <A.Thyssen@griffith...>
+  * Switch default resize filters to using the faster SincPolynomial
+    filter by default internally.  However 'Sinc' will still use the
+    Trigonometric function, and can be used to assign the trig version
+    of Sinc() to filters using the filter expert options.
+  * The default filter for 'distort' was found to be a very blurry inaccurate
+    filter function.  It was removed and replaced with a correct Gaussian
+    filter (as used by resize)
+  * Added a switch so that "-interpolate filter" will force the use of
+    a cylindrical filter for ALL pixels in distorted images.  That is you can
+    use that switch to use a cylindrical filter even for images that are
+    being enlarged by the distortion.  However EWA is still currently using
+    a fixed 2.0 sampling radius.  This switch complements the use of "-filter
+    point" which turns off EWA filters in favor of interpolation for all
+    pixels in a distorted image.  BOTH switches should not be used together.
+  * A bug in the support radius of the EWA resampling function was found,
+    now that correctly defined resize filters are being used. Suddenly Normal
+    Gaussian distortions are not so blurry, and tests with distortions of
+    the 'Rings' image show extremely good and clear results, with only minimal
+    blurring.  The filter 'blur' expert option can be used to adjust this
+    further.
+
+    The above represents a major improvement forward in the quality of the
+    image distortion operator. But near-unity distortions (no scaling) are
+    still overly blurry.
+
+2010-09-13  6.6.4-2 Cristy  <quetzlzacatenango@image...>
+  * Don't negate the geometry offset for the -extent option.
+
+2010-09-09  6.6.4-1 Cristy  <quetzlzacatenango@image...>
+  * The RGBO format is now listed as a supported format.
+
+2010-09-07  6.6.4-1 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added the Nicolas Robidoux and Chantal Racette  Lanczos resize filter
+    function as "LanczosChebyshev" as faster alternative to Lanczos.
+  * Re-code Nicolas Robidoux and Chantal Racette Polynomial Approximation of
+    the Sinc Trigonometric resize filter, as a proper filter to allow
+    direct comparison and speed testing of the filter.
+  * Expanded the "-set option:filter:verbose 1" output, so as to also include
+    the actual functions and other values that were used to create the filter.
+
+2010-09-02  6.6.4-0 el_supremo  <digipete@shaw...>
+  * Repair a few incorrect LocaleNCompare() calls (ttf.c, ps.c).
+
+2010-08-31  6.6.4-0 Cristy  <quetzlzacatenango@image...>
+  * Path no longer closed if join style is round (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16943).
+  * Add case for BGRQuantum to GetQuantumExtent().
+  * Support no compression on PCX write.
+
+2010-08-23  6.6.3-10 Cristy  <quetzlzacatenango@image...>
+  * Fixed bug in the raw BGRA coders (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16880).
+  * Fix off-by-one error in the PSD coders.
+  * Nicolas Robidoux with the assistance of Chantal Racette contribute an
+    approximation of the sinc function over the interval [-3,3].
+  * Eliminate a small memory leak in LevelizeImageChannel() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16951).
+  * Recognize -fx logtwo (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16958).
+
+2010-08-15  6.6.3-7 Cristy  <quetzlzacatenango@image...>
+  * Throw exception if image size differs for the compare program but the
+    -subimage-search option is not specified.
+
+2010-08-13  6.6.3-6 Cristy  <quetzlzacatenango@image...>
+  * The AdobeRgb.tif TIFF image no longer faults under Windows (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16838).
+  * Add -subimage-search option to the compare utility.
+
+2010-08-12  6.6.3-5 Cristy  <quetzlzacatenango@image...>
+  * The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16833).
+
+2010-08-10  6.6.3-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Emit a warning if the PNG encoder can't satisfy the color type and
+    bit depth requested with a "-define" directive.
+
+2010-08-07  6.6.3-4 Cristy  <quetzlzacatenango@image...>
+  * The orient option sometimes improperly set "undefined" (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16795).
+  * Only list orientation options for the -list orientation option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16801).
+  * Return proper standard deviation for combined channels (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16786).
+  * Handle transparency properly for the PSD image format.
+
+2010-08-05  6.6.3-3 Glenn Randers-Pehrson <glennrp@image...>
+  * Properly map PNG intent to image->rendering_intent
+
+2010-08-01  6.6.3-3 Cristy  <quetzlzacatenango@image...>
+  * Eliminate bogus "invalid colormap index" when pinging ICO images.
+  * Support -set density / units.
+
+2010-07-31  6.6.3-2 Cristy  <quetzlzacatenango@image...>
+  * Only use the first alpha channel in PSD image.
+  * Only use XPM complying colors for XPM images (e.g. green is rgb(0,255,0)).
+
+2010-07-27  6.6.3-2 Glenn Randers-Pehrson <glennrp@image...>
+  * Eliminate useless message about assuming zero delay when writing
+    a single-frame MNG, and changed it from Error to Warning when
+    writing a multiple-frame MNG.
+
+2010-07-25  6.6.3-1 Glenn Randers-Pehrson <glennrp@image...>
+  * Don't "ping" a PNG image if it is embedded in a MNG.  Otherwise the
+    reader tries to read MNG chunks from the interior of the embedded PNG,
+    resulting in an erroneous "corrupted image" message.
+
+2010-07-09  6.6.3-1 Cristy  <quetzlzacatenango@image...>
+  * Fix memory leak in for corrupt BMP images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16600).
+  * Repair several issues when writing to stdout (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16620).
+  * A GIF image with the .bgr extension is still a GIF (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16662).
+
+2010-07-07  6.6.3-1 Glenn Randers-Pehrson <glennrp@image...>
+  * The PNG decoder failed to handle the tRNS chunk properly for grayscale
+    images where the PNG bit_depth was not the same as the quantum depth,
+    and the transparent color was not black.
+
+2010-07-01  6.6.3-0 Chris Madison  <madisonblu@gmail...>
+  * Pinging the DJVU image format no longer faults.
+  * Check for time-limit-exceeded in only one thread.
+  * Reading filenames from a file (e.g. @filenames) no longer includes the
+    utility name (side effect of StringToArgv() method).
+
+2010-06-28  6.6.2-10 Cristy  <quetzlzacatenango@image...>
+  * Support the tiff:fill-order define.
+  * Filters are case sensitive (e.g. reduce-Colors).
+  * Restore mogrify's -path option.
+  * The -list module option lists image coders and image filters.
+
+2010-06-27  6.6.2-9 Cristy  <quetzlzacatenango@image...>
+  * Add the ImageView API.
+  * Fix DJVU coder to read one page (e.g. 'image.djvu[2]').
+  * Support -define png:bit-depth=1 -define png:color-type=3 for PNG format.
+
+2010-06-22  6.6.2-8 Cristy  <quetzlzacatenango@image...>
+  * Skip byte when DDS bitcount is 32 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16487).
+  * Montage now uses final background setting (e.g. montage -background none ...
+    -background lightblue show:).
+  * Do not annotate directory paths in ListFiles().
+  * Reset the image matte for png:color-type=2.
+
+2010-06-17  6.6.2-7 Cristy  <quetzlzacatenango@image...>
+  * Support new label:pointsize property.
+  * Miscellany->Slide Show, in the display program, now cycles through the
+    image sequence.
+  * Recognize certain hex color values (e.g. #b9e1cc00) for the -fx argument.
+  * Reduce memory requirements when dithering on the iPhone.
+  * Command line operators no longer affected by settings that appear after
+    them (e.g. -splice 10x0+0+0 -gravity center).
+  * Compute the proper DPX user data field size.
+
+2010-06-15  6.6.2-6 Cristy  <quetzlzacatenango@image...>
+  * Fix some nits to keep the clang compiler happy.
+
+2010-06-14  6.6.2-5 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fix transprancy handling for Morphology Convolve
+  * Adjustments of Hit And Miss and Edge Detection kernel definitions
+  * Added 'ThinDiagonals' Thinning Kernel + two sub-types
+  * Handling for Convolution of 1-D vertical kernels.
+    However this was removed (using #if-#endif) as I found it slower in tests!
+
+2010-06-12  6.6.2-5 Cristy  <quetzlzacatenango@image...>
+  * mogrify -format properly handles compressed image filename (e.g.
+    -format jpg logo.png.bz2).
+  * Respect +dither option when saving to the GIF image format.
+
+2010-06-08  6.6.2-4 Cristy  <quetzlzacatenango@image...>
+  * End of string sentinel is \n not \r.
+
+2010-06-06  6.6.2-3 Glenn Randers-Pehrson <glennrp@image...>
+  * Don't decode pixels in coders/png.c when image->ping is set.
+
+2010-06-06  6.6.2-3 Cristy  <quetzlzacatenango@image...>
+  * Reset image filename when reading inline images.
+  * Don't clamp floating point values for HDRI-enabled ImageMagick.
+
+2010-05-25  6.6.2-2 Anthony Thyssen <A.Thyssen@griffith...>
+  * Replaced '^' morphology kernel rotation with two variants '>' and '<'
+  * 'Skeleton' variant to thin down images as symmetrically as possible.
+  * Spelling correction:  Manhatten -> Manhattan
+
+2010-06-01  6.6.2-2 Glenn Randers-Pehrson <glennrp@image...>
+  * Properly scale color components of the PNG bKGD chunk.
+  * Prevent MNG divide by zero in calculation of frame_timeout.  Set
+    both frame_delay and frame_timeout to infinite when ticks_per_second
+    is zero, as required by the MNG spec.
+
+2010-05-31  6.6.2-2 Cristy  <quetzlzacatenango@image...>
+  * Add x:silent option to prevent beeps when reading the X image format.
+  * Recognize TTF for GetMagicInfo().
+  * Ensure the +set option deletes the image artifact.
+
+2010-05-28  6.6.2-1 Glenn Randers-Pehrson <glennrp@image...>
+  * Prevent coders/png.c from attempting to write an empty tRNS chunk.
+
+2010-05-25  6.6.2-1 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fix for Square Array Rotates (off center origin rotate)
+  * Added HitAndMiss kernel Ridges2 to find 2 pixel thick ridges
+  * Added FreiChen:0,{angle}  FreiChen:{angle} and FreiChen:-1 variations
+    to complete this kernels definition
+
+2010-05-24  6.6.2-1 Cristy  <quetzlzacatenango@image...>
+  * Respect density when rendering SVG images.
+  * Set AVI handler to the MPEG coder.
+  * Compute the proper DPX user data field size.
+  * Do not interpret a format specifier when enclosed in brackets (e.g.
+    rose_tile_%[filename:tile].gif.
+  * Use 64-bit types when compiling with the 64-bit Visual C++ compiler under
+    Windows.
+  * Prevent MNG divide by zero in calculation of frame_delay (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16320).
+
+2010-05-23  6.6.2-0 Anthony Thyssen <A.Thyssen@griffith...>
+  * Third Re-write of MorphologyApply() to better handle compound methods.
+  * Implemented  -set option:morphology:compose for merging results of
+    multiple kernels. "None" means re-iterate results with next kernel.
+    While "Undefined" means to use the internal default for a method.
+    Thinning, Thickening, HitAndMiss, Convolve, Correlate defaults to "None"
+    while HitAndMiss defaults to "Lighten" (union of all kernel results).
+    Other morphology methods defaults still to be decided.
+  * Added HitAndMiss Kernel: Ridges  (find ridges and pixel width lines)
+  * Rotation Expansion of single kernels '^' and '@' flags in arguments
+    EG: -set option:showkernel 1 -morphology Convolve 'Blur:0x2^'
+  * ExpandKernelInfo() (rotation expand) now groks symmetrical kernels.
+    So the above will only produce a list of 2 kernels, not 4 kernels
+
+2010-05-18  6.6.2-0 Anthony Thyssen <A.Thyssen@griffith...>
+  * Separation of internal function MorphologyApply() from
+    MorphologyImageChannel() to calls to convolve without user settings.
+  * Rewrite of MorphologyApply() to output better 'verbose' messages
+  * Better handling of Gaussian tyle filters (bug fixes)
+  * Bug fix and optimization of kernel size calculations in "gem.c"
+  * Allow '^' or '@' flags in 'user defined' kernel size arguments to
+    expand kernel into a rotated list.
+    EG: -set option:showkernel 1 -morphology Thinning  '3@: 0,1,0 0,1,0 0,0,0'
+  * Allow a scaled unity kernel to be added to kernel (EdgeDet->Sharpen)
+    EG: -set option:convolve:scale [kernel_scale][^!],[unity_scale][%]
+  * Addition of "Laplacian of Gaussian" (LOG), also known as Mexican Hat
+    EG: -morphology convolve LOG:0x1
+  * Added FreiChen, Kirsch  Convolution kernels
+  * Added Discrete 'Laplacian of Gaussian' kernels (Laplacian type 15 and 19)
+  * Added Edges HitAndMiss Kernel
+
+2010-05-17  6.6.2-0 Cristy  <quetzlzacatenango@image...>
+  * PSD images require a proper layer to support an alpha channel.
+  * Enable PFM endian support.
+  * Add context to -border for montage.  Inside the parenthesis it adds a border
+    to the image otherwise it sets the border for the layout manager.
+  * 24-bit BMP images are not colormapped even if header colors != 0.
+  * Set DPX user data like this: -set profile dpx:userdata.txt.
+  * Make sure Lab => RGB => Lab survives the round trip.
+
+2010-05-15  6.6.1-10 Cristy  <quetzlzacatenango@image...>
+  * Use ScaleCharToQuantum() in coders/src.c (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16229).
+  * Don't clamp HDRI EXR pixels.
+
+2010-05-14  6.6.1-9 Cristy  <quetzlzacatenango@image...>
+  * Increase the estimated # points for the path drawing primitive.
+  * Remove any prior resolution block from PSD before writing the new block.
+
+2010-05-14  6.6.1-9 Anthony Thyssen <A.Thyssen@griffith...>
+  * Addition of more Morphological/Convolution Kernels.
+    DOG (Difference of Gaussians) and DOB (Difference of Blurs),
+    EG:    -morphology convolve DOG:0x1,3
+           -morphology convolve DOB:0x1,3,90
+  * Added Prewitt, Roberts, Compass  Convolution Kernels
+  * Ring Symbol Kernel (subtraction of Disk from a Disk)
+
+2010-05-13  6.6.1-9 Cristy  <quetzlzacatenango@image...>
+  * The pixel buffer was underallocated for some image formats when streaming.
+
+2010-05-12  6.6.1-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Implementation of Pattern Matching Morphology methods
+    HitAndMiss, Thicken, Thinning
+  * Reporting of Kernel Strings that fail to parse (though not why)
+  * Parsing of Multiple Kernel Strings, generating a list of kernels
+  * Union of results from Multiple Kernels for HitAndMiss method
+  * Interated Multiple Kernels for all other morphology methods
+  * Added many new kernels for HitAndMiss and Convolution
+    Sobel, Laplacian, Cross, Peaks, Corners, LineEnds, LineJunctions,
+    ConvexHull (for Thicken), Skeleton (for Thinning)
+
+2010-05-08  6.6.1-8 Glenn Randers-Pehrson <glennrp@image...>
+  * Use proper background.index when writing indexed PNG, if the background
+    color is in the palette.
+
+2010-05-08  6.6.1-7 Cristy  <quetzlzacatenango@image...>
+  * Fix improper 'invalid colormap index' PNG bug.
+  * Fix PerlMagick compile exception.
+
+2010-05-07  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added % and ! modification flags to morphology distance kernel
+    scaling factor, for easier usage.
+  * Bug fix for compose math channel handling and morphology diff usage
+
+2010-05-06  6.6.1-6 Cristy  <quetzlzacatenango@image...>
+  * Do not claim gray colorspace if gray image includes a non-gray pixel.
+  * Initialize BMP alpha channel to opaque for RGB images.
+  * Fixed under allocation for round rectangles.
+  * The -list option returns a 0 status as expected.
+
+2010-05-06  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
+  * Made use of new no-'sync' channel enabled mathematical compose methods
+    for the difference morphology methods.  These should now work correctly
+    for specific channels, and more importantly for alpha shaped morphology.
+
+2010-05-05  6.6.1-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed bugs with losing the opacity channel while writing some PNG images.
+    (bug reported by Anthony T.)
+
+2010-05-05  6.6.1-6 Glenn Randers-Pehrson <glennrp@image...>
+  * Simplified and corrected rowbytes calculation in coders/png.c and
+    added more logging.
+
+2010-05-05  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
+  * Rename of "Add" and "Subtract" compositions to "ModulusAdd" and
+    "ModulusSubtract" for more clarity of there functions. Old names
+    will continue to work as expected.
+  * Fix "Minus", "ModulusAdd", and "ModulusSubtract" to follow
+    normal SVG 'Over' blending specifications, (see next for override)
+    Note that this does NOT include the "Plus" composition method which has
+    SVG definition for it to use a 'Plus' blending rather than 'Over' blending.
+  * By default mathematical compositions work as per SVG definition. That is
+    the results are synchronized with 'Over' alpha-blending (except "Plus"
+    which uses 'plus' alpha-blending).
+  * By removing the default 'sync' flag from the -channel setting however
+    Break this inter-channel synchronization and do the mathematical operations
+    only on the individual channels as specified by the -channel setting.
+    That is do 'channel' math rather than 'SVG' composition.
+  * With this change you can then use mathematical composition methods on
+    individual channels or even with the alpha channel of images.
+
+2010-04-28  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
+  * Special case handling in Barrel distortion (pixel at image center)
+  * Calculation of image for Barrel distortion (pixel vs image coords)
+  * Argument input (handling optional 'd' argument) for Barrel distortion
+
+2010-04-24  6.6.1-6 Cristy  <quetzlzacatenango@image...>
+  * Do not declare timestruct under MinGW.
+  * Respect -compose option for the montage utility (bug report by Anthony).
+  * A 256 column gradient produces a 256 color GIF image (bug report by
+    Anthony).
+  * Register / unregister CALS format in static.c (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=16103).
+  * Add SetImageColor() method.
+
+2010-04-17  6.6.1-5 Cristy  <quetzlzacatenango@image...>
+  * Only write one ICC profile to PSD image.
+  * Sync image colormap for PNG tRNS chunks.
+  * The -direction option now works with the -annotate and -draw options.
+  * For the histogram: format, if you have no need for the unique color list,
+    use <kbd>-define histogram:unique-colors=false</kbd> to forego this
+    expensive operation.
+  * Match on literal after backslash in glob expression (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16068).
+  * Enable JPEG-compression for grayscale TIFF images (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16064).
+  * Don't write empty tile if tile geometry matches the image width (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16064).
+  * Support -regard-warnings in the mogrify utility.
+  * Output the correct units for the identify utility (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16075).
+
+2010-04-15  6.6.1-4 Cristy  <quetzlzacatenango@image...>
+  * Do not set the resample virtual pixel method when undefined.
+  * Support writing grayscale PSD images.
+  * Revert Lab-to-XYZ colorspace transform patch.
+  * Clamp HDRI values for LevelImageChannel() method.
+
+2010-04-12  6.6.1-3 Cristy  <quetzlzacatenango@image...>
+  * For HSL to RGB, if color temperature is less than 0, set RGB to lightness.
+  * Do not flip BMP image with negative height when pinging.
+
+2010-04-08  6.6.1-2 Cristy  <quetzlzacatenango@image...>
+  * Improve support for device link profiles.
+
+2010-04-06  6.6.1-1 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fixed bug in -auto-level for special case when only one value is present
+    in some channel of the image. In this case no 'stretch is performed, just
+    as -normalize does.
+
+2010-04-05  6.6.1-1 Cristy  <quetzlzacatenango@image...>
+  * WMF support under Windows does not produce the same results as under
+    Linux.
+
+2010-03-31  6.6.1-0 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fixed bug in equal-size tile cropping, when image has a page offset.
+
+2010-03-31  6.6.1-0 Cristy  <quetzlzacatenango@image...>
+  * The -recolor 4x4 matrix is now interpreted properly (previously it
+    summed rather than attenuating the alpha channel).
+  * Support writing 1-bit PSD images.
+  * Support LCMS 2.0.
+  * Improved WMF support under Windows.
+
+2010-03-30  6.6.1-0 Glenn Randers-Pehrson <glennrp@image...>
+  * The new coders/png.c was failing to read a 1-bit paletted image properly.
+  * Finished eliminating the deprecated direct references to members of
+    the png_info structure. ImageMagick can now be built with libpng-1.5.
+
+2010-03-21  6.6.0-10 Cristy  <quetzlzacatenango@image...>
+  * Respect the -density option when rendering a Postscript or PDF image.
+  * Distort barrel no longer complains when 3 arguments are given (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883).
+  * Support -direction left-to-right option for rendering text
+
+2010-03-24  6.6.0-9 Glenn Randers-Pehrson <glennrp@image...>
+  * coders/png.c: Eliminated support of libpng versions older than 1.0.12.
+  * Relocated the new, misplaced png_get_rowbytes() call.
+  * Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5.
+
+2010-03-21  6.6.0-9 Cristy  <quetzlzacatenango@image...>
+  * Windows does not support complex.h (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15808).
+  * Add support for monochrome PSD images.
+  * VignetteImage() no longer crashes when x and y arguments are both greater
+    than half the width (x) and height (y) of the image.
+
+2010-03-20  6.6.0-8 Glenn Randers-Pehrson <glennrp@image...>
+  * Eliminated some of the deprecated direct references to members of
+    the png_info structure.  This must be finished before we can build
+    with libpng-1.5.
+
+2010-03-18  6.6.0-8 Cristy  <quetzlzacatenango@image...>
+  * The animate program no longer loops twice when -loop 1 is specified.
+  * The caption format would sometimes hang when the text was not UTF-8.
+  * Don't gamma correct log to linear color conversion unless the -gamma is
+    specified (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799).
+
+2010-03-17  6.6.0-7 Cristy  <quetzlzacatenango@image...>
+  * Detect CMYKProcessColor AI tag.
+  * Delete image from command line cache for -write option.
+
+2010-03-13  6.6.0-6 Cristy  <quetzlzacatenango@image...>
+  * Add support for the Adobe Large Document format.
+  * Recognize -remap option for the mogrify utility.
+  * The default Helvetica font is not always available, check for
+    Century Schoolbook too (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780).
+
+2010-03-11  6.6.0-5 Cristy  <quetzlzacatenango@image...>
+  * Permit user to get virtual pixels with a region width of 0.
+  * Reformulate the jinc() function so that the main peak is of amplitude of 1.
+  * Resampling filter must respect the image virtual pixel method.
+
+2010-03-07  6.6.0-4 Cristy  <quetzlzacatenango@image...>
+  * The -evaluate-sequence option behaves like -evaluate except it operates
+    on a sequence of images.
+
+2010-03-05  6.6.0-2 Cristy  <quetzlzacatenango@image...>
+  * Add support for the -maximum and -minimum options.
+
+2010-02-27  6.6.0-1 Cristy  <quetzlzacatenango@image...>
+  * Check to see if ICON image width /height exceeds that of the image canvas.
+  * Set the DPX descriptor to Luma only if the image type is not TrueColor.
+  * Add support for -fx airy(), j0(), j1(), jinc(), and sinc() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15685).
+    Anthony, review these for correctness.
+  * Don't embed an XMP profile in an EPS image for now.
+
+2010-02-21  6.6.0-0 Cristy  <quetzlzacatenango@image...>
+  * Insufficient image data in EPT is a warning rather than an error.
+  * Respect -type TrueColor when writing gray DPX images.
+  * Fix problem reading 10-bit grayscale DPX images when scanline length is
+    not a multiple of 3.
+  * BMP has an alpha channel, it was treated as an opacity channel.
+
+2010-02-20  6.5.9-10 Cristy  <quetzlzacatenango@image...>
+  * Write 10-bit grayscale DPX images properly.
+
+2010-02-18  6.5.9-8 Cristy  <quetzlzacatenango@image...>
+  * Detect PDF ICCBased colorspace.
+
+2010-02-18  6.5.9-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Finalized -set option:convolve:scale  kernel normalize/scale option
+
+2010-02-16  6.5.9-7 Cristy  <quetzlzacatenango@image...>
+  * TransformImage() resets the image blob when called in the PICT decoder;
+    use SetImageExtent() instead.
+
+2010-02-14  6.5.9-6 Cristy  <quetzlzacatenango@image...>
+  * Support PSD RLE compression.
+
+2010-02-13  6.5.9-5 Cristy  <quetzlzacatenango@image...>
+  * The jpeg:extent define sometimes exceeded the specified limit.
+
+2010-02-09  6.5.9-4 Cristy  <quetzlzacatenango@image...>
+  * Resolve "too many open files"  (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15546).
+
+2010-02-08  6.5.9-3 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added Correlate method which does a Convolve without reflecting the kernel.
+
+2010-02-07  6.5.9-3 Cristy  <quetzlzacatenango@image...>
+  * Initialize grayscale colormap for PSD images.
+
+2010-02-07  6.5.9-3 Anthony Thyssen <A.Thyssen@griffith...>
+  * Final testing and fixing of basic morphology operators
+  * Addition Third-level Subtractive Morphology Methods:
+    EdgeIn, EdgeOut, Edge, TopHat, BottomHat
+  * Ensuring original kernels passed to morphology are cloned before being
+    modified for use by specific methods (EG: convolve scale/normalize)
+
+2010-02-03  6.5.9-2 Cristy  <quetzlzacatenango@image...>
+  * display -immutable to display transparent image without a checkboard.
+
+2010-01-27  6.5.9-1 Glenn Randers-Pehrson <glennrp@image...>
+  * Make -define png:color-type less persnickity about what it will accept.
+
+2010-01-24  6.5.9-1 Anthony Thyssen <A.Thyssen@griffith...>
+  * added use of -precision in 'showkernel' output of -morphology
+  * correct use of a 'reflected kernel' for 'Convolve' 'Dilate' and
+    'Distance' Morphology primitives. This does not have a performance hit,
+    though is only truely applicable when the kernel is asymmetric.  Note that
+    'Erode' does not use a 'reflected' kernel, so that 'Open' and 'Close'
+    operations work properly.  This 'reflected usage is defined by online
+    morphology lecture notes (Google for "EECE Binary Morphology")
+  * Added convolve kernel scaling setting "-set option:convolve:scale N"
+    If undefined morphology convolve does not do any scaling or normalization
+    of the convolution kernel.  A value of 0.0 causes normalization for both
+    zero and non-zero (added weights) kernel types.
+
+2010-01-15  6.5.9-1 Cristy  <quetzlzacatenango@image...>
+  * Speed up reading the PSD image format.
+  * Add the -precision option.  Use it to set the maximum number of significant
+    digits to be printed.
+  * Add -features option to the identify program to display channel features.
+  * Add -unique option to the identify program to display channel features.
+
+2010-01-01  6.5.9-0 Cristy  <quetzlzacatenango@image...>
+  * Add support for compact floating point (i.e. -depth 16 -define
+    quantum:format=floating-point).
+  * Transparent images no longer flicker on certain system when using the
+    display program.
+  * Permit interactive resizing with the display program.
+  * Support heterogeneous distributed processing, see
+    http://www.imagemagick.org/script/architecture.php#distributed.
+  * Fix semaphore assertion when reading a corrupt image with Magick++.
+  * Add support for -brightness-contrast option.
+
+2010-01-05  6.5.9-0 Stephan Menzel  <stephan.menzel@gmail...>
+  * Add support for the BGRA raw image format.
+
+2010-01-04  6.5.9-0 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added Kernel Generator to generate kernels from user strings, which
+    allows the generation in many built in kernels for both Convolution
+    and other Morphological methods.  New Kernels currently include..
+      Convolution: Gaussian, Blur, Comet
+      Morphological: Rectangle, Square, Diamond, Disk, Plus
+      Distance: Chebyshev, Manhatten, Knight, Euclidean
+    And both old and new (rectangular) user defined kernel specifications
+    including the use of 'nan' to represent elements which are not part
+    of the kernel definition.  List built-in kernel types use "-list kernel"
+  * Added -morphology {method}[:{iteration}] {kernel_string}
+    Initial methods includes no only the basic morphology methods: Dilate,
+    Erode, Open, Close; and a pixel color preserving 'Intensity' version, but
+    also the special methods: Convolve, and Distance.  Of course the
+    appropriate kernel should be provided for each specific method.
+
+2010-01-01  6.5.9-0 Cristy  <quetzlzacatenango@image...>
+  * Add OpenCL-enabled filter (e.g.  convert image.png -process
+    "convolve '-1, -1, -1, -1, 9, -1, -1, -1, -1'" image.jpg).
+  * Added StringTo...() processing functions
+
+2009-12-27  6.5.8-9 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added MxN tile cropping with overlapping and space handling.
+    See IM Examples, Cutting and Bordering, Cropping roughly Equal
+
+2009-12-23  6.5.8-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * angle bug fix in variable blur composition with vertical ellipses
+  * Added ability to have variable angles for ellipses in variable blur
+    composition.  See IM Examples, Composition, Variable Blur for details
+
+2009-12-20  6.5.8-8 Cristy  <quetzlzacatenango@image...>
+  * JPEG does not grok the HSL colorspace.
+
+2009-12-18  6.5.8-7 Cristy  <quetzlzacatenango@image...>
+  * Off by 1 error when allocating the dash-pattern array in PerlMagick.
+  * The -gaussian-blur over blurred the opacity channel (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15218).
+
+2009-12-13  6.5.8-6 Cristy  <quetzlzacatenango@image...>
+  * Declare InverseFourierTransformImage in Magick++/Include.h.
+
+2009-12-09  6.5.8-5 Glenn Randers-Pehrson <glennrp@image...>
+  * The PNG8 encoder would fail to write a 1-color image, due to
+    a bogus MagickFail return from CompressColormapTransFirst().
+
+2009-12-05  6.5.8-4 Cristy  <quetzlzacatenango@image...>
+  * SVG images are no longer double sized with the -density option.
+
+2009-12-04  6.5.8-3 Glenn Randers-Pehrson <glennrp@image...>
+  * Changed the one instance of PNG_COLOR_TYPE_RGBA to PNG_COLOR_TYPE_RGB_ALPHA
+    in coders/png.c
+
+2009-12-03  6.5.8-3 Cristy  <quetzlzacatenango@image...>
+  * It's interword-spacing, not interword_spacing (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=1515).
+  * All JP2 depths (e.g. 4, 10, 12, 16) are now supported properly.
+
+2009-11-28  6.5.8-2 Glenn Randers-Pehrson <glennrp@image...>
+  * Changed the one remaining ping_info->trans to ping_info->trans_values
+    in coders/png.c
+
+2009-11-26  6.5.8-1 Chris Madison  <madisonblu@gmail...>
+  * Eliminate bogus 'skip to sync byte' exception for PCD image format.
+  * -threshold option: threshold to white if the computed intensity of the
+    color channels exceeds the threshold.
+  * Add -define jpeg:extent option to restrict the maximum JPEG image file size.
+
+2009-11-26  6.5.8-1 Dr. Ingo Bremer <bremer@wias-...>
+  * Escape single quote in when writing the UIL format.
+
+2009-11-25  6.5.8-1 Jee Teck  <jee.teck@cteca...>
+  * The mogrify program +opaque option now recognizes its required argument.
+
+2009-11-19  6.5.8-0 Cristy  <quetzlzacatenango@image...>
+  * Add magick/morphlogy.{c,h} source templates.
+  * Sync image option when reading MPR images.
+  * Optimize ping for SVG images.
+  * SetLogFormat() no longer causes crash (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15091).
+  * Do not call MagickCoreTerminus() when memory allocation fails inside
+    the locale component.
+
+2009-11-18  6.5.7-9 Cristy  <quetzlzacatenango@image...>
+  * Read / write 32-bit SUN raster images with a odd width.
+  * Cairo format returns pixels with the alpha premultiplied (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15081).
+
+2009-11-12  6.5.7-8 Cristy  <quetzlzacatenango@image...>
+  * Thumb::URI file URI now has the correct number of forward slashes.
+
+2009-11-09  6.5.7-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Suppress libpng pedantic warnings and warn about using old libpng-1.4.0
+    beta versions.
+
+2009-11-09  6.5.7-7 Cristy  <quetzlzacatenango@image...>
+  * Bump library age.
+  * Restore -tile-offset functionality (bug report from Anthony).
+
+2009-11-06  6.5.7-6 Cristy  <quetzlzacatenango@image...>
+  * Animate command line options are no longer ignored.
+
+2009-11-04  6.5.7-5 Anthony Thyssen <A.Thyssen@griffith...>
+  * Bug Fix for Polynomial distortion. which is now working.
+
+2009-11-01  6.5.7-4 Cristy  <quetzlzacatenango@image...>
+  * Use -define delegate:bimodal=true to activate any bimodal delegates.
+  * Make sure MagickWand semaphore is acquired before locking it.
+
+2009-10-28  6.5.7-3 Cristy  <quetzlzacatenango@image...>
+  * Convert SVG clipping path points from unsigned to long.
+
+2009-10-26  6.5.7-2 Chris Madison  <madisonblu@gmail...>
+  * Only call InstantiateXComponent() if X11 support is included.
+  * Correct hue computation for the HSB colorspace.
+
+2009-10-23  6.5.7-1 Samuel Thibault  <samuel.thibault@ens-l...>
+  * Braille coder fix for DirectClass images
+
+2009-10-19  6.5.7-1 Wang Dataton <wang@datat...>
+  * Use fdopen() rather than MagickOpenStream() in coders/pict.c.
+
+2009-10-18  6.5.7-1 Cristy  <quetzlzacatenango@image...>
+  * Alpha blending is not required for ScaleImage().
+  * Gaussian noise operator is not longer discontinuous.
+
+2009-10-14  6.5.7-0 Pino Toscano  <pino@kde...>
+  * ImageMagick fails to build in GNU/HURD due to absence of PATH_MAX.
+
+2009-10-14  6.5.7-0 Cristy  <quetzlzacatenango@image...>
+  * Black channel is now set properly when resizing CMYKA images.
+
+2009-10-10  6.5.7-0 Anthony Thyssen <A.Thyssen@griffith...>
+  * Bug Fixes for degenerate 'affine' cases of BilinearForward distortion.
+
+2009-10-06  6.5.6-10 Cristy  <quetzlzacatenango@image...>
+  * Declare the  MagickCore method SpliceImage() in Magick++/Include.h.
+
+    QueueCacheViewAuthenticPixels() for the CopyComposite optimization.
+2009-10-04  6.5.6-9 Cristy  <quetzlzacatenango@image...>
+  * Use GetCacheViewAuthenticPixels() rather than
+  * QueueCacheViewAuthenticPixels() for the CopyComposite optimization.
+
+2009-10-03  6.5.6-8 Nick Wellnhofer <wellnhofer@aevum...>
+  * Add missing libraries to the LIBADD entries in coders/Makefile.am,
+    filters/Makefile.am and wand/Makefile.am.
+  * Use LIBS rather than LDFLAGS in configure.ac for the Freetype delegate
+    library.
+
+2009-10-01  6.5.6-7 Cristy  <quetzlzacatenango@image...>
+  * Don't use group4 compression if the image is truecolor.
+  * If image is gray, write grayscale DPX images.
+  * We no longer lose a scanline when reading multi-frame raw images
+    (Y, R, C, etc.).
+  * Properly update the EXIF orientation tag.
+
+2009-09-25  6.5.6-6 Cristy  <quetzlzacatenango@image...>
+  * Permit percentage of hue for HSL (e.g. hsl(12%,...)).
+
+2009-09-25  6.5.6-5 Cristy  <quetzlzacatenango@image...>
+  * Support -clamp option.
+  * Patch for IsMagickColorEqual() for HDRI.
+  * Permit non-percentage HSL colors (e.g. hsl(12.6316,134.58339,219.00012)).
+
+2009-09-25  6.5.6-5 Elf  <elf@ephem...>
+  * Patch to fix configure's framework's undefinedness (only if the gslib
+    tests are run).
+
+2009-09-22  6.5.6-4 Cristy  <quetzlzacatenango@image...>
+  * Don't compile Huffman2DEncodeImage() unless the TIFF delegate library
+    is enabled.
+  * Hue in hsl() format is 0-360 and does not use %.
+
+2009-09-21  6.5.6-3 Cristy  <quetzlzacatenango@image...>
+  * Deprecate LevelImageColors(), replace with LevelColorsImage().
+
+2009-09-17  6.5.6-2 Cristy  <quetzlzacatenango@image...>
+  * Optimize copy composite operator.
+
+2009-09-15  6.5.6-2 Cristy  <quetzlzacatenango@image...>
+  * Use -define jpeg:size to scale a JPEG image to the specified size.
+
+2009-09-13  6.5.6-0 Cristy  <quetzlzacatenango@image...>
+  * Fix ICON alpha mask scanline pad.
+
+2009-09-11  6.5.5-10 Cristy  <quetzlzacatenango@image...>
+  * Return the global maximum threads to avoid the rare cache view assertions.
+  * Throw an end-of-file exception for truncated raw gray images.
+
+2009-09-10  6.5.5-9 Cristy  <quetzlzacatenango@image...>
+  * Do not include last line of text in the interline spacing computation.
+
+2009-09-07  6.5.5-8 Cristy  <quetzlzacatenango@image...>
+  * Check that quantum_info is defined before destroying it in the PNG coder.
+  * Add -interline-spacing option to convert.
+
+2009-09-03  6.5.5-7 Cristy  <quetzlzacatenango@image...>
+  * Support multi-page transparent Postscript and PDF.
+
+2009-09-01  6.5.5-6 Cristy  <quetzlzacatenango@image...>
+  * A union is required when converting a thread ID to an unsigned long.
+
+2009-08-28  6.5.5-5 Cristy  <quetzlzacatenango@image...>
+  * Add support for TIFF 3.9.1.
+
+2009-08-27  6.5.5-4 Cristy  <quetzlzacatenango@image...>
+  * Validate with the netscape: reference image.
+
+2009-08-26  6.5.5-3 Cristy  <quetzlzacatenango@image...>
+  * Fix memory leak for threaded PerlMagick scripts.
+
+2009-08-24  6.5.5-2 Cristy  <quetzlzacatenango@image...>
+  * SVG compile error when if MAGICKCORE_CAIRO_DELEGATE is not defined.
+
+2009-08-23  6.5.5-1 Anthony Thyssen <A.Thyssen@griffith...>
+  * Bug Fix for transparency handling in Composite Variable Blur
+  * Addition of -auto-level and -auto-gamma  image enhancements
+    (under trial not yet final)
+  * Addition of a special -channel flag 'sync' which means that the specified
+    channels are to be modified together by the same amount.  The flag is
+    enabled by default.  This replaces the current 'channels not modified'
+    type handling thought IM.
+  * Modified -channel parsing to continue looking for words, after handling
+    any shorthand channel options.  For example:  -channel RGB,sync
+
+2009-08-10  6.5.5-0 Cristy  <quetzlzacatenango@image...>
+  * identify -format %c logo.png returns the image comment as expected.
+  * Clone ImageInfo members scene and number_scenes (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14437).
+  * Fix memory leak with the -remote option of the animate program (bug report
+    from Anthony).
+  * If a grayscale TIFF image has a colormap write it as a colormapped image.
+  * MVG partial opacity not set properly (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14442).
+  * Black channel was not blurring properly (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14473).
+
+2009-08-06  6.5.4-10 Cristy  <quetzlzacatenango@image...>
+  * The display program honors -loop.
+  * (ab) of Lab colorspace was not offset correctly.
+  * Scale mag/phase and real/imaginary the same for HDRI and non-HDRI builds.
+  * SVG permits multiple arc paths with an omitted 'A' (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14377).
+  * The 'skewY' MVG attribute produced incorrect angles (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=6&t=14144).
+
+2009-08-02  6.5.4-9 Cristy  <quetzlzacatenango@image...>
+  * Optimize GammaImage() method.
+
+2009-08-02  6.5.4-8 Cristy  <quetzlzacatenango@image...>
+  * OpenMP-enable GetSimilarityMetric().
+
+2009-07-30  6.5.4-7 Bernhard Rosenkraenzer <bero@arkli...>
+  * Structure trans_values was renamed to trans_color and trans was
+    renamed to trans_alpha in PNG version 1.4.
+
+2009-07-29  6.5.4-7 Cristy  <quetzlzacatenango@image...>
+  * Replace color blending in DrawGradientImage() to use Composite Blend.
+    this makes Gradients handle transparency correctly!
+
+2009-07-28  6.5.4-7 Cristy  <quetzlzacatenango@image...>
+  * The -thumbnail option no longer removes color profiles (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14312).
+  * Do not scale real / imaginary FFT / IFT.
+  * Check for localtime() NULL return.
+  * import --help requires an X server (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14323).
+  * Fails to load MS Windows icons with compressed PNG elements (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14324).
+
+2009-07-25  6.5.4-6 Cristy  <quetzlzacatenango@image...>
+  * Support the new JPEG version 7 delegate library.
+
+2009-07-24  6.5.4-6 Alexander E. Patrakov <patrakov@gmail...>
+  * Incorrect use of setjmp in coders/png.c.
+
+2009-07-23  6.5.4-5 Cristy  <quetzlzacatenango@image...>
+  * We broke -scene when we fixed the -dispose option.  Try again.
+
+2009-07-21  6.5.4-4 Cristy  <quetzlzacatenango@image...>
+  * Update autoconf support files.
+  * More than one -dispose setting overwrote previous settings (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=14252).
+  * Don't use JPEG's color reduction algorithm for less than 8 colors.
+
+2009-07-13  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
+  * Final testing and bug fixes for all mathematical compose methods
+    Including non-overlapping regions bugs found in in operators Divide,
+    ColorDodge,  VividLight.  And the handling of transparency to follow
+    standard 'Over' Blending in Divide.  Only math methods not looked at are
+    the addition methods Plus, Add, Minus, and Subtract, which do not follow
+    normal 'Over' alpha blending behaviour, for the purposes of mask handling.
+
+2009-07-12  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
+  * Addition of user definable 'Mathematics' compose method
+      -compose Mathematics -set option:compose:args A,B,C,D -composite
+    Will implement the formula    f(Sc,Dc) = A*Sc*Dc + B*Sc + C*Dc + D
+    this lets you implement most smooth polynomial compose methods.
+    (requested by Fred WienHaus)
+
+2009-07-11  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
+  * Finished the recoding of Composite methods to allow easier debugging
+    and faster access.
+  * Added PegtopLight compose method as an alternative simpler Softlight
+    alternative.  See notes and comparison to SoftLight in...
+       http://www.pegtop.net/delphi/articles/blendmodes/softlight.htm
+  * From the notes on Photoshop blend modes at
+       http://www.simplefilter.de/en/basics/mixmods.html
+    Added extra composition modes:
+       VividLight, PinLight, LinearBurn, LinearDodge
+    NOTE: 'LinearBurn' the same as 'Plus' but with the normal 'Over' blending.
+
+2009-07-10  6.5.4-3 Anthony Thyssen <A.Thyssen@griffith...>
+  * Re-coding of Composite methods HardLight, SoftLight, Overlay, LinearLight,
+    ColorBurn, ColorDodge, Multiply, Screen  to make it more readable, easier
+    to debug, and directly comparable to SVG specifications.
+  * Specifications changed for  SoftLight, ColorBurn, ColorDodge
+    Though only SoftLight changed to significantly.
+  * However implementation errors were found for  ColorBurn, LinearLight
+
+2009-07-01  6.5.4-3 Cristy  <quetzlzacatenango@image...>
+  * Add -blue-shift option.
+  * Add compression flag for each channel of a PSD layer.
+  * Implement experimental forward and inverse Fourier transforms (contributed
+    by Sean Burke and Fred Weinhaus).  The -fft / -ifft option is not ready for
+    prime time just yet.
+  * Support -cdl (color decision list) option.
+  * Don't process directories as filenames when using wildcard paths
+    (i.e. logo[1]/png).
+
+2009-07-01  6.5.4-2 Cristy  <quetzlzacatenango@image...>
+  * Can't bit shift a float.
+
+2009-06-25  6.5.4-1 Cristy  <quetzlzacatenango@image...>
+  * Off by one error for multi-frame raw grayscale images.
+  * Can't stat() a Zip or Bzip opaque structure.
+  * DPX user bits are no longer truncated.
+  * Return image colorspace for -format [%colorspace] option.
+  * ThumbnailImage(): don't subsample if image is already thumbnail size.
+
+2009-06-23  6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...>
+  * Automatic determination of B from C and C from B for a 'Keys Filter'
+    when using the B,C Cubic Filter Expert options was broken.
+    See http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=14037
+
+2009-06-19  6.5.4-0 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added -compose 'Blur', variable blur mapping to CompositeImages
+    Arguments   X_scale x Y_scale + angle   of the blurring ellipse.
+  * Added "-blur" special compose option to "composite"
+  * Cleanup of "composite" compose argument handling
+
+2009-06-18  6.5.3-10 Cristy  <quetzlzacatenango@image...>
+  * Clone pixel cache when cloning image to prevent RMagick semaphore lock.
+  * Set compare similarity image to NULL to prevent double free.
+
+2009-06-16  6.5.3-8 Cristy  <quetzlzacatenango@image...>
+  * Set camera formats to require a seekable stream.
+  * Do not let display program image window exceed the screen size.
+
+2009-06-14  6.5.3-7 Cristy  <quetzlzacatenango@image...>
+  * Improve FITS keyword parser.
+
+2009-06-14  6.5.3-7 Anthony Thyssen <A.Thyssen@griffith...>
+  * Cleanup of compose 'displace' of old useless code that is not used.
+  * Implement a compose 'distort' mapping method,
+    This is basically exactly like 'displace' but relative to a fixed point
+    which may be user supplied as +X+Y
+  * Default scaling to width/2 and height/2 of overlay (100% scale)
+    with a distortion 'center' to the middle of the overlay image
+  * If a '%' flag given scale displacement relative to image size
+  * If a '!' flag given make scale and center relative to 'background' image
+    instead of the overlay map.
+  * If no 'height' scale given, use the X scale.
+
+2009-06-13  6.5.3-6 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fixed bug for compose methods, Hue, Saturate, Luminize
+
+2009-06-11  6.5.3-6 Cristy  <quetzlzacatenango@image...>
+  * Report the correct transparent pixel values in the display program
+    magnify windows.
+  * Do not advance when finalizing image settings in the mogrify program.
+
+2009-06-11  6.5.3-5 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fixed "convert" to merge the third 'mask' image into the 'source' image
+    for correct handling of 2 dimensional -compose "displace".
+  * Fixed PerlMagick Composite() for the same thing.
+  * Modified compose "Displace" so displacement image's alpha channel can be
+    used to mask the transparency of the overlay area.
+
+2009-06-07  6.5.3-4 Cristy  <quetzlzacatenango@image...>
+  * Added the HALD image Color LUT, and a no-op HALD: image generator.
+    See Introduction at  http://www.quelsolaar.com/technology/clut.html
+
+2009-06-07  6.5.3-4 Anthony Thyssen <A.Thyssen@griffith...>
+  * Changed CompositeImageChannel() so that extra compose arguments are
+    now passed in the ImageArtifact "compose:args". This can be assigned to
+    images using   -set "option:compose:args" 'args'  where args are defined
+    using 'geometry' style or 'comma separated numbers'.
+  * Declared the special flag needed for Composite Tiling as the ImageArtifact
+    "compose:outside-overlay".
+  * Documentation update for CompositeImageChannel() in Core Library to
+    reflect these changes.
+  * Documentation update for DistortImage() in Core Library with the extra
+    ImageArtifact controls it can use.
+  * Bug correction in normalization of GetOptimalKernelWidth2D() of gem.c
+
+2009-06-06  6.5.3-3 Anthony Thyssen <A.Thyssen@griffith...>
+  * Documentation update for CompositeImageChannel() in Core Library.
+    This adds the information on how extra compose arguments needed for
+    specific compose methods are actually passed to the library function.
+    Compose methods such as Blend, Dissolve and Displace.
+
+2009-06-01  6.5.3-3 Priya Hariharan <priya.hariharan@globa...>
+  * The target profile in ProfileImage() is no longer accessed after it is
+    freed.
+
+2009-06-01  6.5.3-1 Cristy  <quetzlzacatenango@image...>
+  * Bug fix for -page.
+
+2009-05-31  6.5.3-1 Anthony Thyssen <A.Thyssen@griffith...>
+  * Minor change to -function Arctan to make first argument match slope
+
+2009-05-29  6.5.3-0 Cristy  <quetzlzacatenango@image...>
+  * Do not treat -page as a global option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13864).
+
+2009-05-28  6.5.2-10 Cristy  <quetzlzacatenango@image...>
+  * Create thread set for pseudo-random number generator.
+
+2009-05-25  6.5.2-9 Cristy  <quetzlzacatenango@image...>
+  * Do not change opacity value for the -alpha background option.
+  * Rebuild automake / autoconf scripts.
+
+2009-05-23  6.5.2-8 Cristy  <quetzlzacatenango@image...>
+  * Check for XMakeImage() integer overflow vulnerability (Secunia Advisory
+    SA35216).
+
+2009-05-23  6.5.2-8 Cristy  <quetzlzacatenango@image...>
+  * Permit reading a specific frame of a multi-page TIFF with blobs.
+
+2009-05-22  6.5.2-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Added new -function methods  Arcsin  and Arctan
+
+2009-05-19  6.5.2-8 Glenn Randers-Pehrson <glennrp@image...>
+  * Fixed a regression with PNG8: format.
+
+2009-05-19  6.5.2-7 Cristy  <quetzlzacatenango@image...>
+  * The -geometry option was improperly applied twice.
+
+2009-05-18  6.5.2-6 Richard Oehlinger <richard.oehlinger@celum...>
+  * Set image colorspace to YCbCrColorspace if JPEG color space is JCS_YCbCr.
+
+2009-05-14  6.5.2-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Updated help output and command-line options documentation to bring
+    the -alpha options up to date with what's actually in the code.
+
+2009-05-13  6.5.2-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Change "depreciated" to "deprecated" in several files.
+
+2009-05-10  6.5.2-5 Cristy  <quetzlzacatenango@image...>
+  * Change OpenMP schedule from dynamic to static for RenderFreeType().
+  * Recognize unicode strings when computing caption word wrapping.
+  * New -alpha background option to set fully-transparent pixels to the
+    background color.
+
+2009-05-08  6.5.2-4 Cristy  <quetzlzacatenango@image...>
+  * Combined layer of transparent PSD image was not being read properly.
+
+2009-05-06  6.5.2-3 Glenn Randers-Pehrson <glennrp@image...>
+  * Progress on "-define png:bit-depth=value" and "-define png:color-type=value"
+    It is now able to write an opaque black-and-white image in any of the 15
+    valid combinations of PNG color-type and bit-depth.
+  * Fixed a regression with writing sub-8-bit grayscale PNGs.
+
+2009-05-06  6.5.2-2 Chris Madison  <madisonblu@gmail...>
+  * Create 8-bit TIFF images if -depth is set to 8 and HDRI-enable ImageMagick.
+
+2009-05-04  6.5.2-1 Chris Madison  <madisonblu@gmail...>
+  * Accept file lists on the command line (e.g. echo "rose: rose.png" |
+    convert @- ...).
+  * Duplicate line in tiff.c breaking read of zip compressed tif (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13688).
+  * Support policies to permit or deny any coder, delegate, filter, or file
+    path (see policy.xml).
+
+2009-05-02  6.5.2-0 Chris Madison  <madisonblu@gmail...>
+  * The mogrify -crop option returns multiple images if an x/y offset is not
+    specified (e.g. -crop 100x100).
+  * Generate a proper file path for -path @filelist.txt (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13671).
+
+2009-05-01  6.5.2-0 Glenn Randers-Pehrson <glennrp@image...>
+  * Accept "-define png:bit-depth=value" and "-define png:color-type=value"
+    options.  This is work-in-progress with the objective of being able to
+    precisely specify the type of PNG file to be written.  The previously-used
+    internal attribute "png:bit-depth" that was used to communicate between
+    the PNG writer and the JNG writer is changed to "png:bit-depth-written".
+    This feature needs testing.  It is important to note that this feature
+    cannot be used to force the PNG to use a bit-depth or color-type that
+    does not losslessly represent the image.  You can, however, cause
+    the writer to use a larger depth or to use the RGB colorspace when
+    grayscale or indexed would have been sufficient.
+
+2009-05-01  6.5.1-10 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fixed the Rmin usage in Depolar and Polar distortions
+  * The 6th argument (Ato) for Polar/Depolar is now optional and defaults
+    to Afrom + 360 degrees (or a fill circle from the given start angle)
+
+2009-04-30  6.5.1-10 Cristy  <quetzlzacatenango@image...>
+  * Do not return a black image for -channel RGBA -gaussian (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13669).
+
+2009-04-28  6.5.1-9 Cristy  <quetzlzacatenango@image...>
+  * Fix 'conflicting types for Huffman2DEncodeImage' compile exception.
+
+2009-04-25  6.5.1-9 Cristy  <quetzlzacatenango@image...>
+  * Generate BMP 32-bit ARGB format for images with transparency (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13633).
+
+2009-04-24  6.5.1-7 Cristy  <quetzlzacatenango@image...>
+  * Grok 'image.psd[0]' and 'image.mpg[0]' (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13609).
+  * Normalize similarity based on reconstruction not the original (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13626).
+  * Support multiple JPEG images encapsulated within DICOM.
+
+2009-04-23  6.5.1-6 Cristy  <quetzlzacatenango@image...>
+  * Msys does not understand NAME_MAX.
+
+2009-04-22  6.5.1-5 Cristy  <quetzlzacatenango@image...>
+  * Check for valid linked list before assigning next / previous pointers.
+
+2009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
+  * Check error return from CompressColormapTransFirst() in coders/png.c
+
+2009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
+  * Refrain from modifying image struct members (color, depth, matte)
+    while writing PNG datastreams.
+
+2009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
+  * Sometimes the PNG8: format would produce 1-, 2-, or 4-bit PNG datastreams.
+    Now it always produces 8-bit datastreams as users probably expect.
+
+2009-04-21  6.5.1-4 Glenn Randers-Pehrson <glennrp@image...>
+  * Suppressed "shadowed declaration" warnings in coders/jpeg.c and
+    coders/png.c that are triggered by "-Wshadow" gcc compiler flag.
+
+2009-04-17  6.5.1-3 Cristy  <quetzlzacatenango@image...>
+  * The display program now returns a 0 exit code on success (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13579).
+
+2009-04-14  6.5.1-3 Glenn Randers-Pehrson <glennrp@image...>
+  * Folded some long lines and made other cosmetic changes.in coders/png.c
+
+2009-04-13  6.5.1-3 Cristy  <quetzlzacatenango@image...>
+  * MVG autodetection failing (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13542).
+
+2009-04-11  6.5.1-2 Cristy  <quetzlzacatenango@image...>
+  * Image not properly placed when displaying to the X server root (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13532).
+  * fmax() is not support on some platforms (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13533).
+
+2009-04-11  6.5.1-2 Anthony Thyssen <A.Thyssen@griffith...>
+  * Rename existing "Bilinear" distortion as  "BilinearReverse"
+  * Added forward mapped bilinear distort as  "BilinearForward"
+  * The "Bilinear" distort is temporarily obsoleted but will eventually
+    be added as a  "BilinearReverse" and "BilinearForward" combination
+    mapping though a unit square.
+  * Sparse Gradient internally uses "BilinearReverse" for its "Bilinear"
+    gradient function as that method is the direct use of such equations.
+
+2009-04-01  6.5.1-1 Cristy  <quetzlzacatenango@image...>
+  * Default to min-is-white Photometric for fax / group4 compression (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13468).
+  * Respect image resolution when setting PDF MediaBox (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13350).
+  * Add SimilarityImage() to return how similar one image is to another.
+
+2009-03-28  6.5.1-0 Cristy  <quetzlzacatenango@image...>
+  * Graceful exit in djvu coder when EOF is thrown.
+  * Support -unsharp option for the montage program.
+
+2009-03-28  6.5.0-10 Cristy  <quetzlzacatenango@image...>
+  * Reduce deskew blurring: use AffineTransformImage() rather than
+    RotateImage().
+  * Unexpected end-of-file @ xwd.c/ReadXWDImage/252 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13430).
+
+2009-03-26  6.5.0-10 Markus Dahms <markus.dahms@progr...>
+  * Support for -density & -units options in PSD writer.
+
+2009-03-26  6.5.0-10 Samuel Thibault  <samuel.thibault@ens-l...>
+  * Fix bug in the braille coder which makes it always segfault.
+
+2009-03-25  6.5.0-9 Cristy  <quetzlzacatenango@image...>
+  * Enhance the compare program to locate a template image within a larger
+    image.
+  * Eliminate assertion when generating a PDF thumbnail.
+
+2009-03-25  6.5.0-8 Cristy  <quetzlzacatenango@image...>
+  * Fix assertion in IntegralRotateImage (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13410).
+
+2009-03-24  6.5.0-7 Cristy  <quetzlzacatenango@image...>
+  * Referenced counted blob incremented incorrectly in CloneImage() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13410).
+
+2009-03-23  6.5.0-6 Chris Madison  <madisonblu@gmail...>
+  * Assertion failure reading PSD image (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13397).
+
+2009-03-21  6.5.0-5 Chris Madison  <madisonblu@gmail...>
+  * Change -selective-blur to use gaussian kernel.
+
+2009-03-21  6.5.0-4 ERB  <entropy@xebec...>
+  * Missing locks in blob - race condition (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13385).
+
+2009-03-19  6.5.0-3 Chris Madison  <madisonblu@gmail...>
+  * Use default SVG resolution unless resolution is explicitly set (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13373).
+  * Add support for -selective-blur option.
+
+2009-03-19  6.5.0-3 ragesteel  <iimagemagic-org-iapied0o@gt2.r...>
+  * ImageToBlob() no longer faults if Jasper compression is wrong (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13372).
+
+2009-03-19  6.5.0-3 ERB  <entropy@xebec...>
+  * Check the 8BIM profile resource block length (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13368).
+  * Unlocked read in DeleteNodeByValueFromSplayTree (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13370).
+
+2009-03-18  6.5.0-2 ERB  <entropy@xebec...>
+  * Eliminate race condition when acquiring a wand (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13357).
+  * Use of "localtime" in FormatMagickTime not thread-safe (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13358).
+
+2009-03-18  6.5.0-2 Cristy  <quetzlzacatenango@image...>
+  * Fix the image compose operator at OverCompositeOP for shadows (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13330).
+
+2009-03-14  6.5.0-1 Paul Smedley  <paul@smedl...>
+  * Patches to get ImageMagick working under OS2.
+
+2009-03-10  6.5.0-1 Anthony Thyssen <A.Thyssen@griffith...>
+  * Expansion of Virtual-Pixel (Cache) handling, to include corrected Mirror,
+    plus addition of  CheckerTile, HorizontalTileEdge and VerticalTileEdge
+
+2009-03-10  6.5.0-0 John Cupitt  <jcupitt@gmail...>,
+                    Glenn Randers-Pehrson <glennrp@image...>
+  * DICOM reader not handling signed pixels properly.
+
+2009-03-09  6.4.9-10 Alexander E. Patrakov <patrakov@gmail...>
+  * Don't call GetValueFromSplayTree() if image properties is NULL.
+
+2009-03-09  6.4.9-10 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fix minor size issue with bestfit +distort operation.
+  * Enable listing of -distort Polynomial
+  * Minor tweeks and center fixes for Polar/Depolar
+
+2009-03-01  6.4.9-9 Cristy  <quetzlzacatenango@image...>
+  * Convert returns MagickFalse for the -version option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=13230).
+  * Don't set pixel opacity unless the image alpha channel is active (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13189).
+
+2009-02-27  6.4.9-8 Anthony Thyssen <A.Thyssen@griffith...>
+  * Fix old -clut bug for re-coloring gray images using transparent and
+    semi-transparent colors.
+
+2009-02-22  6.4.9-7 Rick Mabry  <rick.mabry@anony...>
+  * Changes have been made to scores of the files that generate the
+    documentation. The most noticeable cosmetic changes are to the command-line
+    examples and command-line snippets, which now have a new look: dark blue
+    boxes with white/yellow text to indicate sample input/output.  Inclusion of
+    current version and release dates in appropriate places are now
+    automatically generated. Also, many changes have been made to begin to
+    bring the pages into strict W3C compliance with respect to both HTML and
+    CSS.
+
+2009-02-21  6.4.9-7 Chris Madison  <madisonblu@gmail...>
+  * The identify program reads the image pixels when the -format option is
+    asking for image statistics.
+  * Much improved ImageMagick validation suite (exercise with 'make check').
+
+2009-02-18  6.4.9-5 Jon  <jon@brick...>
+  * Processing the arg list -tile is replaced by -sans0 which is 1 char longer
+    and which overwrites the allocated area.
+
+2009-02-16  6.4.9-5 Chris Madison  <madisonblu@gmail...>
+  * Add section to license to alert users to third-party licenses in the
+    NOTICE file.
+
+2009-02-11  6.4.9-3 Anthony  <A.Thyssen@griffith...>
+  * Replaced geometry string parsing using ParseGravityGeometry() in
+    "composite" with more direct use of GravityAdjustGeometry();
+
+2009-02-10  6.4.9-3 Cristy  <quetzlzacatenango@image...>
+  * Support file descriptors (e.g. convert image.jpg fd:3 ...).
+  * The stream utility no longer go into an infinite loop (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13102).
+
+2009-02-04  6.4.9-2 Cristy  <quetzlzacatenango@image...>
+  * JPEG to PDF was not always reversible (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13020).
+
+2009-01-30  6.4.9-0 Cristy  <quetzlzacatenango@image...>
+  * Stroking when annotating failed for stroke widths > 2 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=13009).
+
+2009-01-24  6.4.8-10 Cristy  <quetzlzacatenango@image...>
+  * TransformImageColorspace() returns GRAYColorspace when set (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12990).
+  * Don;t assume CMYK unless document process colors include Cyan, Magenta,
+    or Yellow.
+
+2009-01-23  6.4.8-9 Cristy  <quetzlzacatenango@image...>
+  * Increase random angle range for +polaroid from -7..7 to -15..15 degrees.
+
+2009-01-22  6.4.8-8 Anthony  <A.Thyssen@griffith...>
+  * Fixed a -evaluate AddModulus 'patch' for correct 'negative' handling
+
+2009-01-20  6.4.8-7 Cristy  <quetzlzacatenango@image...>
+  * Removed previous patches for -shear directions.
+
+2009-01-20  6.4.8-8 Thomas Stegemann  <Thomas.Stegemann@mater...>
+  * SVG with resolutions other than 72.0 dpi, text is no longer transformed
+    twice.
+
+2009-01-20  6.4.8-8 Anthony  <A.Thyssen@griffith...>
+  * Renamed -evaluate methods 'sin' and 'cos' to math C math library names
+  * Added  "-function polynomial  a,b,c,...."   Eg:  a*x^2 + b*x + c
+  * Added  "-function sinusoid freq,phase,amplitude,bias  (all optional)
+
+2009-01-18  6.4.8-7 Anthony  <A.Thyssen@griffith...>
+  * Removed "annotate" patches, which causes no end of problems.
+    Original coding worked perfectly fine.  Annotate isn't part of SVG!
+
+2009-01-18  6.4.8-7 Cristy  <quetzlzacatenango@image...>
+  * Respect mouse wheel movements for display program (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=12938).
+  * Grab button in Display Open menu now works consistently (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12942).
+  * Patch for problem with opacity in MVG (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12946).
+
+2009-01-14  6.4.8-6 Cristy  <quetzlzacatenango@image...>
+  * Don't accept discontinuous shear angles for the -annotate option.
+    -- REMOVED
+
+2009-01-14  6.4.8-6 Mark Freeman <mark.freeman@porci...>
+  * Apply patch so ImageMagick compiles with Visual Studio 6.
+
+2009-01-12  6.4.8-5 Alexander E. Patrakov <patrakov@gmail...>
+  * Fix small memory leak on truncated PNG images.
+  * Do not allocate pixels when pinging a PNG image.
+
+2009-01-11  6.4.8-6 Chris Madison  <madisonblu@gmail...>
+  * Set the stroke opacity for "opacity" SVG element (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10594).
+
+2009-01-10  6.4.8-5 Matthew Litwin <mlitwin@sonic...>
+  * Convert to windows .ico format no longer inverts alpha channel.
+
+2009-01-10  6.4.8-5 Cristy  <quetzlzacatenango@image...>
+  * Interpret geometry correctly for negative angles (-shear 30x-10).
+
+2009-01-08  6.4.8-4 Eberhard Mattes  <eberhard.mattes@web.d...>
+  * Fix GetMagickToken() to accept locales that use "," as radix character.
+
+2009-01-08  6.4.8-4 Anthony  <A.Thyssen@griffith...>
+  * Add (and Fix) -evaluate methods   Sine, Cosine, AddModulus
+
+2009-01-05  6.4.8-4 Rick Mabry  <rick.mabry@anony...>
+  * Check for negative offsets (bevel widths) for the -frame option.
+
+2009-01-04  6.4.8-4 Alexander E. Patrakov <patrakov@gmail...>
+  * Patch for a memory leak and a logical bug in coders/gif.c.
+  * CopyMagickString() now returns the minimum of the source string length
+    or the length parameter.
+  * Properly set alpha channel in PNGs with palette and tRNS.
+
+2009-01-01  6.4.8-4 Cristy  <quetzlzacatenango@image...>
+  * Support %[] embedded filename tag (e.g. convert rose: -set area "%wx%h"
+    'rose-%[area].png').
+  * Do not set the fill element when 'opacity' is set (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10594).
+  * Restore support for decoding the DVI format.
+  * Add perl and math lib reference to PerlMagick Makefile (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12840).
+  * Fix crash on invalid JPEG XML profile.
+  * Export libtool symbols in MagickCore.sym and MagickWand.sym.
+  * Support sine and cosine as arguments to the -evaluate option.
+
+2008-12-31  6.4.8-4 Amartyo Banerjee" <amartyo@gmail...>
+  * Calculate the kurtosis and skewness of image channels (reference
+    http://amartyosscrapbook.blogspot.com/2008/12/formulas-used-to-calculate-kurtosis-and.html).
+
+2008-12-28  6.4.8-4 Rick Mabry  <rick.mabry@anony...>
+  * Patch magick/display.c and PerlMagick/ContrastStretchImage() to return the
+    same results as the -contrast-stretch option.
+  * ContrastStretchImageChannel() no longer interpreted as Contast() by
+    MogrifyRegion() in PerlMagick.
+
+2008-12-28  6.4.8-3 Rick Mabry  <rick.mabry@anony...>
+  * Reverse argument and option in Throw*InvalidArgumentException()
+    macro for proper exception message.
+  * Recognize negative geometries for -shear and -annotate (.e.g. 45x-30).
+  * Fix Y shear angle for -shear option.
+
+2008-12-26  6.4.8-2 Cristy  <quetzlzacatenango@image...>
+  * Use GetImageArtifact() to retrieve -attenuate option value for +noise.
+  * Support reading FITS test files (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12799).
+  * Replace input.ttf with the public domain Tuffy.ttf font.
+  * MagickNewImage() no longer faults when parameters are incorrect (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12817).
+  * Allocate strings returned by XGetResourceInstance() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12818).
+  * The -append gravity is relative to the container (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=12821).
+
+2008-12-19  6.4.8-1 Cristy  <quetzlzacatenango@image...>
+  * Reference cache rather than acquiring when cloning an image.
+
+2008-12-19  6.4.8-0 Cashish Kulkarni <ashkulz@redif...>
+  * Cross-compilation failure using MinGW on Linux for ImageMagick trunk
+
+2008-12-19  6.4.8-0 Cristy  <quetzlzacatenango@image...>
+  * Add -interword-spacing option to convert.
+  * Initialize the black channel when testing the CMY colorspace (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12685).
+  * remove calls to exit() in MagickWand (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=12772).
+  * Validate -affine arguments.
+  * Accept -attenuate as an option for convert.
+  * Properly create RGBA image if colormapped image has transparency.
+  * Support X11 geometry like this: +-4+-4;  weird but X11 supports it.
+
+2008-12-17  6.4.7-10 Chris Madison  <madisonblu@gmail...>
+  * Fix off-by-one problem with -shear.
+  * Clone pixel cache method when cloning an image.
+
+2008-12-16  6.4.7-9 Anthony  <A.Thyssen@griffith...>
+  * Make "-layers Coalesce" work as it should.
+
+2008-12-16  6.4.7-9 Sam Fisher <fisher@image...?
+  * Support > 2GB TIFF under Windows.
+
+2008-12-12  6.4.7-8 mootools <help@mooto...>
+  * FormatMagickTime() checks to ensure the provided time is valid.
+
+2008-12-12  6.4.7-8 Cristy  <quetzlzacatenango@image...>
+  * Add -kerning option to convert.
+  * Remove halo effect for the -scale option.
+
+2008-12-11  6.4.7-7 Alan Wright  <alanwright.atex@google...>
+  * Fix a 1 byte overrun in Postscript coder.
+
+2008-12-10  6.4.7-6 Cristy  <quetzlzacatenango@image...>
+  * Fix small memory leak in ExpandFilenames().
+
+2008-12-09  6.4.7-5 Cristy  <quetzlzacatenango@image...>
+  * Fix small memory leak in LoadLocaleList().
+  * Fix small memory leak in GetProfilesFromResourceBlock().
+  * Don't forget to scale grayscale values when quanum min-is-white is set.
+
+2008-12-08  6.4.7-4 Cristy  <quetzlzacatenango@image...>
+  * Include delegate libraries in MagickCore-config script.
+
+2008-12-07  6.4.7-3 Cristy  <quetzlzacatenango@image...>
+  * Fix off-by-one error for -chop 0x50%.
+  * Performance improvement bilinear interpolation.
+
+2008-12-06  6.4.7-2 Cristy  <quetzlzacatenango@image...>
+  * Support absolute paths in the include directive within a configuration
+    file.
+
+2008-12-05  6.4.7-1 Chris Madison  <madisonblu@gmail...>
+  * Assume Log colorspace if DPX transfer is LogarithmicColorimetric.
+  * Another attempt at properly extracting the IPTC profile from a 8BIM
+    resource block.
+
+2008-12-04  6.4.7-1 Anthony  <A.Thyssen@griffith...>
+  * AppendImage() re-written to respect gravity properly!
+    Routine simplified to a single loop for both styles of append
+
+2008-12-03  6.4.6-9 Cristy  <quetzlzacatenango@image...>
+  * AppendImage() respects gravity.
+  * Protect against circular image list when cropping.
+  * The index variable must be long rather than unsigned long for the DCM
+    coder.
+
+2008-12-02  6.4.6-9 Cristy  <quetzlzacatenango@image...>
+  * Use ScaleQuantumToMap() to prevent fault in SetGrayscaleImage() when
+    quantum depth is 32.
+
+2008-12-01  6.4.6-8 Cristy  <quetzlzacatenango@image...>
+  * Global replaced accidentally renamed MagickGetImagePixelColor().
+
+2008-11-29  6.4.6-6 Cristy  <quetzlzacatenango@image...>
+  * Fixed transient bug in the -white-threshold option.
+  * -extent x256+100+100 no longer returns an exception (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=7&t=12583).
+
+2008-11-27  6.4.6-5 Cristy  <quetzlzacatenango@image...>
+  * TIFF pad is relative to bits-per-sample (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=12563).
+
+2008-11-27  6.4.6-5 Koshiji Masayuki  <kosiji.masayuki@da.mi...>
+  * Support GBR raw image files.
+
+2008-11-26  6.4.6-4 Cristy  <quetzlzacatenango@image...>
+  * DPX 10 bit YUV 4:2:2 are now processed properly (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=12443).
+  * Default PDF compression to that of the image unless overwritten by
+    the -compress option.
+
+2008-11-25  6.4.6-3 Cristy  <quetzlzacatenango@image...>
+  * Numerous pixel cache improvements including embedded support for
+    OpenMP in a transparent manner.
+
+2008-11-20  6.4.6-2 Cristy  <quetzlzacatenango@image...>
+  * Transient bug in encipher / decipher operation (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12540).
+
+2008-11-14  6.4.6-1 Cristy  <quetzlzacatenango@image...>
+  * MPC image files working again.
+  * coders/wmf.c/lite_font_stringwidth() returns string width (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12528).
+
+2008-11-10  6.4.6-0 Cristy  <quetzlzacatenango@image...>
+  * Fix temporary file leak.
+
+2008-11-18  6.4.5-9 Koshiji Masayuki  <kosiji.masayuki@da.mi...>
+  * Fix bug for RGBO image @ line, plane and partition interlace.
+
+2008-11-18  6.4.5-9 Chris Madison  <madisonblu@gmail...>
+  * Deprecate pixel methods: AcquireImagePixels(), GetImagePixels(), etc.
+  * New pixel methods: GetVirtualPixels(), GetAuthenticPixels(), etc.
+
+2008-11-15  6.4.5-7 Alexander E. Patrakov <patrakov@gmail...>
+  * GPS and multivalued EXIF properties support
+
+2008-11-14  6.4.5-6 Manish Aggarwal <manish@circu...>
+  * Add TransparentPaintImageChroma() to MagickCore and transparentChroma()
+    to Magick++.
+
+2008-11-10  6.4.5-6 Cristy  <quetzlzacatenango@image...>
+  * Correct DPX frame position property label (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12440).
+  * Textures are no longer painted as the background color.
+  * Update both fields of an EXIF resolution.
+  * Support query-font-metrics MSL tag.
+
+2008-11-01  6.4.5-4 Cristy  <quetzlzacatenango@image...>
+  * Do not set image colorspace for the MSL modulate tag.
+
+2008-11-01  6.4.5-3 Cristy  <quetzlzacatenango@image...>
+  * Off by one error when computing affine in DrawAffineImage() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12391.
+
+2008-10-30  6.4.5-2 Cristy  <quetzlzacatenango@image...>
+  * Fixed local adaptive thresholding  when using an offset (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12371.
+  * Set SetImagePixels() rather than SyncImagePixelCache() to update
+    the pixel cache morphology.
+
+2008-10-26  6.4.5-1 Cristy  <quetzlzacatenango@image...>
+  * Set explicit image format for BlobToImage() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=12340).
+  * p_thread_t is an aggregate under MinGW.
+
+2008-10-20  6.4.5-0 Cristy  <quetzlzacatenango@image...>
+  * pthread_t can be aggregate so stop treating it like its atomic.
+  * default the WPG image size to 1 top avoid "no pixels defined in cache"
+    exceptions.
+
+2008-10-17  6.4.4-8 Anthony  <A.Thyssen@griffith...>
+  * slight modification of the added "radial-gradient:" image generator
+    so the radius goes to an edge rather than the corner, allowing more user
+    control based on image size.
+  * fix -raise N to mean -raise NxN
+
+2008-10-15  6.4.4-8 Cristy  <quetzlzacatenango@image...>
+  * Add support for inline images.
+
+2008-10-10  6.4.4-7 Cristy  <quetzlzacatenango@image...>
+  * MinGW supports both Posix threads and Windows critical sections.
+
+2008-10-06  6.4.4-5 Cristy  <quetzlzacatenango@image...>
+  * pthread_self() can be an aggregate value.
+  * Scale pixel quantum to match PNG tRNS range (i.e. 0-255).
+
+2008-10-06  6.4.4-3 Cristy  <quetzlzacatenango@image...>
+  * Set sentinel byte for MVG coder.
+  * fx:standard_deviation returns standard deviation now instead of mean.
+
+2008-10-01  6.4.4-1 Florent Monnier  <monnier.florent@gmail...>
+  * Support radial gradients in DrawGradientImage().
+
+2008-09-26  6.4.4-1 Cristy  <quetzlzacatenango@image...>
+  * Fix memory leak when XMP profile is corrupt.
+  * Support filename references (e.g. convert image-%d.jpg[1-5] ...).
+
+2008-09-25  6.4.4-0 Cristy  <quetzlzacatenango@image...>
+  * Use -remap rather than -affinity.
+  * Don't unregister a module for an image coder signature exception.
+  * Don't assume a monochrome image is colormapped.
+
+2008-09-25  6.4.4-0 Anthony <A.Thyssen@griffith...>
+  * Attempt to fix three image "composite -displace" while also allowing use
+    of separate X, Y grayscale displacement maps, or a merged X=red Y=green
+    (later transparency mask will also be added) as discussed in IM Examples,
+    'distortion maps', but for -displace.
+
+2008-09-24  6.4.3-10 Cristy  <quetzlzacatenango@image...>
+  * Fix pixel cache race condition.
+
+2008-09-23  6.4.3-10 Cristy  <quetzlzacatenango@image...>
+  * Fixed an OTB coder bug (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12119).
+
+2008-09-23  6.4.3-8 Peter Fales <psfales@alcat...>
+  * Add NULL terminator to options list to in MontageImageCommand().
+
+2008-09-23  6.4.3-8 Anthony <A.Thyssen@griffith...>
+  * Added -layers TrimBounds  which will adjust the offsets and canvas bounds
+    to fit the current sequence of layered/animated images. The images
+    themselves are not modified only the 'page' meta-data.  As a side-effect
+    all offsets will become positive, with a minimal canvas width/height.
+
+2008-09-22  6.4.3-8 Cristy  <quetzlzacatenango@image...>
+  * Define _FILE_OFFSET_BITS from MAGICKCORE_FILE_OFFSET_BITS.
+
+2008-09-10  6.4.3-7 Anthony <A.Thyssen@griffith...>
+  * String Memory leak from InterpretImageProperties() in "annotate"
+    for Command line handling in mogrify.c
+  * Allow percent escapes in both -sparse-color and -distort argument strings.
+  * Fix -alpha to allow Set, Copy, and Extract from command line
+  * Fix -alpha Set so it only clears the alpha when it was previously off
+  * Changed 'AllChannels' to be just the 'real' channels (including K).
+  * Special handling if  +level-colors is given one color, and no separator.
+  * Fix 'matte' flag in DisposeImages() (for -layer dispose)
+
+2008-09-01  6.4.3-7 Cristy  <quetzlzacatenango@image...>
+  * Fix -interpolate / -compose settings.
+  * No need to specify -endian for native floating point format.
+  * Remove small memory leak when cloning image properties (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11981).
+  * The scan delegate requires a device name, not a symbolic link.
+  * Report alpha instead of opacity for the TXT image format (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12002).
+  * Add channel support to -motion-blur.
+  * Set the SVG affine matrix *before* we compute the scale (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12030).
+  * Rely on 'omp critical' in the rare case where OpenMP is enabled but
+    ImageMagick distribution is built without thread support.
+  * Return the correct number of unique colors for colormapped image (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12055).
+  * SVG depends on MagickWand for parallel make (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12099).
+
+2008-09-02 6.4.3-7
+  * Addition of 'BarrelInverse' Distortion
+
+2008-08-27  6.4.3-6 Cristy  <quetzlzacatenango@image...>
+  * Extract / embed namespace for JPEG XMP profiles (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11832).
+  * Deprecate -map and replace with -affinity which supports dither methods.
+  * Set image depth when -depth is fired.
+  * Fix small memory leak in TIFF coder (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11968).
+
+2008-08-24  6.4.3-5 Cristy  <quetzlzacatenango@image...>
+  * Parallelize the colorspace transforms.
+  * Honor gravity for -extent option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11944).
+
+2008-08-22  6.4.3-3 Cristy  <quetzlzacatenango@image...>
+  * Fixed a memory leak in the TransparentPaintImage() method.
+
+2008-08-20  6.4.3-2 Cristy  <quetzlzacatenango@image...>
+  * Treat -compose as a setting.
+  * Check for depth == 0 in GetQuantumScale() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11921).
+  * Fix CIN coder scanline length (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11922).
+
+2008-08-20  6.4.3-1 Cristy  <quetzlzacatenango@image...>
+  * Add $(MAGICKWAND_LIBS) dependency to the PerlMagick Makefile (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11908).
+  * Fix configure script to configure the JBIG delegate library (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11907).
+  * Error in indexed PNG output if number of colors <= 16 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11905).
+
+2008-08-18  6.4.3-0 Cristy  <quetzlzacatenango@image...>
+  * Always reinterpret %[fx:] properties.
+  * Composite based on the composite image compose operator.
+
+2008-08-14  6.4.2-10 Cristy  <quetzlzacatenango@image...>
+  * Add --coder-path and --filter-path options to MagickCore-config to
+    support the Magick Coder and Image Filter kits.
+
+2008-08-17  6.4.2-9 Anthony <anthony@griffith...>
+  * -sparse-color option completed with initial set of methods.
+  * -distort Barrel arguments expanded.
+
+2008-08-14  6.4.2-9 Cristy  <quetzlzacatenango@image...>
+  * The -draw option no longer returns an error when for # like .6 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11879).
+
+2008-08-14  6.4.2-9 Cristy  <quetzlzacatenango@image...>
+  * New dithering selection option, -dither Floyd-Steinberg or
+    -dither Riemersma.
+
+2008-08-10  6.4.2-8 Anthony <anthony@griffith...>
+  * Added new distort "Polar" and "DePolar" due to Forum Discussions
+
+2008-08-07  6.4.2-8 Cristy  <quetzlzacatenango@image...>
+  * Change MPEG delegate from mpeg2decode/mpeg2encode to ffmpeg (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11827).
+  * Extract embedded XMP and EXIF profiles froma Photoshop resource block.
+  * Support -compose option in the compare program.
+
+2008-08-04  6.4.2-7 Cristy  <quetzlzacatenango@image...>
+  * Support -fx scientific-notation (e.g. '2.0*3.81469e-06').
+  * Substitute DistortImage() with 'AffineProjectionDistortion' for
+    the older DrawAffineImage() in AffineTransformImage().
+  * Apply Sam Hocevar's patch to replace  Hilbert-Peano curve dithering with
+    Floyd Steinberg.
+  * Added -virtual-pixel method VerticalTile as a complement to HorizontalTile
+
+2008-08-02  6.4.2-6 Anthony <anthony@griffith...>
+  * Added -virtual-pixel method HorizontalTile suitable for generating 360
+    degree Arcs and Polar Distorts.
+
+2008-07-31  6.4.2-6 Cristy  <quetzlzacatenango@image...>
+  * Patch -fx to properly recognize maxima and minima.
+  * Add channel specifier to -fx depth, mean, maxima, minima, and
+    standard_deviation (e.g. depth.r).
+  * Properly append .magick to the USERPROFILES path (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11806).
+
+2008-07-30  6.4.2-6 Anthony <anthony@griffith...>
+  * Added a  "-set option:distort:scale"  which scales the output 'view'
+    by the amount given.  This is directly useful for doing 'super-sampled'
+    distorts, just set this, the scale the result back to a normal size.
+
+2008-07-27  6.4.2-5 Anthony <anthony@griffith...>
+  * Rewrite on coefficient handling for DistortImages so allow for generation
+    by other operators (SparseColor), and addition of verbose output of
+    equivalent -fx functions for DistortImages to report of the internal
+    coefficients that was calculated, and who they are used.
+  * Initial implementation of SparseColor for interpolated gradients from
+    sparsely separated points of color (or possibly other forms of arguments)
+  * New distortion Barrel as defined by Helmut Dersch options A,B,C,D
+    on his web page  http://www.all-in-one.ee/~dersch/barrel/barrel.html
+    And as developed by Fred WeinHaus in his PinBarrel script
+
+2008-07-20  6.4.2-5 Cristy  <quetzlzacatenango@image...>
+  * Certain corrupt GIF images no longer hang (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11723).
+  * Read more than one image (if they exist) from DJVU image files.
+  * Don't set image depth in histogram coder (references
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11752).
+
+2008-07-17  6.4.2-4 Cristy  <quetzlzacatenango@image...>
+  * Fixed cache nexus threading problem to avoid spurious assertions when
+    calling the DistortImage() method.
+
+2008-07-17  6.4.2-4 Anthony <anthony@griffith...>
+  * New distortion  Shepards which provide semi-localized distorts of control
+    points within an image, as first developed for IM by Frew Weinhaus in his
+    ShapeMorph script.   http://www.fmwconcepts.com/imagemagick/shapemorph/
+    It's almost like taffy pulling!
+
+2008-07-12  6.4.2-2 Anthony <anthony@griffith...>
+  * Separate coefficient calculation from DistortImages (future development)
+  * Perspective and Bilinear Distortions fallback to Affine
+    when less than 4 point pairs are provided.
+  * Affine Distortion now handles 2 point pairs (SRT of a single line)
+    and a simple translation if only a single point pair is provided.
+  * Added 'verbose' output of some of the distortion equations generated
+  * Initial addition of polynomal distortion (incomplete - not working yet)
+
+2008-06-29  6.4.2-2 Cristy  <quetzlzacatenango@image...>
+  * Add log2 and round as -fx operators.
+  * Add log and round as -evaluate operator.
+  * Add -deskew option to straighten an image.
+
+2008-06-22  6.4.2-1 Cristy  <quetzlzacatenango@image...>
+  * Use the source image interpolation method when drawing an affine image.
+
+2008-06-24  6.4.2-1 Anthony <anthony@griffith...>
+  * Added new operator  +/-level-colors which will 'level' images based
+    on colors to use for the black and white points. This lets to adjust
+    the image in terms of mapping the given colors from/to black and white
+    respectively.
+
+2008-06-23  6.4.2-0 Christian Lackas <christian@lacka...>
+  * Fix a problem with calling mpeg2encode with parameters (%o/%i) in wrong
+    order.
+
+2008-06-22  6.4.2-0 Cristy  <quetzlzacatenango@image...>
+  * Refactor additional ImageMagick algorithms for OpenMP support.
+
+2008-06-25  6.4.1-9 Cristy  <quetzlzacatenango@image...>
+  * Add pow as an -evaluate operation, using normalized values
+
+2008-06-18  6.4.1-9 Anthony <anthony@griffith...>
+  * Added a  LevelizeImageChannels() which is similar to LevelImageChannels()
+    Function maps black and white values to the given level values.
+    Rather than mapping the given level values to black and white.
+    Bacically a 'reverse-level' function, with different input args.
+  * Set  +level  or a '!' flag in -level or LevelImage() to call
+    the new 'reverse-level' function LevelizeImageChannels().
+  * More work on IsMagickColorSimilar() to fix relationship between
+    transparent-black and opaque-black, which was matched as 'similar'.
+    Also attempts to fix 'K' channel handling for CMYK colorspace.
+    More work on this to come.
+
+2008-06-25  6.4.1-9 Cristy  <quetzlzacatenango@image...>
+  * The TXT format correctly reports alpha channel (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11478).
+  * MONOTCHROME1 Dicom images are not longer inverted (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11492).
+
+2008-06-13  6.4.1-8 Anthony <anthony@griffith...>
+  * Fixed IsMagickColorSimilar() as used by -opaque and -transparent
+    so as to understand that the Hue Channel is cyclic by nature
+
+2008-06-08  6.4.1-8 Cristy  <quetzlzacatenango@image...>
+  * The -sketch option is working again (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11454).
+
+2008-06-08  6.4.1-7 Cristy  <quetzlzacatenango@image...>
+  * More algorithms refactored to support a threaded cache view.
+  * EPS2 output only 1/3 of image when using LZW or rle compress (reference
+    http://www.imagemagick.org/discourse-server/viewforum.php?f=3).
+  * ISO C++ 1998 does not support 'long long' (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11405).
+  * Patch GetMagickMemoryHandlers() to return the properly return the memory
+    handler addresses.
+  * Generate histogram comment if # unique colors exceed 1024 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11434).
+
+2008-06-03  6.4.1-6 Marton Bokor  <marton.bokor@gfthu....>
+  * Reading EMF files containing non-ascii characters no longer fails for
+          UTF8 encoded paths on Windows XP.
+
+2008-06-03  6.4.1-6 Cristy  <quetzlzacatenango@image...>
+  * The -colorspace option is an operator, not a setting.
+
+2008-05-31  6.4.1-5 rsnel <rik@snel....>
+  * gif.c misreads Gifs in which LZW codes are split across three datablocks.
+
+2008-05-31  6.4.1-4 Matthew Clark <mclark@gorge...>
+  * Patches to the JPEG and DCM coders to fix a few problems reading
+    certain DCM image types.
+
+2008-05-15  6.4.1-4 Cristy  <quetzlzacatenango@image...>
+  * Interpreting the -set option is no longer delayed.
+  * Add AcquireCacheViews() and DestroyCachewViews() to the API.
+  * Call DrawAffineImage() instead of CompositeImage() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11288).
+  * Throw exception for TIFF compression not support (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11289).
+  * The +opaque option now recognizes its required argument (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11298).
+  * The -background and -virtual-pixel settings are now applied correctly
+    across parenthesis.
+  * Only reset the exception signature if the relinquish memory is MagickTrue.
+  * Correct recolor equation for computing opacity (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11346).
+  * Set midpoint when scaling JP2 images.
+  * Semaphores must be passed by reference when destroyed for reliable thread
+    locks.
+  * Updated Matlab coder (thanks to Jaroslav Fojtik).
+
+2008-05-13  6.4.1-3 Cristy  <quetzlzacatenango@image...>
+  * MagickGetResource(): resources are MagickSizeType not unsigned long.
+
+2008-05-11  6.4.1-2 Cristy  <quetzlzacatenango@image...>
+  * Import: properly handle a hierarchy of subwindows under X11.
+  * Refactor quantum pixel processor to improve ease of use and speed.
+
+2008-05-09  6.4.1-2 Leonardo de Paula Rosa Piga <lpiga@terra...>
+  * OpenMP patch for sepia-tone effect.
+
+2008-05-08  6.4.1-2 Bruno Cardoso Lopes <bruno.cardoso@gmail...>
+  * OpenMP patch for NormalizeImage() & TintImage()
+
+2008-05-06  6.4.1-2 <cristiannomartins@gmail...>
+  * OpenMP patch for GetImageChannelDepth().
+  * Set depth to 32 when saving MIFF HDRI image files.
+
+2008-05-05  6.4.1-2 <joao.vita@gmail...>
+  * OpenMP patch for OilPaintImage Function
+
+2008-05-05  6.4.1-2 Sean Patrick Burke  <seanburk@gmail...>
+  * Update IPLab coder (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=11200).
+
+2008-05-02  6.4.1-1 Cristy  <quetzlzacatenango@image...>
+  * Return correct result for -fx luminence.
+  * Restore missing break so that PGM images remain PGM.
+  * Speed up the processing of ASCII PNM files.
+  * Return the correct number of MNG images for PingImage().
+
+2008-05-01  6.4.1-0 Cristy  <quetzlzacatenango@image...>
+  * Remove C++ style comments from source.
+  * Center motion blur kernel.
+  * Reenable dithering for -monochrome option.
+
+2008-04-24  6.4.0-11 Cristy  <quetzlzacatenango@image...>
+  * For color reduction, use maximum tree depth if image has 1024 or less
+    unique colors.
+  * Use a uniform convolution filter for motion blur (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11122).
+  * Add 'mean' and 'std' symbols to the Fx expression parser.
+
+2008-04-20  6.4.0-10 Chris Madison  <madisonblu@hotma...>
+  * Updated to the latest autoconf/automake/libtool scripts.
+  * Default to HSL colorspace when modulating (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=11073).
+  * The -regard-warnings option properly returns a program status of 1 if and
+    only if a warning or error exception is thrown.
+  * Report 'no clip path defined' exception for -clip-path option (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11098).
+
+2008-04-16  6.4.0-8 Cristy  <quetzlzacatenango@image...>
+  * Distinquish between pre and post processing of image list options.
+  * Return MagickTrue if InvokeDynamicImageFilter() does not generate an
+    exception (reference
+                http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=11065).
+
+2008-04-16  6.4.0-7 Glenn Randers-Pehrson <glennrp@image...>
+  * Instead of masking the PNG tRNS values when reducing from 16-bit,
+    set image->matte to MagickFalse and emit a warning.  This will produce
+    behavior similar to that of libpng-1.2.27 (and libpng-1.2.19 and earlier).
+
+2008-04-12  6.4.0-7 Cristy  <quetzlzacatenango@image...>
+  * Fix fault for animate -window root image.gif.
+  * Use GetImagePixels() rather than SetImagePixels() when making multiple
+    passes and setting image pixels (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=11022).
+
+2008-04-10  6.4.0-6 Cristy  <quetzlzacatenango@image...>
+  * Compile error in coders/avi.c when JPEG delegate library is unavailable.
+
+2008-04-09  6.4.0-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Mask the PNG tRNS values when reducing from 16-bit, in accordance with
+    the PNG specification, instead of scaling them.
+
+2008-04-09  6.4.0-5 Glenn Randers-Pehrson <glennrp@image...>
+  * Revised png.c to avoid saving unknown chunk types that will never
+    be used later.  This prevents the vulnerability described in
+    CVE-2008-1382, with respect to all unknown chunks except vpAg.
+    To handle an invalid, zero-length vpAg chunk properly will require
+    libpng-1.2.27 or later.
+
+2008-04-04  6.4.0-5 Cristy  <quetzlzacatenango@image...>
+  * Use mplayer delegate if ImageMagick does not grok AVI op code.
+  * Use proper rounding for the -fx intensity expression.
+
+2008-03-26  6.4.0-4 Cristy  <quetzlzacatenango@image...>
+  * Fix +swap option so it no longer throws an assertion.
+  * Return correct min/max for grayscale JPEG images (e.g. -format %[min]).
+
+2008-03-26  6.4.0-1 Cristy  <quetzlzacatenango@image...>
+ * Rewrote patch so that writing pyramid TIFF images no longer fails if a
+   tile size is specified (e.g. ptif:image.tif[128x128]).
+ * Malformed use of caption no longer consumes memory (reference
+   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10914).
+ * Don't run Ghostscript twice (reference
+   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10922).
+
+2008-03-21  6.4.0-0 Cristy  <quetzlzacatenango@image...>
+  * SpreadImage() no longer introduces noise into the resulting image (reference
+                http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10892).
+  * Properly handle min-is-white TIFF gray scale images.
+  * Use CompositeImage() instead of DrawAffineImage() if the affine expansion
+    factor is 1.0.
+
+2008-03-20  6.3.9-10 Cristy  <quetzlzacatenango@image...>
+  * Writing pyramid TIFF images no longer fails if a tile size is specified
+    (e.g. ptif:image.tif[128x128]).
+  * Reset page geometry when interactively cropping an image with the display
+    program.
+
+2008-03-18  6.3.9-9 Cristy  <quetzlzacatenango@image...>
+  * With a single swap argument should swap the image with the *last* image.
+
+2008-03-16  6.3.9-8 Cristy  <quetzlzacatenango@image...>
+  * Make sure we don't sync a blob after it has been closed.
+
+2008-03-14  6.3.9-7 Cristy  <quetzlzacatenango@image...>
+  * Patch mpeg:encode delegate to properly produce an MPEG image sequence.
+
+2008-03-11  6.3.9-6 Cristy  <quetzlzacatenango@image...>
+  * Support both GTK and CAIRO interfaces to RSVG (reference
+    ttp://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=10802).
+  * Display colormapped PNG images with alpha properly (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10819).
+
+2008-03-09  6.3.9-5 Cristy  <quetzlzacatenango@image...>
+  * Define inline to _magickcore_inline (to satisfy HP's aCC compiler).
+
+2008-03-08  6.3.9-4 Cristy  <quetzlzacatenango@image...>
+  * The rsvg delegate library depends on cairo-svg.
+  * Account for min-is-white 8-bit gray TIFF images.
+
+2008-02-29  6.3.9-2 Cristy  <quetzlzacatenango@image...>
+  * Add support for the Postable Document Archive Format.
+  * Add support for Braille images.
+  * Add support for DDS images (contributed by Bianca van Schaik).
+  * Add GetImageAlphaChannel() method.
+  * PSD clipping paths are once again recognized.
+
+2008-02-24  6.3.9-1 Cristy  <quetzlzacatenango@image...>
+  * Return the actual image format for HTTP: or FTP: format (reference
+        http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10715).
+  * Fix so image.quantize(true) returns error as expected (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10735).
+
+2008-02-20  6.3.9-0 Cristy  <quetzlzacatenango@image...>
+  * Fixed a small memory leak (8 bytes) in TransformImages().
+  * Render to Cairo surface rather than a GDK buffer when rendering SVG.
+  * Identify now reports both actual and reported image depths (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10716).
+
+2008-02-17  6.3.8-10 Cristy  <quetzlzacatenango@image...>
+  * Speed up converting large PDF/PS images when only selecting a few pages
+    (e.g. pdffile.pdf[195-199]).
+  * Deprecate HSLTransform() and TransformHSL().
+
+2008-02-16  6.3.8-9 Cristy  <quetzlzacatenango@image...>
+  * Fix Magick++-config script to reflect the MagickWand / MagickCore
+    dependencies.
+
+2008-02-14  6.3.8-7 Cristy  <quetzlzacatenango@image...>
+  * Promote colormapped to truecolor images when enciphering.
+
+2008-02-08  6.3.8-6 Cristy  <quetzlzacatenango@image...>
+  * Add EncipherImage() / DecipherImage() methods.
+  * Add -encipher / -decipher options to the command-line utilities.
+
+2008-02-03  6.3.8-5 Cristy  <quetzlzacatenango@image...>
+  * New Unix/Linux refactoring (should be transparent since changes are
+    reflected in Magick-config and ImageMagick.pc pkg-config files):
+      /usr/local/include => /usr/local/include/ImageMagick
+      libMagick => libMagickCore
+      libWand => libMagickWand
+      Magick-config (deprecated) => MagickCore-config
+      Wand-config (deprecated) => MagickWand-config
+      Add Magick++-config, MagickCore.pc, MagickWand.pc, Magick++.pc
+
+2008-01-28  6.3.8-3 Cristy  <quetzlzacatenango@image...>
+  * Liquid rescale limits the final size to twice the original size (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10536).
+  * Read EXIF data in TIFF images; writing is pending until we can figure out
+    how to use the libtiff delegate library to write EXIF data.
+
+2008-01-24  6.3.8-2 Cristy  <quetzlzacatenango@image...>
+  * Add support for liquid rescaling (e.g. -liquid-rescale).
+  * Support a ^ meta character in an image geometry (.e.g
+    convert 640x480.png -resize 240^ returns a 320x240 result).
+
+2008-01-20  6.3.8-1 Cristy  <quetzlzacatenango@image...>
+  * Fix transient bug where "identify -format '%w;%[exif:Model]'" failed to
+    return camera model number.
+
+2008-01-14  6.3.8-0 Cristy  <quetzlzacatenango@image...>
+  * Monochome EPS3 images are no longer corrupt (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10422).
+  * Eliminate memory corruption with broken PICT image (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10447).
+  * Return a Grayscale colorspace for grayscale DPX image (previously
+    returned Log colorspace).
+  * Fix -g option for PCL6 support (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10462).
+
+2008-01-08  6.3.7-10 Cristy  <quetzlzacatenango@image...>
+  * Only read ICON alpha mask if BPP is <= 16.
+  * Add support for +opaque and +transparent (requested by Anthony).
+  * Throw an exception *before* we call wmf_api_destroy() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10420).
+
+2008-01-01  6.3.7-9 Cristy  <quetzlzacatenango@image...>
+  * Use explicit format specifier to render transparent Adobe Illustrator
+    files (i.e. convert ai:image.ai image.png).
+  * Set RSVG base URI (patch provided by tsdineen).
+
+2007-12-20  6.3.7-7 Cristy  <quetzlzacatenango@image...>
+  * `Magick-config --version` returns Q16 instead of
+    Q@MAGICKCORE_QUANTUM_DEPTH@.
+  * Permit commas in numbers in certain locales (e.g. german +100,000).
+
+2007-12-13  6.3.7-5 Cristy  <quetzlzacatenango@image...>
+  * Added an exception reason to BlobToImage() in the event an image has no
+    magic number and neither the image magick or filename is set.
+  * Do not pass PhotoYCC data thru gamma-corrected lookup-table.
+  * Fix bug in GetEXIFProperty() (reference
+    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10300).
+
+2007-12-12  6.3.7-4 Cristy  <quetzlzacatenango@image...>
+  * Adding comments to your image is now possible with the display program.
+
+2007-12-09  6.3.7-3 Anthony <anthony@griffith...>
+  * Adjusted -clut multiplyer for correct handling of
+    "-interpolation Integer" in color lookup.
+
+2007-12-01  6.3.7-3 Cristy  <quetzlzacatenango@image...>
+  * Fix 'insufficient image data' for DCM format (reference
+    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10227).
+  * Force a colormapped image if Palm bits-per-pixel < 16.
+  * Fix multiple problems with Palm Data Base reader (patch from
+    1tms@gmx.d...).
+  * Do not exit after first image with the display --immutable option.
+  * Update autoconf/automake/libtool configuration files.
+  * Add support for resource limit units (e.g. -limit memory 16mb).
+  * Return original image if gaussian blur sigma is 0.0.
+  * Colormapped multi-image PDF's are no longer corrupt (reference
+    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10258).
+
+2007-11-27  6.3.7-2 Anthony <anthony@griffith...>
+  * Finalisation of new resize filters, "Lagrange" self-windowing filter
+    now adjusts automatically with different support window size.
+  * Added "Bohman" (another 2'rd order cosine function) and "Bartlett"
+    (triangluar) resize windowing filters.
+  * Adjusted -clut to use a grayscale image (with no alpha) to select colors
+    from the Lookup Table image.
+
+2007-11-26  6.3.7-2 Cristy  <quetzlzacatenango@image...>
+  * Not all DCM tags were being saved as image attributes (patch provided by
+    jcupitt@gmail...).
+  * Normalize pixel values when quantum format is floating-point.
+  * Initialize the pixel sum to zero when averaging image pixels.
+
+2007-11-23  6.3.7-1 Anthony <anthony@griffith...>
+  * Bug fix in height calculation for -layers merge operation
+
+2007-11-02  6.3.7-0 Cristy  <quetzlzacatenango@image...>
+  * Add support for SCT grayscale images.
+  * Fixed transparency bug for the ICO image format.
+  * Fixed small memory leak in the caption and label coders.
+  * Fixed -threshold option to return all white for -threshold 0 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10126).
+
+2007-11-06  6.3.6-10 Chris Madison  <madisonblu@hotma...>
+  * Corrected CGM delegate command in config/delegate.xml.
+
+2007-11-05  6.3.6-9 Chris Madison  <madisonblu@hotma...>
+  * Reclassified X server open error from fatal to non-fatal.
+  * New SetImageAlphaChannel() method to activate, deactivate, reset, or
+    set the image alpha channel.
+  * Patch for Scanalytics IPLab image format for non 8-bit images
+    (contributed by Sean Burke).
+
+2007-11-04  6.3.6-8 Chris Madison  <madisonblu@hotma...>
+  * Remove ctrl-M characters on in various source files.
+  * Fix signature for Magick++ averageImages() regression tests for HDRI.
+  * Only invoke PerlMagick x11 regression test if DISPLAY variable is set.
+
+2007-11-03  6.3.6-7 Chris Madison  <madisonblu@hotma...>
+  * MAGICK_ERX_SRCS should be MAGICK_EXR_SRCS in coders/Makefile.am.
+
+2007-11-02  6.3.6-6 Cristy  <quetzlzacatenango@image...>
+  * Upgrade to FPX version libfpx-1.2.0.14 (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10041).
+  * Modules are searched first in the directories specified by the environment
+    variables, and then -- if the desired module is not found -- in the
+    compiled-in path.  (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10039).
+
+2007-11-01  6.3.6-5 Cristy  <quetzlzacatenango@image...>
+  * Update FPX regression test reference images.
+  * Fixed Magick++ compile error for Sun Studio 10 compiler.
+
+2007-10-25  6.3.6-4 Cristy  <quetzlzacatenango@image...>
+  * The -equalize option now respects the -channel option.
+
+2007-10-23  6.3.6-4 Anthony <anthony@griffith...>
+  * Additional Filters:  Welsh, Parzen, Lagrangian
+  * Addition of Cubic filter B,C controls
+  * 'verbose' filter plotting output using  -define "filter:verbose"
+
+2007-10-20  6.3.6-3 Anthony <anthony@griffith...>
+  * Further expansion and handling of filters with expert options.
+    -filter selects from a table of standard filter settings, while
+    expert options allow complete selection of filter, windowing, support
+    and blurring options.  Includes automatic switch from Sinc to Bessel
+    for operators using 2-dimensional cylindrical filter, rather than
+    two pass 1-dimensional orthogonal filters.
+
+2007-10-14  6.3.6-3 Cristy  <quetzlzacatenango@image...>
+  * Obsolete -support (set filter blur factor)
+  * Expansion to add -set/define filter options
+
+2007-10-12  6.3.6-2 Anthony <anthony@griffith...>
+  * Least Squares coordinate handling added for -distort methods Affine,
+    Perspective, Bilinear.   This allows for more than the minimal number of
+    coordinates to be used to 'fit' a distortion function to an image.
+    This addition will allow the use of image registration to generate
+    panorama overviews and better geographical coordinate correction.
+  * Consolidated the similar methods FlattenImage() and MosaicImage()
+    into a new layers function MergeImageLayers() method, adding 'flatten'
+    and 'mosaic' layer methods.
+  * Addition of another similar layers method 'merge' which 'unlocks' the
+    normal flatten/mosaic layer merger from the origin, The resulting image
+    will have a virtual canvas of minimal size with an offset. Also images
+    with negative offsets will not be clipped by the 'merge' form of the
+    command.  This was created for better layering of distorted images, such
+    as panorama overlays.
+  * Bug fix in handling transparency for EWA resampling.
+  * Access to Resize Filter Functions from resize.c (for resample.c)
+    with possible future filter sources... Acquire/Destory/Call ResizeFilter()
+  * All resize filters added to resampling, but filter handling is incomplete.
+
+2007-10-05  6.3.6-2 Cristy  <quetzlzacatenango@image...>
+  * The box filter no longer produces a black grid when resizing an image
+    under Mac OS X.
+  * Respect cropbox for PDF with a subimage specification (e.g.
+        image.pdf[1-3]).
+  * Detect proper PDF bounding box when offsets are negative.
+
+2007-10-02  6.3.6-1 Cristy  <quetzlzacatenango@image...>
+  * Speed up the Fx interpreter.
+  * Use ULL not ui64 for MinGW 64-bit constants.
+  * Call SyncCacheView() instead of SyncImagePixels() in WaveImage().
+  * Close all references to a pixel cache on disk before removing the temporary
+          file as required under Windows.
+
+2007-09-29  6.3.6-0 Anthony <anthony@griffith...>
+  * Added Scaling 'derivitives' to -distort Arc, so image arcing is now
+    sharp and clear as you approach the center of the distort.
+  * Added  " -set option:distort:viewport 'geometry' " special option
+    that can be used to override the output image size and offset.
+  * Fixed experimental use of -filter and -support in Resampling (more later).
+  * Changed order for coordinate arguments in -distort (for later leastsq
+    multiple coordinate distortion function fitting)
+
+2007-09-22  6.3.6-0 Cristy  <quetzlzacatenango@image...>
+  * Check the API version and quantum depth before loading a coder module or
+          image filter (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9780).
+  * Add exception to the image filter signature.
+  * Get the execution path under Mac OS X.
+  * TIFFTAG_STRIPBYTECOUNTS requires a uint32 pointer (magick/compress.c).
+  * Fixed memory leak in CloneString() (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9763).
+  * Set S_IRUSR | S_IWUSR | S_IRGRP mode when writing a file in
+    CopyDelegateFile().
+
+2007-09-18  6.3.5-9 Anthony <anthony@griffith...>
+  * Bug fix for +distort in Perspective, also effected PerspectiveProjection
+
+2007-09-17  6.3.5-10 Cristy  <quetzlzacatenango@image...>
+  * Replace all InterpolatePixelColor() calls to use the ResamplePixelColor()
+    method instead.
+  * Map the display program pan icon window for each oversized image.
+  * The ufraw delegate does not like quotes around the output filename.
+  * Adjust the sensitivity of a few PerlMagick tests to pass the validation on
+    a 64-bit FreeBSD system.
+  * The -level option now works properly for colormapped images.
+  * Allow Extrapolated blending of images using -blend
+       http://netpbm.sourceforge.net/doc/extendedopacity.html
+
+2007-09-12  6.3.5-9 Anthony <anthony@griffith...>
+  * Major Addition,  Area Resampling Functions, (scaled interpolation)
+    for pixel lookup in Distortion functions.  This improves the look in
+    areas of minification enormously, especially in situations of infinite
+    tiling and horizon views.  All virtual pixel methods have been handled
+    to minimise computation time involved with area resampling.  To use the
+    new function distortions need to be able to determine scaling vectors
+    (distortion function derivitives) for correct working.  All
+    -distort methods, except Arc, uses scaled area resampling.
+  * Improvements to perspective distort method, to include the correct
+    differentiation between the 'ground' on which the image lies, and the
+    'sky', the color of which can be set using the -mattecolor setting
+    (as the distortion invalid pixel color). Background color is retains
+    for surrounding ground areas. The horizon is also correct anti-aliased
+    and transparent colors are also allowed, allowing you to add backdrops
+    of gradients and patterns.
+
+2007-09-04  6.3.5-9 Cristy  <quetzlzacatenango@image...>
+  * Read/Write Scanalytics IPLab image format (contributed by Sean Burke).
+  * Patched ReadBlobString() to fix a off-by-one vulnerability (alert from
+    iDefense).
+  * Patched ReadDIBImage() to fix a sign extension vulnerability (alert from
+    iDefense).
+  * Patched AllocateImageColormap() to fix an integer overflow vulnerability
+    (alert from iDefense).
+  * Patched ReadDCMImage() to fix an integer overflow vulnerability
+    (alert from iDefense).
+  * Patched ReadDIBImage() to fix an integer overflow vulnerability
+    (alert from iDefense).
+  * Patched ReadXBMImage() to fix an integer overflow vulnerability
+    (alert from iDefense).
+  * Patched ReadDCMImage() to fix an denial of service vulnerability
+    (alert from iDefense).
+  * Patched ReadXCFImage() to fix an denial of service vulnerability
+    (alert from iDefense).
+  * If image size changes, don't trust DPX orientation attributes.
+
+2007-09-04  6.3.5-9 Gozer404
+  * Add French to the messaging system (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=9601).
+  * Add -fopenmp to MAGICK_PCFLAGS (reference
+   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9608).
+
+2007-08-14  6.3.5-7 Cristy  <quetzlzacatenango@image...>
+  * Add -alpha {activate,deactivate,reset} option to activate, deactivate, or
+    reset the alpha channel.
+  * Render proper image labels for VID coder.
+  * Resolved a conflict for the -list option.  Use -list font to list
+          ImageMagick fonts and -list type to list image types.
+  * Catch any errors returned by pthread_mutex_init() (problem report
+    from devman@gmx-t...).
+  * TransformHSL() returns a proper hue component.
+  * Added -clut option and the ClutImage() method.
+  * Fix glyph memory leak in AnnotateImage (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9523).
+  * Rename analyze.c to Analyze.c (reference
+    ttp://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9538).
+
+2007-08-07  6.3.5-6 Anthony  <anthony@griffith...>
+  * Enabled use of +distort to auto resize destination image to 'bestfit'
+    the distorted input image.  This also enabled the use of virtual canvas
+    offsets in source and destination images for most distortion methods.
+
+2007-08-05  6.3.5-6 Cristy  <quetzlzacatenango@image...>
+  * Remove atexit in Magick++ code to avoid possible client crash (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9270).
+
+2007-08-01  6.3.5-5 Cristy  <quetzlzacatenango@image...>
+  * Read/Write Scanalytics IPLab image format (contributed by Sean Burke).
+
+2007-07-30  6.3.5-5 Anthony  <anthony@griffith...>
+  * Added -distort arc.  This update also allows the destination image
+    size and offset to be set according to the specific distortion being
+    applied.
+
+2007-07-29  6.3.5-5 Cristy  <quetzlzacatenango@image...>
+  * Set the -polaroid border color with the -bordercolor option.
+
+2007-07-25  6.3.5-4 Cristy  <quetzlzacatenango@image...>
+  * Remove extranous break statement so -type option properly sets the
+    image_info->type member (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9261).
+
+2007-07-21  6.3.5-4 Anthony  <anthony@griffith...>
+  * Allow the use of optional arguments in -distort SRT
+
+2007-06-29  6.3.5-0 Anthony  <anthony@griffith...>
+  * Initial addition of three Affine Distortions to -distort with the affine
+    mapping defined by the use of;  an Affine Matrix, Coordinates of Triangles,
+    or separate Scale-Rotate-Translate actions.
+
+2007-06-18  6.3.5-0 Cristy  <quetzlzacatenango@image...>
+  * Fix X11 font ascender.
+  * Add -distort option.
+  * Add random noise option (e.g. +noise random).
+  * Many internal algorithms are now threaded to take advantage of speed-ups
+    offered by the new dual and quad-core processor technologies.
+    and quad-core processor technology.
+  * Tiff images in the LAB colorspace are no longer identified as RGB
+    (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9015).
+  * Update image color_profile and iptc_profile members in the JPEG coder
+    (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9063);
+
+2007-06-13  6.3.4-10 Cristy  <quetzlzacatenango@image...>
+  * Fix composite mask bug (reference
+    http://www.imagemagick.org/Usage/bugs/composite_mask/).
+  * Speed up GetPixelOpacity() method (patch from seth@price...).
+  * Set icon image width/height before allocating the image colormap.
+  * Remove Photoshop string segment from JPEG profile (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9006).
+
+2007-06-11  6.3.4-9 Cristy  <quetzlzacatenango@image...>
+  * Converting a jpg to pdf is creating an empty pdf object (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8954).
+  * Respect the '-set type:hinting off option' (bug report from Richard
+    Jones).
+  * WritePSDImage vulnerable to exploitable heap corruption (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8967).
+
+2007-06-09  6.3.4-8 Cristy  <quetzlzacatenango@image...>
+  * SetMagickRegistry() post-increment the value 'id' (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8944).
+
+2007-06-02  6.3.4-6 Cristy  <quetzlzacatenango@image...>
+  * Read/write 10 & 12-bit packed DPX images.
+  * Reduce stack requirements for messaging system.
+  * Small memory leak for raw profiles in the PNG coder.
+
+2007-06-01  6.3.4-5 Glenn <glennrp@image...>
+  * Added GIF, JPEG, and PNG interlace types.  For backward compatibility,
+    you can continue to use "-interlace Plane" to request these.
+
+2007-04-30  6.3.4-0 Anthony  <anthony@griffith...>
+  * Fixed minor bug in the 'curl' for Polaroid of very non-square images.
+
+2007-06-01  6.3.4-5 Cristy  <quetzlzacatenango@image...>
+  * Set min-is-white for Group4-compressed PDF.
+  * Add PaintFloodfillImage() method.
+
+2007-05-30  6.3.4-4 Cristy  <quetzlzacatenango@image...>
+  * Add MEPP metric to compare program.  Returns the mean error per pixel
+    along with the normalize mean and maximum error.
+  * Attach an XMP profile to an image (e.g.
+    convert input.tif -profile xmp:metadata.xmp output.tif).
+
+2007-05-22  6.3.4-3 Cristy  <quetzlzacatenango@image...>
+  * Fixed mogrify conversions with -format and -path (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=9127).
+
+2007-05-15  6.3.4-2 Cristy  <quetzlzacatenango@image...>
+  * SVG style element was not always parsed properly.
+  * Do not dither when the number of unique colors is already less than the
+    maximum.
+  * Return normalized PAE metric (compare utility).
+
+2007-05-03  6.3.4-1 Cristy  <quetzlzacatenango@image...>
+  * Add support for PFM images.
+  * Check for corrupt EXIF image profiles.
+  * Writing JPEG YCbCr TIFF images no longer faults (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8896).
+
+2007-04-30  6.3.4-0 Anthony  <anthony@griffith...>
+  * Fixed minor bug for crop missed images and 'background' GIF disposal.
+
+2007-04-28  6.3.4-0 Glenn  <glennrp@image...>
+  * Added profile support to the GIF decoder/encoder.  They are stored
+    as GIF Application Extensions.  Known extensions include existing ICCRGB1
+    (for ICC profiles) and new MGKIPTC0 and MGK8BIM0 (for IPTC and 8BIM
+    profiles).  Unknown extensions found in GIF files are read as gifappNNN.
+
+2007-04-28  6.3.4-0 Anthony  <anthony@griffith...>
+  * Invert Opacity change for user defined ordered dither threshold maps,
+    so that 'off' map is transparent, and 'on' is opaque.
+
+2007-04-24  6.3.4-0 Anthony  <anthony@griffith...>
+  * Added an initial Coalesce Images, and a final +map local colortable
+    optimization to the -layers Optimize method, for a simple to use
+    GIF optimization operation.  (more work to come)
+
+2007-04-22  6.3.4-0 Cristy  <quetzlzacatenango@image...>
+  * Properly set the virtual canvas of a multi-frame GIF image sequence.
+  * Add AcquireOneVirtualPixel() method.
+  * Set Log colorspace properly when writing DPX images.
+  * Add -tile-offset option.
+  * Add support for the EXR image format.
+  * Improve support for DPX images.
+  * Add --enable-hdri option to the configure script.
+  * Add support for high dynamic-range images (HDRI).
+
+2007-04-20  6.3.3-9 Peter Hull  <peterhull90@gmail...>
+  * Improve support for writing multiple image icons.
+
+2007-04-18  6.3.3-9 Anthony  <anthony@griffith...>
+  * Separated -layers Optimize from -layers OptimizeFrame to allow
+    the former expansion into a general (multiple method) optimizer
+    of GIF animations
+  * merged -layers OptimizeTransparency into -layers Optimize method
+
+2007-04-12  6.3.3-8 Chris Madison  <madisonblu@hotma...>
+  * Fix fault whem comparing a colormapped image with a non-colormapped one.
+  * Fix race condition when spawning delegate programs.
+  * TIFF JPEG now respects the -quality compression setting.
+  * The -fx option now properly groks the logical and operator.
+  * DPX tilestamp property should be timestamp.
+
+2007-04-13  6.3.3-7 Anthony  <anthony@griffith...>
+  * Added GravityAdjustGeometry() to "geometry.c" to adjust geometry settings
+    according to given gravity and canvas area it applies to. This is for
+    code simplification throughout MagickCore.
+
+2007-04-09  6.3.3-6 Anthony  <anthony@griffith...>
+  * Fixed CoalesceImages() to reset virtual canvas info on second and later
+    frames.   Other animation handlers may also need to reset virtual canvas
+    sizes to match the first frame, as well.
+
+2007-04-06  6.3.3-6 Anthony  <anthony@griffith...>
+  * Addition of a CompositeImages() "layer.c" function to compose two
+    separate image lists together (with a virtual canvas offset) in three
+    different ways, depending on the size of the lists.
+  * A 'hack' for command line use (the two lists separates by the special
+    "NULL" image, which is junked) has also been added. Specifically...
+    "-layers Composite".
+
+2007-04-04  6.3.3-6 Anthony  <anthony@griffith...>
+  * Add -layers RemoveDups method to remove duplicate sequential images in
+    coalesced animations.
+  * Add -layers RemoveZero method to remove images with a zero time delay
+    (with no action and a warning is all images have zero time delay)
+
+2007-04-01  6.3.3-6 Cristy  <quetzlzacatenango@image...>
+  * Permit generic profiles (e.g. -profile name:profile).
+
+2007-03-31  6.3.3-5 Cristy  <quetzlzacatenango@image...>
+  * Fixed DCM and XWD buffer overflow vulnerabilities (reference
+    http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=496).
+
+2007-03-28  6.3.3-4 Anthony  <anthony@griffith...>
+  * Code duplication, simplification, and possible logic faults in "list.c".
+  * Added new Composition method, 'ChangeMask' to return pixels
+    that have changed or will cause a color change in overlays
+  * Used 'ChangeMask' to implement the "-layers" method
+    "OptimizeTransparency" to improve the compressibility of
+    frame optimized GIF animations. See IM Examples...
+      http://www.imagemagick.org/Usage/anim_opt/#opt_trans
+
+2007-03-19  6.3.3-4 Cristy  <quetzlzacatenango@image...>
+  * Fixed two memory leaks in wand/magick-image.c and magick/stream.c and made
+    some minor changes to the GIF coder to make reading and pinging images
+    faster (patch provided by mstemm@cloud...).
+
+2007-03-19  6.3.3-3 Cristy  <quetzlzacatenango@image...>
+  * Patch RotateImage() to properly rotate CMYK images.
+  * Patch the XWD coder to prevent heap overflow vulnerability (vulnerability
+    report from idefense.com [IDEF2108] [IDEF2221] [IDEF2226]).
+
+2007-03-19  6.3.3-3 Anthony <Anthony@griffith...>
+  * Fixed bug for GIF Optimization for images without a matte channel.
+  * Improved image handling for "-layers" method "Dispose".
+
+2007-03-11  6.3.3-2 Cristy  <quetzlzacatenango@image...>
+  * Improve configure script to better support Ghostscript under Mac OSX (
+    reference http://www.imagemagick.org/discourse-server/viewtopic.php?t=8557).
+  * Force a virtual pixel method of Tile for GetFillColor() and
+    GetStrokeColor().
+  * Add -reverse option to reverse the image list.
+
+2007-03-08  6.3.3-1 Cristy  <quetzlzacatenango@image...>
+  * Support versions 2.1.0 and above (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=8620).
+  * Support SVG rotation about a point (e.g. rotate(45 75 75)).
+  * Fix fault in DCM coder (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8618).
+  * Check for a NULL parser in SVGReference in coders/svg.c (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8609).
+  * Add --disable-deprecated configure script option.
+  * Composite mask now works properly with transparent images.
+
+2007-03-04  Daniel Kobras <kobras@debia...>
+  * Fixed additional data-driven faults (reference
+    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412945).
+  * Allocate proper scanline length to prevent a PCX overflow.
+
+2007-03-03  6.3.3-1 Cristy  <quetzlzacatenango@image...>
+  * Patch ImageMagick to permit referenced labels: -set option:mylabel
+    "color = %[pixel:u[0].p{12,26}]" label:'%[mylabel]'
+
+2007-02-24  6.3.3-0 Cristy  <quetzlzacatenango@image...>
+  * Escape indirect labels and comments (e.g. -label @file).
+  * Added -format %C to return the image compression type.
+  * Do not report channel statistics if -ping -format is specified with the
+    identify program.
+  * Add ResetImagePage() to reset the image page canvas and position.
+  * Upgrade to LCMS 1.16
+  * Configure Ghostscript for library or framework (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=8557).
+  * Add -taint option to convert/mogrify to mark image as ineligible for
+  * Fixed various data-driven faults (reference
+    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412945).  The corrupt
+    JP2 image faults but its failing in the JP2 jas_image_decode() method,
+    not MagickCore.  The corrupt XWD image faults but its failing in
+    the X11 XGetPixel() method, not MagickCore.
+
+2007-02-20  6.3.2-8 Cristy  <quetzlzacatenango@image...>
+  * Use -define quantum:polarity=min-is-black or -define
+    quantum:polarity=min-is-white to toggle the photometric interpretation for
+    a bilevel TIFF image.
+
+2007-02-17  6.3.2-8 Cristy  <quetzlzacatenango@image...>
+  * Don't interpret embedded format characters when reading comments/labels
+    from a file.
+  * Reading an image from stdin stopped working.
+
+2007-02-17  6.3.2-7 Cristy  <quetzlzacatenango@image...>
+  * PerlMagick Label() no longer faults.
+  * Fix double-free when using the display/animate -geometry option.
+  * Add GetStringInfoLength() and GetStringInfoDatum(); deprecate
+    profile->length and profile->datum.
+
+2007-02-16  6.3.2-6 Cristy  <quetzlzacatenango@image...>
+  * Fix file leak in InjectImageBlob().
+  * Do not reinterpret image properties (e.g. -comment %%w).
+
+2007-02-14  6.3.2-5 Cristy  <quetzlzacatenango@image...>
+  * Don't over-allocate file buffers.
+
+2007-02-12  6.3.2-5 Cristy  <quetzlzacatenango@image...>
+  * Format strings in the POSIX locale.
+  * Make font metrics invariant to the strokewidth.
+
+2007-02-10  6.3.2-4 Albert Chin  <china@thewr...>
+  * Patch to fix configure.ac typo.
+
+2007-02-08  6.3.2-4 Cristy  <quetzlzacatenango@image...>
+  * Permit ImageMagick to run as a service under Windows.
+  * Remove duplicate EXIF properties.
+  * Support strokewidth option for the caption format.
+  * Don't use Ghostscript for rendering fonts if Freetype is available.
+
+2007-02-02  6.3.2-3 Cristy  <quetzlzacatenango@image...>
+  * Added thumbnail format to write EXIF thumbnails.
+  * Move ReadByteImage() out of Min() macro of ReadPALMImage().
+  * Move EXIF properties to the EXIF namespace (e.g. exif:XResolution).
+
+2007-01-26  6.3.2-2 Cristy  <quetzlzacatenango@image...>
+  * Add interpolate and background options to PerlMagick's AffineTransform().
+  * Revert to Postscript rendering if Freetype delegate library is not
+    available.
+
+2007-01-20  6.3.2-1 Cristy  <quetzlzacatenango@image...>
+  * Accept Fx expressions from a file with -fx @filename.
+  * Enhance -fill and -stroke to accept image filenames as patterns.
+
+2007-01-16  6.3.2-0 Cristy  <quetzlzacatenango@image...>
+  * Save grayscale images as JPEG-compressed grayscale when writing in the TIFF
+    format.
+  * Update EXIF resolution fields when image density changes.
+
+2007-01-07  6.3.1-7 Cristy  <quetzlzacatenango@image...>
+  * The -polaroid option now respects -gravity.
+  * Deprecate Get/SetImageAttribute().  Recommend Get/SetImageProperty()
+    instead.
+  * Any form of "-crop" with a percentage, implies an offset for the crop.
+  * Fixed percent option for -border (e.g. -border 10%x0%).
+  * Add -path option to the mogrify program to specify where to write the
+    images.
+
+2007-01-06  6.3.1-6 Cristy  <quetzlzacatenango@image...>
+  * Fix the -auto-orient to work with an image sequence (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?t=8100).
+  * Add -polaroid option to simulate a Polaroid picture.
+  * Eliminate double-free bug in GradientImage().
+  * Set AppendImage() matte channel only when image has matte attribute set.
+  * The -crop with negative offsets do not modify the virtual canvas.
+  * Caption: Given both the width and height ("-size") of the area to fill,
+    adjust the fonts "-pointsize" until the text just filles the whole space
+    without overflowing.
+  * Generate proper Windows icon image files (patch provided by
+    Robert M. Jansen).

BIN
resources/ImageMagick-7.1.1-11/montage.exe → resources/imagemagick/IMDisplay.exe


+ 111 - 0
resources/imagemagick/ImageMagick.rdf

@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/"
+         xmlns="http://usefulinc.com/ns/doap#">
+
+  <Project>
+    <name>ImageMagick</name>
+    <shortdesc xml:lang="en">ImageMagick: convert, edit, and compose images.</shortdesc>
+    <homepage rdf:resource="http://www.imagemagick.org/"/>
+    <created>2007-09-15</created>
+
+    <description xml:lang="en">
+        ImageMagick® is a software suite to create, edit, and compose bitmap
+        images. It can read, convert and write images in a variety of formats
+        (about 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD,
+        PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip,
+        mirror, rotate, scale, shear and transform images, adjust image colors,
+        apply various special effects, or draw text, lines, polygons, ellipses
+        and Bézier curves.
+        
+        The functionality of ImageMagick is typically utilized from the command
+        line or you can use the features from programs written in your favorite
+        programming language. Choose from these interfaces: G2F (Ada), MagickCore
+        (C), MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++
+        (C++), JMagick (Java), L-Magick (Lisp), nMagick (Neko/haXe), MagickNet
+        (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP
+        (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With
+        a language interface, use ImageMagick to modify or create images
+        dynamically and automagically.
+        
+        ImageMagick is free software delivered as a ready-to-run binary
+        distribution or as source code that you can freely use, copy, modify,
+        and distribute. Its license is compatible with the GPL. It runs on all
+        major operating systems.
+        
+        Here are just a few examples of what ImageMagick can do:
+        
+            * Format conversion: convert an image from one format to another (e.g.
+              PNG to JPEG)
+            * Transform: resize, rotate, crop, flip or trim an image
+            * Transparency: render portions of an image invisible
+            * Draw: add shapes or text to an image
+            * Decorate: add a border or frame to an image
+            * Special effects: blur, sharpen, threshold, or tint an image
+            * Image calculator: apply a mathematical expression to an image or image
+              channels
+            * Text & comments: insert descriptive or artistic text in an image
+            * Image identification: describe the format and attributes of an image
+            * Animation: create a GIF animation sequence from a group of images
+            * Composite: overlap one image over another
+            * Montage: juxtapose image thumbnails on an image canvas
+            * High dynamic-range imaging: accurately represent the wide range of
+              intensity levels found in real scenes ranging from the brightest direct
+              sunlight to the deepest darkest shadows
+            * Large image support: read, process, or write mega- and giga-pixel image
+              sizes</description>
+
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>ImageMagick Studio LLC</foaf:name>
+        <foaf:homepage rdf:resource="http://www.imagemagick.org/"/>
+      </foaf:Person>
+    </maintainer>
+
+    <release>
+      <Version>
+          <name>stable</name>
+          <created>2007-09-15</created>
+          <revision>6.3.5</revision>
+      </Version>
+    </release>
+
+    <mailing-list rdf:resource="http://www.imagemagick.org/mailman/listinfo/magick-users" />
+    <mailing-list rdf:resource="http://www.imagemagick.org/mailman/listinfo/magick-developers" />
+    <mailing-list rdf:resource="http://www.imagemagick.org/mailman/listinfo/magick-bugs" />
+    <mailing-list rdf:resource="http://www.imagemagick.org/mailman/listinfo/magick-announce" />
+
+    <download-page rdf:resource="http://www.imagemagick.org/script/download.php" />
+    <download-mirror rdf:resource="http://sourceforge.net/projects/imagemagick/" />
+
+    <!-- Licensing details -->
+    <license rdf:resource="http://www.imagemagick.org/script/license.php" />
+
+    <!-- source repository -->
+    <repository>
+      <SVNRepository>
+        <repositoryWebView rdf:resource="http://magick.imagemagick.org/viewvc/bin/cgi/viewvc.cgi/svn/ImageMagick/trunk/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+
+
+  <!--
+       optional administravia:
+       authoring tools can add more here if they'd like.
+   -->
+  <rdf:Description rdf:about="">
+    <foaf:maker>
+      <foaf:Person>
+        <foaf:name>ImageMagick Studio LLC</foaf:name>
+        <foaf:homepage rdf:resource="http://www.imagemagick.org/"/>
+      </foaf:Person>
+    </foaf:maker>
+  </rdf:Description>
+
+</rdf:RDF>
+<!-- 
+Local variables:
+mode:nxml
+End:
+-->

+ 103 - 103
resources/ImageMagick-7.1.1-11/LICENSE.txt → resources/imagemagick/LICENSE

@@ -1,103 +1,103 @@
-Before we get to the text of the license, lets just review what the license says in simple terms:
-
-It allows you to:
-
-  * freely download and use ImageMagick software, in whole or in part, for personal, company internal, or commercial purposes;
-  * use ImageMagick software in packages or distributions that you create;
-  * link against a library under a different license;
-  * link code under a different license against a library under this license;
-  * merge code into a work under a different license;
-  * extend patent grants to any code using code under this license;
-  * and extend patent protection.
-
-It forbids you to:
-
-  * redistribute any piece of ImageMagick-originated software without proper attribution;
-  * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagick Studio LLC endorses your distribution;
-  * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you created the ImageMagick software in question.
-
-It requires you to:
-
-  * include a copy of the license in any redistribution you may make that includes ImageMagick software;
-  * provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagick software.
-
-It does not require you to:
-
-  * include the source of the ImageMagick software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it;
-  * submit changes that you make to the software back to the ImageMagick Studio LLC (though such feedback is encouraged).
-
-A few other clarifications include:
-
-  * ImageMagick is freely available without charge;
-  * you may include ImageMagick on a DVD as long as you comply with the terms of the license;
-  * you can give modified code away for free or sell it under the terms of the ImageMagick license or distribute the result under a different license, but you need to acknowledge the use of the ImageMagick software;
-  * the license is compatible with the GPL V3.
-  * when exporting the ImageMagick software, review its export classification.
-
-Terms and Conditions for Use, Reproduction, and Distribution
-
-The legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick follow:
-
-Copyright @ 1999 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
-
-1. Definitions.
-
-License shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
-
-Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
-
-Legal Entity shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, control means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
-
-You (or Your) shall mean an individual or Legal Entity exercising permissions granted by this License.
-
-Source form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
-
-Object form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
-
-Work shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
-
-Derivative Works shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
-
-Contribution shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as Not a Contribution.
-
-Contributor shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
-
-2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
-
-3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
-
-4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
-
-  * You must give any other recipients of the Work or Derivative Works a copy of this License; and
-  * You must cause any modified files to carry prominent notices stating that You changed the files; and
-  * You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
-  * If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
-You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
-
-5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
-
-6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
-
-7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
-
-8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
-
-9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
-
-How to Apply the License to your Work
-
-To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information (don't include the brackets). The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the ImageMagick License (the "License"); you may not use
-   this file except in compliance with the License.  You may obtain a copy
-   of the License at
-
-     https://imagemagick.org/script/license.php
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-   WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
-   License for the specific language governing permissions and limitations
-   under the License.
+Before we get to the text of the license, lets just review what the license says in simple terms:
+
+It allows you to:
+
+  * freely download and use ImageMagick software, in whole or in part, for personal, company internal, or commercial purposes;
+  * use ImageMagick software in packages or distributions that you create;
+  * link against a library under a different license;
+  * link code under a different license against a library under this license;
+  * merge code into a work under a different license;
+  * extend patent grants to any code using code under this license;
+  * and extend patent protection.
+
+It forbids you to:
+
+  * redistribute any piece of ImageMagick-originated software without proper attribution;
+  * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagick Studio LLC endorses your distribution;
+  * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you created the ImageMagick software in question.
+
+It requires you to:
+
+  * include a copy of the license in any redistribution you may make that includes ImageMagick software;
+  * provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagick software.
+
+It does not require you to:
+
+  * include the source of the ImageMagick software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it;
+  * submit changes that you make to the software back to the ImageMagick Studio LLC (though such feedback is encouraged).
+
+A few other clarifications include:
+
+  * ImageMagick is freely available without charge;
+  * you may include ImageMagick on a DVD as long as you comply with the terms of the license;
+  * you can give modified code away for free or sell it under the terms of the ImageMagick license or distribute the result under a different license, but you need to acknowledge the use of the ImageMagick software;
+  * the license is compatible with the GPL V3.
+  * when exporting the ImageMagick software, review its export classification.
+
+Terms and Conditions for Use, Reproduction, and Distribution
+
+The legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick follow:
+
+Copyright 1999-2015 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
+
+1. Definitions.
+
+License shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+Legal Entity shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, control means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+You (or Your) shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+Source form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+Object form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+Work shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+Derivative Works shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+Contribution shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as Not a Contribution.
+
+Contributor shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
+
+4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+  * You must give any other recipients of the Work or Derivative Works a copy of this License; and
+  * You must cause any modified files to carry prominent notices stating that You changed the files; and
+  * You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+  * If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
+You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
+
+8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
+
+How to Apply the License to your Work
+
+To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information (don't include the brackets). The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the ImageMagick License (the "License"); you may not use
+   this file except in compliance with the License.  You may obtain a copy
+   of the License at
+
+     http://www.imagemagick.org/script/license.php
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+   WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
+   License for the specific language governing permissions and limitations
+   under the License.

+ 122 - 0
resources/imagemagick/NOTICE

@@ -0,0 +1,122 @@
+ImageMagick copyright:
+
+  Copyright 1999-2015 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
+
+  You may not use this file except in compliance with the License. You may obtain a copy of the License at
+
+    http://www.imagemagick.org/script/license.php
+
+  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License.
+
+The full text of this license is availaible in the LICENSE file.
+
+* * *
+
+ImageMagick was originally developed and distributed by E. I. du Pont de Nemours and Company:
+
+  Copyright 1999 E. I. du Pont de Nemours and Company
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files ("ImageMagick"), to deal in ImageMagick without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of ImageMagick, and to permit persons to whom the ImageMagick is furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in all copies or substantial portions of ImageMagick.
+
+  The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement.  In no event shall E. I. du Pont de Nemours and Company be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with ImageMagick or the use or other dealings in ImageMagick.
+
+  Except as contained in this notice, the name of the E. I. du Pont de Nemours and Company shall not be used in advertising or otherwise to promote the sale, use or other dealings in ImageMagick without prior written authorization from the E. I. du Pont de Nemours and Company.  
+
+As of 1999, E. I. du Pont de Nemours gave up all rights and privileges to
+the ImageMagick software suite and assigned ownership to ImageMagick Studio LLC.
+
+* * *
+
+This copyright is limited to magick/utility.c/Base64Decode() and Base64Encode(), incorporated from the OpenSSH package:
+
+  Copyright (c) 2000 Markus Friedl.  All rights reserved.
+
+  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+  THIS SOFTWARE IS PROVIDED BY THE AUTHOR \`\`AS IS\'\' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+* * *
+
+This copyright is limited to the image patterns in magick/nt-base.c, incorporated from the XFig package:
+ 
+  | FIG : Facility for Interactive Generation of figures
+  | Copyright (c) 1985-1988 by Supoj Sutanthavibul
+  | Parts Copyright (c) 1989-2000 by Brian V. Smith
+  | Parts Copyright (c) 1991 by Paul King
+ 
+  Any party obtaining a copy of these files is granted, free of charge, a full and unrestricted irrevocable, world-wide, paid up, royalty-free, nonexclusive right and license to deal in this software and documentation files (the "Software"), including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons who receive copies from any such party to do so, with the only requirement being that this copyright notice remain intact.
+
+* * *
+
+This copyright is limited to code for reading XML files in magick/xml-tree.c, incorporated from the ezxml package:
+
+  Copyright 2004-2006 Aaron Voisine <aaron@voisine.org>
+ 
+  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+* * *
+
+This copyright is limited to the Windows installer and enhancements to the automake and autoconf configure scripts, incorporated from the GraphicsMagick package:
+
+  Copyright (C) 2002 - 2009 GraphicsMagick Group
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+* * *
+
+This copyright is limited to the Magick++ API in the Magick++ folder:
+
+  Copyright 1999 - 2002 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
+                                                                            
+  Permission is hereby granted, free of charge, to any person obtaining a copy of the source files and associated documentation files ("Magick++"), to deal in Magick++ without restriction, including without limitation of the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of Magick++, and to permit persons to whom the Magick++ is furnished to do so, subject to the following conditions:
+                                                                            
+  This copyright notice shall be included in all copies or substantial portions of Magick++. The copyright to Magick++ is retained by its author and shall not be subsumed or replaced by any other copyright.
+                                                                            
+  The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall Bob Friesenhahn be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with Magick++ or the use or other dealings in Magick++.
+
+* * *
+
+ImageMagick includes two fonts, PerlMagick/t/ttf/input.ttf and
+PerlMagick/demo/Generic.ttf under this copyright:
+
+  Copyright: 2004-2007, Thatcher Ulrich <tu@tulrich.com>
+
+  I have placed these fonts in the Public Domain. This is all 100% my own work. Usage is totally unrestricted. If you want to make derivative works for any purpose, please go ahead.
+
+* * *
+
+ImageMagick incorporated a small portion of code from the gsview package to locate Ghostscript under Windows. This source code is distributed under the following license:
+
+  Copyright (C) 2000-2002, Ghostgum Software Pty Ltd. All rights reserved.
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy of this file ("Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of this Software, and to permit persons to whom this file is furnished to do so, subject to the following conditions:
+
+  This Software is distributed with NO WARRANTY OF ANY KIND.  No author or distributor accepts any responsibility for the consequences of using it, or for whether it serves any particular purpose or works at all, unless he or she says so in writing.
+
+  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+* * *
+
+This copyright is limited to the compression used in coder/dds.c, incorporated from the libsquish library:
+
+  Copyright (c) 2006 Simon Brown                          si@sjbrown.co.uk
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to  permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 102 - 165
resources/ImageMagick-7.1.1-11/ImageMagick.rdf → resources/imagemagick/README.txt

@@ -1,165 +1,102 @@
-<?xml version="1.0" encoding="utf-8"?>
-<rdf:RDF xmlns:rdf="https://w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns="http://usefulinc.com/ns/doap#">
-
-  <Project>
-    <name>ImageMagick</name>
-    <shortdesc xml:lang="en">ImageMagick: convert, edit, or compose images.</shortdesc>
-    <homepage rdf:resource="https://imagemagick.org/"/>
-    <created>2020-11-07</created>
-
-    <description xml:lang="en">
-Introduction to ImageMagick
-
-  ImageMagick® is a software suite to create, edit, compose, or convert
-  bitmap images. It can read and write images in a variety of formats (over
-  200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript,
-  PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort,
-  shear and transform images, adjust image colors, apply various special
-  effects, or draw text, lines, polygons, ellipses and Bézier curves.
-  
-  The functionality of ImageMagick is typically utilized from the command
-  line or you can use the features from programs written in your favorite
-  language. Choose from these interfaces: G2F (Ada), MagickCore (C),
-  MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++),
-  JMagick (Java), L-Magick (Lisp), Lua, NMagick (Neko/haXe), Magick.NET
-  (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP
-  (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick
-  (Tcl/TK). With a language interface, use ImageMagick to modify or create
-  images dynamically and automagically.
-
-  ImageMagick utilizes multiple computational threads to increase performance
-  and can read, process, or write mega-, giga-, or tera-pixel image sizes.
-  
-  ImageMagick is free software delivered as a ready-to-run binary distribution
-  or as source code that you may use, copy, modify, and distribute in both open
-  and proprietary applications. It is distributed under the Apache 2.0 license.
-  
-  The ImageMagick development process ensures a stable API and ABI. Before
-  each ImageMagick release, we perform a comprehensive security assessment
-  that includes memory error and thread data race detection to prevent
-  security vulnerabilities.
-
-  ImageMagick is available from
-  https://imagemagick.org/script/download.php.  It runs on Linux, Windows,
-  Mac Os X, iOS, Android OS, and others.
-
-  The authoritative ImageMagick web site is
-  https://imagemagick.org. The authoritative source code repository is
-  http://git.imagemagick.org/repos/ImageMagick/.
-
-
-Features and Capabilities
-  
-  Here are just a few examples of what ImageMagick can do:
-  
-      * Format conversion: convert an image from one format to another (e.g.
-        PNG to JPEG).
-      * Transform: resize, rotate, deskew, crop, flip or trim an image.
-      * Transparency: render portions of an image invisible.
-      * Draw: add shapes or text to an image.
-      * Decorate: add a border or frame to an image.
-      * Special effects: blur, sharpen, threshold, or tint an image.
-      * Animation: create a GIF animation sequence from a group of images.
-      * Text & comments: insert descriptive or artistic text in an image.
-      * Image gradients: create a gradual blend of one color whose shape is 
-        horizontal, vertical, circular, or ellipical.
-      * Image identification: describe the format and attributes of an image.
-      * Composite: overlap one image over another.
-      * Montage: juxtapose image thumbnails on an image canvas.
-      * Generalized pixel distortion: correct for, or induce image distortions
-        including perspective.
-      * Computer vision: Canny edge detection.
-      * Morphology of shapes: extract features, describe shapes and recognize
-        patterns in images.
-      * Motion picture support: read and write the common image formats used in
-        digital film work.
-      * Image calculator: apply a mathematical expression to an image or image
-        channels.
-      * Connected component labeling: uniquely label connected regions in an
-        image.
-      * Discrete Fourier transform: implements the forward and inverse DFT.
-      * Perceptual hash: maps visually identical images to the same or similar
-        hash-- useful in image retrieval, authentication, indexing, or copy
-        detection as well as digital watermarking.
-      * Complex text layout: bidirectional text support and shaping.
-      * Color management: accurate color management with color profiles or in
-        lieu of-- built-in gamma compression or expansion as demanded by the
-        colorspace.
-      * High dynamic-range images: accurately represent the wide range of
-        intensity levels found in real scenes ranging from the brightest direct
-        sunlight to the deepest darkest shadows.
-      * Encipher or decipher an image: convert ordinary images into
-        unintelligible gibberish and back again.
-      * Virtual pixel support: convenient access to pixels outside the image
-        region.
-      * Large image support: read, process, or write mega-, giga-, or
-        tera-pixel image sizes.
-      * Threads of execution support: ImageMagick is thread safe and most
-        internal algorithms are OpenMP-enabled to take advantage of speed-ups
-        offered by multicore processor chips.
-      * Distributed pixel cache: offload intermediate pixel storage to one or
-        more remote servers.
-      * Heterogeneous distributed processing: certain algorithms are
-        OpenCL-enabled to take advantage of speed-ups offered by executing in
-        concert across heterogeneous platforms consisting of CPUs, GPUs, and
-        other processors.
-      * ImageMagick on the iPhone: convert, edit, or compose images on your
-        iPhone or iPad.
-  
-  Examples of ImageMagick Usage shows how to use ImageMagick from the
-  command-line to accomplish any of these tasks and much more. Also,
-  see Fred's ImageMagick Scripts: a plethora of command-line scripts that
-  perform geometric transforms, blurs, sharpens, edging, noise removal,
-  and color manipulations. With Magick.NET, use ImageMagick without having
-  to install ImageMagick on your server or desktop.
-    </description>
-
-    <maintainer>
-      <foaf:Person>
-        <foaf:name>ImageMagick Studio LLC</foaf:name>
-        <foaf:homepage rdf:resource="https://imagemagick.org/"/>
-      </foaf:Person>
-    </maintainer>
-
-    <release>
-      <Version>
-          <name>stable</name>
-          <created>2017-03-07</created>
-          <revision>7.0.5</revision>
-          <patch-level>-0</patch-level>
-      </Version>
-    </release>
-
-    <download-page rdf:resource="https://imagemagick.org/script/download.php"/>
-
-    <!-- Licensing details -->
-    <license rdf:resource="https://imagemagick.org/script/license.php"/>
-
-    <!-- source repository -->
-    <repository>
-      <GITRepository>
-        <repositoryWebView rdf:resource="https://github.com/ImageMagick/ImageMagick"/>
-      </GITRepository>
-    </repository>
-  </Project>
-
-
-  <!--
-       optional administravia:
-       authoring tools can add more here if they'd like.
-   -->
-  <rdf:Description rdf:about="">
-    <foaf:maker>
-      <foaf:Person>
-        <foaf:name>ImageMagick Studio LLC</foaf:name>
-        <foaf:homepage rdf:resource="https://imagemagick.org/"/>
-      </foaf:Person>
-    </foaf:maker>
-  </rdf:Description>
-
-</rdf:RDF>
-<!-- 
-Local variables:
-mode:nxml
-End:
--->
+Introduction to ImageMagick
+
+  ImageMagick® is a software suite to create, edit, compose, or convert
+  bitmap images. It can read and write images in a variety of formats (over
+  200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript,
+  PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort,
+  shear and transform images, adjust image colors, apply various special
+  effects, or draw text, lines, polygons, ellipses and Bézier curves.
+  
+  The functionality of ImageMagick is typically utilized from the command
+  line or you can use the features from programs written in your favorite
+  language. Choose from these interfaces: G2F (Ada), MagickCore (C),
+  MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++),
+  JMagick (Java), L-Magick (Lisp), Lua, NMagick (Neko/haXe), Magick.NET
+  (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP
+  (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick
+  (Tcl/TK). With a language interface, use ImageMagick to modify or create
+  images dynamically and automagically.
+
+  ImageMagick utilizes multiple computational threads to increase performance
+  and can read, process, or write mega-, giga-, or tera-pixel image sizes.
+  
+  ImageMagick is free software delivered as a ready-to-run binary distribution
+  or as source code that you may use, copy, modify, and distribute in both open
+  and proprietary applications. It is distributed under the Apache 2.0 license.
+  
+  The ImageMagick development process ensures a stable API and ABI. Before
+  each ImageMagick release, we perform a comprehensive security assessment
+  that includes memory error and thread data race detection to prevent
+  security vulnerabilities.
+
+  The current release is ImageMagick 6.9.1-4 available from
+  http://www.imagemagick.org/download. It runs on Linux, Windows, Mac
+  Os X, iOS, Android OS, and others.
+
+  The authoritative ImageMagick web site is
+  http://www.imagemagick.org. The authoritative source code repository is
+  https://subversion.imagemagick.org/subversion/ImageMagick/.
+
+
+Features and Capabilities
+  
+  Here are just a few examples of what ImageMagick can do:
+  
+      * Format conversion: convert an image from one format to another (e.g.
+        PNG to JPEG).
+      * Transform: resize, rotate, deskew, crop, flip or trim an image.
+      * Transparency: render portions of an image invisible.
+      * Draw: add shapes or text to an image.
+      * Decorate: add a border or frame to an image.
+      * Special effects: blur, sharpen, threshold, or tint an image.
+      * Animation: create a GIF animation sequence from a group of images.
+      * Text & comments: insert descriptive or artistic text in an image.
+      * Image identification: describe the format and attributes of an image.
+      * Composite: overlap one image over another.
+      * Montage: juxtapose image thumbnails on an image canvas.
+      * Generalized pixel distortion: correct for, or induce image distortions
+        including perspective.
+      * Computer vision: Canny edge detection.
+      * Morphology of shapes: extract features, describe shapes and recognize
+        patterns in images.
+      * Motion picture support: read and write the common image formats used in
+        digital film work.
+      * Image calculator: apply a mathematical expression to an image or image
+        channels.
+      * Connected component labeling: uniquely label connected regions in an
+        image.
+      * Discrete Fourier transform: implements the forward and inverse DFT.
+      * Perceptual hash: maps visually identical images to the same or similar
+        hash-- useful in image retrieval, authentication, indexing, or copy
+        detection as well as digital watermarking.
+      * Color management: accurate color management with color profiles or in
+        lieu of-- built-in gamma compression or expansion as demanded by the
+        colorspace.
+      * High dynamic-range images: accurately represent the wide range of
+        intensity levels found in real scenes ranging from the brightest direct
+        sunlight to the deepest darkest shadows.
+      * Encipher or decipher an image: convert ordinary images into
+        unintelligible gibberish and back again.
+      * Virtual pixel support: convenient access to pixels outside the image
+        region.
+      * Large image support: read, process, or write mega-, giga-, or
+        tera-pixel image sizes.
+      * Threads of execution support: ImageMagick is thread safe and most
+        internal algorithms are OpenMP-enabled to take advantage of speed-ups
+        offered by multicore processor chips.
+      * Distributed pixel cache: offload intermediate pixel storage to one or
+        more remote servers.
+      * Heterogeneous distributed processing: certain algorithms are
+        OpenCL-enabled to take advantage of speed-ups offered by executing in
+        concert across heterogeneous platforms consisting of CPUs, GPUs, and
+        other processors.
+      * ImageMagick on the iPhone: convert, edit, or compose images on your
+        iPhone or iPad.
+  
+  Examples of ImageMagick Usage shows how to use ImageMagick from the
+  command-line to accomplish any of these tasks and much more. Also,
+  see Fred's ImageMagick Scripts: a plethora of command-line scripts that
+  perform geometric transforms, blurs, sharpens, edging, noise removal,
+  and color manipulations. With Magick.NET, use ImageMagick without having
+  to install ImageMagick on your server or desktop.
+

BIN
resources/imagemagick/compare.exe


BIN
resources/imagemagick/composite.exe


+ 20 - 0
resources/imagemagick/configure.xml

@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE configuremap [
+<!ELEMENT configuremap (configure)+>
+<!ELEMENT configure (#PCDATA)>
+<!ATTLIST configure name CDATA #REQUIRED>
+<!ATTLIST configure value CDATA #REQUIRED>
+]>
+<configuremap>
+  <configure name="NAME" value="ImageMagick"/>
+  <configure name="LIB_VERSION" value="0x691"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,9,1,10"/>
+  <configure name="RELEASE_DATE" value="2015-08-15"/>
+  <configure name="VERSION" value="6.9.1"/>
+  <configure name="CC" value="vs10"/>
+  <configure name="HOST" value="Windows"/>
+  <configure name="DELEGATES" value="bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib"/>
+  <configure name="FEATURES" value="OpenMP"/>
+  <configure name="COPYRIGHT" value="Copyright (C) 1999-2015 ImageMagick Studio LLC"/>
+  <configure name="WEBSITE" value="http://www.imagemagick.org"/>
+</configuremap>

BIN
resources/imagemagick/conjure.exe


BIN
resources/imagemagick/convert.exe


BIN
resources/imagemagick/dcraw.exe


+ 117 - 102
resources/ImageMagick-7.1.1-11/delegates.xml → resources/imagemagick/delegates.xml

@@ -1,102 +1,117 @@
-<?xml version="1.0"?>
-<!DOCTYPE delegatemap [
-  <!ELEMENT delegatemap (delegate)+>
-  <!ELEMENT delegate (#PCDATA)>
-  <!ATTLIST delegate decode CDATA #IMPLIED>
-  <!ATTLIST delegate encode CDATA #IMPLIED>
-  <!ATTLIST delegate mode CDATA #IMPLIED>
-  <!ATTLIST delegate spawn CDATA #IMPLIED>
-  <!ATTLIST delegate stealth CDATA #IMPLIED>
-  <!ATTLIST delegate thread-support CDATA #IMPLIED>
-  <!ATTLIST delegate command CDATA #REQUIRED>
-]>
-<!--
-  Delegate command file.
-
-  Commands which specify
-
-    decode="in_format" encode="out_format"
-
-  specify the rules for converting from in_format to out_format These
-  rules may be used to translate directly between formats.
-
-  Commands which specify only
-
-    decode="in_format"
-
-  specify the rules for converting from in_format to some format that
-  ImageMagick will automatically recognize. These rules are used to
-  decode formats.
-
-  Commands which specify only
-
-   encode="out_format"
-
-  specify the rules for an "encoder" which may accept any input format.
-
-  For delegates other than ps:alpha, ps:color, ps:mono, and mpeg-encode the
-  substitution rules are as follows:
-
-    %i  input image filename
-    %o  output image filename
-    %u  unique temporary filename
-    %#  input image signature
-    %b  image file size
-    %c  input image comment
-    %g  image geometry
-    %h  image rows (height)
-    %k  input image number colors
-    %l  image label
-    %m  input image format
-    %p  page number
-    %q  input image depth
-    %s  scene number
-    %w  image columns (width)
-    %x  input image x resolution
-    %y  input image y resolution
-
--->
-<delegatemap>
-  <delegate decode="bpg" command="cmd.exe /c (&quot;bpgdec&quot; -b 16 -o &quot;%o.png&quot; &quot;%i&quot;) &amp; (move &quot;%o.png&quot; &quot;%o&quot; >nul)"/>
-  <delegate decode="png" encode="bpg" command="&quot;bpgenc&quot; -b 12 -q %~ -o &quot;%o&quot; &quot;%i&quot;"/>
-  <delegate decode="browse" stealth="True" spawn="True" command="cmd.exe /c start &quot;&quot; https://imagemagick.org/"/>
-  <delegate decode="dng:decode" stealth="True" command="dcraw.exe -6 -W -O &quot;%u.ppm&quot; &quot;%i&quot;"/>
-  <delegate decode="dot" command="dot -Tps &quot;%i&quot; -o &quot;%o&quot;"/>
-  <delegate decode="dvi" command="dvips -q -o &quot;%o&quot; &quot;%i&quot;"/>
-  <delegate decode="edit" stealth="True" command="notepad &quot;%o&quot;"/>
-  <delegate decode="eps" encode="pdf" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -sDEVICE=pdfwrite &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
-  <delegate decode="eps" encode="ps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 -sDEVICE=ps2write &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
-  <delegate decode="hpg" command="hp2xx -q -m eps -f &quot;%o&quot; &quot;%i&quot;"/>
-  <delegate decode="hpgl" command="hp2xx -q -m eps -f &quot;%o&quot; &quot;%i&quot;"/>
-  <delegate decode="htm" command="html2ps -U -o &quot;%o&quot; &quot;%i&quot;"/>
-  <delegate decode="html" command="html2ps -U -o &quot;%o&quot; &quot;%i&quot;"/>
-  <delegate decode="jxr" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.jxr&quot; >nul) &amp; (&quot;JXRDecApp.exe&quot; -i &quot;%i.jxr&quot; -o &quot;%o.pnm&quot;) &amp; (move &quot;%i.jxr&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.pnm&quot; &quot;%o&quot; >nul)"/>
-  <delegate decode="pcl:cmyk" stealth="True" command="&quot;pcl6.exe&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pamcmyk32&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
-  <delegate decode="pcl:color" stealth="True" command="&quot;pcl6.exe&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=ppmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
-  <delegate decode="pcl:mono" stealth="True" command="&quot;pcl6.exe&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pbmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
-  <delegate decode="pdf" encode="eps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -sDEVICE=eps2write &quot;-sPDFPassword=%a&quot; &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
-  <delegate decode="pdf" encode="ps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 -sDEVICE=ps2write &quot;-sPDFPassword=%a&quot; &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
-  <delegate decode="pgp" command="pgpv -fq &quot;%i&quot;"/>
-  <delegate decode="png" encode="launch" spawn="True" mode="encode" command="imdisplay &quot;%i&quot;" />
-  <delegate decode="png" encode="show" spawn="True" mode="encode" command="imdisplay &quot;%i&quot;" />
-  <delegate decode="png" encode="win" spawn="True" mode="encode" command="imdisplay &quot;%i&quot;" />
-  <delegate decode="pnm" encode="ilbm" mode="encode" command="ppmtoilbm -24if &quot;%i&quot; &gt; &quot;%o&quot;"/>
-  <delegate decode="pnm" encode="jxr" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.pnm&quot; >nul) &amp; (&quot;JXREncApp.exe&quot; -i &quot;%i.pnm&quot; -o &quot;%o.jxr&quot;) &amp; (move &quot;%i.pnm&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.jxr&quot; &quot;%o&quot; >nul)"/>
-  <delegate decode="pnm" encode="wdp" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.pnm&quot; >nul) &amp; (&quot;JXREncApp.exe&quot; -i &quot;%i.pnm&quot; -o &quot;%o.jxr&quot;) &amp; (move &quot;%i.pnm&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.jxr&quot; &quot;%o&quot; >nul)"/>
-  <delegate decode="ps:alpha" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pngalpha&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/>
-  <delegate decode="ps:cmyk" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pamcmyk32&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/>
-  <delegate decode="ps:color" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pnmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/>
-  <delegate decode="ps" encode="eps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 -sDEVICE=eps2write &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
-  <delegate decode="ps" encode="pdf" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 -sDEVICE=pdfwrite &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
-  <delegate decode="ps:mono" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pnmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/>
-  <delegate decode="shtml" command="html2ps -U -o &quot;%o&quot; &quot;%i&quot;"/>
-  <delegate decode="svg" command="&quot;rsvg-convert&quot; --dpi-x %x --dpi-y %y -o &quot;%o&quot; &quot;%i&quot;"/>
-  <!-- Remove the extra space in - -export in the line below when you want to use inkscape and change export-filename to export-png for inkscape < 1.0 -->
-  <!--<delegate decode="svg:decode" stealth="True" command="&quot;inkscape&quot; &quot;%s&quot; - -export-filename=&quot;%s&quot; - -export-dpi=&quot;%s&quot; - -export-background=&quot;%s&quot; - -export-background-opacity=&quot;%s&quot; &gt; &quot;%s&quot; 2&gt;&amp;1"/>-->
-  <delegate decode="wdp" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.jxr&quot; >nul) &amp; (&quot;JXRDecApp.exe&quot; -i &quot;%i.jxr&quot; -o &quot;%o.pnm&quot;) &amp; (move &quot;%i.jxr&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.pnm&quot; &quot;%o&quot; >nul)"/>
-  <delegate decode="xps:cmyk" stealth="True" command="&quot;gxps.exe&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pamcmyk32&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
-  <delegate decode="xps:color" stealth="True" command="&quot;gxps.exe&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pnmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
-  <delegate decode="xps:mono" stealth="True" command="&quot;gxps.exe&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pbmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
-  <delegate decode="video:decode" command="&quot;ffmpeg.exe&quot; -nostdin -loglevel error -i &quot;%s&quot; -an -f rawvideo -y %s &quot;%s&quot;"/>
-  <delegate encode="video:encode" stealth="True" command="&quot;ffmpeg.exe&quot; -nostdin -loglevel error -i &quot;%s%%d.%s&quot; %s &quot;%s.%s&quot;"/>
-</delegatemap>
+<?xml version="1.0"?>
+<!DOCTYPE delegatemap [
+<!ELEMENT delegatemap (delegate)+>
+<!ELEMENT delegate (#PCDATA)>
+<!ATTLIST delegate decode CDATA #IMPLIED>
+<!ATTLIST delegate encode CDATA #IMPLIED>
+<!ATTLIST delegate mode CDATA #IMPLIED>
+<!ATTLIST delegate spawn CDATA #IMPLIED>
+<!ATTLIST delegate stealth CDATA #IMPLIED>
+<!ATTLIST delegate thread-support CDATA #IMPLIED>
+<!ATTLIST delegate command CDATA #REQUIRED>
+]>
+<!--
+  Delegate command file.
+
+  Commands which specify
+
+    decode="in_format" encode="out_format"
+
+  specify the rules for converting from in_format to out_format These
+  rules may be used to translate directly between formats.
+
+  Commands which specify only
+
+    decode="in_format"
+
+  specify the rules for converting from in_format to some format that
+  ImageMagick will automatically recognize. These rules are used to
+  decode formats.
+
+  Commands which specify only
+
+   encode="out_format"
+
+  specify the rules for an "encoder" which may accept any input format.
+
+  For delegates other than ps:alpha, ps:color, ps:mono, and mpeg-encode the
+  substitution rules are as follows:
+
+    %i  input image filename
+    %o  output image filename
+    %u  unique temporary filename
+    %z  secondary unique temporary filename
+
+    %#  input image signature
+    %b  image file size
+    %c  input image comment
+    %g  window group
+    %h  image rows (height)
+    %k  input image number colors
+    %m  input image format
+    %p  page number
+    %q  input image depth
+    "%s"  scene number
+    %w  image columns (width)
+    %x  input image x resolution
+    %y  input image y resolution
+
+-->
+<delegatemap>
+  <delegate decode="autotrace" stealth="True" command="autotrace -output-format svg -output-file &quot;%o&quot; &quot;%i&quot;"/>
+  <delegate decode="browse" stealth="True" spawn="True" command="cmd.exe /c start &quot;&quot; http://www.imagemagick.org/"/>
+  <delegate decode="cdr" command="cmd.exe /c (&quot;uniconvertor&quot; &quot;%i&quot; &quot;%o.svg&quot;) &amp; (move &quot;%o.svg&quot; &quot;%o&quot; >nul)"/>
+  <delegate decode="cgm" command="cmd.exe /c (&quot;uniconvertor&quot; &quot;%i&quot; &quot;%o.svg&quot;) &amp; (move &quot;%o.svg&quot; &quot;%o&quot; >nul)"/>
+  <delegate decode="compress" stealth="True" command="|uncompress -c &quot;%i&quot;"/>
+  <delegate decode="dng:decode" stealth="True" command="dcraw.exe -6 -w -O &quot;%u.ppm&quot; &quot;%i&quot;"/>
+  <delegate decode="dot" command="dot -Tps &quot;%i&quot; -o &quot;%o&quot;"/>
+  <delegate decode="dvi" command="dvips -q -o &quot;%o&quot; &quot;%i&quot;"/>
+  <delegate decode="dxf" command="cmd.exe /c (&quot;uniconvertor&quot; &quot;%i&quot; &quot;%o.svg&quot;) &amp; (move &quot;%o.svg&quot; &quot;%o&quot; >nul)"/>
+  <delegate decode="edit" stealth="True" command="notepad &quot;%o&quot;"/>
+  <delegate decode="eps" encode="pdf" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -sDEVICE=pdfwrite &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
+  <delegate decode="eps" encode="ps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 -sDEVICE=ps2write &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
+  <delegate decode="fig" command="cmd.exe /c (&quot;uniconvertor&quot; &quot;%i&quot; &quot;%o.svg&quot;) &amp; (move &quot;%o.svg&quot; &quot;%o&quot; >nul)"/>
+  <delegate decode="gplt" command="/bin/echo &quot;set size 1.25,0.62     set terminal postscript portrait color solid; set output &quot;%o&quot;; load &quot;%i&quot;&quot; &gt; &quot;%u&quot;;gnuplot %u"/>
+  <delegate decode="hpg" command="hp2xx -q -m eps -f &quot;%o&quot; &quot;%i&quot;"/>
+  <delegate decode="hpgl" command="hp2xx -q -m eps -f &quot;%o&quot; &quot;%i&quot;"/>
+  <delegate decode="htm" command="html2ps -U -o &quot;%o&quot; &quot;%i&quot;"/>
+  <delegate decode="html" command="html2ps -U -o &quot;%o&quot; &quot;%i&quot;"/>
+  <delegate decode="ilbm" command="ilbmtoppm &quot;%i&quot; &gt; &quot;%o&quot;"/>
+  <delegate decode="jxr" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.jxr&quot; >nul) &amp; (&quot;JXRDecApp.exe&quot; -i &quot;%i.jxr&quot; -o &quot;%o.pnm&quot;) &amp; (move &quot;%i.jxr&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.pnm&quot; &quot;%o&quot; >nul)"/>
+  <delegate decode="man" command="groff -man -Tps &quot;%i&quot; &gt; &quot;%o&quot;"/>
+  <delegate decode="miff" encode="compress" stealth="True" command="|compress -c &gt; &quot;%o&quot;"/>
+  <delegate decode="mpeg:decode" command="&quot;ffmpeg.exe&quot; -nostdin -v -1 -i &quot;%i&quot; -vframes %S -vcodec pam -an -f rawvideo -y &quot;%u.pam&quot;"/>
+  <delegate decode="pcl:cmyk" stealth="True" command="&quot;pcl6.exe&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pamcmyk32&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
+  <delegate decode="pcl:color" stealth="True" command="&quot;pcl6.exe&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=ppmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
+  <delegate decode="pcl:mono" stealth="True" command="&quot;pcl6.exe&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pbmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
+  <delegate decode="pdf" encode="eps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -sDEVICE=eps2write &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
+  <delegate decode="pdf" encode="ps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 -sDEVICE=ps2write &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
+  <delegate decode="pgp" command="pgpv -fq &quot;%i&quot;"/>
+  <delegate decode="png" encode="launch" spawn="True" mode="encode" command="imdisplay &quot;%i&quot;" />
+  <delegate decode="png" encode="show" spawn="True" mode="encode" command="imdisplay &quot;%i&quot;" />
+  <delegate decode="png" encode="win" spawn="True" mode="encode" command="imdisplay &quot;%i&quot;" />
+  <delegate decode="pnm" encode="ilbm" mode="encode" command="ppmtoilbm -24if &quot;%i&quot; &gt; &quot;%o&quot;"/>
+  <delegate decode="pnm" encode="jxr" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.pnm&quot; >nul) &amp; (&quot;JXREncApp.exe&quot; -i &quot;%i.pnm&quot; -o &quot;%o.jxr&quot;) &amp; (move &quot;%i.pnm&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.jxr&quot; &quot;%o&quot; >nul)"/>
+  <delegate decode="pnm" encode="wdp" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.pnm&quot; >nul) &amp; (&quot;JXREncApp.exe&quot; -i &quot;%i.pnm&quot; -o &quot;%o.jxr&quot;) &amp; (move &quot;%i.pnm&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.jxr&quot; &quot;%o&quot; >nul)"/>
+  <delegate decode="pov" command="povray &quot;+i&quot;%i&quot;&quot; -D0 +o&quot;%o&quot; +fn%q +w%w +h%h +a -q9 -kfi&quot;%s&quot; -kff&quot;%n&quot;     convert -concatenate %o*.png &quot;%o&quot;"/>
+  <delegate decode="ps:alpha" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pngalpha&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/>
+  <delegate decode="ps:cmyk" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pamcmyk32&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/>
+  <delegate decode="ps:color" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pnmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/>
+  <delegate decode="ps" encode="eps" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 -sDEVICE=eps2write &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
+  <delegate decode="ps" encode="pdf" mode="bi" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 -sDEVICE=pdfwrite &quot;-sOutputFile=%o&quot; -- &quot;%i&quot;"/>
+  <delegate decode="ps:mono" stealth="True" command="&quot;@PSDelegate@&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pnmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;-f%s&quot; &quot;-f%s&quot;"/>
+  <delegate decode="rgba" encode="rle" mode="encode" command="pnmtorle -o &quot;%o&quot; -v &quot;%i&quot;"/>
+  <delegate decode="scan" command="scanimage -d &quot;%i&quot; &gt; &quot;%o&quot;"/>
+  <delegate decode="shtml" command="html2ps -U -o &quot;%o&quot; &quot;%i&quot;"/>
+  <delegate decode="sid" command="mrsidgeodecode -if sid -i &quot;%i&quot; -of tif -o &quot;%o&quot; &gt; &quot;%u&quot;"/>
+  <delegate decode="svg" command="&quot;rsvg-convert&quot; -o &quot;%o&quot; &quot;%i&quot;"/>
+  <!-- Remove the extra space in - -export in the line below when you want to use inkscape -->
+  <!--<delegate decode="svg:decode" stealth="True" command="&quot;inkscape&quot; &quot;%s&quot; - -export-eps=&quot;%s&quot; - -export-dpi=&quot;%s&quot; - -export-background=&quot;%s&quot; - -export-background-opacity=&quot;%s&quot; &gt; &quot;%s&quot; 2&gt;&amp;1"/>-->
+  <delegate decode="txt" encode="ps" mode="bi" command="enscript -o &quot;%o&quot; &quot;%i&quot;"/>
+  <delegate decode="wdp" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.jxr&quot;; &quot;JXRDecApp.exe&quot; -i &quot;%i.jxr&quot; -o &quot;%o.pnm&quot;) &amp; (move &quot;%i.jxr&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.pnm&quot; &quot;%o&quot; >nul)"/>
+  <delegate decode="xcf" command="xcftopnm &quot;%i&quot; &gt; &quot;%o&quot;"/>
+  <delegate decode="xps:cmyk" stealth="True" command="&quot;gxps.exe&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pamcmyk32&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
+  <delegate decode="xps:color" stealth="True" command="&quot;gxps.exe&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pnmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
+  <delegate decode="xps:mono" stealth="True" command="&quot;gxps.exe&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pbmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
+  <delegate encode="mpeg:encode" stealth="True" command="&quot;ffmpeg.exe&quot; -nostdin -v -1 -i &quot;%M%%d.jpg&quot; &quot;%u.%m&quot;"/>
+</delegatemap>

BIN
resources/ImageMagick-7.1.1-11/compare.exe → resources/imagemagick/ffmpeg.exe


BIN
resources/imagemagick/hp2xx.exe


BIN
resources/imagemagick/identify.exe


+ 233 - 0
resources/imagemagick/index.html

@@ -0,0 +1,233 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <title>ImageMagick: Convert, Edit, Or Compose Bitmap Images</title>
+  <meta http-equiv="content-language" content="en-US">
+  <meta http-equiv="content-type" content="text/html; charset=utf-8">
+  <meta http-equiv="reply-to" content="magick-users@imagemagick.org">
+  <meta name="application-name" content="ImageMagick">
+  <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.">
+  <meta name="application-url" content="http://www.imagemagick.org">
+  <meta name="generator" content="PHP">
+  <meta name="keywords" content="convert, edit, or, compose, bitmap, images, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert">
+  <meta name="rating" content="GENERAL">
+  <meta name="robots" content="INDEX, FOLLOW">
+  <meta name="generator" content="ImageMagick Studio LLC">
+  <meta name="author" content="ImageMagick Studio LLC">
+  <meta name="revisit-after" content="2 DAYS">
+  <meta name="resource-type" content="document">
+  <meta name="copyright" content="Copyright (c) 1999-2015 ImageMagick Studio LLC">
+  <meta name="distribution" content="Global">
+  <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1">
+  <link rel="icon" href="images/wand.png">
+  <link rel="shortcut icon" href="images/wand.ico" type="images/x-icon">
+  <link rel="stylesheet" href="www/css/bootstrap.min.css">
+  <link rel="stylesheet" href="www/css/magick.css">
+</head>
+
+<body>
+<div class="main">
+<div class="magick-masthead">
+  <div class="container">
+    <script type="text/javascript">
+    <!--
+      google_ad_client = "pub-3129977114552745";
+      google_ad_slot = "5439289906";
+      google_ad_width = 728;
+      google_ad_height = 90;
+    //-->
+    </script>
+    <center><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+    </script></center>
+    <nav class="magick-nav">
+      <a class="magick-nav-item active" href="index.html">Home</a>
+      <a class="magick-nav-item " href="www/binary-releases.html">Download</a>
+      <a class="magick-nav-item " href="www/command-line-tools.html">Tools</a>
+      <a class="magick-nav-item " href="www/command-line-options.html">Options</a>
+      <a class="magick-nav-item " href="www/resources.html">Resources</a>
+      <a class="magick-nav-item " href="www/api.html">Develop</a>
+      <a class="magick-nav-item " href="www/http://www.imagemagick.org/script/search.php">Search</a>
+      <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
+    </nav>
+  </div>
+</div>
+<div class="container">
+<div class="magick-header">
+<p class="text-center"><a href="index.html#features">Features and Capabilities</a> • <a href="index.html#news">News</a> • <a href="index.html#community">Community</a></p>
+
+<p class="lead magick-description"><a href="images/wizard.png" title="And Now a Touch of Magick"><img class="img-responsive magick-icon" id="logo" alt="And Now a Touch of Magick" width="265" height="352" src="images/wizard.jpg"></a> 
+ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&amp;entry=78333969">®</a></sup> is a software suite to create, edit, compose, or convert bitmap images.  It can read and write images in a variety of <a href="www/formats.html">formats</a> (over 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, <a href="www/motion-picture.html">DPX</a>, <a href="www/high-dynamic-range.html">EXR</a>, WebP, Postscript, PDF, and SVG.  Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.</p>
+
+<p>The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. Choose from these interfaces: <a href="www/api.html#ada">G2F</a> (Ada), <a href="www/api.html#c">MagickCore</a> (C), <a href="www/api.html#c">MagickWand</a> (C), <a href="www/api.html#ch">ChMagick</a> (Ch), <a href="www/api.html#com_">ImageMagickObject</a> (COM+), <a href="www/api.html#c__">Magick++</a> (C++), <a href="www/api.html#java">JMagick</a> (Java), <a href="www/api.html#lisp">L-Magick</a> (Lisp), <a href="www/api.html#lua">Lua</a>, <a href="www/api.html#neko">NMagick</a> (Neko/haXe), <a href="www/api.html#dot-net">Magick.NET</a> (.NET), <a href="www/api.html#pascal">PascalMagick</a> (Pascal),  <a href="www/api.html#perl">PerlMagick</a> (Perl), <a href="www/api.html#php">MagickWand for PHP</a> (PHP),  <a href="www/api.html#php">IMagick</a> (PHP), <a href="www/api.html#python">PythonMagick</a> (Python), <a href="www/api.html#ruby">RMagick</a> (Ruby), or <a href="www/api.html#tcl">TclMagick</a> (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and <var>automagically</var>.</p>
+<p>ImageMagick utilizes multiple computational threads to increase performance and can read, process, or write mega-, giga-, or tera-pixel image sizes.</p>
+<p>ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 <a href="www/license.html">license</a>.</p>
+
+<p>The ImageMagick development process ensures a <a href="http://upstream-tracker.org/versions/imagemagick.html">stable API</a> and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="https://code.google.com/p/address-sanitizer/">memory error</a> and <a href="https://code.google.com/p/data-race-test/wiki/ThreadSanitizer">thread data race</a> detection to prevent security vulnerabilities.</p>
+
+<p>The current release is ImageMagick 6.9.1-6 available from <a href="http://www.imagemagick.org/ImageMagick-7.0.0">http://www.imagemagick.org/download</a>.  It runs on <a href="http://www.imagemagick.org/download/linux/">Linux</a>, <a href="http://www.imagemagick.org/download/binaries/">Windows</a>, <a href="http://www.imagemagick.org/download/binaries/">Mac Os X</a>, <a href="http://www.imagemagick.org/download/iOS/">iOS</a>, Android OS, and others.</p>
+
+<p>The authoritative ImageMagick web site is <a href="index.html">http://www.imagemagick.org</a>. The authoritative source code repository is <a href="https://subversion.imagemagick.org/subversion/ImageMagick/">https://subversion.imagemagick.org/subversion/ImageMagick/</a>.</p>
+
+<h2 class="magick-header">Features and Capabilities</h2>
+<p>Here are just a few <a href="www/examples.html">examples</a> of what ImageMagick can do for you:</p>
+<div class="table-responsive">
+<table class="table table-condensed table-striped">
+  <tr>
+    <td><a href="www/convert.html">Format conversion</a></td>
+    <td>convert an image from one <a href="www/formats.html">format </a> to another (e.g. PNG to JPEG).</td>
+  </tr>
+  <tr>
+    <td><a href="http://www.imagemagick.org/Usage/resize/">Transform</a></td>
+    <td>resize, rotate, deskew, crop, flip or trim an image.</td>
+  </tr>
+  <tr>
+    <td><a href="http://www.imagemagick.org/Usage/masking/">Transparency</a></td>
+    <td>render portions of an image invisible.</td>
+  </tr>
+  <tr>
+    <td><a href="http://www.imagemagick.org/Usage/draw/">Draw</a></td>
+    <td>add shapes or text to an image.</td>
+  </tr>
+  <tr>
+    <td><a href="http://www.imagemagick.org/Usage/crop/">Decorate</a></td>
+    <td>add a border or frame to an image.</td>
+  </tr>
+  <tr>
+    <td><a href="http://www.imagemagick.org/Usage/blur/">Special effects</a></td>
+    <td>blur, sharpen, threshold, or tint an image.</td>
+  </tr>
+  <tr>
+    <td><a href="http://www.imagemagick.org/Usage/anim_basics/">Animation</a></td>
+    <td>create a GIF animation sequence from a group of images.</td>
+  </tr>
+  <tr>
+    <td><a href="http://www.imagemagick.org/Usage/text/">Text &amp; comments</a></td>
+    <td>insert descriptive or artistic text in an image.</td>
+  </tr>
+  <tr>
+    <td><a href="www/identify.html">Image identification</a></td>
+    <td>describe the format and attributes of an image.</td>
+  </tr>
+  <tr>
+    <td><a href="www/composite.html">Composite</a></td>
+    <td>overlap one image over another.</td>
+  </tr>
+  <tr>
+    <td><a href="www/montage.html">Montage</a></td>
+    <td>juxtapose image thumbnails on an image canvas.</td>
+  </tr>
+  <tr>
+    <td><a href="http://www.imagemagick.org/Usage/distorts/">Generalized pixel distortion</a></td>
+    <td>correct for, or induce image distortions including perspective.</td>
+  </tr>
+  <tr>
+    <td><a href="http://www.imagemagick.org/Usage/morphology/">Morphology of shapes</a></td>
+    <td>extract features, describe shapes, and recognize patterns in images.</td>
+  </tr>
+  <tr>
+    <td><a href="http://www.imagemagick.org/Usage/transform/#vision">Delineate image features</a></td>
+    <td>Canny edge detection, mean-shift, Hough lines.</td>
+  </tr>
+  <tr>
+    <td><a href="www/motion-picture.html">Motion picture support</a></td>
+    <td>read and write the common image formats used in digital film work.</td>
+  </tr>
+  <tr>
+    <td><a href="www/fx.html">Image calculator</a></td>
+    <td>apply a mathematical expression to an image or image channels.</td>
+  </tr>
+  <tr>
+    <td><a href="www/connected-components.html">Connected component labeling</a></td>
+    <td>uniquely label connected regions in an image.</td>
+  </tr>
+  <tr>
+    <td><a href="http://www.imagemagick.org/Usage/fourier/">Discrete Fourier transform</a></td>
+    <td>implements the forward and inverse <a href="http://en.wikipedia.org/wiki/Discrete_Fourier_transform">DFT</a>.</td>
+  </tr>
+  <tr>
+    <td><a href="http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html">Perceptual hash</a></td>
+    <td>map visually identical images to the same or similar hash-- useful in image retrieval, authentication, indexing, or copy detection as well as digital watermarking.</td>
+  </tr>
+  <tr>
+    <td><a href="www/color-management.html">Color management</a></td>
+    <td>accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.</td>
+  </tr>
+  <tr>
+    <td><a href="www/high-dynamic-range.html">High dynamic-range images</a></td>
+    <td>accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.</td>
+  </tr>
+  <tr>
+    <td><a href="www/cipher.html">Encipher or decipher an image</a></td>
+    <td>convert ordinary images into unintelligible gibberish and back again.</td>
+  </tr>
+  <tr>
+    <td><a href="www/architecture.html#virtual-pixels">Virtual pixel support</a></td>
+    <td>convenient access to pixels outside the image region.</td>
+  </tr>
+  <tr>
+    <td><a href="www/architecture.html#tera-pixel">Large image support</a></td>
+    <td>read, process, or write mega-, giga-, or tera-pixel image sizes.</td>
+  </tr>
+  <tr>
+    <td><a href="www/architecture.html#threads">Threads of execution support</a></td>
+    <td>ImageMagick is thread safe and most internal algorithms execute in <a href="www/openmp.html">parallel</a> to take advantage of speed-ups offered by multicore processor chips.</td>
+  </tr>
+  <tr>
+    <td><a href="www/distribute-pixel-cache.html">Distributed pixel cache</a></td>
+    <td>offload intermediate pixel storage to one or more remote servers.</td>
+  </tr>
+  <tr>
+    <td><a href="www/architecture.html#distributed">Heterogeneous distributed processing</a></td>
+    <td>certain algorithms are <a href="www/opencl.html">OpenCL</a>-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.</td>
+  </tr>
+  <tr>
+    <td><a href="www/binary-releases.html#iOS">ImageMagick on the iPhone</a></td>
+    <td>convert, edit, or compose images on your <a href="http://www.apple.com/ios/">iOS</a> device such as the iPhone or iPad.</td>
+  </tr>
+</table>
+</div>
+
+<p><a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a> shows how to use ImageMagick from the command-line to accomplish any of these tasks and much more. Also, see <a href="http://www.fmwconcepts.com/imagemagick/">Fred's ImageMagick Scripts</a>:  a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations. With <a href="https://magick.codeplex.com/">Magick.NET</a>, use ImageMagick without having to install ImageMagick on your server or desktop.</p>
+
+<h2 class="magick-header"><a id="news"></a>News</h2>
+
+<p>The design of ImageMagick is an evolutionary process, with the design and implementation efforts serving to influence and guide further progress in the other.  With <a href="http://nextgen.imagemagick.org">ImageMagick version 7</a>, we aim to improve the design based on lessons learned from the version 6 implementation.  See the <a href="www/porting.html">porting</a> guide to track the progress of the version 7 development effort.</p>
+
+<h2 class="magick-header"><a id="community"></a>Community</h2>
+<p>To join the ImageMagick community, try the <a href="http://www.imagemagick.org/discourse-server/">discourse server</a>.  You can review questions or comments (with informed responses) posed by ImageMagick users or ask your own questions. If you want to contribute image processing algorithms, other enhancements, or bug fixes, open an <a href="https://github.com/ImageMagick/ImageMagick/issues">issue</a>. </p>
+</div>
+  <footer class="magick-footer">
+    <div class="magick-nav-item pull-left">
+      <a href="www/support.html">Donate</a>
+    </div>
+    <p><a href="www/sitemap.html">Sitemap</a> •
+    <a href="www/links.html">Related</a> •
+    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Image Studio</a> •
+    <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
+</p>
+    <p><a href="index.html#">Back to top</a> •
+    <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> •
+    <a href="www/http://www.imagemagick.org/script/contact.php">Contact Us</a></p>
+    <p><small>©  1999-2015 ImageMagick Studio LLC</small></p>
+  </footer>
+</div><!-- /.container -->
+
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+  <script src="js/bootstrap.min.js"></script>
+  <script type="text/javascript">
+    /* <![CDATA[ */
+    (function() {
+        var s = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
+        s.type = 'text/javascript';
+        s.async = true;
+        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+        t.parentNode.insertBefore(s, t);
+    })();
+    /* ]]> */
+  </script>
+</div>
+</body>
+</html>

BIN
resources/imagemagick/mogrify.exe


BIN
resources/imagemagick/montage.exe


+ 61 - 0
resources/imagemagick/policy.xml

@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE policymap [
+<!ELEMENT policymap (policy)+>
+<!ELEMENT policy (#PCDATA)>
+<!ATTLIST policy domain (delegate|coder|filter|path|resource) #IMPLIED>
+<!ATTLIST policy name CDATA #IMPLIED>
+<!ATTLIST policy rights CDATA #IMPLIED>
+<!ATTLIST policy pattern CDATA #IMPLIED>
+<!ATTLIST policy value CDATA #IMPLIED>
+]>
+<!--
+  Configure ImageMagick policies.
+
+  Domains include system, delegate, coder, filter, path, or resource.
+
+  Rights include none, read, write, and execute.  Use | to combine them,
+  for example: "read | write" to permit read from, or write to, a path.
+
+  Use a glob expression as a pattern.
+
+  Suppose we do not want users to process MPEG video images:
+
+    <policy domain="delegate" rights="none" pattern="mpeg:decode" />
+
+  Here we do not want users reading images from HTTP:
+
+    <policy domain="coder" rights="none" pattern="HTTP" />
+
+  Lets prevent users from executing any image filters:
+
+    <policy domain="filter" rights="none" pattern="*" />
+
+  The /repository file system is restricted to read only.  We use a glob
+  expression to match all paths that start with /repository:
+  
+    <policy domain="path" rights="read" pattern="/repository/*" />
+
+  Any large image is cached to disk rather than memory:
+
+    <policy domain="resource" name="area" value="1GB"/>
+
+  Define arguments for the memory, map, area, width, height, and disk resources
+  with SI prefixes (.e.g 100MB).  In addition, resource policies are maximums
+  for each instance of ImageMagick (e.g. policy memory limit 1GB, -limit 2GB
+  exceeds policy maximum so memory limit is 1GB).
+-->
+<policymap>
+  <!-- <policy domain="resource" name="temporary-path" value="/tmp"/> -->
+  <!-- <policy domain="resource" name="memory" value="2GiB"/> -->
+  <!-- <policy domain="resource" name="map" value="4GiB"/> -->
+  <!-- <policy domain="resource" name="width" value="100MP"/> -->
+  <!-- <policy domain="resource" name="height" value="100MP"/> -->
+  <!-- <policy domain="resource" name="area" value="1GB"/> -->
+  <!-- <policy domain="resource" name="disk" value="16EB"/> -->
+  <!-- <policy domain="resource" name="file" value="768"/> -->
+  <!-- <policy domain="resource" name="thread" value="4"/> -->
+  <!-- <policy domain="resource" name="throttle" value="0"/> -->
+  <!-- <policy domain="resource" name="time" value="3600"/> -->
+  <!-- <policy domain="system" name="precision" value="6"/> -->
+  <policy domain="cache" name="shared-secret" value="passphrase"/>
+</policymap>

+ 0 - 0
resources/ImageMagick-7.1.1-11/sRGB.icc → resources/imagemagick/sRGB.icc


BIN
resources/imagemagick/stream.exe


+ 334 - 334
resources/ImageMagick-7.1.1-11/thresholds.xml → resources/imagemagick/thresholds.xml

@@ -1,334 +1,334 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE thresholds [
-<!ELEMENT thresholds (threshold)+>
-<!ELEMENT threshold (description , levels)>
-<!ELEMENT description (CDATA)>
-<!ELEMENT levels (CDATA)>
-<!ATTLIST threshold map ID #REQUIRED>
-<!ATTLIST levels width CDATA #REQUIRED>
-<!ATTLIST levels height CDATA #REQUIRED>
-<!ATTLIST levels divisor CDATA #REQUIRED>
-]>
-<!--
-  Threshold Maps for Ordered Posterized Dither
-
-  Each "<threshold>" element defines the map name, description, and an array
-  of "levels" used to provide the threshold map for ordered dithering and
-  digital halftoning.
-
-  The "alias" attribute provides a backward compatible name for this threshold
-  map (pre-dating IM v6.2.9-6), and are deprecated.
-
-  The description is a english description of what the threshold map achieves
-  and is only used for 'listing' the maps.
-
-  The map itself is a rectangular array of integers or threshold "levels"
-  of the given "width" and "height" declared within the enclosing <levels>
-  element.  That is "width*height" integers or "levels" *must* be provided
-  within each map.
-
-  Each of the "levels" integer values (each value representing the threshold
-  intensity "level/divisor" at which that pixel is turned on.  The "levels"
-  integers given can be any postive integers between "0" and the "divisor",
-  excluding those limits.
-
-  The "divisor" not only defines the upper limit and threshold divisor for each
-  "level" but also the total number of pseudo-levels the threshold mapping
-  creates and fills with a dither pattern.  That is a ordered bitmap dither
-  of a pure greyscale gradient will use a maximum of "divisor" ordered bitmap
-  patterns, including the patterns with all the pixels 'on' and all the pixel
-  'off'. It may define less patterns than that, but the color channels will
-  be thresholded in units based on "divisor".
-
-  Alternatively for a multi-level posterization, ImageMagick inserts
-  "divisor-2" dither patterns (as defined by the threshold map) between each of
-  channel color level produced.
-
-  For example the map "o2x2" has a divisor of 5, which will define 3 bitmap
-  patterns plus the patterns with all pixels 'on' and 'off'.  A greyscale
-  gradient will thus have 5 distinct areas.
--->
-<thresholds>
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-  Minimal Dither and Non-Dither Threshold Maps
--->
-  <threshold map="threshold" alias="1x1">
-    <description>Threshold 1x1 (non-dither)</description>
-    <levels width="1" height="1" divisor="2">
-        1
-    </levels>
-  </threshold>
-
-  <threshold map="checks" alias="2x1">
-    <description>Checkerboard 2x1 (dither)</description>
-    <levels width="2" height="2" divisor="3">
-       1 2
-       2 1
-    </levels>
-  </threshold>
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-  (dispersed) Ordered Dither Patterns
--->
-  <threshold map="o2x2" alias="2x2">
-    <description>Ordered 2x2 (dispersed)</description>
-    <levels width="2" height="2" divisor="5">
-       1  3
-       4  2
-    </levels>
-  </threshold>
-
-  <threshold map="o3x3" alias="3x3">
-    <description>Ordered 3x3 (dispersed)</description>
-    <levels width="3" height="3" divisor="10">
-        3  7  4
-        6  1  9
-        2  8  5
-    </levels>
-  </threshold>
-
-  <threshold map="o4x4" alias="4x4">
-    <!--
-       From "Dithering Algorithms"
-       https://efg2.com/Lab/Library/ImageProcessing/DHALF.TXT
-     -->
-    <description>Ordered 4x4 (dispersed)</description>
-    <levels width="4" height="4" divisor="17">
-       1   9   3  11
-      13   5  15   7
-       4  12   2  10
-      16   8  14   6
-    </levels>
-  </threshold>
-
-  <threshold map="o8x8" alias="8x8">
-    <!-- Extracted from original 'OrderedDither()' Function -->
-    <description>Ordered 8x8 (dispersed)</description>
-    <levels width="8" height="8" divisor="65">
-         1  49  13  61   4  52  16  64
-        33  17  45  29  36  20  48  32
-         9  57   5  53  12  60   8  56
-        41  25  37  21  44  28  40  24
-         3  51  15  63   2  50  14  62
-        35  19  47  31  34  18  46  30
-        11  59   7  55  10  58   6  54
-        43  27  39  23  42  26  38  22
-    </levels>
-  </threshold>
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-  Halftones - Angled 45 degrees
-
-  Initially added to ImageMagick by Glenn Randers-Pehrson, IM v6.2.8-6,
-  modified to be more symmetrical with intensity by Anthony, IM v6.2.9-7
-
-  These patterns initially start as circles, but then form diamonds
-  pattern at the 50% threshold level, before forming negated circles,
-  as it approached the other threshold extereme.
--->
-  <threshold map="h4x4a" alias="4x1">
-    <description>Halftone 4x4 (angled)</description>
-    <levels width="4" height="4" divisor="9">
-       4  2  7  5
-       3  1  8  6
-       7  5  4  2
-       8  6  3  1
-    </levels>
-  </threshold>
-
-  <threshold map="h6x6a" alias="6x1">
-    <description>Halftone 6x6 (angled)</description>
-    <levels width="6" height="6" divisor="19">
-       14  13  10   8   2   3
-       16  18  12   7   1   4
-       15  17  11   9   6   5
-        8   2   3  14  13  10
-        7   1   4  16  18  12
-        9   6   5  15  17  11
-    </levels>
-  </threshold>
-
-  <threshold map="h8x8a" alias="8x1">
-    <description>Halftone 8x8 (angled)</description>
-    <levels width="8" height="8" divisor="33">
-       13   7   8  14  17  21  22  18
-        6   1   3   9  28  31  29  23
-        5   2   4  10  27  32  30  24
-       16  12  11  15  20  26  25  19
-       17  21  22  18  13   7   8  14
-       28  31  29  23   6   1   3   9
-       27  32  30  24   5   2   4  10
-       20  26  25  19  16  12  11  15
-    </levels>
-  </threshold>
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-  Halftones - Orthogonally Aligned, or Un-angled
-
-  Initially added by Anthony Thyssen, IM v6.2.9-5 using techniques from
-  "Dithering & Halftoning" by Gernot Haffmann
-  https://fho-emden.de/~hoffmann/hilb010101.pdf
-
-  These patterns initially start as circles, but then form square
-  pattern at the 50% threshold level, before forming negated circles,
-  as it approached the other threshold extereme.
--->
-  <threshold map="h4x4o">
-    <description>Halftone 4x4 (orthogonal)</description>
-    <levels width="4" height="4" divisor="17">
-        7  13  11   4
-       12  16  14   8
-       10  15   6   2
-        5   9   3   1
-    </levels>
-  </threshold>
-
-  <threshold map="h6x6o">
-    <description>Halftone 6x6 (orthogonal)</description>
-    <levels width="6" height="6" divisor="37">
-        7  17  27  14   9   4
-       21  29  33  31  18  11
-       24  32  36  34  25  22
-       19  30  35  28  20  10
-        8  15  26  16   6   2
-        5  13  23  12   3   1
-    </levels>
-  </threshold>
-
-  <threshold map="h8x8o">
-    <description>Halftone 8x8 (orthogonal)</description>
-    <levels width="8" height="8" divisor="65">
-        7  21  33  43  36  19   9   4
-       16  27  51  55  49  29  14  11
-       31  47  57  61  59  45  35  23
-       41  53  60  64  62  52  40  38
-       37  44  58  63  56  46  30  22
-       15  28  48  54  50  26  17  10
-        8  18  34  42  32  20   6   2
-        5  13  25  39  24  12   3   1
-    </levels>
-  </threshold>
-
-  <threshold map="h16x16o">
-    <!--
-       Direct extract from "Dithering & Halftoning" by Gernot Haffmann.
-       This may need some fine tuning for symmetry of the halftone dots,
-       as it was a mathematically formulated pattern.
-    -->
-    <description>Halftone 16x16 (orthogonal)</description>
-    <levels width="16" height="16" divisor="257">
-        4  12  24  44  72 100 136 152 150 134  98  70  42  23  11   3
-        7  16  32  52  76 104 144 160 158 142 102  74  50  31  15   6
-       19  27  40  60  92 132 168 180 178 166 130  90  58  39  26  18
-       36  48  56  80 124 176 188 204 203 187 175 122  79  55  47  35
-       64  68  84 116 164 200 212 224 223 211 199 162 114  83  67  63
-       88  96 112 156 192 216 232 240 239 231 214 190 154 111  95  87
-      108 120 148 184 208 228 244 252 251 243 226 206 182 147 119 107
-      128 140 172 196 219 235 247 256 255 246 234 218 194 171 139 127
-      126 138 170 195 220 236 248 253 254 245 233 217 193 169 137 125
-      106 118 146 183 207 227 242 249 250 241 225 205 181 145 117 105
-       86  94 110 155 191 215 229 238 237 230 213 189 153 109  93  85
-       62  66  82 115 163 198 210 221 222 209 197 161 113  81  65  61
-       34  46  54  78 123 174 186 202 201 185 173 121  77  53  45  33
-       20  28  37  59  91 131 167 179 177 165 129  89  57  38  25  17
-        8  13  29  51  75 103 143 159 157 141 101  73  49  30  14   5
-        1   9  21  43  71  99 135 151 149 133  97  69  41  22  10   2
-    </levels>
-  </threshold>
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-  Halftones - Orthogonally Expanding Circle Patterns
-
-  Added by Glenn Randers-Pehrson, 4 Nov 2010, ImageMagick 6.6.5-6
-
-  Rather than producing a diamond 50% threshold pattern, these
-  continue to generate larger (overlapping) circles.  They are
-  more like a true halftone pattern formed by covering a surface
-  with either pure white or pure black circular dots.
-
-  WARNING: true halftone patterns only use true circles even in
-  areas of highly varying intensity.  Threshold dither patterns
-  can generate distorted circles in such areas.
--->
-
-  <threshold map="c5x5b" alias="c5x5">
-    <description>Circles 5x5 (black)</description>
-    <levels width="5" height="5" divisor="26">
-         1 21 16 15  4
-         5 17 20 19 14
-         6 21 25 24 12
-         7 18 22 23 11
-         2  8  9 10  3
-    </levels>
-  </threshold>
-
-
-  <threshold map="c5x5w">
-    <description>Circles 5x5 (white)</description>
-    <levels width="5" height="5" divisor="26">
-        25 21 10 11 22
-        20  9  6  7 12
-        19  5  1  2 13
-        18  8  4  3 14
-        24 17 16 15 23
-    </levels>
-  </threshold>
-
-  <threshold map="c6x6b" alias="c6x6">
-    <description>Circles 6x6 (black)</description>
-    <levels width="6" height="6" divisor="37">
-         1  5 14 13 12  4
-         6 22 28 27 21 11
-        15 29 35 34 26 20
-        16 30 36 33 25 19
-         7 23 31 32 24 10
-         2  8 17 18  9  3
-    </levels>
-  </threshold>
-
-  <threshold map="c6x6w">
-    <description>Circles 6x6 (white)</description>
-    <levels width="6" height="6" divisor="37">
-        36 32 23 24 25 33
-        31 15  9 10 16 26
-        22  8  2  3 11 17
-        21  7  1  4 12 18
-        30 14  6  5 13 27
-        35 29 20 19 28 34
-    </levels>
-  </threshold>
-
-  <threshold map="c7x7b" alias="c7x7">
-    <description>Circles 7x7 (black)</description>
-    <levels width="7" height="7" divisor="50">
-        3  9 18 28 17  8  2
-       10 24 33 39 32 23  7
-       19 34 44 48 43 31 16
-       25 40 45 49 47 38 27
-       20 35 41 46 42 29 15
-       11 21 36 37 28 22  6
-        4 12 13 26 14  5  1
-    </levels>
-  </threshold>
-
-
-  <threshold map="c7x7w">
-    <description>Circles 7x7 (white)</description>
-    <levels width="7" height="7" divisor="50">
-       47 41 32 22 33 42 48
-       40 26 17 11 18 27 43
-       31 16  6  2  7 19 34
-       25 10  5  1  3 12 23
-       30 15  9  4  8 20 35
-       39 29 14 13 21 28 44
-       46 38 37 24 36 45 49
-    </levels>
-  </threshold>
-
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-  Special Purpose Dithers
--->
-
-</thresholds>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE thresholds [
+<!ELEMENT thresholds (threshold)+>
+<!ELEMENT threshold (description , levels)>
+<!ELEMENT description (CDATA)>
+<!ELEMENT levels (CDATA)>
+<!ATTLIST threshold map ID #REQUIRED>
+<!ATTLIST levels width CDATA #REQUIRED>
+<!ATTLIST levels height CDATA #REQUIRED>
+<!ATTLIST levels divisor CDATA #REQUIRED>
+]>
+<!--
+  Threshold Maps for Ordered Posterized Dither
+
+  Each "<threshold>" element defines the map name, description, and an array
+  of "levels" used to provide the threshold map for ordered dithering and
+  digital halftoning.
+
+  The "alias" attribute provides a backward compatible name for this threshold
+  map (pre-dating IM v6.2.9-6), and are deprecated.
+
+  The description is a english description of what the threshold map achieves
+  and is only used for 'listing' the maps.
+
+  The map itself is a rectangular array of integers or threshold "levels"
+  of the given "width" and "height" declared within the enclosing <levels>
+  element.  That is "width*height" integers or "levels" *must* be provided
+  within each map.
+
+  Each of the "levels" integer values (each value representing the threshold
+  intensity "level/divisor" at which that pixel is turned on.  The "levels"
+  integers given can be any postive integers between "0" and the "divisor",
+  excluding those limits.
+
+  The "divisor" not only defines the upper limit and threshold divisor for each
+  "level" but also the total number of pseudo-levels the threshold mapping
+  creates and fills with a dither pattern.  That is a ordered bitmap dither
+  of a pure greyscale gradient will use a maximum of "divisor" ordered bitmap
+  patterns, including the patterns with all the pixels 'on' and all the pixel
+  'off'. It may define less patterns than that, but the color channels will
+  be thresholded in units based on "divisor".
+
+  Alternatively for a multi-level posterization, ImageMagick inserts
+  "divisor-2" dither patterns (as defined by the threshold map) between each of
+  channel color level produced.
+
+  For example the map "o2x2" has a divisor of 5, which will define 3 bitmap
+  patterns plus the patterns with all pixels 'on' and 'off'.  A greyscale
+  gradient will thus have 5 distinct areas.
+-->
+<thresholds>
+
+<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+  Minimal Dither and Non-Dither Threshold Maps
+-->
+  <threshold map="threshold" alias="1x1">
+    <description>Threshold 1x1 (non-dither)</description>
+    <levels width="1" height="1" divisor="2">
+        1
+    </levels>
+  </threshold>
+
+  <threshold map="checks" alias="2x1">
+    <description>Checkerboard 2x1 (dither)</description>
+    <levels width="2" height="2" divisor="3">
+       1 2
+       2 1
+    </levels>
+  </threshold>
+
+<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+  (dispersed) Ordered Dither Patterns
+-->
+  <threshold map="o2x2" alias="2x2">
+    <description>Ordered 2x2 (dispersed)</description>
+    <levels width="2" height="2" divisor="5">
+       1  3
+       4  2
+    </levels>
+  </threshold>
+
+  <threshold map="o3x3" alias="3x3">
+    <description>Ordered 3x3 (dispersed)</description>
+    <levels width="3" height="3" divisor="10">
+        3  7  4
+        6  1  9
+        2  8  5
+    </levels>
+  </threshold>
+
+  <threshold map="o4x4" alias="4x4">
+    <!--
+       From "Dithering Algorithms"
+       http://www.efg2.com/Lab/Library/ImageProcessing/DHALF.TXT
+     -->
+    <description>Ordered 4x4 (dispersed)</description>
+    <levels width="4" height="4" divisor="17">
+       1   9   3  11
+      13   5  15   7
+       4  12   2  10
+      16   8  14   6
+    </levels>
+  </threshold>
+
+  <threshold map="o8x8" alias="8x8">
+    <!-- Extracted from original 'OrderedDither()' Function -->
+    <description>Ordered 8x8 (dispersed)</description>
+    <levels width="8" height="8" divisor="65">
+         1  49  13  61   4  52  16  64
+        33  17  45  29  36  20  48  32
+         9  57   5  53  12  60   8  56
+        41  25  37  21  44  28  40  24
+         3  51  15  63   2  50  14  62
+        35  19  47  31  34  18  46  30
+        11  59   7  55  10  58   6  54
+        43  27  39  23  42  26  38  22
+    </levels>
+  </threshold>
+
+<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+  Halftones - Angled 45 degrees
+
+  Initially added to ImageMagick by Glenn Randers-Pehrson, IM v6.2.8-6,
+  modified to be more symmetrical with intensity by Anthony, IM v6.2.9-7
+
+  These patterns initially start as circles, but then form diamonds
+  pattern at the 50% threshold level, before forming negated circles,
+  as it approached the other threshold extereme.
+-->
+  <threshold map="h4x4a" alias="4x1">
+    <description>Halftone 4x4 (angled)</description>
+    <levels width="4" height="4" divisor="9">
+       4  2  7  5
+       3  1  8  6
+       7  5  4  2
+       8  6  3  1
+    </levels>
+  </threshold>
+
+  <threshold map="h6x6a" alias="6x1">
+    <description>Halftone 6x6 (angled)</description>
+    <levels width="6" height="6" divisor="19">
+       14  13  10   8   2   3
+       16  18  12   7   1   4
+       15  17  11   9   6   5
+        8   2   3  14  13  10
+        7   1   4  16  18  12
+        9   6   5  15  17  11
+    </levels>
+  </threshold>
+
+  <threshold map="h8x8a" alias="8x1">
+    <description>Halftone 8x8 (angled)</description>
+    <levels width="8" height="8" divisor="33">
+       13   7   8  14  17  21  22  18
+        6   1   3   9  28  31  29  23
+        5   2   4  10  27  32  30  24
+       16  12  11  15  20  26  25  19
+       17  21  22  18  13   7   8  14
+       28  31  29  23   6   1   3   9
+       27  32  30  24   5   2   4  10
+       20  26  25  19  16  12  11  15
+    </levels>
+  </threshold>
+
+<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+  Halftones - Orthogonally Aligned, or Un-angled
+
+  Initially added by Anthony Thyssen, IM v6.2.9-5 using techniques from
+  "Dithering & Halftoning" by Gernot Haffmann
+  http://www.fho-emden.de/~hoffmann/hilb010101.pdf
+
+  These patterns initially start as circles, but then form square
+  pattern at the 50% threshold level, before forming negated circles,
+  as it approached the other threshold extereme.
+-->
+  <threshold map="h4x4o">
+    <description>Halftone 4x4 (orthogonal)</description>
+    <levels width="4" height="4" divisor="17">
+        7  13  11   4
+       12  16  14   8
+       10  15   6   2
+        5   9   3   1
+    </levels>
+  </threshold>
+
+  <threshold map="h6x6o">
+    <description>Halftone 6x6 (orthogonal)</description>
+    <levels width="6" height="6" divisor="37">
+        7  17  27  14   9   4
+       21  29  33  31  18  11
+       24  32  36  34  25  22
+       19  30  35  28  20  10
+        8  15  26  16   6   2
+        5  13  23  12   3   1
+    </levels>
+  </threshold>
+
+  <threshold map="h8x8o">
+    <description>Halftone 8x8 (orthogonal)</description>
+    <levels width="8" height="8" divisor="65">
+        7  21  33  43  36  19   9   4
+       16  27  51  55  49  29  14  11
+       31  47  57  61  59  45  35  23
+       41  53  60  64  62  52  40  38
+       37  44  58  63  56  46  30  22
+       15  28  48  54  50  26  17  10
+        8  18  34  42  32  20   6   2
+        5  13  25  39  24  12   3   1
+    </levels>
+  </threshold>
+
+  <threshold map="h16x16o">
+    <!--
+       Direct extract from "Dithering & Halftoning" by Gernot Haffmann.
+       This may need some fine tuning for symmetry of the halftone dots,
+       as it was a mathematically formulated pattern.
+    -->
+    <description>Halftone 16x16 (orthogonal)</description>
+    <levels width="16" height="16" divisor="257">
+        4  12  24  44  72 100 136 152 150 134  98  70  42  23  11   3
+        7  16  32  52  76 104 144 160 158 142 102  74  50  31  15   6
+       19  27  40  60  92 132 168 180 178 166 130  90  58  39  26  18
+       36  48  56  80 124 176 188 204 203 187 175 122  79  55  47  35
+       64  68  84 116 164 200 212 224 223 211 199 162 114  83  67  63
+       88  96 112 156 192 216 232 240 239 231 214 190 154 111  95  87
+      108 120 148 184 208 228 244 252 251 243 226 206 182 147 119 107
+      128 140 172 196 219 235 247 256 255 246 234 218 194 171 139 127
+      126 138 170 195 220 236 248 253 254 245 233 217 193 169 137 125
+      106 118 146 183 207 227 242 249 250 241 225 205 181 145 117 105
+       86  94 110 155 191 215 229 238 237 230 213 189 153 109  93  85
+       62  66  82 115 163 198 210 221 222 209 197 161 113  81  65  61
+       34  46  54  78 123 174 186 202 201 185 173 121  77  53  45  33
+       20  28  37  59  91 131 167 179 177 165 129  89  57  38  25  17
+        8  13  29  51  75 103 143 159 157 141 101  73  49  30  14   5
+        1   9  21  43  71  99 135 151 149 133  97  69  41  22  10   2
+    </levels>
+  </threshold>
+
+<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+  Halftones - Orthogonally Expanding Circle Patterns
+
+  Added by Glenn Randers-Pehrson, 4 Nov 2010, ImageMagick 6.6.5-6
+
+  Rather than producing a diamond 50% threshold pattern, these
+  continue to generate larger (overlapping) circles.  They are
+  more like a true halftone pattern formed by covering a surface
+  with either pure white or pure black circular dots.
+
+  WARNING: true halftone patterns only use true circles even in
+  areas of highly varying intensity.  Threshold dither patterns
+  can generate distorted circles in such areas.
+-->
+
+  <threshold map="c5x5b" alias="c5x5">
+    <description>Circles 5x5 (black)</description>
+    <levels width="5" height="5" divisor="26">
+         1 21 16 15  4
+         5 17 20 19 14
+         6 21 25 24 12
+         7 18 22 23 11
+         2  8  9 10  3
+    </levels>
+  </threshold>
+
+
+  <threshold map="c5x5w">
+    <description>Circles 5x5 (white)</description>
+    <levels width="5" height="5" divisor="26">
+        25 21 10 11 22
+        20  9  6  7 12
+        19  5  1  2 13
+        18  8  4  3 14
+        24 17 16 15 23
+    </levels>
+  </threshold>
+
+  <threshold map="c6x6b" alias="c6x6">
+    <description>Circles 6x6 (black)</description>
+    <levels width="6" height="6" divisor="37">
+         1  5 14 13 12  4
+         6 22 28 27 21 11
+        15 29 35 34 26 20
+        16 30 36 33 25 19
+         7 23 31 32 24 10
+         2  8 17 18  9  3
+    </levels>
+  </threshold>
+
+  <threshold map="c6x6w">
+    <description>Circles 6x6 (white)</description>
+    <levels width="6" height="6" divisor="37">
+        36 32 23 24 25 33
+        31 15  9 10 16 26
+        22  8  2  3 11 17
+        21  7  1  4 12 18
+        30 14  6  5 13 27
+        35 29 20 19 28 34
+    </levels>
+  </threshold>
+
+  <threshold map="c7x7b" alias="c7x7">
+    <description>Circles 7x7 (black)</description>
+    <levels width="7" height="7" divisor="50">
+        3  9 18 28 17  8  2
+       10 24 33 39 32 23  7
+       19 34 44 48 43 31 16
+       25 40 45 49 47 38 27
+       20 35 41 46 42 29 15
+       11 21 36 37 28 22  6
+        4 12 13 26 14  5  1
+    </levels>
+  </threshold>
+
+
+  <threshold map="c7x7w">
+    <description>Circles 7x7 (white)</description>
+    <levels width="7" height="7" divisor="50">
+       47 41 32 22 33 42 48
+       40 26 17 11 18 27 43
+       31 16  6  2  7 19 34
+       25 10  5  1  3 12 23
+       30 15  9  4  8 20 35
+       39 29 14 13 21 28 44
+       46 38 37 24 36 45 49
+    </levels>
+  </threshold>
+
+
+<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+  Special Purpose Dithers
+-->
+
+</thresholds>

+ 55 - 55
resources/ImageMagick-7.1.1-11/type-ghostscript.xml → resources/imagemagick/type-ghostscript.xml

@@ -1,55 +1,55 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE typemap [
-<!ELEMENT typemap (type)+>
-<!ELEMENT type (#PCDATA)>
-<!ELEMENT include (#PCDATA)>
-<!ATTLIST type name CDATA #REQUIRED>
-<!ATTLIST type fullname CDATA #IMPLIED>
-<!ATTLIST type family CDATA #IMPLIED>
-<!ATTLIST type foundry CDATA #IMPLIED>
-<!ATTLIST type weight CDATA #IMPLIED>
-<!ATTLIST type style CDATA #IMPLIED>
-<!ATTLIST type stretch CDATA #IMPLIED>
-<!ATTLIST type format CDATA #IMPLIED>
-<!ATTLIST type metrics CDATA #IMPLIED>
-<!ATTLIST type glyphs CDATA #REQUIRED>
-<!ATTLIST type version CDATA #IMPLIED>
-<!ATTLIST include file CDATA #REQUIRED>
-]>
-<typemap>
-  <type name="AvantGarde-Book" fullname="AvantGarde Book" family="AvantGarde" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010013l.afm" glyphs="@ghostscript_font_path@a010013l.pfb"/>
-  <type name="AvantGarde-BookOblique" fullname="AvantGarde Book Oblique" family="AvantGarde" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010033l.afm" glyphs="@ghostscript_font_path@a010033l.pfb"/>
-  <type name="AvantGarde-Demi" fullname="AvantGarde DemiBold" family="AvantGarde" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010015l.afm" glyphs="@ghostscript_font_path@a010015l.pfb"/>
-  <type name="AvantGarde-DemiOblique" fullname="AvantGarde DemiOblique" family="AvantGarde" foundry="URW" weight="600" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010035l.afm" glyphs="@ghostscript_font_path@a010035l.pfb"/>
-  <type name="Bookman-Demi" fullname="Bookman DemiBold" family="Bookman" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018015l.afm" glyphs="@ghostscript_font_path@b018015l.pfb"/>
-  <type name="Bookman-DemiItalic" fullname="Bookman DemiBold Italic" family="Bookman" foundry="URW" weight="600" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018035l.afm" glyphs="@ghostscript_font_path@b018035l.pfb"/>
-  <type name="Bookman-Light" fullname="Bookman Light" family="Bookman" foundry="URW" weight="300" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018012l.afm" glyphs="@ghostscript_font_path@b018012l.pfb"/>
-  <type name="Bookman-LightItalic" fullname="Bookman Light Italic" family="Bookman" foundry="URW" weight="300" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018032l.afm" glyphs="@ghostscript_font_path@b018032l.pfb"/>
-  <type name="Fixed" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022003l.afm" glyphs="@ghostscript_font_path@n022003l.pfb"/>
-  <type name="Courier" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022003l.afm" glyphs="@ghostscript_font_path@n022003l.pfb"/>
-  <type name="Courier-Bold" fullname="Courier Bold" family="Courier" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022004l.afm" glyphs="@ghostscript_font_path@n022004l.pfb"/>
-  <type name="Courier-Oblique" fullname="Courier Regular Oblique" family="Courier" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022023l.afm" glyphs="@ghostscript_font_path@n022023l.pfb"/>
-  <type name="Courier-BoldOblique" fullname="Courier Bold Oblique" family="Courier" foundry="URW" weight="700" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022024l.afm" glyphs="@ghostscript_font_path@n022024l.pfb"/>
-  <type name="fixed" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019003l.afm" glyphs="@ghostscript_font_path@n019003l.pfb"/>
-  <type name="Helvetica" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019003l.afm" glyphs="@ghostscript_font_path@n019003l.pfb"/>
-  <type name="Helvetica-Bold" fullname="Helvetica Bold" family="Helvetica" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019004l.afm" glyphs="@ghostscript_font_path@n019004l.pfb"/>
-  <type name="Helvetica-Oblique" fullname="Helvetica Regular Italic" family="Helvetica" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019023l.afm" glyphs="@ghostscript_font_path@n019023l.pfb"/>
-  <type name="Helvetica-BoldOblique" fullname="Helvetica Bold Italic" family="Helvetica" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019024l.afm" glyphs="@ghostscript_font_path@n019024l.pfb"/>
-  <type name="Helvetica-Narrow" fullname="Helvetica Narrow" family="Helvetica Narrow" foundry="URW" weight="400" style="normal" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019043l.afm" glyphs="@ghostscript_font_path@n019043l.pfb"/>
-  <type name="Helvetica-Narrow-Oblique" fullname="Helvetica Narrow Oblique" family="Helvetica Narrow" foundry="URW" weight="400" style="oblique" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019063l.afm" glyphs="@ghostscript_font_path@n019063l.pfb"/>
-  <type name="Helvetica-Narrow-Bold" fullname="Helvetica Narrow Bold" family="Helvetica Narrow" foundry="URW" weight="700" style="normal" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019044l.afm" glyphs="@ghostscript_font_path@n019044l.pfb"/>
-  <type name="Helvetica-Narrow-BoldOblique" fullname="Helvetica Narrow Bold Oblique" family="Helvetica Narrow" foundry="URW" weight="700" style="oblique" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019064l.afm" glyphs="@ghostscript_font_path@n019064l.pfb"/>
-  <type name="NewCenturySchlbk-Roman" fullname="New Century Schoolbook" family="NewCenturySchlbk" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059013l.afm" glyphs="@ghostscript_font_path@c059013l.pfb"/>
-  <type name="NewCenturySchlbk-Italic" fullname="New Century Schoolbook Italic" family="NewCenturySchlbk" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059033l.afm" glyphs="@ghostscript_font_path@c059033l.pfb"/>
-  <type name="NewCenturySchlbk-Bold" fullname="New Century Schoolbook Bold" family="NewCenturySchlbk" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059016l.afm" glyphs="@ghostscript_font_path@c059016l.pfb"/>
-  <type name="NewCenturySchlbk-BoldItalic" fullname="New Century Schoolbook Bold Italic" family="NewCenturySchlbk" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059036l.afm" glyphs="@ghostscript_font_path@c059036l.pfb"/>
-  <type name="Palatino-Roman" fullname="Palatino Regular" family="Palatino" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052003l.afm" glyphs="@ghostscript_font_path@p052003l.pfb"/>
-  <type name="Palatino-Italic" fullname="Palatino Italic" family="Palatino" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052023l.afm" glyphs="@ghostscript_font_path@p052023l.pfb"/>
-  <type name="Palatino-Bold" fullname="Palatino Bold" family="Palatino" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052004l.afm" glyphs="@ghostscript_font_path@p052004l.pfb"/>
-  <type name="Palatino-BoldItalic" fullname="Palatino Bold Italic" family="Palatino" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052024l.afm" glyphs="@ghostscript_font_path@p052024l.pfb"/>
-  <type name="Times-Roman" fullname="Times Regular" family="Times" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021003l.afm" glyphs="@ghostscript_font_path@n021003l.pfb"/>
-  <type name="Times-Bold" fullname="Times Medium" family="Times" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021004l.afm" glyphs="@ghostscript_font_path@n021004l.pfb"/>
-  <type name="Times-Italic" fullname="Times Regular Italic" family="Times" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021023l.afm" glyphs="@ghostscript_font_path@n021023l.pfb"/>
-  <type name="Times-BoldItalic" fullname="Times Medium Italic" family="Times" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021024l.afm" glyphs="@ghostscript_font_path@n021024l.pfb"/>
-  <type name="Symbol" fullname="Symbol" family="Symbol" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@s050000l.afm" glyphs="@ghostscript_font_path@s050000l.pfb" version="0.1" encoding="AdobeCustom"/>
-</typemap>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE typemap [
+<!ELEMENT typemap (type)+>
+<!ELEMENT type (#PCDATA)>
+<!ELEMENT include (#PCDATA)>
+<!ATTLIST type name CDATA #REQUIRED>
+<!ATTLIST type fullname CDATA #IMPLIED>
+<!ATTLIST type family CDATA #IMPLIED>
+<!ATTLIST type foundry CDATA #IMPLIED>
+<!ATTLIST type weight CDATA #IMPLIED>
+<!ATTLIST type style CDATA #IMPLIED>
+<!ATTLIST type stretch CDATA #IMPLIED>
+<!ATTLIST type format CDATA #IMPLIED>
+<!ATTLIST type metrics CDATA #IMPLIED>
+<!ATTLIST type glyphs CDATA #REQUIRED>
+<!ATTLIST type version CDATA #IMPLIED>
+<!ATTLIST include file CDATA #REQUIRED>
+]>
+<typemap>
+  <type name="AvantGarde-Book" fullname="AvantGarde Book" family="AvantGarde" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010013l.afm" glyphs="@ghostscript_font_path@a010013l.pfb"/>
+  <type name="AvantGarde-BookOblique" fullname="AvantGarde Book Oblique" family="AvantGarde" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010033l.afm" glyphs="@ghostscript_font_path@a010033l.pfb"/>
+  <type name="AvantGarde-Demi" fullname="AvantGarde DemiBold" family="AvantGarde" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010015l.afm" glyphs="@ghostscript_font_path@a010015l.pfb"/>
+  <type name="AvantGarde-DemiOblique" fullname="AvantGarde DemiOblique" family="AvantGarde" foundry="URW" weight="600" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010035l.afm" glyphs="@ghostscript_font_path@a010035l.pfb"/>
+  <type name="Bookman-Demi" fullname="Bookman DemiBold" family="Bookman" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018015l.afm" glyphs="@ghostscript_font_path@b018015l.pfb"/>
+  <type name="Bookman-DemiItalic" fullname="Bookman DemiBold Italic" family="Bookman" foundry="URW" weight="600" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018035l.afm" glyphs="@ghostscript_font_path@b018035l.pfb"/>
+  <type name="Bookman-Light" fullname="Bookman Light" family="Bookman" foundry="URW" weight="300" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018012l.afm" glyphs="@ghostscript_font_path@b018012l.pfb"/>
+  <type name="Bookman-LightItalic" fullname="Bookman Light Italic" family="Bookman" foundry="URW" weight="300" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018032l.afm" glyphs="@ghostscript_font_path@b018032l.pfb"/>
+  <type name="Fixed" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022003l.afm" glyphs="@ghostscript_font_path@n022003l.pfb"/>
+  <type name="Courier" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022003l.afm" glyphs="@ghostscript_font_path@n022003l.pfb"/>
+  <type name="Courier-Bold" fullname="Courier Bold" family="Courier" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022004l.afm" glyphs="@ghostscript_font_path@n022004l.pfb"/>
+  <type name="Courier-Oblique" fullname="Courier Regular Oblique" family="Courier" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022023l.afm" glyphs="@ghostscript_font_path@n022023l.pfb"/>
+  <type name="Courier-BoldOblique" fullname="Courier Bold Oblique" family="Courier" foundry="URW" weight="700" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022024l.afm" glyphs="@ghostscript_font_path@n022024l.pfb"/>
+  <type name="fixed" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019003l.afm" glyphs="@ghostscript_font_path@n019003l.pfb"/>
+  <type name="Helvetica" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019003l.afm" glyphs="@ghostscript_font_path@n019003l.pfb"/>
+  <type name="Helvetica-Bold" fullname="Helvetica Bold" family="Helvetica" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019004l.afm" glyphs="@ghostscript_font_path@n019004l.pfb"/>
+  <type name="Helvetica-Oblique" fullname="Helvetica Regular Italic" family="Helvetica" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019023l.afm" glyphs="@ghostscript_font_path@n019023l.pfb"/>
+  <type name="Helvetica-BoldOblique" fullname="Helvetica Bold Italic" family="Helvetica" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019024l.afm" glyphs="@ghostscript_font_path@n019024l.pfb"/>
+  <type name="Helvetica-Narrow" fullname="Helvetica Narrow" family="Helvetica Narrow" foundry="URW" weight="400" style="normal" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019043l.afm" glyphs="@ghostscript_font_path@n019043l.pfb"/>
+  <type name="Helvetica-Narrow-Oblique" fullname="Helvetica Narrow Oblique" family="Helvetica Narrow" foundry="URW" weight="400" style="oblique" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019063l.afm" glyphs="@ghostscript_font_path@n019063l.pfb"/>
+  <type name="Helvetica-Narrow-Bold" fullname="Helvetica Narrow Bold" family="Helvetica Narrow" foundry="URW" weight="700" style="normal" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019044l.afm" glyphs="@ghostscript_font_path@n019044l.pfb"/>
+  <type name="Helvetica-Narrow-BoldOblique" fullname="Helvetica Narrow Bold Oblique" family="Helvetica Narrow" foundry="URW" weight="700" style="oblique" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019064l.afm" glyphs="@ghostscript_font_path@n019064l.pfb"/>
+  <type name="NewCenturySchlbk-Roman" fullname="New Century Schoolbook" family="NewCenturySchlbk" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059013l.afm" glyphs="@ghostscript_font_path@c059013l.pfb"/>
+  <type name="NewCenturySchlbk-Italic" fullname="New Century Schoolbook Italic" family="NewCenturySchlbk" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059033l.afm" glyphs="@ghostscript_font_path@c059033l.pfb"/>
+  <type name="NewCenturySchlbk-Bold" fullname="New Century Schoolbook Bold" family="NewCenturySchlbk" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059016l.afm" glyphs="@ghostscript_font_path@c059016l.pfb"/>
+  <type name="NewCenturySchlbk-BoldItalic" fullname="New Century Schoolbook Bold Italic" family="NewCenturySchlbk" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059036l.afm" glyphs="@ghostscript_font_path@c059036l.pfb"/>
+  <type name="Palatino-Roman" fullname="Palatino Regular" family="Palatino" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052003l.afm" glyphs="@ghostscript_font_path@p052003l.pfb"/>
+  <type name="Palatino-Italic" fullname="Palatino Italic" family="Palatino" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052023l.afm" glyphs="@ghostscript_font_path@p052023l.pfb"/>
+  <type name="Palatino-Bold" fullname="Palatino Bold" family="Palatino" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052004l.afm" glyphs="@ghostscript_font_path@p052004l.pfb"/>
+  <type name="Palatino-BoldItalic" fullname="Palatino Bold Italic" family="Palatino" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052024l.afm" glyphs="@ghostscript_font_path@p052024l.pfb"/>
+  <type name="Times-Roman" fullname="Times Regular" family="Times" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021003l.afm" glyphs="@ghostscript_font_path@n021003l.pfb"/>
+  <type name="Times-Bold" fullname="Times Medium" family="Times" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021004l.afm" glyphs="@ghostscript_font_path@n021004l.pfb"/>
+  <type name="Times-Italic" fullname="Times Regular Italic" family="Times" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021023l.afm" glyphs="@ghostscript_font_path@n021023l.pfb"/>
+  <type name="Times-BoldItalic" fullname="Times Medium Italic" family="Times" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021024l.afm" glyphs="@ghostscript_font_path@n021024l.pfb"/>
+  <type name="Symbol" fullname="Symbol" family="Symbol" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@s050000l.afm" glyphs="@ghostscript_font_path@s050000l.pfb" version="0.1" encoding="AdobeCustom"/>
+</typemap>

+ 21 - 21
resources/ImageMagick-7.1.1-11/type.xml → resources/imagemagick/type.xml

@@ -1,21 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE typemap [
-<!ELEMENT typemap (type)+>
-<!ELEMENT type (#PCDATA)>
-<!ELEMENT include (#PCDATA)>
-<!ATTLIST type name CDATA #REQUIRED>
-<!ATTLIST type fullname CDATA #IMPLIED>
-<!ATTLIST type family CDATA #IMPLIED>
-<!ATTLIST type foundry CDATA #IMPLIED>
-<!ATTLIST type weight CDATA #IMPLIED>
-<!ATTLIST type style CDATA #IMPLIED>
-<!ATTLIST type stretch CDATA #IMPLIED>
-<!ATTLIST type format CDATA #IMPLIED>
-<!ATTLIST type metrics CDATA #IMPLIED>
-<!ATTLIST type glyphs CDATA #REQUIRED>
-<!ATTLIST type version CDATA #IMPLIED>
-<!ATTLIST include file CDATA #REQUIRED>
-]>
-<typemap>
-   <include file="type-ghostscript.xml"/>
-</typemap>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE typemap [
+<!ELEMENT typemap (type)+>
+<!ELEMENT type (#PCDATA)>
+<!ELEMENT include (#PCDATA)>
+<!ATTLIST type name CDATA #REQUIRED>
+<!ATTLIST type fullname CDATA #IMPLIED>
+<!ATTLIST type family CDATA #IMPLIED>
+<!ATTLIST type foundry CDATA #IMPLIED>
+<!ATTLIST type weight CDATA #IMPLIED>
+<!ATTLIST type style CDATA #IMPLIED>
+<!ATTLIST type stretch CDATA #IMPLIED>
+<!ATTLIST type format CDATA #IMPLIED>
+<!ATTLIST type metrics CDATA #IMPLIED>
+<!ATTLIST type glyphs CDATA #REQUIRED>
+<!ATTLIST type version CDATA #IMPLIED>
+<!ATTLIST include file CDATA #REQUIRED>
+]>
+<typemap>
+   <include file="type-ghostscript.xml"/>
+</typemap>