]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 30 Dec 2018 14:53:04 +0000 (09:53 -0500)
committerCristy <urban-warrior@imagemagick.org>
Sun, 30 Dec 2018 14:53:04 +0000 (09:53 -0500)
coders/cube.c

index af78b637f0c704f896f566a09631e53bc944f2bf..f7639e2f0a2d7b11368ae0f11abe70eb0d83bc19 100644 (file)
@@ -348,8 +348,7 @@ ModuleExport size_t RegisterCUBEImage(void)
   MagickInfo
     *entry;
 
-  entry=AcquireMagickInfo("CUBE","CUBE",
-    "Cube color lookup table image");
+  entry=AcquireMagickInfo("CUBE","CUBE","Cube LUT");
   entry->decoder=(DecodeImageHandler *) ReadCUBEImage;
   entry->flags^=CoderAdjoinFlag;
   entry->format_type=ImplicitFormatType;