entry->description=ConstantString("Kodak Digital Camera Raw Image Format");
entry->module=ConstantString("DNG");
(void) RegisterMagickInfo(entry);
+ entry=SetMagickInfo("MEF");
+ entry->decoder=(DecodeImageHandler *) ReadDNGImage;
+ entry->blob_support=MagickFalse;
+ entry->seekable_stream=MagickTrue;
+ entry->format_type=ExplicitFormatType;
+ entry->description=ConstantString("Mamiya Raw Image File");
+ entry->module=ConstantString("DNG");
+ (void) RegisterMagickInfo(entry);
entry=SetMagickInfo("MRW");
entry->decoder=(DecodeImageHandler *) ReadDNGImage;
entry->blob_support=MagickFalse;