]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 9 Sep 2010 13:39:28 +0000 (13:39 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 9 Sep 2010 13:39:28 +0000 (13:39 +0000)
ChangeLog
coders/rgb.c

index 7e68154df12b2c92a49287b49047263831328ec1..46df49478a83f009901f150ff1f677413ee03c92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+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...>
   * Re-code Nicolas Robidoux and Chantal Racette Polynomial Approximation of
     the Sinc Trigonometric resize filter, as a proper filter to allow
index 2f222de0ecece2c09841a085524b32848591da49..252b3ca2d204602929e1c526a3224a1370edf0d5 100644 (file)
@@ -1008,7 +1008,6 @@ ModuleExport size_t RegisterRGBImage(void)
   entry->description=ConstantString("Raw red, green, blue, and alpha samples");
   entry->module=ConstantString("RGB");
   (void) RegisterMagickInfo(entry);
-  return(MagickImageCoderSignature);
   entry=SetMagickInfo("RGBO");
   entry->decoder=(DecodeImageHandler *) ReadRGBImage;
   entry->encoder=(EncodeImageHandler *) WriteRGBImage;