Home
last modified time | relevance | path

Searched refs:coders (Results 1 – 18 of 18) sorted by relevance

/external/ImageMagick/coders/
DMakefile.am21 MAGICKCORE_DPS_MODULES = coders/dps.la
22 MAGICKCORE_DPS_SRCS = coders/dps.c
26 MAGICKCORE_DJVU_MODULES = coders/djvu.la
27 MAGICKCORE_DJVU_SRCS = coders/djvu.c
31 MAGICKCORE_EXR_MODULES = coders/exr.la
32 MAGICKCORE_EXR_SRCS = coders/exr.c
36 MAGICKCORE_FLIF_MODULES = coders/flif.la
37 MAGICKCORE_FLIF_SRCS = coders/flif.c
41 MAGICKCORE_FPX_MODULES = coders/fpx.la
42 MAGICKCORE_FPX_SRCS = coders/fpx.c
[all …]
DMake.com2 $! Make ImageMagick image coders for VMS.
/external/ImageMagick/
DMakefile.in497 MagickCore/nt-base.c coders/aai.c coders/art.c coders/avs.c \
498 coders/bgr.c coders/bmp.c coders/braille.c coders/cals.c \
499 coders/caption.c coders/cin.c coders/cip.c coders/clip.c \
500 coders/cmyk.c coders/cut.c coders/dcm.c coders/dds.c \
501 coders/debug.c coders/dib.c coders/dng.c coders/dot.c \
502 coders/dpx.c coders/fax.c coders/fd.c coders/fits.c \
503 coders/gif.c coders/gradient.c coders/gray.c coders/hald.c \
504 coders/hdr.c coders/histogram.c coders/hrz.c coders/html.c \
505 coders/icon.c coders/info.c coders/inline.c coders/ipl.c \
506 coders/jnx.c coders/json.c coders/label.c coders/mac.c \
[all …]
DMake.com16 $ deletee/log [.coders]libCoders.olb;*
22 $ deletee/log [.coders]libCoders.olb;*,[...]*.obj;*
28 $ deletee/log [.coders]libCoders.olb;*,[...]*.obj;*,*.exe;*,magickshr.olb;*
69 $write sys$output "Making in [.coders]"
DQuickStart.txt97 $MAGICK_HOME/etc/ImageMagick/modules-Q16/coders/
99 <client path>/../etc/ImageMagick/modules-Q16/coders/
100 $MAGICK_HOME/etc/ImageMagick/modules-Q16/coders
101 $MAGICK_HOME/share/ImageMagick-7.0.2/modules-Q16/coders
103 <client path>/etc/ImageMagick/modules-Q16/coders
Dcommon.shi.in18 MAGICK_CODER_MODULE_PATH="@abs_top_builddir@/coders"
DAUTHORS.txt84 Author of FlashPix module. Author of the EMF, XTRN, and META coders.
85 Significant contributions to the MSL, JPEG, TIFF, SVG, and URL coders.
96 Provided MacOS support. Authored the CLIPBOARD, XCF, and PSD coders.
DImageMagick.spec.in243 %exclude %{_libdir}/%{name}-%{VERSION}/modules-Q16HDRI/coders/djvu.*
264 %{_libdir}/%{name}-%{VERSION}/modules-Q16HDRI/coders/djvu.*
DMakefile.am138 include coders/Makefile.am
DChangeLog117 authenticate parameter of the PDF, PCL and XPS coders (report from
DInstall-unix.txt304 Image coders and process modules are built as loadable modules which are
307 subdirectories coders and filters respectively. The modules build option
Dconfigure.ac249 MAGICK_CODER_MODULE_PATH="${builddir}/coders"
603 AC_DEFINE(BUILD_MODULES,1,Define if coders and filters are to be built as modules.)
2929 # path to coders lib
2931 CODER_DIRNAME="coders"
2933 AC_DEFINE_UNQUOTED(CODER_DIRNAME,"$CODER_DIRNAME",[coders subdirectory.])
2943 # path to coders lib
DInstall-windows.txt247 C:\ImageMagick\coders
/external/lzma/C/
DLzma2Enc.c269 CLzma2EncInt coders[NUM_MT_CODER_THREADS_MAX]; member
331 CLzma2EncInt *p = &mainEncoder->coders[index]; in MtCallbackImp_Code()
396 p->coders[i].enc = 0; in Lzma2Enc_Create()
411 CLzma2EncInt *t = &p->coders[i]; in Lzma2Enc_Destroy()
458 CLzma2EncInt *t = &p->coders[i]; in Lzma2Enc_Encode()
470 return Lzma2Enc_EncodeMt1(&p->coders[0], p, outStream, inStream, progress); in Lzma2Enc_Encode()
DXzDec.c338 p->coders[i].p = NULL; in MixCoder_Construct()
346 IStateCoder *sc = &p->coders[i]; in MixCoder_Free()
369 IStateCoder *coder = &p->coders[i]; in MixCoder_Init()
376 IStateCoder *sc = &p->coders[coderIndex]; in MixCoder_SetFromMethod()
423 IStateCoder *coder = &p->coders[i]; in MixCoder_Code()
598 IStateCoder *sc = &p->coders[i]; in XzDec_Init()
DXz.h171 IStateCoder coders[MIXCODER_NUM_FILTERS_MAX]; member
/external/ImageMagick/Magick++/
DNEWS101 the list of coders which match a specification.
/external/ImageMagick/config/
Dconfig.h.in9 /* Define if coders and filters are to be built as modules. */
24 /* coders subdirectory. */