]> granicus.if.org Git - imagemagick/commitdiff
Q64 is experimental
authorCristy <urban-warrior@imagemagick.org>
Wed, 23 Oct 2019 17:13:37 +0000 (13:13 -0400)
committerCristy <urban-warrior@imagemagick.org>
Wed, 23 Oct 2019 17:13:37 +0000 (13:13 -0400)
MagickCore/version.c

index fa00126611a36f93bf255c7507e37fa302a26912..658d3ffe06488ee6d32b8ab3f7d5b870c7fe5cb2 100644 (file)
@@ -277,6 +277,9 @@ MagickExport const char *GetMagickFeatures(void)
 #endif
 #if defined(ZERO_CONFIGURATION_SUPPORT)
   "Zero-configuration "
+#endif
+#if (MAGICKCORE_QUANTUM_DEPTH == 64)
+  "Q64 (experimental, not for production) "
 #endif
   ;
 }