Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:formats

13 %               Methods to Read or List ImageMagick Image formats             %
608 % GetMagickInfoList() returns any image formats that match the specified
620 % o number_formats: This integer returns the number of formats in the list.
649 **formats;
667 formats=(const MagickInfo **) AcquireQuantumMemory((size_t)
668 GetNumberOfNodesInSplayTree(magick_list)+1UL,sizeof(*formats));
669 if (formats == (const MagickInfo **) NULL)
681 formats[i++]=p;
685 qsort((void *) formats,(size_t) i,sizeof(*formats),MagickInfoCompare);
686 formats[i]=(MagickInfo *) NULL;
688 return(formats);
703 % GetMagickList() returns any image formats that match the specified pattern.
714 % o number_formats: This integer returns the number of formats in the list.
743 **formats;
761 formats=(char **) AcquireQuantumMemory((size_t)
762 GetNumberOfNodesInSplayTree(magick_list)+1UL,sizeof(*formats));
763 if (formats == (char **) NULL)
772 formats[i++]=ConstantString(p->name);
776 qsort((void *) formats,(size_t) i,sizeof(*formats),MagickCompare);
777 formats[i]=(char *) NULL;
779 return(formats);
1091 % ListMagickInfo() lists the image formats to a file.
1592 % list of supported formats. The attributes include the image format name,