实例介绍
北交大计算机图形学的完整作业代码,当时花好久才完成,改代码可以说是太难了,并且那个老师还讲不清楚,因此可以看我的代码进行学习,代码修改位置有详细的注释,一共有五次作业,因为整体上传有大小限制,分成了5个文件上传,有需要的小伙伴可以上我的主页寻找~
【实例截图】
【核心代码】
16359647427952175242.7z
├── 17281033_贡乐天第四次作业
│ ├── 17281033_贡乐天第四次作业.lnk
│ ├── build_all.sh
│ ├── clean_all.sh
│ ├── Common
│ │ ├── camera.cpp
│ │ ├── cubemap_texture.cpp
│ │ ├── FreetypeGL
│ │ │ ├── font-manager.c
│ │ │ ├── font-manager.h
│ │ │ ├── font_shader.cpp
│ │ │ ├── font_shader.h
│ │ │ ├── freetypeGL.cpp
│ │ │ ├── freetypeGL.h
│ │ │ ├── markup.h
│ │ │ ├── texture-atlas.c
│ │ │ ├── texture-atlas.h
│ │ │ ├── texture-font.c
│ │ │ ├── texture-font.h
│ │ │ ├── texture-glyph.c
│ │ │ ├── texture-glyph.h
│ │ │ ├── vector.c
│ │ │ ├── vector.h
│ │ │ ├── vertex-buffer.c
│ │ │ └── vertex-buffer.h
│ │ ├── glut_backend.cpp
│ │ ├── io_buffer.cpp
│ │ ├── libpng-1.6.29
│ │ │ ├── aclocal.m4
│ │ │ ├── ANNOUNCE
│ │ │ ├── arm
│ │ │ │ ├── arm_init.c
│ │ │ │ ├── filter_neon_intrinsics.c
│ │ │ │ └── filter_neon.S
│ │ │ ├── autogen.sh
│ │ │ ├── CHANGES
│ │ │ ├── CMakeLists.txt
│ │ │ ├── compile
│ │ │ ├── config.guess
│ │ │ ├── config.h.in
│ │ │ ├── config.sub
│ │ │ ├── configure
│ │ │ ├── configure.ac
│ │ │ ├── contrib
│ │ │ │ ├── arm-neon
│ │ │ │ │ ├── android-ndk.c
│ │ │ │ │ ├── linux-auxv.c
│ │ │ │ │ ├── linux.c
│ │ │ │ │ └── README
│ │ │ │ ├── conftest
│ │ │ │ │ ├── pngcp.dfa
│ │ │ │ │ ├── read.dfa
│ │ │ │ │ ├── README
│ │ │ │ │ ├── simple.dfa
│ │ │ │ │ ├── s_read.dfa
│ │ │ │ │ ├── s_write.dfa
│ │ │ │ │ └── write.dfa
│ │ │ │ ├── examples
│ │ │ │ │ ├── iccfrompng.c
│ │ │ │ │ ├── pngpixel.c
│ │ │ │ │ ├── pngtopng.c
│ │ │ │ │ ├── README.txt
│ │ │ │ │ └── simpleover.c
│ │ │ │ ├── gregbook
│ │ │ │ │ ├── COPYING
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Makefile.mingw32
│ │ │ │ │ ├── Makefile.sgi
│ │ │ │ │ ├── Makefile.unx
│ │ │ │ │ ├── Makefile.w32
│ │ │ │ │ ├── makevms.com
│ │ │ │ │ ├── README
│ │ │ │ │ ├── readpng2.c
│ │ │ │ │ ├── readpng2.h
│ │ │ │ │ ├── readpng.c
│ │ │ │ │ ├── readpng.h
│ │ │ │ │ ├── readppm.c
│ │ │ │ │ ├── rpng2-win.c
│ │ │ │ │ ├── rpng2-x.c
│ │ │ │ │ ├── rpng-win.c
│ │ │ │ │ ├── rpng-x.c
│ │ │ │ │ ├── toucan.png
│ │ │ │ │ ├── wpng.c
│ │ │ │ │ ├── writepng.c
│ │ │ │ │ └── writepng.h
│ │ │ │ ├── libtests
│ │ │ │ │ ├── fakepng.c
│ │ │ │ │ ├── gentests.sh
│ │ │ │ │ ├── makepng.c
│ │ │ │ │ ├── pngimage.c
│ │ │ │ │ ├── pngstest.c
│ │ │ │ │ ├── pngstest-errors.h
│ │ │ │ │ ├── pngunknown.c
│ │ │ │ │ ├── pngvalid.c
│ │ │ │ │ ├── readpng.c
│ │ │ │ │ ├── tarith.c
│ │ │ │ │ └── timepng.c
│ │ │ │ ├── mips-msa
│ │ │ │ │ ├── linux.c
│ │ │ │ │ └── README
│ │ │ │ ├── pngminim
│ │ │ │ │ ├── decoder
│ │ │ │ │ │ ├── makefile
│ │ │ │ │ │ ├── pngusr.dfa
│ │ │ │ │ │ ├── pngusr.h
│ │ │ │ │ │ └── README
│ │ │ │ │ ├── encoder
│ │ │ │ │ │ ├── makefile
│ │ │ │ │ │ ├── pngusr.dfa
│ │ │ │ │ │ ├── pngusr.h
│ │ │ │ │ │ └── README
│ │ │ │ │ ├── preader
│ │ │ │ │ │ ├── makefile
│ │ │ │ │ │ ├── pngusr.dfa
│ │ │ │ │ │ ├── pngusr.h
│ │ │ │ │ │ └── README
│ │ │ │ │ └── README
│ │ │ │ ├── pngminus
│ │ │ │ │ ├── makefile.std
│ │ │ │ │ ├── makefile.tc3
│ │ │ │ │ ├── makevms.com
│ │ │ │ │ ├── png2pnm.bat
│ │ │ │ │ ├── png2pnm.c
│ │ │ │ │ ├── png2pnm.sh
│ │ │ │ │ ├── pngminus.bat
│ │ │ │ │ ├── pngminus.sh
│ │ │ │ │ ├── pnm2png.bat
│ │ │ │ │ ├── pnm2png.c
│ │ │ │ │ ├── pnm2png.sh
│ │ │ │ │ └── README
│ │ │ │ ├── pngsuite
│ │ │ │ │ ├── basn0g01.png
│ │ │ │ │ ├── basn0g02.png
│ │ │ │ │ ├── basn0g04.png
│ │ │ │ │ ├── basn0g08.png
│ │ │ │ │ ├── basn0g16.png
│ │ │ │ │ ├── basn2c08.png
│ │ │ │ │ ├── basn2c16.png
│ │ │ │ │ ├── basn3p01.png
│ │ │ │ │ ├── basn3p02.png
│ │ │ │ │ ├── basn3p04.png
│ │ │ │ │ ├── basn3p08.png
│ │ │ │ │ ├── basn4a08.png
│ │ │ │ │ ├── basn4a16.png
│ │ │ │ │ ├── basn6a08.png
│ │ │ │ │ ├── basn6a16.png
│ │ │ │ │ ├── ftbbn0g01.png
│ │ │ │ │ ├── ftbbn0g02.png
│ │ │ │ │ ├── ftbbn0g04.png
│ │ │ │ │ ├── ftbbn2c16.png
│ │ │ │ │ ├── ftbbn3p08.png
│ │ │ │ │ ├── ftbgn2c16.png
│ │ │ │ │ ├── ftbgn3p08.png
│ │ │ │ │ ├── ftbrn2c08.png
│ │ │ │ │ ├── ftbwn0g16.png
│ │ │ │ │ ├── ftbwn3p08.png
│ │ │ │ │ ├── ftbyn3p08.png
│ │ │ │ │ ├── ftp0n0g08.png
│ │ │ │ │ ├── ftp0n2c08.png
│ │ │ │ │ ├── ftp0n3p08.png
│ │ │ │ │ ├── ftp1n3p08.png
│ │ │ │ │ └── README
│ │ │ │ ├── powerpc-vsx
│ │ │ │ │ ├── linux_aux.c
│ │ │ │ │ ├── linux.c
│ │ │ │ │ └── README
│ │ │ │ ├── README.txt
│ │ │ │ ├── testpngs
│ │ │ │ │ ├── gray-1-1.8.png
│ │ │ │ │ ├── gray-1-1.8-tRNS.png
│ │ │ │ │ ├── gray-16-1.8.png
│ │ │ │ │ ├── gray-16-1.8-tRNS.png
│ │ │ │ │ ├── gray-16-linear.png
│ │ │ │ │ ├── gray-16-linear-tRNS.png
│ │ │ │ │ ├── gray-16.png
│ │ │ │ │ ├── gray-16-sRGB.png
│ │ │ │ │ ├── gray-16-sRGB-tRNS.png
│ │ │ │ │ ├── gray-16-tRNS.png
│ │ │ │ │ ├── gray-1-linear.png
│ │ │ │ │ ├── gray-1-linear-tRNS.png
│ │ │ │ │ ├── gray-1.png
│ │ │ │ │ ├── gray-1-sRGB.png
│ │ │ │ │ ├── gray-1-sRGB-tRNS.png
│ │ │ │ │ ├── gray-1-tRNS.png
│ │ │ │ │ ├── gray-2-1.8.png
│ │ │ │ │ ├── gray-2-1.8-tRNS.png
│ │ │ │ │ ├── gray-2-linear.png
│ │ │ │ │ ├── gray-2-linear-tRNS.png
│ │ │ │ │ ├── gray-2.png
│ │ │ │ │ ├── gray-2-sRGB.png
│ │ │ │ │ ├── gray-2-sRGB-tRNS.png
│ │ │ │ │ ├── gray-2-tRNS.png
│ │ │ │ │ ├── gray-4-1.8.png
│ │ │ │ │ ├── gray-4-1.8-tRNS.png
│ │ │ │ │ ├── gray-4-linear.png
│ │ │ │ │ ├── gray-4-linear-tRNS.png
│ │ │ │ │ ├── gray-4.png
│ │ │ │ │ ├── gray-4-sRGB.png
│ │ │ │ │ ├── gray-4-sRGB-tRNS.png
│ │ │ │ │ ├── gray-4-tRNS.png
│ │ │ │ │ ├── gray-8-1.8.png
│ │ │ │ │ ├── gray-8-1.8-tRNS.png
│ │ │ │ │ ├── gray-8-linear.png
│ │ │ │ │ ├── gray-8-linear-tRNS.png
│ │ │ │ │ ├── gray-8.png
│ │ │ │ │ ├── gray-8-sRGB.png
│ │ │ │ │ ├── gray-8-sRGB-tRNS.png
│ │ │ │ │ ├── gray-8-tRNS.png
│ │ │ │ │ ├── gray-alpha-16-1.8.png
│ │ │ │ │ ├── gray-alpha-16-linear.png
│ │ │ │ │ ├── gray-alpha-16.png
│ │ │ │ │ ├── gray-alpha-16-sRGB.png
│ │ │ │ │ ├── gray-alpha-8-1.8.png
│ │ │ │ │ ├── gray-alpha-8-linear.png
│ │ │ │ │ ├── gray-alpha-8.png
│ │ │ │ │ ├── gray-alpha-8-sRGB.png
│ │ │ │ │ ├── makepngs.sh
│ │ │ │ │ ├── palette-1-1.8.png
│ │ │ │ │ ├── palette-1-1.8-tRNS.png
│ │ │ │ │ ├── palette-1-linear.png
│ │ │ │ │ ├── palette-1-linear-tRNS.png
│ │ │ │ │ ├── palette-1.png
│ │ │ │ │ ├── palette-1-sRGB.png
│ │ │ │ │ ├── palette-1-sRGB-tRNS.png
│ │ │ │ │ ├── palette-1-tRNS.png
│ │ │ │ │ ├── palette-2-1.8.png
│ │ │ │ │ ├── palette-2-1.8-tRNS.png
│ │ │ │ │ ├── palette-2-linear.png
│ │ │ │ │ ├── palette-2-linear-tRNS.png
│ │ │ │ │ ├── palette-2.png
│ │ │ │ │ ├── palette-2-sRGB.png
│ │ │ │ │ ├── palette-2-sRGB-tRNS.png
│ │ │ │ │ ├── palette-2-tRNS.png
│ │ │ │ │ ├── palette-4-1.8.png
│ │ │ │ │ ├── palette-4-1.8-tRNS.png
│ │ │ │ │ ├── palette-4-linear.png
│ │ │ │ │ ├── palette-4-linear-tRNS.png
│ │ │ │ │ ├── palette-4.png
│ │ │ │ │ ├── palette-4-sRGB.png
│ │ │ │ │ ├── palette-4-sRGB-tRNS.png
│ │ │ │ │ ├── palette-4-tRNS.png
│ │ │ │ │ ├── palette-8-1.8.png
│ │ │ │ │ ├── palette-8-1.8-tRNS.png
│ │ │ │ │ ├── palette-8-linear.png
│ │ │ │ │ ├── palette-8-linear-tRNS.png
│ │ │ │ │ ├── palette-8.png
│ │ │ │ │ ├── palette-8-sRGB.png
│ │ │ │ │ ├── palette-8-sRGB-tRNS.png
│ │ │ │ │ ├── palette-8-tRNS.png
│ │ │ │ │ ├── rgb-16-1.8.png
│ │ │ │ │ ├── rgb-16-1.8-tRNS.png
│ │ │ │ │ ├── rgb-16-linear.png
│ │ │ │ │ ├── rgb-16-linear-tRNS.png
│ │ │ │ │ ├── rgb-16.png
│ │ │ │ │ ├── rgb-16-sRGB.png
│ │ │ │ │ ├── rgb-16-sRGB-tRNS.png
│ │ │ │ │ ├── rgb-16-tRNS.png
│ │ │ │ │ ├── rgb-8-1.8.png
│ │ │ │ │ ├── rgb-8-1.8-tRNS.png
│ │ │ │ │ ├── rgb-8-linear.png
│ │ │ │ │ ├── rgb-8-linear-tRNS.png
│ │ │ │ │ ├── rgb-8.png
│ │ │ │ │ ├── rgb-8-sRGB.png
│ │ │ │ │ ├── rgb-8-sRGB-tRNS.png
│ │ │ │ │ ├── rgb-8-tRNS.png
│ │ │ │ │ ├── rgb-alpha-16-1.8.png
│ │ │ │ │ ├── rgb-alpha-16-linear.png
│ │ │ │ │ ├── rgb-alpha-16.png
│ │ │ │ │ ├── rgb-alpha-16-sRGB.png
│ │ │ │ │ ├── rgb-alpha-8-1.8.png
│ │ │ │ │ ├── rgb-alpha-8-linear.png
│ │ │ │ │ ├── rgb-alpha-8.png
│ │ │ │ │ └── rgb-alpha-8-sRGB.png
│ │ │ │ ├── tools
│ │ │ │ │ ├── checksum-icc.c
│ │ │ │ │ ├── chkfmt
│ │ │ │ │ ├── cvtcolor.c
│ │ │ │ │ ├── genpng.c
│ │ │ │ │ ├── intgamma.sh
│ │ │ │ │ ├── makesRGB.c
│ │ │ │ │ ├── pngcp.c
│ │ │ │ │ ├── pngfix.c
│ │ │ │ │ ├── png-fix-itxt.c
│ │ │ │ │ ├── README.txt
│ │ │ │ │ ├── reindent
│ │ │ │ │ └── sRGB.h
│ │ │ │ └── visupng
│ │ │ │ ├── cexcept.h
│ │ │ │ ├── PngFile.c
│ │ │ │ ├── PngFile.h
│ │ │ │ ├── README.txt
│ │ │ │ ├── resource.h
│ │ │ │ ├── VisualPng.c
│ │ │ │ ├── VisualPng.dsp
│ │ │ │ ├── VisualPng.dsw
│ │ │ │ ├── VisualPng.ico
│ │ │ │ ├── VisualPng.png
│ │ │ │ └── VisualPng.rc
│ │ │ ├── depcomp
│ │ │ ├── example.c
│ │ │ ├── INSTALL
│ │ │ ├── install-sh
│ │ │ ├── intel
│ │ │ │ ├── filter_sse2_intrinsics.c
│ │ │ │ └── intel_init.c
│ │ │ ├── libpng.3
│ │ │ ├── libpng-config.in
│ │ │ ├── libpng-manual.txt
│ │ │ ├── libpng.pc.in
│ │ │ ├── libpngpf.3
│ │ │ ├── LICENSE
│ │ │ ├── ltmain.sh
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ ├── mips
│ │ │ │ ├── filter_msa_intrinsics.c
│ │ │ │ └── mips_init.c
│ │ │ ├── missing
│ │ │ ├── png.5
│ │ │ ├── pngbar.jpg
│ │ │ ├── pngbar.png
│ │ │ ├── png.c
│ │ │ ├── pngconf.h
│ │ │ ├── pngdebug.h
│ │ │ ├── pngerror.c
│ │ │ ├── pngget.c
│ │ │ ├── png.h
│ │ │ ├── pnginfo.h
│ │ │ ├── pngmem.c
│ │ │ ├── pngnow.png
│ │ │ ├── pngpread.c
│ │ │ ├── pngpriv.h
│ │ │ ├── pngread.c
│ │ │ ├── pngrio.c
│ │ │ ├── pngrtran.c
│ │ │ ├── pngrutil.c
│ │ │ ├── pngset.c
│ │ │ ├── pngstruct.h
│ │ │ ├── pngtest.c
│ │ │ ├── pngtest.png
│ │ │ ├── pngtrans.c
│ │ │ ├── pngusr.dfa
│ │ │ ├── pngwio.c
│ │ │ ├── pngwrite.c
│ │ │ ├── pngwtran.c
│ │ │ ├── pngwutil.c
│ │ │ ├── powerpc
│ │ │ │ ├── filter_vsx_intrinsics.c
│ │ │ │ └── powerpc_init.c
│ │ │ ├── projects
│ │ │ │ ├── owatcom
│ │ │ │ │ ├── libpng.tgt
│ │ │ │ │ ├── libpng.wpj
│ │ │ │ │ ├── pngconfig.mak
│ │ │ │ │ ├── pngstest.tgt
│ │ │ │ │ ├── pngtest.tgt
│ │ │ │ │ └── pngvalid.tgt
│ │ │ │ ├── visualc71
│ │ │ │ │ ├── libpng.sln
│ │ │ │ │ ├── libpng.vcproj
│ │ │ │ │ ├── pngtest.vcproj
│ │ │ │ │ ├── PRJ0041.mak
│ │ │ │ │ ├── README.txt
│ │ │ │ │ ├── README_zlib.txt
│ │ │ │ │ └── zlib.vcproj
│ │ │ │ └── vstudio
│ │ │ │ ├── libpng
│ │ │ │ │ └── libpng.vcxproj
│ │ │ │ ├── pnglibconf
│ │ │ │ │ └── pnglibconf.vcxproj
│ │ │ │ ├── pngstest
│ │ │ │ │ └── pngstest.vcxproj
│ │ │ │ ├── pngtest
│ │ │ │ │ └── pngtest.vcxproj
│ │ │ │ ├── pngunknown
│ │ │ │ │ └── pngunknown.vcxproj
│ │ │ │ ├── pngvalid
│ │ │ │ │ └── pngvalid.vcxproj
│ │ │ │ ├── README.txt
│ │ │ │ ├── vstudio.sln
│ │ │ │ ├── zlib
│ │ │ │ │ └── zlib.vcxproj
│ │ │ │ └── zlib.props
│ │ │ ├── README
│ │ │ ├── scripts
│ │ │ │ ├── checksym.awk
│ │ │ │ ├── def.c
│ │ │ │ ├── descrip.mms
│ │ │ │ ├── dfn.awk
│ │ │ │ ├── genchk.cmake.in
│ │ │ │ ├── genout.cmake.in
│ │ │ │ ├── gensrc.cmake.in
│ │ │ │ ├── intprefix.c
│ │ │ │ ├── libpng-config-body.in
│ │ │ │ ├── libpng-config-head.in
│ │ │ │ ├── libpng.pc.in
│ │ │ │ ├── libtool.m4
│ │ │ │ ├── lt~obsolete.m4
│ │ │ │ ├── ltoptions.m4
│ │ │ │ ├── ltsugar.m4
│ │ │ │ ├── ltversion.m4
│ │ │ │ ├── macro.lst
│ │ │ │ ├── makefile.32sunu
│ │ │ │ ├── makefile.64sunu
│ │ │ │ ├── makefile.acorn
│ │ │ │ ├── makefile.aix
│ │ │ │ ├── makefile.amiga
│ │ │ │ ├── makefile.atari
│ │ │ │ ├── makefile.bc32
│ │ │ │ ├── makefile.beos
│ │ │ │ ├── makefile.bor
│ │ │ │ ├── makefile.cegcc
│ │ │ │ ├── makefile.darwin
│ │ │ │ ├── makefile.dec
│ │ │ │ ├── makefile.dj2
│ │ │ │ ├── makefile.freebsd
│ │ │ │ ├── makefile.gcc
│ │ │ │ ├── makefile.hp64
│ │ │ │ ├── makefile.hpgcc
│ │ │ │ ├── makefile.hpux
│ │ │ │ ├── makefile.ibmc
│ │ │ │ ├── makefile.intel
│ │ │ │ ├── makefile.knr
│ │ │ │ ├── makefile.linux
│ │ │ │ ├── makefile.mips
│ │ │ │ ├── makefile.msc
│ │ │ │ ├── makefile.msys
│ │ │ │ ├── makefile.ne12bsd
│ │ │ │ ├── makefile.netbsd
│ │ │ │ ├── makefile.openbsd
│ │ │ │ ├── makefile.sco
│ │ │ │ ├── makefile.sggcc
│ │ │ │ ├── makefile.sgi
│ │ │ │ ├── makefile.so9
│ │ │ │ ├── makefile.solaris
│ │ │ │ ├── makefile.solaris-x86
│ │ │ │ ├── makefile.std
│ │ │ │ ├── makefile.sunos
│ │ │ │ ├── makefile.tc3
│ │ │ │ ├── makefile.vcwin32
│ │ │ │ ├── makevms.com
│ │ │ │ ├── options.awk
│ │ │ │ ├── pnglibconf.dfa
│ │ │ │ ├── pnglibconf.h.prebuilt
│ │ │ │ ├── pnglibconf.mak
│ │ │ │ ├── pngwin.rc
│ │ │ │ ├── prefix.c
│ │ │ │ ├── README.txt
│ │ │ │ ├── SCOPTIONS.ppc
│ │ │ │ ├── smakefile.ppc
│ │ │ │ ├── symbols.c
│ │ │ │ ├── symbols.def
│ │ │ │ ├── sym.c
│ │ │ │ ├── test.cmake.in
│ │ │ │ └── vers.c
│ │ │ ├── test-driver
│ │ │ ├── tests
│ │ │ │ ├── badadler.png
│ │ │ │ ├── badcrc.png
│ │ │ │ ├── pngimage-full
│ │ │ │ ├── pngimage-quick
│ │ │ │ ├── pngstest
│ │ │ │ ├── pngstest-1.8
│ │ │ │ ├── pngstest-1.8-alpha
│ │ │ │ ├── pngstest-linear
│ │ │ │ ├── pngstest-linear-alpha
│ │ │ │ ├── pngstest-none
│ │ │ │ ├── pngstest-none-alpha
│ │ │ │ ├── pngstest-sRGB
│ │ │ │ ├── pngstest-sRGB-alpha
│ │ │ │ ├── pngtest
│ │ │ │ ├── pngunknown-discard
│ │ │ │ ├── pngunknown-IDAT
│ │ │ │ ├── pngunknown-if-safe
│ │ │ │ ├── pngunknown-sAPI
│ │ │ │ ├── pngunknown-save
│ │ │ │ ├── pngunknown-sTER
│ │ │ │ ├── pngunknown-vpAg
│ │ │ │ ├── pngvalid-gamma-16-to-8
│ │ │ │ ├── pngvalid-gamma-alpha-mode
│ │ │ │ ├── pngvalid-gamma-background
│ │ │ │ ├── pngvalid-gamma-expand16-alpha-mode
│ │ │ │ ├── pngvalid-gamma-expand16-background
│ │ │ │ ├── pngvalid-gamma-expand16-transform
│ │ │ │ ├── pngvalid-gamma-sbit
│ │ │ │ ├── pngvalid-gamma-threshold
│ │ │ │ ├── pngvalid-gamma-transform
│ │ │ │ ├── pngvalid-progressive-interlace-standard
│ │ │ │ ├── pngvalid-progressive-size
│ │ │ │ ├── pngvalid-progressive-standard
│ │ │ │ ├── pngvalid-standard
│ │ │ │ └── pngvalid-transform
│ │ │ └── TODO
│ │ ├── Makefile
│ │ ├── math_3d.cpp
│ │ ├── nbproject
│ │ │ ├── configurations.xml
│ │ │ ├── Makefile-Debug.mk
│ │ │ ├── Makefile-impl.mk
│ │ │ ├── Makefile-variables.mk
│ │ │ ├── Package-Debug.bash
│ │ │ ├── Package-Release.bash
│ │ │ └── project.xml
│ │ ├── ogldev_app.cpp
│ │ ├── ogldev_atb.cpp
│ │ ├── ogldev_backend.cpp
│ │ ├── ogldev_basic_lighting.cpp
│ │ ├── ogldev_basic_mesh.cpp
│ │ ├── ogldev_glfw_backend.cpp
│ │ ├── ogldev_shadow_map_fbo.cpp
│ │ ├── ogldev_skinned_mesh.cpp
│ │ ├── ogldev_texture.cpp
│ │ ├── ogldev_util.cpp
│ │ ├── ogldev_vulkan_core.cpp
│ │ ├── ogldev_vulkan.cpp
│ │ ├── ogldev_win32_control.cpp
│ │ ├── ogldev_xcb_control.cpp
│ │ ├── pipeline.cpp
│ │ ├── random_texture.cpp
│ │ ├── Shaders
│ │ │ ├── basic_lighting.fs
│ │ │ └── basic_lighting.vs
│ │ ├── technique.cpp
│ │ └── zlib-1.2.11
│ │ ├── adler32.c
│ │ ├── amiga
│ │ │ ├── Makefile.pup
│ │ │ └── Makefile.sas
│ │ ├── ChangeLog
│ │ ├── CMakeLists.txt
│ │ ├── compress.c
│ │ ├── configure
│ │ ├── contrib
│ │ │ ├── ada
│ │ │ │ ├── buffer_demo.adb
│ │ │ │ ├── mtest.adb
│ │ │ │ ├── read.adb
│ │ │ │ ├── readme.txt
│ │ │ │ ├── test.adb
│ │ │ │ ├── zlib.adb
│ │ │ │ ├── zlib.ads
│ │ │ │ ├── zlib.gpr
│ │ │ │ ├── zlib-streams.adb
│ │ │ │ ├── zlib-streams.ads
│ │ │ │ ├── zlib-thin.adb
│ │ │ │ └── zlib-thin.ads
│ │ │ ├── amd64
│ │ │ │ └── amd64-match.S
│ │ │ ├── asm686
│ │ │ │ ├── match.S
│ │ │ │ └── README.686
│ │ │ ├── blast
│ │ │ │ ├── blast.c
│ │ │ │ ├── blast.h
│ │ │ │ ├── Makefile
│ │ │ │ ├── README
│ │ │ │ ├── test.pk
│ │ │ │ └── test.txt
│ │ │ ├── delphi
│ │ │ │ ├── readme.txt
│ │ │ │ ├── ZLibConst.pas
│ │ │ │ ├── zlibd32.mak
│ │ │ │ └── ZLib.pas
│ │ │ ├── dotzlib
│ │ │ │ ├── DotZLib
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── ChecksumImpl.cs
│ │ │ │ │ ├── CircularBuffer.cs
│ │ │ │ │ ├── CodecBase.cs
│ │ │ │ │ ├── Deflater.cs
│ │ │ │ │ ├── DotZLib.cs
│ │ │ │ │ ├── DotZLib.csproj
│ │ │ │ │ ├── GZipStream.cs
│ │ │ │ │ ├── Inflater.cs
│ │ │ │ │ └── UnitTests.cs
│ │ │ │ ├── DotZLib.build
│ │ │ │ ├── DotZLib.chm
│ │ │ │ ├── DotZLib.sln
│ │ │ │ ├── LICENSE_1_0.txt
│ │ │ │ └── readme.txt
│ │ │ ├── gcc_gvmat64
│ │ │ │ └── gvmat64.S
│ │ │ ├── infback9
│ │ │ │ ├── infback9.c
│ │ │ │ ├── infback9.h
│ │ │ │ ├── inffix9.h
│ │ │ │ ├── inflate9.h
│ │ │ │ ├── inftree9.c
│ │ │ │ ├── inftree9.h
│ │ │ │ └── README
│ │ │ ├── inflate86
│ │ │ │ ├── inffas86.c
│ │ │ │ └── inffast.S
│ │ │ ├── iostream
│ │ │ │ ├── test.cpp
│ │ │ │ ├── zfstream.cpp
│ │ │ │ └── zfstream.h
│ │ │ ├── iostream2
│ │ │ │ ├── zstream.h
│ │ │ │ └── zstream_test.cpp
│ │ │ ├── iostream3
│ │ │ │ ├── README
│ │ │ │ ├── test.cc
│ │ │ │ ├── TODO
│ │ │ │ ├── zfstream.cc
│ │ │ │ └── zfstream.h
│ │ │ ├── masmx64
│ │ │ │ ├── bld_ml64.bat
│ │ │ │ ├── gvmat64.asm
│ │ │ │ ├── inffas8664.c
│ │ │ │ ├── inffasx64.asm
│ │ │ │ └── readme.txt
│ │ │ ├── masmx86
│ │ │ │ ├── bld_ml32.bat
│ │ │ │ ├── inffas32.asm
│ │ │ │ ├── match686.asm
│ │ │ │ └── readme.txt
│ │ │ ├── minizip
│ │ │ │ ├── configure.ac
│ │ │ │ ├── crypt.h
│ │ │ │ ├── ioapi.c
│ │ │ │ ├── ioapi.h
│ │ │ │ ├── iowin32.c
│ │ │ │ ├── iowin32.h
│ │ │ │ ├── Makefile
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── make_vms.com
│ │ │ │ ├── miniunz.c
│ │ │ │ ├── miniunzip.1
│ │ │ │ ├── minizip.1
│ │ │ │ ├── MiniZip64_Changes.txt
│ │ │ │ ├── MiniZip64_info.txt
│ │ │ │ ├── minizip.c
│ │ │ │ ├── minizip.pc.in
│ │ │ │ ├── mztools.c
│ │ │ │ ├── mztools.h
│ │ │ │ ├── unzip.c
│ │ │ │ ├── unzip.h
│ │ │ │ ├── zip.c
│ │ │ │ └── zip.h
│ │ │ ├── pascal
│ │ │ │ ├── example.pas
│ │ │ │ ├── readme.txt
│ │ │ │ ├── zlibd32.mak
│ │ │ │ └── zlibpas.pas
│ │ │ ├── puff
│ │ │ │ ├── Makefile
│ │ │ │ ├── puff.c
│ │ │ │ ├── puff.h
│ │ │ │ ├── pufftest.c
│ │ │ │ ├── README
│ │ │ │ └── zeros.raw
│ │ │ ├── README.contrib
│ │ │ ├── testzlib
│ │ │ │ ├── testzlib.c
│ │ │ │ └── testzlib.txt
│ │ │ ├── untgz
│ │ │ │ ├── Makefile
│ │ │ │ ├── Makefile.msc
│ │ │ │ └── untgz.c
│ │ │ └── vstudio
│ │ │ ├── readme.txt
│ │ │ ├── vc10
│ │ │ │ ├── miniunz.vcxproj
│ │ │ │ ├── miniunz.vcxproj.filters
│ │ │ │ ├── minizip.vcxproj
│ │ │ │ ├── minizip.vcxproj.filters
│ │ │ │ ├── testzlibdll.vcxproj
│ │ │ │ ├── testzlibdll.vcxproj.filters
│ │ │ │ ├── testzlib.vcxproj
│ │ │ │ ├── testzlib.vcxproj.filters
│ │ │ │ ├── zlib.rc
│ │ │ │ ├── zlibstat.vcxproj
│ │ │ │ ├── zlibstat.vcxproj.filters
│ │ │ │ ├── zlibvc.def
│ │ │ │ ├── zlibvc.sln
│ │ │ │ ├── zlibvc.vcxproj
│ │ │ │ └── zlibvc.vcxproj.filters
│ │ │ ├── vc11
│ │ │ │ ├── miniunz.vcxproj
│ │ │ │ ├── minizip.vcxproj
│ │ │ │ ├── testzlibdll.vcxproj
│ │ │ │ ├── testzlib.vcxproj
│ │ │ │ ├── zlib.rc
│ │ │ │ ├── zlibstat.vcxproj
│ │ │ │ ├── zlibvc.def
│ │ │ │ ├── zlibvc.sln
│ │ │ │ └── zlibvc.vcxproj
│ │ │ ├── vc12
│ │ │ │ ├── miniunz.vcxproj
│ │ │ │ ├── minizip.vcxproj
│ │ │ │ ├── testzlibdll.vcxproj
│ │ │ │ ├── testzlib.vcxproj
│ │ │ │ ├── zlib.rc
│ │ │ │ ├── zlibstat.vcxproj
│ │ │ │ ├── zlibvc.def
│ │ │ │ ├── zlibvc.sln
│ │ │ │ └── zlibvc.vcxproj
│ │ │ ├── vc14
│ │ │ │ ├── miniunz.vcxproj
│ │ │ │ ├── minizip.vcxproj
│ │ │ │ ├── testzlibdll.vcxproj
│ │ │ │ ├── testzlib.vcxproj
│ │ │ │ ├── zlib.rc
│ │ │ │ ├── zlibstat.vcxproj
│ │ │ │ ├── zlibvc.def
│ │ │ │ ├── zlibvc.sln
│ │ │ │ └── zlibvc.vcxproj
│ │ │ └── vc9
│ │ │ ├── miniunz.vcproj
│ │ │ ├── minizip.vcproj
│ │ │ ├── testzlibdll.vcproj
│ │ │ ├── testzlib.vcproj
│ │ │ ├── zlib.rc
│ │ │ ├── zlibstat.vcproj
│ │ │ ├── zlibvc.def
│ │ │ ├── zlibvc.sln
│ │ │ └── zlibvc.vcproj
│ │ ├── crc32.c
│ │ ├── crc32.h
│ │ ├── deflate.c
│ │ ├── deflate.h
│ │ ├── doc
│ │ │ ├── algorithm.txt
│ │ │ ├── rfc1950.txt
│ │ │ ├── rfc1951.txt
│ │ │ ├── rfc1952.txt
│ │ │ └── txtvsbin.txt
│ │ ├── examples
│ │ │ ├── enough.c
│ │ │ ├── fitblk.c
│ │ │ ├── gun.c
│ │ │ ├── gzappend.c
│ │ │ ├── gzjoin.c
│ │ │ ├── gzlog.c
│ │ │ ├── gzlog.h
│ │ │ ├── README.examples
│ │ │ ├── zlib_how.html
│ │ │ ├── zpipe.c
│ │ │ └── zran.c
│ │ ├── FAQ
│ │ ├── gzclose.c
│ │ ├── gzguts.h
│ │ ├── gzlib.c
│ │ ├── gzread.c
│ │ ├── gzwrite.c
│ │ ├── INDEX
│ │ ├── infback.c
│ │ ├── inffast.c
│ │ ├── inffast.h
│ │ ├── inffixed.h
│ │ ├── inflate.c
│ │ ├── inflate.h
│ │ ├── inftrees.c
│ │ ├── inftrees.h
│ │ ├── Makefile
│ │ ├── Makefile.in
│ │ ├── make_vms.com
│ │ ├── msdos
│ │ │ ├── Makefile.bor
│ │ │ ├── Makefile.dj2
│ │ │ ├── Makefile.emx
│ │ │ ├── Makefile.msc
│ │ │ └── Makefile.tc
│ │ ├── nintendods
│ │ │ ├── Makefile
│ │ │ └── README
│ │ ├── old
│ │ │ ├── descrip.mms
│ │ │ ├── Makefile.emx
│ │ │ ├── Makefile.riscos
│ │ │ ├── os2
│ │ │ │ ├── Makefile.os2
│ │ │ │ └── zlib.def
│ │ │ ├── README
│ │ │ └── visual-basic.txt
│ │ ├── os400
│ │ │ ├── bndsrc
│ │ │ ├── make.sh
│ │ │ ├── README400
│ │ │ └── zlib.inc
│ │ ├── qnx
│ │ │ └── package.qpg
│ │ ├── README
│ │ ├── test
│ │ │ ├── example.c
│ │ │ ├── infcover.c
│ │ │ └── minigzip.c
│ │ ├── treebuild.xml
│ │ ├── trees.c
│ │ ├── trees.h
│ │ ├── uncompr.c
│ │ ├── watcom
│ │ │ ├── watcom_f.mak
│ │ │ └── watcom_l.mak
│ │ ├── win32
│ │ │ ├── DLL_FAQ.txt
│ │ │ ├── Makefile.bor
│ │ │ ├── Makefile.gcc
│ │ │ ├── Makefile.msc
│ │ │ ├── README-WIN32.txt
│ │ │ ├── VisualC.txt
│ │ │ ├── zlib1.rc
│ │ │ └── zlib.def
│ │ ├── zconf.h
│ │ ├── zconf.h.cmakein
│ │ ├── zconf.h.in
│ │ ├── zlib2ansi
│ │ ├── zlib.3
│ │ ├── zlib.3.pdf
│ │ ├── zlib.h
│ │ ├── zlib.map
│ │ ├── zlib.pc.cmakein
│ │ ├── zlib.pc.in
│ │ ├── zutil.c
│ │ └── zutil.h
│ ├── CommonVulkan
│ │ ├── Makefile
│ │ └── nbproject
│ │ ├── configurations.xml
│ │ ├── Makefile-Debug.mk
│ │ ├── Makefile-impl.mk
│ │ ├── Makefile-variables.mk
│ │ ├── Package-Debug.bash
│ │ ├── Package-Release.bash
│ │ └── project.xml
│ ├── Content
│ │ ├── boblampclean.md5anim
│ │ ├── boblampclean.md5mesh
│ │ ├── box.mtl
│ │ ├── box.obj
│ │ ├── bricks.jpg
│ │ ├── buddha.mtl
│ │ ├── buddha.obj
│ │ ├── bunny.mtl
│ │ ├── bunny.obj
│ │ ├── conference-room
│ │ │ └── conference.obj
│ │ ├── crytek_sponza
│ │ │ ├── banner.mtl
│ │ │ ├── banner.obj
│ │ │ ├── copyright.txt
│ │ │ ├── sponza.am.any
│ │ │ ├── sponza.mtl
│ │ │ ├── sponza.obj
│ │ │ └── textures
│ │ │ ├── backgroundBGR.tga
│ │ │ ├── background_bump.png
│ │ │ ├── background.tga
│ │ │ ├── chain_texture_bump.png
│ │ │ ├── chain_texture_mask.png
│ │ │ ├── chain_texture.tga
│ │ │ ├── gi_flag.tga
│ │ │ ├── lion2_bump.png
│ │ │ ├── lion_bump.png
│ │ │ ├── lion.tga
│ │ │ ├── spnza_bricks_a_bump.png
│ │ │ ├── spnza_bricks_a_diff.tga
│ │ │ ├── spnza_bricks_a_spec.tga
│ │ │ ├── sponza_arch_bump.png
│ │ │ ├── sponza_arch_diff.tga
│ │ │ ├── sponza_arch_spec.tga
│ │ │ ├── sponza_ceiling_a_diff.tga
│ │ │ ├── sponza_ceiling_a_spec.tga
│ │ │ ├── sponza_column_a_bump.png
│ │ │ ├── sponza_column_a_diff.tga
│ │ │ ├── sponza_column_a_spec.tga
│ │ │ ├── sponza_column_b_bump.png
│ │ │ ├── sponza_column_b_diff.tga
│ │ │ ├── sponza_column_b_spec.tga
│ │ │ ├── sponza_column_c_bump.png
│ │ │ ├── sponza_column_c_diff.tga
│ │ │ ├── sponza_column_c_spec.tga
│ │ │ ├── sponza_curtain_blue_diff.tga
│ │ │ ├── sponza_curtain_diff.tga
│ │ │ ├── sponza_curtain_green_diff.tga
│ │ │ ├── sponza_details_diff.tga
│ │ │ ├── sponza_details_spec.tga
│ │ │ ├── sponza_fabric_blue_diff.tga
│ │ │ ├── sponza_fabric_diff.tga
│ │ │ ├── sponza_fabric_green_diff.tga
│ │ │ ├── sponza_fabric_spec.tga
│ │ │ ├── sponza_flagpole_diff.tga
│ │ │ ├── sponza_flagpole_spec.tga
│ │ │ ├── sponza_floor_a_diff.tga
│ │ │ ├── sponza_floor_a_spec.tga
│ │ │ ├── sponza_roof_diff.tga
│ │ │ ├── sponza_thorn_bump.png
│ │ │ ├── sponza_thorn_diff.tga
│ │ │ ├── sponza_thorn_mask.png
│ │ │ ├── sponza_thorn_spec.tga
│ │ │ ├── vase_bump.png
│ │ │ ├── vase_dif.tga
│ │ │ ├── vase_hanging.tga
│ │ │ ├── vase_plant_mask.png
│ │ │ ├── vase_plant_spec.tga
│ │ │ ├── vase_plant.tga
│ │ │ ├── vase_round_bump.png
│ │ │ ├── vase_round_spec.tga
│ │ │ └── vase_round.tga
│ │ ├── dabrovic-sponza
│ │ │ ├── 00_skap.JPG
│ │ │ ├── 01_S_ba.JPG
│ │ │ ├── 01_S_kap-bump.jpg
│ │ │ ├── 01_S_kap.JPG
│ │ │ ├── 01_St_kp-bump.jpg
│ │ │ ├── 01_St_kp.JPG
│ │ │ ├── 01_STUB-bump.jpg
│ │ │ ├── 01_STUB.JPG
│ │ │ ├── copyright.txt
│ │ │ ├── KAMEN-bump.jpg
│ │ │ ├── KAMEN.JPG
│ │ │ ├── KAMEN-stup.JPG
│ │ │ ├── prozor1.JPG
│ │ │ ├── reljef-bump.jpg
│ │ │ ├── reljef.JPG
│ │ │ ├── sp_luk-bump.JPG
│ │ │ ├── sp_luk.JPG
│ │ │ ├── sponza.mtl
│ │ │ ├── sponza.obj
│ │ │ ├── vrata_ko.JPG
│ │ │ ├── vrata_kr.JPG
│ │ │ ├── x01_st-bump.jpg
│ │ │ └── x01_st.JPG
│ │ ├── diffuse.jpg
│ │ ├── dragon.mtl
│ │ ├── dragon.obj
│ │ ├── drkwood2.jpg
│ │ ├── engineflare1.jpg
│ │ ├── face01.png
│ │ ├── face02.png
│ │ ├── face03.png
│ │ ├── face04.png
│ │ ├── fireworks_red.jpg
│ │ ├── guard1_body.tga
│ │ ├── guard1_face.tga
│ │ ├── guard1_helmet.tga
│ │ ├── heightmap.jpg
│ │ ├── hheli.bmp
│ │ ├── hheli.mtl
│ │ ├── hheli.obj
│ │ ├── iron_grill.tga
│ │ ├── jeep_army.jpg
│ │ ├── jeep.mtl
│ │ ├── jeep.obj
│ │ ├── jeep_rood.jpg
│ │ ├── monkey.mtl
│ │ ├── monkey.obj
│ │ ├── monster_hellknight.jpg
│ │ ├── monster_hellknight.png
│ │ ├── normal_map.jpg
│ │ ├── normal_up.jpg
│ │ ├── phoenix.pcx
│ │ ├── phoenix_ugv.md2
│ │ ├── quad2.mtl
│ │ ├── quad2.obj
│ │ ├── quad.mtl
│ │ ├── quad.obj
│ │ ├── quad_r.obj
│ │ ├── README
│ │ ├── round_grill.tga
│ │ ├── sp3back.jpg
│ │ ├── sp3bot.jpg
│ │ ├── sp3front.jpg
│ │ ├── sp3left.jpg
│ │ ├── sp3right.jpg
│ │ ├── sp3top.jpg
│ │ ├── sphere.mtl
│ │ ├── sphere.obj
│ │ ├── spider.mtl
│ │ ├── spider.obj
│ │ ├── SpiderTex.jpg
│ │ ├── test.jpg
│ │ ├── test.png
│ │ ├── timg1.jpg
│ │ ├── timg2.jpg
│ │ ├── timg3.jpg
│ │ ├── timg4.jpg
│ │ ├── timg.gif
│ │ ├── wal67ar_small.jpg
│ │ ├── wal69ar_small.jpg
│ │ └── white.png
│ ├── Include
│ │ ├── assimp
│ │ │ ├── ai_assert.h
│ │ │ ├── anim.h
│ │ │ ├── camera.h
│ │ │ ├── cexport.h
│ │ │ ├── cfileio.h
│ │ │ ├── cimport.h
│ │ │ ├── color4.h
│ │ │ ├── color4.inl
│ │ │ ├── Compiler
│ │ │ │ ├── poppack1.h
│ │ │ │ └── pushpack1.h
│ │ │ ├── config.h
│ │ │ ├── DefaultLogger.hpp
│ │ │ ├── defs.h
│ │ │ ├── Exporter.hpp
│ │ │ ├── importerdesc.h
│ │ │ ├── Importer.hpp
│ │ │ ├── IOStream.hpp
│ │ │ ├── IOSystem.hpp
│ │ │ ├── light.h
│ │ │ ├── Logger.hpp
│ │ │ ├── LogStream.hpp
│ │ │ ├── material.h
│ │ │ ├── material.inl
│ │ │ ├── matrix3x3.h
│ │ │ ├── matrix3x3.inl
│ │ │ ├── matrix4x4.h
│ │ │ ├── matrix4x4.inl
│ │ │ ├── mesh.h
│ │ │ ├── NullLogger.hpp
│ │ │ ├── postprocess.h
│ │ │ ├── ProgressHandler.hpp
│ │ │ ├── quaternion.h
│ │ │ ├── quaternion.inl
│ │ │ ├── scene.h
│ │ │ ├── texture.h
│ │ │ ├── types.h
│ │ │ ├── vector2.h
│ │ │ ├── vector2.inl
│ │ │ ├── vector3.h
│ │ │ ├── vector3.inl
│ │ │ └── version.h
│ │ ├── ATB
│ │ │ └── AntTweakBar.h
│ │ ├── GL
│ │ │ ├── freeglut_ext.h
│ │ │ ├── freeglut.h
│ │ │ ├── freeglut_std.h
│ │ │ ├── glew.h
│ │ │ ├── glxew.h
│ │ │ └── wglew.h
│ │ ├── GLFW
│ │ │ ├── glfw3.h
│ │ │ └── glfw3native.h
│ │ ├── glfx.h
│ │ ├── ImageMagick
│ │ │ ├── aclocal.m4
│ │ │ ├── api_examples
│ │ │ │ ├── cli_operators.c
│ │ │ │ ├── cli_process.c
│ │ │ │ ├── magick_command.c
│ │ │ │ ├── magick_script.mgk
│ │ │ │ ├── magick_shell.sh
│ │ │ │ ├── README
│ │ │ │ └── wand.c
│ │ │ ├── AUTHORS.txt
│ │ │ ├── ChangeLog
│ │ │ ├── coders
│ │ │ │ ├── aai.c
│ │ │ │ ├── art.c
│ │ │ │ ├── avs.c
│ │ │ │ ├── bgr.c
│ │ │ │ ├── bmp.c
│ │ │ │ ├── braille.c
│ │ │ │ ├── cals.c
│ │ │ │ ├── caption.c
│ │ │ │ ├── cin.c
│ │ │ │ ├── cip.c
│ │ │ │ ├── clipboard.c
│ │ │ │ ├── clip.c
│ │ │ │ ├── cmyk.c
│ │ │ │ ├── cut.c
│ │ │ │ ├── dcm.c
│ │ │ │ ├── dds.c
│ │ │ │ ├── debug.c
│ │ │ │ ├── dib.c
│ │ │ │ ├── djvu.c
│ │ │ │ ├── dng.c
│ │ │ │ ├── dot.c
│ │ │ │ ├── dps.c
│ │ │ │ ├── dpx.c
│ │ │ │ ├── emf.c
│ │ │ │ ├── ept.c
│ │ │ │ ├── exr.c
│ │ │ │ ├── fax.c
│ │ │ │ ├── fd.c
│ │ │ │ ├── fits.c
│ │ │ │ ├── flif.c
│ │ │ │ ├── fpx.c
│ │ │ │ ├── gif.c
│ │ │ │ ├── gradient.c
│ │ │ │ ├── gray.c
│ │ │ │ ├── hald.c
│ │ │ │ ├── hdr.c
│ │ │ │ ├── histogram.c
│ │ │ │ ├── hrz.c
│ │ │ │ ├── html.c
│ │ │ │ ├── icon.c
│ │ │ │ ├── info.c
│ │ │ │ ├── inline.c
│ │ │ │ ├── ipl.c
│ │ │ │ ├── jbig.c
│ │ │ │ ├── jnx.c
│ │ │ │ ├── jp2.c
│ │ │ │ ├── jpeg.c
│ │ │ │ ├── json.c
│ │ │ │ ├── label.c
│ │ │ │ ├── mac.c
│ │ │ │ ├── magick.c
│ │ │ │ ├── Make.com
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── map.c
│ │ │ │ ├── mask.c
│ │ │ │ ├── mat.c
│ │ │ │ ├── matte.c
│ │ │ │ ├── meta.c
│ │ │ │ ├── miff.c
│ │ │ │ ├── mono.c
│ │ │ │ ├── mpc.c
│ │ │ │ ├── mpeg.c
│ │ │ │ ├── mpr.c
│ │ │ │ ├── msl.c
│ │ │ │ ├── mtv.c
│ │ │ │ ├── mvg.c
│ │ │ │ ├── null.c
│ │ │ │ ├── otb.c
│ │ │ │ ├── palm.c
│ │ │ │ ├── pango.c
│ │ │ │ ├── pattern.c
│ │ │ │ ├── pcd.c
│ │ │ │ ├── pcl.c
│ │ │ │ ├── pcx.c
│ │ │ │ ├── pdb.c
│ │ │ │ ├── pdf.c
│ │ │ │ ├── pes.c
│ │ │ │ ├── pgx.c
│ │ │ │ ├── pict.c
│ │ │ │ ├── pix.c
│ │ │ │ ├── plasma.c
│ │ │ │ ├── png.c
│ │ │ │ ├── pnm.c
│ │ │ │ ├── ps2.c
│ │ │ │ ├── ps3.c
│ │ │ │ ├── ps.c
│ │ │ │ ├── psd.c
│ │ │ │ ├── psd-private.h
│ │ │ │ ├── pwp.c
│ │ │ │ ├── raw.c
│ │ │ │ ├── rgb.c
│ │ │ │ ├── rgf.c
│ │ │ │ ├── rla.c
│ │ │ │ ├── rle.c
│ │ │ │ ├── scr.c
│ │ │ │ ├── screenshot.c
│ │ │ │ ├── sct.c
│ │ │ │ ├── sfw.c
│ │ │ │ ├── sgi.c
│ │ │ │ ├── sixel.c
│ │ │ │ ├── stegano.c
│ │ │ │ ├── sun.c
│ │ │ │ ├── svg.c
│ │ │ │ ├── tga.c
│ │ │ │ ├── thumbnail.c
│ │ │ │ ├── tiff.c
│ │ │ │ ├── tile.c
│ │ │ │ ├── tim.c
│ │ │ │ ├── ttf.c
│ │ │ │ ├── txt.c
│ │ │ │ ├── uil.c
│ │ │ │ ├── url.c
│ │ │ │ ├── uyvy.c
│ │ │ │ ├── vicar.c
│ │ │ │ ├── vid.c
│ │ │ │ ├── viff.c
│ │ │ │ ├── vips.c
│ │ │ │ ├── wbmp.c
│ │ │ │ ├── webp.c
│ │ │ │ ├── wmf.c
│ │ │ │ ├── wpg.c
│ │ │ │ ├── xbm.c
│ │ │ │ ├── x.c
│ │ │ │ ├── xc.c
│ │ │ │ ├── xcf.c
│ │ │ │ ├── xpm.c
│ │ │ │ ├── xps.c
│ │ │ │ ├── xtrn.c
│ │ │ │ ├── xwd.c
│ │ │ │ ├── ycbcr.c
│ │ │ │ └── yuv.c
│ │ │ ├── common.shi.in
│ │ │ ├── config
│ │ │ │ ├── ar-lib
│ │ │ │ ├── cmyk.icm
│ │ │ │ ├── coder.xml
│ │ │ │ ├── colors.xml
│ │ │ │ ├── compile
│ │ │ │ ├── config.guess
│ │ │ │ ├── config.h.in
│ │ │ │ ├── config.sub
│ │ │ │ ├── configure.xml.in
│ │ │ │ ├── delegates.xml.in
│ │ │ │ ├── depcomp
│ │ │ │ ├── english.xml
│ │ │ │ ├── francais.xml
│ │ │ │ ├── ImageMagick.rc
│ │ │ │ ├── ImageMagick.rdf.in
│ │ │ │ ├── install-sh
│ │ │ │ ├── lndir.sh
│ │ │ │ ├── locale.xml
│ │ │ │ ├── log.xml
│ │ │ │ ├── ltmain.sh
│ │ │ │ ├── MagickCore.dox.in
│ │ │ │ ├── Magick++.dox.in
│ │ │ │ ├── MagickWand.dox.in
│ │ │ │ ├── magic.xml
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── mime.xml
│ │ │ │ ├── missing
│ │ │ │ ├── mkinstalldirs
│ │ │ │ ├── policy.xml
│ │ │ │ ├── quantization-table.xml
│ │ │ │ ├── sRGB.icm
│ │ │ │ ├── tap-driver.sh
│ │ │ │ ├── test-driver
│ │ │ │ ├── thresholds.xml
│ │ │ │ ├── type-apple.xml.in
│ │ │ │ ├── type-dejavu.xml.in
│ │ │ │ ├── type-ghostscript.xml.in
│ │ │ │ ├── type-windows.xml.in
│ │ │ │ └── type.xml.in
│ │ │ ├── configure
│ │ │ ├── configure.ac
│ │ │ ├── filters
│ │ │ │ ├── analyze.c
│ │ │ │ └── Makefile.am
│ │ │ ├── gitversion.sh
│ │ │ ├── ImageMagick
│ │ │ │ ├── api
│ │ │ │ │ ├── animate.html
│ │ │ │ │ ├── annotate.html
│ │ │ │ │ ├── attribute.html
│ │ │ │ │ ├── blob.html
│ │ │ │ │ ├── cache.html
│ │ │ │ │ ├── cache-view.html
│ │ │ │ │ ├── channel.html
│ │ │ │ │ ├── cipher.html
│ │ │ │ │ ├── color.html
│ │ │ │ │ ├── colormap.html
│ │ │ │ │ ├── colorspace.html
│ │ │ │ │ ├── compare.html
│ │ │ │ │ ├── composite.html
│ │ │ │ │ ├── constitute.html
│ │ │ │ │ ├── decorate.html
│ │ │ │ │ ├── deprecate.html
│ │ │ │ │ ├── display.html
│ │ │ │ │ ├── distort.html
│ │ │ │ │ ├── draw.html
│ │ │ │ │ ├── drawing-wand.html
│ │ │ │ │ ├── effect.html
│ │ │ │ │ ├── enhance.html
│ │ │ │ │ ├── exception.html
│ │ │ │ │ ├── feature.html
│ │ │ │ │ ├── fourier.html
│ │ │ │ │ ├── fx.html
│ │ │ │ │ ├── histogram.html
│ │ │ │ │ ├── image.html
│ │ │ │ │ ├── Image++.html
│ │ │ │ │ ├── image-view.html
│ │ │ │ │ ├── layer.html
│ │ │ │ │ ├── list.html
│ │ │ │ │ ├── magick++-classes.html
│ │ │ │ │ ├── magick-deprecate.html
│ │ │ │ │ ├── magick.html
│ │ │ │ │ ├── magick-image.html
│ │ │ │ │ ├── magick-property.html
│ │ │ │ │ ├── magick-wand.html
│ │ │ │ │ ├── memory.html
│ │ │ │ │ ├── mime.html
│ │ │ │ │ ├── module.html
│ │ │ │ │ ├── mogrify.html
│ │ │ │ │ ├── monitor.html
│ │ │ │ │ ├── montage.html
│ │ │ │ │ ├── morphology.html
│ │ │ │ │ ├── paint.html
│ │ │ │ │ ├── pixel-iterator.html
│ │ │ │ │ ├── pixel-wand.html
│ │ │ │ │ ├── profile.html
│ │ │ │ │ ├── property.html
│ │ │ │ │ ├── quantize.html
│ │ │ │ │ ├── registry.html
│ │ │ │ │ ├── resize.html
│ │ │ │ │ ├── resource.html
│ │ │ │ │ ├── segment.html
│ │ │ │ │ ├── shear.html
│ │ │ │ │ ├── signature.html
│ │ │ │ │ ├── statistic.html
│ │ │ │ │ ├── stream.html
│ │ │ │ │ ├── transform.html
│ │ │ │ │ ├── version.html
│ │ │ │ │ └── wand-view.html
│ │ │ │ ├── Magick++
│ │ │ │ │ └── Install.html
│ │ │ │ └── script
│ │ │ │ ├── advanced-unix-installation.html
│ │ │ │ ├── advanced-windows-installation.html
│ │ │ │ ├── animate.html
│ │ │ │ ├── api.html
│ │ │ │ ├── architecture.html
│ │ │ │ ├── binary-releases.html
│ │ │ │ ├── changelog.html
│ │ │ │ ├── cipher.html
│ │ │ │ ├── color.html
│ │ │ │ ├── color-management.html
│ │ │ │ ├── command-line-options.html
│ │ │ │ ├── command-line-processing.html
│ │ │ │ ├── command-line-tools.html
│ │ │ │ ├── compare.html
│ │ │ │ ├── compose.html
│ │ │ │ ├── composite.html
│ │ │ │ ├── conjure.html
│ │ │ │ ├── connected-components.html
│ │ │ │ ├── contact.html
│ │ │ │ ├── convert.html
│ │ │ │ ├── display.html
│ │ │ │ ├── distribute-pixel-cache.html
│ │ │ │ ├── download.html
│ │ │ │ ├── escape.html
│ │ │ │ ├── examples.html
│ │ │ │ ├── exception.html
│ │ │ │ ├── export.html
│ │ │ │ ├── formats.html
│ │ │ │ ├── fx.html
│ │ │ │ ├── gradient.html
│ │ │ │ ├── high-dynamic-range.html
│ │ │ │ ├── history.html
│ │ │ │ ├── identify.html
│ │ │ │ ├── ImageMagickObject.html
│ │ │ │ ├── import.html
│ │ │ │ ├── index.html
│ │ │ │ ├── install-source.html
│ │ │ │ ├── jp2.html
│ │ │ │ ├── license.html
│ │ │ │ ├── links.html
│ │ │ │ ├── magick-core.html
│ │ │ │ ├── magick++.html
│ │ │ │ ├── magick-vector-graphics.html
│ │ │ │ ├── magick-wand.html
│ │ │ │ ├── miff.html
│ │ │ │ ├── mogrify.html
│ │ │ │ ├── montage.html
│ │ │ │ ├── motion-picture.html
│ │ │ │ ├── opencl.html
│ │ │ │ ├── openmp.html
│ │ │ │ ├── perl-magick.html
│ │ │ │ ├── porting.html
│ │ │ │ ├── quantize.html
│ │ │ │ ├── resources.html
│ │ │ │ ├── search.html
│ │ │ │ ├── sitemap.html
│ │ │ │ ├── stream.html
│ │ │ │ ├── support.html
│ │ │ │ └── webp.html
│ │ │ ├── ImageMagick.spec.in
│ │ │ ├── images
│ │ │ │ ├── affine.png
│ │ │ │ ├── annotate.png
│ │ │ │ ├── arc.png
│ │ │ │ ├── atop.gif
│ │ │ │ ├── background.jpg
│ │ │ │ ├── black.png
│ │ │ │ ├── bluebells_clipped.jpg
│ │ │ │ ├── bluebells_darker.jpg
│ │ │ │ ├── bluebells_lin.jpg
│ │ │ │ ├── bluebells_log.jpg
│ │ │ │ ├── button.gif
│ │ │ │ ├── configure.jpg
│ │ │ │ ├── cylinder_shaded.png
│ │ │ │ ├── difference.png
│ │ │ │ ├── examples.jpg
│ │ │ │ ├── frame.jpg
│ │ │ │ ├── fuzzy-magick.png
│ │ │ │ ├── gaussian-blur.png
│ │ │ │ ├── granite.png
│ │ │ │ ├── imade_art2.jpg
│ │ │ │ ├── ImageMagick.ico
│ │ │ │ ├── label.gif
│ │ │ │ ├── litecoin.png
│ │ │ │ ├── logo.jpg
│ │ │ │ ├── logo.png
│ │ │ │ ├── logo-sm-flop.png
│ │ │ │ ├── logo-sm-fx.png
│ │ │ │ ├── logo-sm.png
│ │ │ │ ├── montage.jpg
│ │ │ │ ├── navy.png
│ │ │ │ ├── objects.gif
│ │ │ │ ├── objects.jpg
│ │ │ │ ├── objects.png
│ │ │ │ ├── over.gif
│ │ │ │ ├── patterns
│ │ │ │ │ ├── bricks.png
│ │ │ │ │ ├── checkerboard.png
│ │ │ │ │ ├── circles.png
│ │ │ │ │ ├── crosshatch30.png
│ │ │ │ │ ├── crosshatch45.png
│ │ │ │ │ ├── crosshatch.png
│ │ │ │ │ ├── fishscales.png
│ │ │ │ │ ├── gray0.png
│ │ │ │ │ ├── gray100.png
│ │ │ │ │ ├── gray10.png
│ │ │ │ │ ├── gray15.png
│ │ │ │ │ ├── gray20.png
│ │ │ │ │ ├── gray25.png
│ │ │ │ │ ├── gray30.png
│ │ │ │ │ ├── gray35.png
│ │ │ │ │ ├── gray40.png
│ │ │ │ │ ├── gray45.png
│ │ │ │ │ ├── gray50.png
│ │ │ │ │ ├── gray55.png
│ │ │ │ │ ├── gray5.png
│ │ │ │ │ ├── gray60.png
│ │ │ │ │ ├── gray65.png
│ │ │ │ │ ├── gray70.png
│ │ │ │ │ ├── gray75.png
│ │ │ │ │ ├── gray80.png
│ │ │ │ │ ├── gray85.png
│ │ │ │ │ ├── gray90.png
│ │ │ │ │ ├── gray95.png
│ │ │ │ │ ├── hexagons.png
│ │ │ │ │ ├── horizontal2.png
│ │ │ │ │ ├── horizontal3.png
│ │ │ │ │ ├── horizontal.png
│ │ │ │ │ ├── horizontalsaw.png
│ │ │ │ │ ├── hs_bdiagonal.png
│ │ │ │ │ ├── hs_cross.png
│ │ │ │ │ ├── hs_diagcross.png
│ │ │ │ │ ├── hs_fdiagonal.png
│ │ │ │ │ ├── hs_horizontal.png
│ │ │ │ │ ├── hs_vertical.png
│ │ │ │ │ ├── left30.png
│ │ │ │ │ ├── left45.png
│ │ │ │ │ ├── leftshingle.png
│ │ │ │ │ ├── octagons.png
│ │ │ │ │ ├── right30.png
│ │ │ │ │ ├── right45.png
│ │ │ │ │ ├── rightshingle.png
│ │ │ │ │ ├── smallfishscales.png
│ │ │ │ │ ├── vertical2.png
│ │ │ │ │ ├── vertical3.png
│ │ │ │ │ ├── verticalbricks.png
│ │ │ │ │ ├── verticalleftshingle.png
│ │ │ │ │ ├── vertical.png
│ │ │ │ │ ├── verticalrightshingle.png
│ │ │ │ │ └── verticalsaw.png
│ │ │ │ ├── piechart.png
│ │ │ │ ├── radial-gradient.png
│ │ │ │ ├── reconstruct.jpg
│ │ │ │ ├── red-ball.png
│ │ │ │ ├── red-circle.png
│ │ │ │ ├── right.gif
│ │ │ │ ├── rose.jpg
│ │ │ │ ├── rose-over.png
│ │ │ │ ├── rose.png
│ │ │ │ ├── rose.pnm
│ │ │ │ ├── rose-sigmoidal.png
│ │ │ │ ├── script.png
│ │ │ │ ├── smile.gif
│ │ │ │ ├── sponsor.jpg
│ │ │ │ ├── sprite.jpg
│ │ │ │ ├── t-shirt.png
│ │ │ │ ├── wand.ico
│ │ │ │ ├── wand.png
│ │ │ │ ├── white-highlight.png
│ │ │ │ ├── wizard.jpg
│ │ │ │ └── wizard.png
│ │ │ ├── index.html
│ │ │ ├── Install-mac.txt
│ │ │ ├── Install-unix.txt
│ │ │ ├── Install-vms.txt
│ │ │ ├── Install-windows.txt
│ │ │ ├── LICENSE
│ │ │ ├── m4
│ │ │ │ ├── ac_func_fseeko.m4
│ │ │ │ ├── ax_append_flag.m4
│ │ │ │ ├── ax_c___attribute__.m4
│ │ │ │ ├── ax_cflags_warn_all.m4
│ │ │ │ ├── ax_check_compile_flag.m4
│ │ │ │ ├── ax_compare_version.m4
│ │ │ │ ├── ax_compiler_vendor.m4
│ │ │ │ ├── ax_cxx_bool.m4
│ │ │ │ ├── ax_cxx_namespaces.m4
│ │ │ │ ├── ax_cxx_namespace_std.m4
│ │ │ │ ├── ax_gcc_archflag.m4
│ │ │ │ ├── ax_gcc_x86_cpuid.m4
│ │ │ │ ├── ax_lang_compiler_ms.m4
│ │ │ │ ├── ax_opencl.m4
│ │ │ │ ├── ax_prefix_config_h.m4
│ │ │ │ ├── ax_prog_perl_version.m4
│ │ │ │ ├── ax_pthread.m4
│ │ │ │ ├── ax_require_defined.m4
│ │ │ │ ├── cxx_have_std_libs.m4
│ │ │ │ ├── framework.m4
│ │ │ │ ├── ld-version-script.m4
│ │ │ │ ├── libtool.m4
│ │ │ │ ├── lt~obsolete.m4
│ │ │ │ ├── ltoptions.m4
│ │ │ │ ├── ltsugar.m4
│ │ │ │ ├── ltversion.m4
│ │ │ │ ├── Makefile.am
│ │ │ │ └── pkg.m4
│ │ │ ├── Magick++
│ │ │ │ ├── AUTHORS
│ │ │ │ ├── bin
│ │ │ │ │ ├── Magick++-config.1
│ │ │ │ │ └── Magick++-config.in
│ │ │ │ ├── ChangeLog
│ │ │ │ ├── demo
│ │ │ │ │ ├── analyze.cpp
│ │ │ │ │ ├── button.cpp
│ │ │ │ │ ├── demo.cpp
│ │ │ │ │ ├── demos.tap
│ │ │ │ │ ├── detrans.cpp
│ │ │ │ │ ├── flip.cpp
│ │ │ │ │ ├── gravity.cpp
│ │ │ │ │ ├── model.miff
│ │ │ │ │ ├── piddle.cpp
│ │ │ │ │ ├── shapes.cpp
│ │ │ │ │ ├── smile_anim.miff
│ │ │ │ │ ├── smile.miff
│ │ │ │ │ ├── tile.miff
│ │ │ │ │ └── zoom.cpp
│ │ │ │ ├── INSTALL
│ │ │ │ ├── lib
│ │ │ │ │ ├── Blob.cpp
│ │ │ │ │ ├── BlobRef.cpp
│ │ │ │ │ ├── CoderInfo.cpp
│ │ │ │ │ ├── Color.cpp
│ │ │ │ │ ├── Drawable.cpp
│ │ │ │ │ ├── Exception.cpp
│ │ │ │ │ ├── Functions.cpp
│ │ │ │ │ ├── Geometry.cpp
│ │ │ │ │ ├── Image.cpp
│ │ │ │ │ ├── ImageRef.cpp
│ │ │ │ │ ├── libMagick++.map
│ │ │ │ │ ├── Magick++
│ │ │ │ │ │ ├── Blob.h
│ │ │ │ │ │ ├── BlobRef.h
│ │ │ │ │ │ ├── CoderInfo.h
│ │ │ │ │ │ ├── Color.h
│ │ │ │ │ │ ├── Drawable.h
│ │ │ │ │ │ ├── Exception.h
│ │ │ │ │ │ ├── Functions.h
│ │ │ │ │ │ ├── Geometry.h
│ │ │ │ │ │ ├── Image.h
│ │ │ │ │ │ ├── ImageRef.h
│ │ │ │ │ │ ├── Include.h
│ │ │ │ │ │ ├── Montage.h
│ │ │ │ │ │ ├── Options.h
│ │ │ │ │ │ ├── Pixels.h
│ │ │ │ │ │ ├── ResourceLimits.h
│ │ │ │ │ │ ├── Statistic.h
│ │ │ │ │ │ ├── STL.h
│ │ │ │ │ │ ├── Thread.h
│ │ │ │ │ │ └── TypeMetric.h
│ │ │ │ │ ├── Magick++.h
│ │ │ │ │ ├── Magick++.pc.in
│ │ │ │ │ ├── Montage.cpp
│ │ │ │ │ ├── Options.cpp
│ │ │ │ │ ├── Pixels.cpp
│ │ │ │ │ ├── ResourceLimits.cpp
│ │ │ │ │ ├── Statistic.cpp
│ │ │ │ │ ├── STL.cpp
│ │ │ │ │ ├── Thread.cpp
│ │ │ │ │ └── TypeMetric.cpp
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── NEWS
│ │ │ │ ├── README
│ │ │ │ └── tests
│ │ │ │ ├── appendImages.cpp
│ │ │ │ ├── attributes.cpp
│ │ │ │ ├── averageImages.cpp
│ │ │ │ ├── coalesceImages.cpp
│ │ │ │ ├── coderInfo.cpp
│ │ │ │ ├── color.cpp
│ │ │ │ ├── colorHistogram.cpp
│ │ │ │ ├── exceptions.cpp
│ │ │ │ ├── geometry.cpp
│ │ │ │ ├── montageImages.cpp
│ │ │ │ ├── morphImages.cpp
│ │ │ │ ├── readWriteBlob.cpp
│ │ │ │ ├── readWriteImages.cpp
│ │ │ │ ├── test_image_anim.miff
│ │ │ │ ├── test_image.miff
│ │ │ │ └── tests.tap
│ │ │ ├── MagickCore
│ │ │ │ ├── accelerate.c
│ │ │ │ ├── accelerate-kernels-private.h
│ │ │ │ ├── accelerate-private.h
│ │ │ │ ├── animate.c
│ │ │ │ ├── animate.h
│ │ │ │ ├── animate-private.h
│ │ │ │ ├── annotate.c
│ │ │ │ ├── annotate.h
│ │ │ │ ├── annotate-private.h
│ │ │ │ ├── artifact.c
│ │ │ │ ├── artifact.h
│ │ │ │ ├── attribute.c
│ │ │ │ ├── attribute.h
│ │ │ │ ├── blob.c
│ │ │ │ ├── blob.h
│ │ │ │ ├── blob-private.h
│ │ │ │ ├── cache.c
│ │ │ │ ├── cache.h
│ │ │ │ ├── cache-private.h
│ │ │ │ ├── cache-view.c
│ │ │ │ ├── cache-view.h
│ │ │ │ ├── channel.c
│ │ │ │ ├── channel.h
│ │ │ │ ├── cipher.c
│ │ │ │ ├── cipher.h
│ │ │ │ ├── client.c
│ │ │ │ ├── client.h
│ │ │ │ ├── coder.c
│ │ │ │ ├── coder.h
│ │ │ │ ├── coder-private.h
│ │ │ │ ├── color.c
│ │ │ │ ├── color.h
│ │ │ │ ├── colormap.c
│ │ │ │ ├── colormap.h
│ │ │ │ ├── colormap-private.h
│ │ │ │ ├── color-private.h
│ │ │ │ ├── colorspace.c
│ │ │ │ ├── colorspace.h
│ │ │ │ ├── colorspace-private.h
│ │ │ │ ├── compare.c
│ │ │ │ ├── compare.h
│ │ │ │ ├── composite.c
│ │ │ │ ├── composite.h
│ │ │ │ ├── composite-private.h
│ │ │ │ ├── compress.c
│ │ │ │ ├── compress.h
│ │ │ │ ├── config.h_vms
│ │ │ │ ├── configure.c
│ │ │ │ ├── configure.h
│ │ │ │ ├── configure-private.h
│ │ │ │ ├── constitute.c
│ │ │ │ ├── constitute.h
│ │ │ │ ├── constitute-private.h
│ │ │ │ ├── decorate.c
│ │ │ │ ├── decorate.h
│ │ │ │ ├── delegate.c
│ │ │ │ ├── delegate.h
│ │ │ │ ├── delegate-private.h
│ │ │ │ ├── deprecate.c
│ │ │ │ ├── deprecate.h
│ │ │ │ ├── display.c
│ │ │ │ ├── display.h
│ │ │ │ ├── display-private.h
│ │ │ │ ├── distort.c
│ │ │ │ ├── distort.h
│ │ │ │ ├── distribute-cache.c
│ │ │ │ ├── distribute-cache.h
│ │ │ │ ├── distribute-cache-private.h
│ │ │ │ ├── draw.c
│ │ │ │ ├── draw.h
│ │ │ │ ├── draw-private.h
│ │ │ │ ├── effect.c
│ │ │ │ ├── effect.h
│ │ │ │ ├── enhance.c
│ │ │ │ ├── enhance.h
│ │ │ │ ├── exception.c
│ │ │ │ ├── exception.h
│ │ │ │ ├── exception-private.h
│ │ │ │ ├── feature.c
│ │ │ │ ├── feature.h
│ │ │ │ ├── fourier.c
│ │ │ │ ├── fourier.h
│ │ │ │ ├── fx.c
│ │ │ │ ├── fx.h
│ │ │ │ ├── fx-private.h
│ │ │ │ ├── gem.c
│ │ │ │ ├── gem.h
│ │ │ │ ├── gem-private.h
│ │ │ │ ├── geometry.c
│ │ │ │ ├── geometry.h
│ │ │ │ ├── histogram.c
│ │ │ │ ├── histogram.h
│ │ │ │ ├── identify.c
│ │ │ │ ├── identify.h
│ │ │ │ ├── image.c
│ │ │ │ ├── image.h
│ │ │ │ ├── ImageMagick.pc.in
│ │ │ │ ├── image-private.h
│ │ │ │ ├── image-view.c
│ │ │ │ ├── image-view.h
│ │ │ │ ├── layer.c
│ │ │ │ ├── layer.h
│ │ │ │ ├── libMagickCore.map
│ │ │ │ ├── linked-list.c
│ │ │ │ ├── linked-list.h
│ │ │ │ ├── list.c
│ │ │ │ ├── list.h
│ │ │ │ ├── locale.c
│ │ │ │ ├── locale_.h
│ │ │ │ ├── locale-private.h
│ │ │ │ ├── log.c
│ │ │ │ ├── log.h
│ │ │ │ ├── log-private.h
│ │ │ │ ├── magic.c
│ │ │ │ ├── magic.h
│ │ │ │ ├── magick-baseconfig.h
│ │ │ │ ├── magick.c
│ │ │ │ ├── magick-config.h
│ │ │ │ ├── MagickCore-config.1
│ │ │ │ ├── MagickCore-config.in
│ │ │ │ ├── MagickCore.h
│ │ │ │ ├── MagickCore.pc.in
│ │ │ │ ├── magick.h
│ │ │ │ ├── magick-private.h
│ │ │ │ ├── magick-type.h
│ │ │ │ ├── magic-private.h
│ │ │ │ ├── Make.com
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── matrix.c
│ │ │ │ ├── matrix.h
│ │ │ │ ├── matrix-private.h
│ │ │ │ ├── memory.c
│ │ │ │ ├── memory_.h
│ │ │ │ ├── memory-private.h
│ │ │ │ ├── method-attribute.h
│ │ │ │ ├── methods.h
│ │ │ │ ├── methods-private.h
│ │ │ │ ├── mime.c
│ │ │ │ ├── mime.h
│ │ │ │ ├── mime-private.h
│ │ │ │ ├── module.c
│ │ │ │ ├── module.h
│ │ │ │ ├── module-private.h
│ │ │ │ ├── monitor.c
│ │ │ │ ├── monitor.h
│ │ │ │ ├── monitor-private.h
│ │ │ │ ├── montage.c
│ │ │ │ ├── montage.h
│ │ │ │ ├── morphology.c
│ │ │ │ ├── morphology.h
│ │ │ │ ├── morphology-private.h
│ │ │ │ ├── nt-base.c
│ │ │ │ ├── nt-base.h
│ │ │ │ ├── nt-base-private.h
│ │ │ │ ├── nt-feature.c
│ │ │ │ ├── nt-feature.h
│ │ │ │ ├── opencl.c
│ │ │ │ ├── opencl.h
│ │ │ │ ├── opencl-private.h
│ │ │ │ ├── option.c
│ │ │ │ ├── option.h
│ │ │ │ ├── option-private.h
│ │ │ │ ├── paint.c
│ │ │ │ ├── paint.h
│ │ │ │ ├── pixel-accessor.h
│ │ │ │ ├── pixel.c
│ │ │ │ ├── pixel.h
│ │ │ │ ├── pixel-private.h
│ │ │ │ ├── policy.c
│ │ │ │ ├── policy.h
│ │ │ │ ├── policy-private.h
│ │ │ │ ├── prepress.c
│ │ │ │ ├── prepress.h
│ │ │ │ ├── profile.c
│ │ │ │ ├── profile.h
│ │ │ │ ├── profile-private.h
│ │ │ │ ├── property.c
│ │ │ │ ├── property.h
│ │ │ │ ├── quantize.c
│ │ │ │ ├── quantize.h
│ │ │ │ ├── quantum.c
│ │ │ │ ├── quantum-export.c
│ │ │ │ ├── quantum.h
│ │ │ │ ├── quantum-import.c
│ │ │ │ ├── quantum-private.h
│ │ │ │ ├── random.c
│ │ │ │ ├── random_.h
│ │ │ │ ├── random-private.h
│ │ │ │ ├── random_-private.h
│ │ │ │ ├── registry.c
│ │ │ │ ├── registry.h
│ │ │ │ ├── registry-private.h
│ │ │ │ ├── resample.c
│ │ │ │ ├── resample.h
│ │ │ │ ├── resample-private.h
│ │ │ │ ├── resize.c
│ │ │ │ ├── resize.h
│ │ │ │ ├── resize-private.h
│ │ │ │ ├── resource.c
│ │ │ │ ├── resource_.h
│ │ │ │ ├── resource-private.h
│ │ │ │ ├── segment.c
│ │ │ │ ├── segment.h
│ │ │ │ ├── semaphore.c
│ │ │ │ ├── semaphore.h
│ │ │ │ ├── semaphore-private.h
│ │ │ │ ├── shear.c
│ │ │ │ ├── shear.h
│ │ │ │ ├── signature.c
│ │ │ │ ├── signature.h
│ │ │ │ ├── signature-private.h
│ │ │ │ ├── splay-tree.c
│ │ │ │ ├── splay-tree.h
│ │ │ │ ├── static.c
│ │ │ │ ├── static.h
│ │ │ │ ├── statistic.c
│ │ │ │ ├── statistic.h
│ │ │ │ ├── stream.c
│ │ │ │ ├── stream.h
│ │ │ │ ├── stream-private.h
│ │ │ │ ├── string.c
│ │ │ │ ├── string_.h
│ │ │ │ ├── string-private.h
│ │ │ │ ├── studio.h
│ │ │ │ ├── thread.c
│ │ │ │ ├── thread_.h
│ │ │ │ ├── thread-private.h
│ │ │ │ ├── threshold.c
│ │ │ │ ├── threshold.h
│ │ │ │ ├── timer.c
│ │ │ │ ├── timer.h
│ │ │ │ ├── token.c
│ │ │ │ ├── token.h
│ │ │ │ ├── token-private.h
│ │ │ │ ├── transform.c
│ │ │ │ ├── transform.h
│ │ │ │ ├── transform-private.h
│ │ │ │ ├── type.c
│ │ │ │ ├── type.h
│ │ │ │ ├── type-private.h
│ │ │ │ ├── utility.c
│ │ │ │ ├── utility.h
│ │ │ │ ├── utility-private.h
│ │ │ │ ├── version.c
│ │ │ │ ├── version.h
│ │ │ │ ├── version.h.in
│ │ │ │ ├── version.h_vms
│ │ │ │ ├── version-private.h
│ │ │ │ ├── vision.c
│ │ │ │ ├── vision.h
│ │ │ │ ├── vms.c
│ │ │ │ ├── vms.h
│ │ │ │ ├── widget.c
│ │ │ │ ├── widget.h
│ │ │ │ ├── widget-private.h
│ │ │ │ ├── xml-tree.c
│ │ │ │ ├── xml-tree.h
│ │ │ │ ├── xml-tree-private.h
│ │ │ │ ├── xwdfile.h_vms
│ │ │ │ ├── xwindow.c
│ │ │ │ ├── xwindow.h
│ │ │ │ └── xwindow-private.h
│ │ │ ├── magick.sh.in
│ │ │ ├── Magickshr.opt
│ │ │ ├── MagickWand
│ │ │ │ ├── animate.c
│ │ │ │ ├── animate.h
│ │ │ │ ├── ChangeLog
│ │ │ │ ├── compare.c
│ │ │ │ ├── compare.h
│ │ │ │ ├── composite.c
│ │ │ │ ├── composite.h
│ │ │ │ ├── conjure.c
│ │ │ │ ├── conjure.h
│ │ │ │ ├── convert.c
│ │ │ │ ├── convert.h
│ │ │ │ ├── deprecate.c
│ │ │ │ ├── deprecate.h
│ │ │ │ ├── display.c
│ │ │ │ ├── display.h
│ │ │ │ ├── drawing-wand.c
│ │ │ │ ├── drawing-wand.h
│ │ │ │ ├── identify.c
│ │ │ │ ├── identify.h
│ │ │ │ ├── import.c
│ │ │ │ ├── import.h
│ │ │ │ ├── libMagickWand.map
│ │ │ │ ├── magick-cli.c
│ │ │ │ ├── magick-cli.h
│ │ │ │ ├── magick-image.c
│ │ │ │ ├── magick-image.h
│ │ │ │ ├── magick-property.c
│ │ │ │ ├── magick-property.h
│ │ │ │ ├── magick-wand.c
│ │ │ │ ├── MagickWand-config.1
│ │ │ │ ├── MagickWand-config.in
│ │ │ │ ├── MagickWand.h
│ │ │ │ ├── MagickWand.pc.in
│ │ │ │ ├── magick-wand-private.h
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── method-attribute.h
│ │ │ │ ├── mogrify.c
│ │ │ │ ├── mogrify.h
│ │ │ │ ├── mogrify-private.h
│ │ │ │ ├── montage.c
│ │ │ │ ├── montage.h
│ │ │ │ ├── operation.c
│ │ │ │ ├── operation.h
│ │ │ │ ├── operation-private.h
│ │ │ │ ├── pixel-iterator.c
│ │ │ │ ├── pixel-iterator.h
│ │ │ │ ├── pixel-wand.c
│ │ │ │ ├── pixel-wand.h
│ │ │ │ ├── pixel-wand-private.h
│ │ │ │ ├── script-token.c
│ │ │ │ ├── script-token.h
│ │ │ │ ├── stream.c
│ │ │ │ ├── stream.h
│ │ │ │ ├── studio.h
│ │ │ │ ├── tests
│ │ │ │ │ ├── add_first.c
│ │ │ │ │ ├── add_first_lists.c
│ │ │ │ │ ├── add_index.c
│ │ │ │ │ ├── add_last.c
│ │ │ │ │ ├── add_last_lists.c
│ │ │ │ │ ├── add_mixed.c
│ │ │ │ │ ├── add_mixed_lists.c
│ │ │ │ │ ├── add_norm.c
│ │ │ │ │ ├── add_norm_lists.c
│ │ │ │ │ ├── font_0.gif
│ │ │ │ │ ├── font_1.gif
│ │ │ │ │ ├── font_2.gif
│ │ │ │ │ ├── font_3.gif
│ │ │ │ │ ├── font_4.gif
│ │ │ │ │ ├── font_5.gif
│ │ │ │ │ ├── font_6.gif
│ │ │ │ │ ├── font_7.gif
│ │ │ │ │ ├── font_8.gif
│ │ │ │ │ ├── font_9.gif
│ │ │ │ │ ├── loop_over_lists.c
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── README
│ │ │ │ │ ├── script-token-test.c
│ │ │ │ │ ├── script-token-test-data.txt
│ │ │ │ │ ├── script-token-test-results.txt
│ │ │ │ │ └── script-token-test.sh
│ │ │ │ ├── wand.c
│ │ │ │ ├── wandcli.c
│ │ │ │ ├── wandcli.h
│ │ │ │ ├── wandcli-private.h
│ │ │ │ ├── wand.h
│ │ │ │ ├── wand-view.c
│ │ │ │ └── wand-view.h
│ │ │ ├── Make.com
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ ├── NEWS.txt
│ │ │ ├── NOTICE
│ │ │ ├── PerlMagick
│ │ │ │ ├── Changelog
│ │ │ │ ├── check.sh.in
│ │ │ │ ├── CORE_RL_MagickCore_.a
│ │ │ │ ├── default
│ │ │ │ │ ├── Magick.pm.in
│ │ │ │ │ └── Makefile.PL.in
│ │ │ │ ├── demo
│ │ │ │ │ ├── annotate.pl
│ │ │ │ │ ├── annotate_words.pl
│ │ │ │ │ ├── button.pl
│ │ │ │ │ ├── compose-specials.pl
│ │ │ │ │ ├── composite.pl
│ │ │ │ │ ├── demo.pl
│ │ │ │ │ ├── dst.png
│ │ │ │ │ ├── Generic.ttf
│ │ │ │ │ ├── lsys.pl
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── model.gif
│ │ │ │ │ ├── piddle.pl
│ │ │ │ │ ├── pink-flower.gif
│ │ │ │ │ ├── pixel-fx.pl
│ │ │ │ │ ├── README
│ │ │ │ │ ├── red-flower.gif
│ │ │ │ │ ├── settings.pl
│ │ │ │ │ ├── shadow-text.pl
│ │ │ │ │ ├── shapes.pl
│ │ │ │ │ ├── single-pixels.pl
│ │ │ │ │ ├── smile.gif
│ │ │ │ │ ├── src.png
│ │ │ │ │ ├── steganography.pl
│ │ │ │ │ ├── tile.gif
│ │ │ │ │ ├── tree.pl
│ │ │ │ │ ├── Turtle.pm
│ │ │ │ │ └── yellow-flower.gif
│ │ │ │ ├── Magick.pm
│ │ │ │ ├── Magick.xs
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── Makefile.nt
│ │ │ │ ├── Makefile.PL
│ │ │ │ ├── Makefile.PL.in
│ │ │ │ ├── MANIFEST
│ │ │ │ ├── MANIFEST.SKIP
│ │ │ │ ├── quantum
│ │ │ │ │ ├── Makefile.PL.in
│ │ │ │ │ ├── quantum.pm
│ │ │ │ │ ├── quantum.pm.in
│ │ │ │ │ ├── quantum.xs.in
│ │ │ │ │ └── typemap.in
│ │ │ │ ├── README.txt
│ │ │ │ ├── t
│ │ │ │ │ ├── blob.t
│ │ │ │ │ ├── bzlib
│ │ │ │ │ │ ├── input.miff
│ │ │ │ │ │ ├── input.miff.bz2
│ │ │ │ │ │ ├── read.t
│ │ │ │ │ │ └── write.t
│ │ │ │ │ ├── cgm
│ │ │ │ │ │ ├── input.cgm
│ │ │ │ │ │ └── read.t
│ │ │ │ │ ├── composite.t
│ │ │ │ │ ├── filter.t
│ │ │ │ │ ├── fpx
│ │ │ │ │ │ ├── input_256.fpx
│ │ │ │ │ │ ├── input_bw.fpx
│ │ │ │ │ │ ├── input_grayscale.fpx
│ │ │ │ │ │ ├── input_jpeg.fpx
│ │ │ │ │ │ ├── input_truecolor.fpx
│ │ │ │ │ │ ├── read.t
│ │ │ │ │ │ └── write.t
│ │ │ │ │ ├── Generic.ttf
│ │ │ │ │ ├── getattribute.t
│ │ │ │ │ ├── hdf
│ │ │ │ │ │ ├── input_256.hdf
│ │ │ │ │ │ ├── input_truecolor.hdf
│ │ │ │ │ │ ├── read.t
│ │ │ │ │ │ └── write.t
│ │ │ │ │ ├── hpgl
│ │ │ │ │ │ ├── input.hpgl
│ │ │ │ │ │ └── read.t
│ │ │ │ │ ├── input_16.miff
│ │ │ │ │ ├── input_70x46.cmyk
│ │ │ │ │ ├── input_70x46.gray
│ │ │ │ │ ├── input_70x46.rgb
│ │ │ │ │ ├── input_70x46.rgba
│ │ │ │ │ ├── input_70x46.uyvy
│ │ │ │ │ ├── input_70x46.yuv
│ │ │ │ │ ├── input.avs
│ │ │ │ │ ├── input.bie
│ │ │ │ │ ├── input.bmp
│ │ │ │ │ ├── input.bmp24
│ │ │ │ │ ├── input.dcx
│ │ │ │ │ ├── input.dib
│ │ │ │ │ ├── input.fits
│ │ │ │ │ ├── input.gif
│ │ │ │ │ ├── input.gif87
│ │ │ │ │ ├── input_gray_lsb_08bit.mat
│ │ │ │ │ ├── input_gray_lsb_double.mat
│ │ │ │ │ ├── input_gray_msb_08bit.mat
│ │ │ │ │ ├── input.ico
│ │ │ │ │ ├── input.im1
│ │ │ │ │ ├── input.im24
│ │ │ │ │ ├── input.im8
│ │ │ │ │ ├── input.mat
│ │ │ │ │ ├── input.miff
│ │ │ │ │ ├── input.mtv
│ │ │ │ │ ├── input_p1.pbm
│ │ │ │ │ ├── input_p2.pgm
│ │ │ │ │ ├── input_p3.ppm
│ │ │ │ │ ├── input_p4.pbm
│ │ │ │ │ ├── input_p5.pgm
│ │ │ │ │ ├── input_p6.ppm
│ │ │ │ │ ├── input.p7
│ │ │ │ │ ├── input_p7.p7
│ │ │ │ │ ├── input.pcx
│ │ │ │ │ ├── input.pict
│ │ │ │ │ ├── input.psd
│ │ │ │ │ ├── input_rgb_lsb_08bit.mat
│ │ │ │ │ ├── input.rle
│ │ │ │ │ ├── input.sgi
│ │ │ │ │ ├── input.tga
│ │ │ │ │ ├── input.tim
│ │ │ │ │ ├── input.viff
│ │ │ │ │ ├── input.wbmp
│ │ │ │ │ ├── input.wpg
│ │ │ │ │ ├── input.xbm
│ │ │ │ │ ├── input.xpm
│ │ │ │ │ ├── jbig
│ │ │ │ │ │ ├── input.jbig
│ │ │ │ │ │ ├── read.t
│ │ │ │ │ │ └── write.t
│ │ │ │ │ ├── jng
│ │ │ │ │ │ ├── input_gray_idat.jng
│ │ │ │ │ │ ├── input_gray_jdaa.jng
│ │ │ │ │ │ ├── input_gray.jng
│ │ │ │ │ │ ├── input_gray_prog_idat.jng
│ │ │ │ │ │ ├── input_gray_prog_jdaa.jng
│ │ │ │ │ │ ├── input_gray_prog.jng
│ │ │ │ │ │ ├── input_idat.jng
│ │ │ │ │ │ ├── input_jdaa.jng
│ │ │ │ │ │ ├── input_prog_idat.jng
│ │ │ │ │ │ ├── input_prog_jdaa.jng
│ │ │ │ │ │ ├── input_prog.jng
│ │ │ │ │ │ ├── input_rose.jng
│ │ │ │ │ │ ├── read.t
│ │ │ │ │ │ └── write.t
│ │ │ │ │ ├── jpeg
│ │ │ │ │ │ ├── input.jpg
│ │ │ │ │ │ ├── input_plane.jpg
│ │ │ │ │ │ ├── read.t
│ │ │ │ │ │ └── write.t
│ │ │ │ │ ├── MasterImage_70x46.ppm
│ │ │ │ │ ├── montage.t
│ │ │ │ │ ├── mpeg
│ │ │ │ │ │ ├── input.m2v
│ │ │ │ │ │ ├── input.mpg
│ │ │ │ │ │ └── read.t
│ │ │ │ │ ├── openjp2
│ │ │ │ │ │ ├── input.j2k
│ │ │ │ │ │ ├── input.jp2
│ │ │ │ │ │ ├── input.jpc
│ │ │ │ │ │ └── read.t
│ │ │ │ │ ├── ping.t
│ │ │ │ │ ├── png
│ │ │ │ │ │ ├── input_16.png
│ │ │ │ │ │ ├── input_256.png
│ │ │ │ │ │ ├── input_bw.png
│ │ │ │ │ │ ├── input.mng
│ │ │ │ │ │ ├── input_mono.png
│ │ │ │ │ │ ├── input_truecolor.png
│ │ │ │ │ │ ├── read-16.t
│ │ │ │ │ │ ├── read.t
│ │ │ │ │ │ ├── write-16.t
│ │ │ │ │ │ └── write.t
│ │ │ │ │ ├── ps
│ │ │ │ │ │ ├── input.eps
│ │ │ │ │ │ ├── input.miff
│ │ │ │ │ │ ├── input.ps
│ │ │ │ │ │ ├── read.t
│ │ │ │ │ │ └── write.t
│ │ │ │ │ ├── rad
│ │ │ │ │ │ ├── input.rad
│ │ │ │ │ │ ├── read.t
│ │ │ │ │ │ └── write.t
│ │ │ │ │ ├── read.t
│ │ │ │ │ ├── reference
│ │ │ │ │ │ ├── cgm
│ │ │ │ │ │ │ └── read.miff
│ │ │ │ │ │ ├── composite
│ │ │ │ │ │ │ ├── Add.miff
│ │ │ │ │ │ │ ├── Atop.miff
│ │ │ │ │ │ │ ├── Bumpmap.miff
│ │ │ │ │ │ │ ├── Clear.miff
│ │ │ │ │ │ │ ├── CopyAlpha.miff
│ │ │ │ │ │ │ ├── CopyBlue.miff
│ │ │ │ │ │ │ ├── CopyGreen.miff
│ │ │ │ │ │ │ ├── Copy.miff
│ │ │ │ │ │ │ ├── CopyRed.miff
│ │ │ │ │ │ │ ├── Difference.miff
│ │ │ │ │ │ │ ├── In.miff
│ │ │ │ │ │ │ ├── Minus.miff
│ │ │ │ │ │ │ ├── Multiply.miff
│ │ │ │ │ │ │ ├── Out.miff
│ │ │ │ │ │ │ ├── Over.miff
│ │ │ │ │ │ │ ├── Plus.miff
│ │ │ │ │ │ │ ├── Rotate.miff
│ │ │ │ │ │ │ ├── Subtract.miff
│ │ │ │ │ │ │ └── Xor.miff
│ │ │ │ │ │ ├── filter
│ │ │ │ │ │ │ ├── AdaptiveThreshold.miff
│ │ │ │ │ │ │ ├── Annotate.miff
│ │ │ │ │ │ │ ├── Blur.miff
│ │ │ │ │ │ │ ├── Border.miff
│ │ │ │ │ │ │ ├── Channel.miff
│ │ │ │ │ │ │ ├── Charcoal.miff
│ │ │ │ │ │ │ ├── Chop.miff
│ │ │ │ │ │ │ ├── ColorFloodfill.miff
│ │ │ │ │ │ │ ├── Colorize.miff
│ │ │ │ │ │ │ ├── Contrast.miff
│ │ │ │ │ │ │ ├── Convolve.miff
│ │ │ │ │ │ │ ├── Crop.miff
│ │ │ │ │ │ │ ├── Despeckle.miff
│ │ │ │ │ │ │ ├── Draw.miff
│ │ │ │ │ │ │ ├── Edge.miff
│ │ │ │ │ │ │ ├── Emboss.miff
│ │ │ │ │ │ │ ├── Equalize.miff
│ │ │ │ │ │ │ ├── Flip.miff
│ │ │ │ │ │ │ ├── Flop.miff
│ │ │ │ │ │ │ ├── Frame.miff
│ │ │ │ │ │ │ ├── Gamma.miff
│ │ │ │ │ │ │ ├── GaussianBlur.miff
│ │ │ │ │ │ │ ├── Implode.miff
│ │ │ │ │ │ │ ├── Level.miff
│ │ │ │ │ │ │ ├── Magnify.miff
│ │ │ │ │ │ │ ├── MatteFloodfill.miff
│ │ │ │ │ │ │ ├── MedianFilter.miff
│ │ │ │ │ │ │ ├── Minify.miff
│ │ │ │ │ │ │ ├── Modulate.miff
│ │ │ │ │ │ │ ├── MotionBlur.miff
│ │ │ │ │ │ │ ├── Negate.miff
│ │ │ │ │ │ │ ├── Normalize.miff
│ │ │ │ │ │ │ ├── OilPaint.miff
│ │ │ │ │ │ │ ├── Opaque.miff
│ │ │ │ │ │ │ ├── Quantize.miff
│ │ │ │ │ │ │ ├── QuantizeMono.miff
│ │ │ │ │ │ │ ├── RadialBlur.miff
│ │ │ │ │ │ │ ├── Raise.miff
│ │ │ │ │ │ │ ├── ReduceNoise.miff
│ │ │ │ │ │ │ ├── Resize.miff
│ │ │ │ │ │ │ ├── Roll.miff
│ │ │ │ │ │ │ ├── Rotate.miff
│ │ │ │ │ │ │ ├── Sample.miff
│ │ │ │ │ │ │ ├── Scale.miff
│ │ │ │ │ │ │ ├── Segment.miff
│ │ │ │ │ │ │ ├── Set.miff
│ │ │ │ │ │ │ ├── Shade.miff
│ │ │ │ │ │ │ ├── Sharpen.miff
│ │ │ │ │ │ │ ├── Shave.miff
│ │ │ │ │ │ │ ├── Shear.miff
│ │ │ │ │ │ │ ├── SigmoidalContrast.miff
│ │ │ │ │ │ │ ├── Solarize.miff
│ │ │ │ │ │ │ ├── Swirl.miff
│ │ │ │ │ │ │ ├── Threshold.miff
│ │ │ │ │ │ │ ├── Trim.miff
│ │ │ │ │ │ │ ├── UnsharpMask.miff
│ │ │ │ │ │ │ └── Wave.miff
│ │ │ │ │ │ ├── jng
│ │ │ │ │ │ │ ├── gray_idat_tmp.miff
│ │ │ │ │ │ │ ├── gray_jdaa_tmp.miff
│ │ │ │ │ │ │ ├── gray_prog_idat_tmp.miff
│ │ │ │ │ │ │ ├── gray_prog_jdaa_tmp.miff
│ │ │ │ │ │ │ ├── gray_prog_tmp.miff
│ │ │ │ │ │ │ ├── gray_tmp.miff
│ │ │ │ │ │ │ ├── idat_tmp.miff
│ │ │ │ │ │ │ ├── input_gray_idat.miff
│ │ │ │ │ │ │ ├── input_gray_jdaa.miff
│ │ │ │ │ │ │ ├── input_gray.miff
│ │ │ │ │ │ │ ├── input_gray_prog_idat.miff
│ │ │ │ │ │ │ ├── input_gray_prog_jdaa.miff
│ │ │ │ │ │ │ ├── input_gray_prog.miff
│ │ │ │ │ │ │ ├── input_idat.miff
│ │ │ │ │ │ │ ├── input_jdaa.miff
│ │ │ │ │ │ │ ├── input_prog_idat.miff
│ │ │ │ │ │ │ ├── input_prog_jdaa.miff
│ │ │ │ │ │ │ ├── input_prog.miff
│ │ │ │ │ │ │ ├── input_rose.miff
│ │ │ │ │ │ │ ├── jdaa_tmp.miff
│ │ │ │ │ │ │ ├── prog_idat_tmp.miff
│ │ │ │ │ │ │ ├── prog_jdaa_tmp.miff
│ │ │ │ │ │ │ ├── prog_tmp.miff
│ │ │ │ │ │ │ ├── read_gray_idat.miff
│ │ │ │ │ │ │ ├── read_gray_jdaa.miff
│ │ │ │ │ │ │ ├── read_gray.miff
│ │ │ │ │ │ │ ├── read_gray_prog_idat.miff
│ │ │ │ │ │ │ ├── read_gray_prog_jdaa.miff
│ │ │ │ │ │ │ ├── read_gray_prog.miff
│ │ │ │ │ │ │ ├── read_idat.miff
│ │ │ │ │ │ │ ├── read_jdaa.miff
│ │ │ │ │ │ │ ├── read_prog_idat.miff
│ │ │ │ │ │ │ ├── read_prog_jdaa.miff
│ │ │ │ │ │ │ ├── read_prog.miff
│ │ │ │ │ │ │ ├── write_gray_idat.miff
│ │ │ │ │ │ │ ├── write_gray_jdaa.miff
│ │ │ │ │ │ │ ├── write_gray.miff
│ │ │ │ │ │ │ ├── write_gray_prog_idat.miff
│ │ │ │ │ │ │ ├── write_gray_prog_jdaa.miff
│ │ │ │ │ │ │ ├── write_gray_prog.miff
│ │ │ │ │ │ │ ├── write_idat.miff
│ │ │ │ │ │ │ ├── write_jdaa.miff
│ │ │ │ │ │ │ ├── write_prog_idat.miff
│ │ │ │ │ │ │ ├── write_prog_jdaa.miff
│ │ │ │ │ │ │ └── write_prog.miff
│ │ │ │ │ │ ├── jpeg
│ │ │ │ │ │ │ ├── read_non_interlaced.miff
│ │ │ │ │ │ │ ├── read_plane_interlaced.miff
│ │ │ │ │ │ │ ├── write_non_interlaced.miff
│ │ │ │ │ │ │ └── write_plane_interlaced.miff
│ │ │ │ │ │ ├── openjp2
│ │ │ │ │ │ │ ├── read_j2k.miff
│ │ │ │ │ │ │ ├── read_jp2.miff
│ │ │ │ │ │ │ └── read_jpc.miff
│ │ │ │ │ │ ├── read
│ │ │ │ │ │ │ ├── gradient.miff
│ │ │ │ │ │ │ ├── granite.miff
│ │ │ │ │ │ │ ├── input_avs.miff
│ │ │ │ │ │ │ ├── input_bmp24.miff
│ │ │ │ │ │ │ ├── input_bmp.miff
│ │ │ │ │ │ │ ├── input_cmyk.miff
│ │ │ │ │ │ │ ├── input_dcx.miff
│ │ │ │ │ │ │ ├── input_dib.miff
│ │ │ │ │ │ │ ├── input_fits.miff
│ │ │ │ │ │ │ ├── input_gif87.miff
│ │ │ │ │ │ │ ├── input_gif.miff
│ │ │ │ │ │ │ ├── input_gray_lsb_08bit_mat.miff
│ │ │ │ │ │ │ ├── input_gray_lsb_double_mat.miff
│ │ │ │ │ │ │ ├── input_gray.miff
│ │ │ │ │ │ │ ├── input_gray_msb_08bit_mat.miff
│ │ │ │ │ │ │ ├── input_ico.miff
│ │ │ │ │ │ │ ├── input_im1.miff
│ │ │ │ │ │ │ ├── input_im24.miff
│ │ │ │ │ │ │ ├── input_im8.miff
│ │ │ │ │ │ │ ├── input_mat.miff
│ │ │ │ │ │ │ ├── input_miff.miff
│ │ │ │ │ │ │ ├── input_mtv.miff
│ │ │ │ │ │ │ ├── input_null_black.miff
│ │ │ │ │ │ │ ├── input_null_DarkOrange.miff
│ │ │ │ │ │ │ ├── input_null_white.miff
│ │ │ │ │ │ │ ├── input_p7.miff
│ │ │ │ │ │ │ ├── input_pbm_p1.miff
│ │ │ │ │ │ │ ├── input_pbm_p4.miff
│ │ │ │ │ │ │ ├── input_pcx.miff
│ │ │ │ │ │ │ ├── input_pgm_p2.miff
│ │ │ │ │ │ │ ├── input_pgm_p5.miff
│ │ │ │ │ │ │ ├── input_pict.miff
│ │ │ │ │ │ │ ├── input_ppm_p3.miff
│ │ │ │ │ │ │ ├── input_ppm_p6.miff
│ │ │ │ │ │ │ ├── input_psd.miff
│ │ │ │ │ │ │ ├── input_rgba.miff
│ │ │ │ │ │ │ ├── input_rgb_lsb_08bit_mat.miff
│ │ │ │ │ │ │ ├── input_rgb.miff
│ │ │ │ │ │ │ ├── input_rle.miff
│ │ │ │ │ │ │ ├── input_sgi.miff
│ │ │ │ │ │ │ ├── input_tga.miff
│ │ │ │ │ │ │ ├── input_tile.miff
│ │ │ │ │ │ │ ├── input_tim.miff
│ │ │ │ │ │ │ ├── input_uyvy.miff
│ │ │ │ │ │ │ ├── input_viff.miff
│ │ │ │ │ │ │ ├── input_wbmp.miff
│ │ │ │ │ │ │ ├── input_wpg.miff
│ │ │ │ │ │ │ ├── input_xbm.miff
│ │ │ │ │ │ │ ├── input_xc_black.miff
│ │ │ │ │ │ │ ├── input_xpm.miff
│ │ │ │ │ │ │ └── input_xwd.miff
│ │ │ │ │ │ ├── ttf
│ │ │ │ │ │ │ ├── annotate.miff
│ │ │ │ │ │ │ ├── label.miff
│ │ │ │ │ │ │ └── read.miff
│ │ │ │ │ │ ├── wmf
│ │ │ │ │ │ │ ├── clock.miff
│ │ │ │ │ │ │ └── wizard.miff
│ │ │ │ │ │ └── write
│ │ │ │ │ │ ├── cgm
│ │ │ │ │ │ │ └── read.miff
│ │ │ │ │ │ ├── composite
│ │ │ │ │ │ │ ├── Add.miff
│ │ │ │ │ │ │ ├── Atop.miff
│ │ │ │ │ │ │ ├── Bumpmap.miff
│ │ │ │ │ │ │ ├── Clear.miff
│ │ │ │ │ │ │ ├── CopyAlpha.miff
│ │ │ │ │ │ │ ├── CopyBlue.miff
│ │ │ │ │ │ │ ├── CopyGreen.miff
│ │ │ │ │ │ │ ├── Copy.miff
│ │ │ │ │ │ │ ├── CopyRed.miff
│ │ │ │ │ │ │ ├── Difference.miff
│ │ │ │ │ │ │ ├── In.miff
│ │ │ │ │ │ │ ├── Minus.miff
│ │ │ │ │ │ │ ├── Multiply.miff
│ │ │ │ │ │ │ ├── Out.miff
│ │ │ │ │ │ │ ├── Over.miff
│ │ │ │ │ │ │ ├── Plus.miff
│ │ │ │ │ │ │ ├── Rotate.miff
│ │ │ │ │ │ │ ├── Subtract.miff
│ │ │ │ │ │ │ └── Xor.miff
│ │ │ │ │ │ ├── filter
│ │ │ │ │ │ │ ├── AdaptiveThreshold.miff
│ │ │ │ │ │ │ ├── Annotate.miff
│ │ │ │ │ │ │ ├── Blur.miff
│ │ │ │ │ │ │ ├── Border.miff
│ │ │ │ │ │ │ ├── Channel.miff
│ │ │ │ │ │ │ ├── Charcoal.miff
│ │ │ │ │ │ │ ├── Chop.miff
│ │ │ │ │ │ │ ├── ColorFloodfill.miff
│ │ │ │ │ │ │ ├── Colorize.miff
│ │ │ │ │ │ │ ├── Contrast.miff
│ │ │ │ │ │ │ ├── Convolve.miff
│ │ │ │ │ │ │ ├── Crop.miff
│ │ │ │ │ │ │ ├── Despeckle.miff
│ │ │ │ │ │ │ ├── Draw.miff
│ │ │ │ │ │ │ ├── Edge.miff
│ │ │ │ │ │ │ ├── Emboss.miff
│ │ │ │ │ │ │ ├── Equalize.miff
│ │ │ │ │ │ │ ├── Flip.miff
│ │ │ │ │ │ │ ├── Flop.miff
│ │ │ │ │ │ │ ├── Frame.miff
│ │ │ │ │ │ │ ├── Gamma.miff
│ │ │ │ │ │ │ ├── GaussianBlur.miff
│ │ │ │ │ │ │ ├── Implode.miff
│ │ │ │ │ │ │ ├── Level.miff
│ │ │ │ │ │ │ ├── Magnify.miff
│ │ │ │ │ │ │ ├── MatteFloodfill.miff
│ │ │ │ │ │ │ ├── MedianFilter.miff
│ │ │ │ │ │ │ ├── Minify.miff
│ │ │ │ │ │ │ ├── Modulate.miff
│ │ │ │ │ │ │ ├── MotionBlur.miff
│ │ │ │ │ │ │ ├── Negate.miff
│ │ │ │ │ │ │ ├── Normalize.miff
│ │ │ │ │ │ │ ├── OilPaint.miff
│ │ │ │ │ │ │ ├── Opaque.miff
│ │ │ │ │ │ │ ├── Quantize.miff
│ │ │ │ │ │ │ ├── RadialBlur.miff
│ │ │ │ │ │ │ ├── Raise.miff
│ │ │ │ │ │ │ ├── ReduceNoise.miff
│ │ │ │ │ │ │ ├── Resize.miff
│ │ │ │ │ │ │ ├── Roll.miff
│ │ │ │ │ │ │ ├── Rotate.miff
│ │ │ │ │ │ │ ├── Sample.miff
│ │ │ │ │ │ │ ├── Scale.miff
│ │ │ │ │ │ │ ├── Segment.miff
│ │ │ │ │ │ │ ├── Set.miff
│ │ │ │ │ │ │ ├── Shade.miff
│ │ │ │ │ │ │ ├── Sharpen.miff
│ │ │ │ │ │ │ ├── Shave.miff
│ │ │ │ │ │ │ ├── Shear.miff
│ │ │ │ │ │ │ ├── SigmoidalContrast.miff
│ │ │ │ │ │ │ ├── Solarize.miff
│ │ │ │ │ │ │ ├── Swirl.miff
│ │ │ │ │ │ │ ├── Threshold.miff
│ │ │ │ │ │ │ ├── Trim.miff
│ │ │ │ │ │ │ ├── UnsharpMask.miff
│ │ │ │ │ │ │ └── Wave.miff
│ │ │ │ │ │ ├── jng
│ │ │ │ │ │ │ ├── gray_idat_tmp.miff
│ │ │ │ │ │ │ ├── gray_jdaa_tmp.miff
│ │ │ │ │ │ │ ├── gray_prog_idat_tmp.miff
│ │ │ │ │ │ │ ├── gray_prog_jdaa_tmp.miff
│ │ │ │ │ │ │ ├── gray_prog_tmp.miff
│ │ │ │ │ │ │ ├── gray_tmp.miff
│ │ │ │ │ │ │ ├── idat_tmp.miff
│ │ │ │ │ │ │ ├── input_gray_idat.miff
│ │ │ │ │ │ │ ├── input_gray_jdaa.miff
│ │ │ │ │ │ │ ├── input_gray.miff
│ │ │ │ │ │ │ ├── input_gray_prog_idat.miff
│ │ │ │ │ │ │ ├── input_gray_prog_jdaa.miff
│ │ │ │ │ │ │ ├── input_gray_prog.miff
│ │ │ │ │ │ │ ├── input_idat.miff
│ │ │ │ │ │ │ ├── input_jdaa.miff
│ │ │ │ │ │ │ ├── input_prog_idat.miff
│ │ │ │ │ │ │ ├── input_prog_jdaa.miff
│ │ │ │ │ │ │ ├── input_prog.miff
│ │ │ │ │ │ │ ├── input_rose.miff
│ │ │ │ │ │ │ ├── jdaa_tmp.miff
│ │ │ │ │ │ │ ├── prog_idat_tmp.miff
│ │ │ │ │ │ │ ├── prog_jdaa_tmp.miff
│ │ │ │ │ │ │ ├── prog_tmp.miff
│ │ │ │ │ │ │ ├── read_gray_idat.miff
│ │ │ │ │ │ │ ├── read_gray_jdaa.miff
│ │ │ │ │ │ │ ├── read_gray.miff
│ │ │ │ │ │ │ ├── read_gray_prog_idat.miff
│ │ │ │ │ │ │ ├── read_gray_prog_jdaa.miff
│ │ │ │ │ │ │ ├── read_gray_prog.miff
│ │ │ │ │ │ │ ├── read_idat.miff
│ │ │ │ │ │ │ ├── read_jdaa.miff
│ │ │ │ │ │ │ ├── read_prog_idat.miff
│ │ │ │ │ │ │ ├── read_prog_jdaa.miff
│ │ │ │ │ │ │ ├── read_prog.miff
│ │ │ │ │ │ │ ├── write_gray_idat.miff
│ │ │ │ │ │ │ ├── write_gray_jdaa.miff
│ │ │ │ │ │ │ ├── write_gray.miff
│ │ │ │ │ │ │ ├── write_gray_prog_idat.miff
│ │ │ │ │ │ │ ├── write_gray_prog_jdaa.miff
│ │ │ │ │ │ │ ├── write_gray_prog.miff
│ │ │ │ │ │ │ ├── write_idat.miff
│ │ │ │ │ │ │ ├── write_jdaa.miff
│ │ │ │ │ │ │ ├── write_prog_idat.miff
│ │ │ │ │ │ │ ├── write_prog_jdaa.miff
│ │ │ │ │ │ │ └── write_prog.miff
│ │ │ │ │ │ ├── jp2
│ │ │ │ │ │ │ ├── read_jp2.miff
│ │ │ │ │ │ │ ├── read_jpc.miff
│ │ │ │ │ │ │ └── read_pgx.miff
│ │ │ │ │ │ ├── jpeg
│ │ │ │ │ │ │ ├── read_non_interlaced.miff
│ │ │ │ │ │ │ ├── read_plane_interlaced.miff
│ │ │ │ │ │ │ ├── write_non_interlaced.miff
│ │ │ │ │ │ │ └── write_plane_interlaced.miff
│ │ │ │ │ │ ├── output_p7.miff
│ │ │ │ │ │ ├── read
│ │ │ │ │ │ │ ├── gradient.miff
│ │ │ │ │ │ │ ├── granite.miff
│ │ │ │ │ │ │ ├── input_avs.miff
│ │ │ │ │ │ │ ├── input_bmp24.miff
│ │ │ │ │ │ │ ├── input_bmp.miff
│ │ │ │ │ │ │ ├── input_cmyk.miff
│ │ │ │ │ │ │ ├── input_dcx.miff
│ │ │ │ │ │ │ ├── input_dib.miff
│ │ │ │ │ │ │ ├── input_fits.miff
│ │ │ │ │ │ │ ├── input_gif87.miff
│ │ │ │ │ │ │ ├── input_gif.miff
│ │ │ │ │ │ │ ├── input_gray.miff
│ │ │ │ │ │ │ ├── input_ico.miff
│ │ │ │ │ │ │ ├── input_im1.miff
│ │ │ │ │ │ │ ├── input_im24.miff
│ │ │ │ │ │ │ ├── input_im8.miff
│ │ │ │ │ │ │ ├── input_mat.miff
│ │ │ │ │ │ │ ├── input_miff.miff
│ │ │ │ │ │ │ ├── input_mtv.miff
│ │ │ │ │ │ │ ├── input_null_black.miff
│ │ │ │ │ │ │ ├── input_null_DarkOrange.miff
│ │ │ │ │ │ │ ├── input_null_white.miff
│ │ │ │ │ │ │ ├── input_p7.miff
│ │ │ │ │ │ │ ├── input_pbm_p1.miff
│ │ │ │ │ │ │ ├── input_pbm_p4.miff
│ │ │ │ │ │ │ ├── input_pcx.miff
│ │ │ │ │ │ │ ├── input_pgm_p2.miff
│ │ │ │ │ │ │ ├── input_pgm_p5.miff
│ │ │ │ │ │ │ ├── input_pict.miff
│ │ │ │ │ │ │ ├── input_ppm_p3.miff
│ │ │ │ │ │ │ ├── input_ppm_p6.miff
│ │ │ │ │ │ │ ├── input_psd.miff
│ │ │ │ │ │ │ ├── input_rgba.miff
│ │ │ │ │ │ │ ├── input_rgb.miff
│ │ │ │ │ │ │ ├── input_rle.miff
│ │ │ │ │ │ │ ├── input_sgi.miff
│ │ │ │ │ │ │ ├── input_tga.miff
│ │ │ │ │ │ │ ├── input_tile.miff
│ │ │ │ │ │ │ ├── input_tim.miff
│ │ │ │ │ │ │ ├── input_uyvy.miff
│ │ │ │ │ │ │ ├── input_viff.miff
│ │ │ │ │ │ │ ├── input_wbmp.miff
│ │ │ │ │ │ │ ├── input_wpg.miff
│ │ │ │ │ │ │ ├── input_xbm.miff
│ │ │ │ │ │ │ ├── input_xc_black.miff
│ │ │ │ │ │ │ ├── input_xpm.miff
│ │ │ │ │ │ │ └── input_xwd.miff
│ │ │ │ │ │ ├── ttf
│ │ │ │ │ │ │ ├── annotate.miff
│ │ │ │ │ │ │ ├── label.miff
│ │ │ │ │ │ │ └── read.miff
│ │ │ │ │ │ └── wmf
│ │ │ │ │ │ ├── clock.miff
│ │ │ │ │ │ └── wizard.miff
│ │ │ │ │ ├── setattribute.t
│ │ │ │ │ ├── subroutines.pl
│ │ │ │ │ ├── tiff
│ │ │ │ │ │ ├── input_16_matte.tiff
│ │ │ │ │ │ ├── input_16.tiff
│ │ │ │ │ │ ├── input_256_matte.tiff
│ │ │ │ │ │ ├── input_256_planar_contig.tiff
│ │ │ │ │ │ ├── input_256_planar_separate.tiff
│ │ │ │ │ │ ├── input_256.tiff
│ │ │ │ │ │ ├── input_gray_12bit.tiff
│ │ │ │ │ │ ├── input_gray_16bit.tiff
│ │ │ │ │ │ ├── input_gray_4bit_matte.tiff
│ │ │ │ │ │ ├── input_gray_4bit.tiff
│ │ │ │ │ │ ├── input_gray_8bit_matte.tiff
│ │ │ │ │ │ ├── input_gray_8bit.tiff
│ │ │ │ │ │ ├── input_mono.tiff
│ │ │ │ │ │ ├── input_truecolor_16.tiff
│ │ │ │ │ │ ├── input_truecolor_stripped.tiff
│ │ │ │ │ │ ├── input_truecolor.tiff
│ │ │ │ │ │ ├── input_truecolor_tiled32x32.tiff
│ │ │ │ │ │ ├── read.t
│ │ │ │ │ │ └── write.t
│ │ │ │ │ ├── ttf
│ │ │ │ │ │ ├── input.ttf
│ │ │ │ │ │ └── read.t
│ │ │ │ │ ├── wmf
│ │ │ │ │ │ ├── clock.wmf
│ │ │ │ │ │ ├── read.t
│ │ │ │ │ │ └── wizard.wmf
│ │ │ │ │ ├── write.t
│ │ │ │ │ ├── x11
│ │ │ │ │ │ ├── congrats.fig
│ │ │ │ │ │ ├── congrats.miff
│ │ │ │ │ │ ├── input.xwd
│ │ │ │ │ │ ├── read.t
│ │ │ │ │ │ └── write.t
│ │ │ │ │ ├── xfig
│ │ │ │ │ │ ├── input.fig
│ │ │ │ │ │ └── read.t
│ │ │ │ │ └── zlib
│ │ │ │ │ ├── input.miff
│ │ │ │ │ ├── input.miff.gz
│ │ │ │ │ ├── read.t
│ │ │ │ │ └── write.t
│ │ │ │ ├── typemap
│ │ │ │ └── Zip.ps1
│ │ │ ├── Platforms.txt
│ │ │ ├── QuickStart.txt
│ │ │ ├── README.md
│ │ │ ├── README.txt
│ │ │ ├── scripts
│ │ │ │ ├── format_c_api_docs
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── txt2html
│ │ │ │ └── xsnap
│ │ │ ├── tests
│ │ │ │ ├── cli-colorspace.tap
│ │ │ │ ├── cli-pipe.tap
│ │ │ │ ├── common.shi
│ │ │ │ ├── drawtest.c
│ │ │ │ ├── drawtest.tap
│ │ │ │ ├── input_256c.miff
│ │ │ │ ├── input_bilevel.miff
│ │ │ │ ├── input_gray.miff
│ │ │ │ ├── input_truecolor.miff
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── rose.pnm
│ │ │ │ ├── sequence.miff
│ │ │ │ ├── validate.c
│ │ │ │ ├── validate-colorspace.tap
│ │ │ │ ├── validate-compare.tap
│ │ │ │ ├── validate-composite.tap
│ │ │ │ ├── validate-convert.tap
│ │ │ │ ├── validate-formats-disk.tap
│ │ │ │ ├── validate-formats-map.tap
│ │ │ │ ├── validate-formats-memory.tap
│ │ │ │ ├── validate.h
│ │ │ │ ├── validate-identify.tap
│ │ │ │ ├── validate-import.tap
│ │ │ │ ├── validate-montage.tap
│ │ │ │ ├── validate-stream.tap
│ │ │ │ ├── wandtest.c
│ │ │ │ └── wandtest.tap
│ │ │ ├── utilities
│ │ │ │ ├── animate.1
│ │ │ │ ├── animate.1.in
│ │ │ │ ├── compare.1
│ │ │ │ ├── compare.1.in
│ │ │ │ ├── composite.1
│ │ │ │ ├── composite.1.in
│ │ │ │ ├── conjure.1
│ │ │ │ ├── conjure.1.in
│ │ │ │ ├── convert.1
│ │ │ │ ├── convert.1.in
│ │ │ │ ├── display.1
│ │ │ │ ├── display.1.in
│ │ │ │ ├── identify.1
│ │ │ │ ├── identify.1.in
│ │ │ │ ├── ImageMagick.1
│ │ │ │ ├── ImageMagick.1.in
│ │ │ │ ├── import.1
│ │ │ │ ├── import.1.in
│ │ │ │ ├── magick.1
│ │ │ │ ├── magick.1.in
│ │ │ │ ├── magick.c
│ │ │ │ ├── magick-script.1
│ │ │ │ ├── magick-script.1.in
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── mogrify.1
│ │ │ │ ├── mogrify.1.in
│ │ │ │ ├── montage.1
│ │ │ │ ├── montage.1.in
│ │ │ │ ├── stream.1
│ │ │ │ └── stream.1.in
│ │ │ ├── version.sh
│ │ │ ├── winpath.sh
│ │ │ └── www
│ │ │ ├── advanced-unix-installation.html
│ │ │ ├── advanced-windows-installation.html
│ │ │ ├── animate.html
│ │ │ ├── api
│ │ │ │ ├── animate.html
│ │ │ │ ├── animate.php
│ │ │ │ ├── annotate.html
│ │ │ │ ├── annotate.php
│ │ │ │ ├── attribute.html
│ │ │ │ ├── attribute.php
│ │ │ │ ├── blob.html
│ │ │ │ ├── blob.php
│ │ │ │ ├── cache.html
│ │ │ │ ├── cache.php
│ │ │ │ ├── cache-view.html
│ │ │ │ ├── cache-view.php
│ │ │ │ ├── channel.html
│ │ │ │ ├── channel.php
│ │ │ │ ├── cipher.html
│ │ │ │ ├── cipher.php
│ │ │ │ ├── color.html
│ │ │ │ ├── colormap.html
│ │ │ │ ├── colormap.php
│ │ │ │ ├── color.php
│ │ │ │ ├── colorspace.html
│ │ │ │ ├── colorspace.php
│ │ │ │ ├── compare.html
│ │ │ │ ├── compare.php
│ │ │ │ ├── composite.html
│ │ │ │ ├── composite.php
│ │ │ │ ├── constitute.html
│ │ │ │ ├── constitute.php
│ │ │ │ ├── decorate.html
│ │ │ │ ├── decorate.php
│ │ │ │ ├── deprecate.html
│ │ │ │ ├── deprecate.php
│ │ │ │ ├── display.html
│ │ │ │ ├── display.php
│ │ │ │ ├── distort.html
│ │ │ │ ├── distort.php
│ │ │ │ ├── draw.html
│ │ │ │ ├── drawing-wand.html
│ │ │ │ ├── drawing-wand.php
│ │ │ │ ├── draw.php
│ │ │ │ ├── effect.html
│ │ │ │ ├── effect.php
│ │ │ │ ├── enhance.html
│ │ │ │ ├── enhance.php
│ │ │ │ ├── exception.html
│ │ │ │ ├── exception.php
│ │ │ │ ├── feature.html
│ │ │ │ ├── feature.php
│ │ │ │ ├── fourier.html
│ │ │ │ ├── fourier.php
│ │ │ │ ├── fx.html
│ │ │ │ ├── fx.php
│ │ │ │ ├── histogram.html
│ │ │ │ ├── histogram.php
│ │ │ │ ├── image.html
│ │ │ │ ├── Image++.html
│ │ │ │ ├── image.php
│ │ │ │ ├── image-view.html
│ │ │ │ ├── image-view.php
│ │ │ │ ├── layer.html
│ │ │ │ ├── layer.php
│ │ │ │ ├── list.html
│ │ │ │ ├── list.php
│ │ │ │ ├── magick++-classes.html
│ │ │ │ ├── MagickCore
│ │ │ │ │ ├── animate_8c.html
│ │ │ │ │ ├── animate_8h.html
│ │ │ │ │ ├── animate_8h-source.html
│ │ │ │ │ ├── animate-private_8h.html
│ │ │ │ │ ├── animate-private_8h-source.html
│ │ │ │ │ ├── annotate_8c.html
│ │ │ │ │ ├── annotate_8h.html
│ │ │ │ │ ├── annotate_8h-source.html
│ │ │ │ │ ├── annotated.html
│ │ │ │ │ ├── api_8h.html
│ │ │ │ │ ├── api_8h-source.html
│ │ │ │ │ ├── artifact_8c.html
│ │ │ │ │ ├── artifact_8h.html
│ │ │ │ │ ├── artifact_8h-source.html
│ │ │ │ │ ├── blob_8c.html
│ │ │ │ │ ├── blob_8h.html
│ │ │ │ │ ├── blob_8h-source.html
│ │ │ │ │ ├── blob-private_8h.html
│ │ │ │ │ ├── blob-private_8h-source.html
│ │ │ │ │ ├── cache_8c.html
│ │ │ │ │ ├── cache_8h.html
│ │ │ │ │ ├── cache_8h-source.html
│ │ │ │ │ ├── cache-private_8h.html
│ │ │ │ │ ├── cache-private_8h-source.html
│ │ │ │ │ ├── cache-view_8c.html
│ │ │ │ │ ├── cache-view_8h.html
│ │ │ │ │ ├── cache-view_8h-source.html
│ │ │ │ │ ├── classes.html
│ │ │ │ │ ├── client_8c.html
│ │ │ │ │ ├── client_8h.html
│ │ │ │ │ ├── client_8h-source.html
│ │ │ │ │ ├── coder_8c.html
│ │ │ │ │ ├── coder_8h.html
│ │ │ │ │ ├── coder_8h-source.html
│ │ │ │ │ ├── color_8c.html
│ │ │ │ │ ├── color_8h.html
│ │ │ │ │ ├── color_8h-source.html
│ │ │ │ │ ├── color-private_8h.html
│ │ │ │ │ ├── color-private_8h-source.html
│ │ │ │ │ ├── colorspace_8c.html
│ │ │ │ │ ├── colorspace_8h.html
│ │ │ │ │ ├── colorspace_8h-source.html
│ │ │ │ │ ├── colorspace-private_8h.html
│ │ │ │ │ ├── colorspace-private_8h-source.html
│ │ │ │ │ ├── compare_8c.html
│ │ │ │ │ ├── compare_8h.html
│ │ │ │ │ ├── compare_8h-source.html
│ │ │ │ │ ├── composite_8c.html
│ │ │ │ │ ├── composite_8h.html
│ │ │ │ │ ├── composite_8h-source.html
│ │ │ │ │ ├── composite-private_8h.html
│ │ │ │ │ ├── composite-private_8h-source.html
│ │ │ │ │ ├── compress_8c.html
│ │ │ │ │ ├── compress_8h.html
│ │ │ │ │ ├── compress_8h-source.html
│ │ │ │ │ ├── configure_8c.html
│ │ │ │ │ ├── configure_8h.html
│ │ │ │ │ ├── configure_8h-source.html
│ │ │ │ │ ├── constitute_8c.html
│ │ │ │ │ ├── constitute_8h.html
│ │ │ │ │ ├── constitute_8h-source.html
│ │ │ │ │ ├── decorate_8c.html
│ │ │ │ │ ├── decorate_8h.html
│ │ │ │ │ ├── decorate_8h-source.html
│ │ │ │ │ ├── delegate_8c.html
│ │ │ │ │ ├── delegate_8h.html
│ │ │ │ │ ├── delegate_8h-source.html
│ │ │ │ │ ├── deprecate_8c.html
│ │ │ │ │ ├── deprecate_8h.html
│ │ │ │ │ ├── deprecate_8h-source.html
│ │ │ │ │ ├── dir_b44b349db36f8365f5234e57d3038770.html
│ │ │ │ │ ├── dirs.html
│ │ │ │ │ ├── display_8c.html
│ │ │ │ │ ├── display_8h.html
│ │ │ │ │ ├── display_8h-source.html
│ │ │ │ │ ├── display-private_8h.html
│ │ │ │ │ ├── display-private_8h-source.html
│ │ │ │ │ ├── distort_8c.html
│ │ │ │ │ ├── distort_8h.html
│ │ │ │ │ ├── distort_8h-source.html
│ │ │ │ │ ├── doxygen.css
│ │ │ │ │ ├── doxygen.png
│ │ │ │ │ ├── draw_8c.html
│ │ │ │ │ ├── draw_8h.html
│ │ │ │ │ ├── draw_8h-source.html
│ │ │ │ │ ├── draw-private_8h.html
│ │ │ │ │ ├── draw-private_8h-source.html
│ │ │ │ │ ├── effect_8c.html
│ │ │ │ │ ├── effect_8h.html
│ │ │ │ │ ├── effect_8h-source.html
│ │ │ │ │ ├── enhance_8c.html
│ │ │ │ │ ├── enhance_8h.html
│ │ │ │ │ ├── enhance_8h-source.html
│ │ │ │ │ ├── exception_8c.html
│ │ │ │ │ ├── exception_8h.html
│ │ │ │ │ ├── exception_8h-source.html
│ │ │ │ │ ├── exception-private_8h.html
│ │ │ │ │ ├── exception-private_8h-source.html
│ │ │ │ │ ├── files.html
│ │ │ │ │ ├── ftv2blank.png
│ │ │ │ │ ├── ftv2doc.png
│ │ │ │ │ ├── ftv2folderclosed.png
│ │ │ │ │ ├── ftv2folderopen.png
│ │ │ │ │ ├── ftv2lastnode.png
│ │ │ │ │ ├── ftv2link.png
│ │ │ │ │ ├── ftv2mlastnode.png
│ │ │ │ │ ├── ftv2mnode.png
│ │ │ │ │ ├── ftv2node.png
│ │ │ │ │ ├── ftv2plastnode.png
│ │ │ │ │ ├── ftv2pnode.png
│ │ │ │ │ ├── ftv2vertline.png
│ │ │ │ │ ├── functions_0x61.html
│ │ │ │ │ ├── functions_0x62.html
│ │ │ │ │ ├── functions_0x63.html
│ │ │ │ │ ├── functions_0x64.html
│ │ │ │ │ ├── functions_0x65.html
│ │ │ │ │ ├── functions_0x66.html
│ │ │ │ │ ├── functions_0x67.html
│ │ │ │ │ ├── functions_0x68.html
│ │ │ │ │ ├── functions_0x69.html
│ │ │ │ │ ├── functions_0x6b.html
│ │ │ │ │ ├── functions_0x6c.html
│ │ │ │ │ ├── functions_0x6d.html
│ │ │ │ │ ├── functions_0x6e.html
│ │ │ │ │ ├── functions_0x6f.html
│ │ │ │ │ ├── functions_0x70.html
│ │ │ │ │ ├── functions_0x71.html
│ │ │ │ │ ├── functions_0x72.html
│ │ │ │ │ ├── functions_0x73.html
│ │ │ │ │ ├── functions_0x74.html
│ │ │ │ │ ├── functions_0x75.html
│ │ │ │ │ ├── functions_0x76.html
│ │ │ │ │ ├── functions_0x77.html
│ │ │ │ │ ├── functions_0x78.html
│ │ │ │ │ ├── functions_0x79.html
│ │ │ │ │ ├── functions_0x7a.html
│ │ │ │ │ ├── functions_func.html
│ │ │ │ │ ├── functions.html
│ │ │ │ │ ├── functions_vars_0x61.html
│ │ │ │ │ ├── functions_vars_0x62.html
│ │ │ │ │ ├── functions_vars_0x63.html
│ │ │ │ │ ├── functions_vars_0x64.html
│ │ │ │ │ ├── functions_vars_0x65.html
│ │ │ │ │ ├── functions_vars_0x66.html
│ │ │ │ │ ├── functions_vars_0x67.html
│ │ │ │ │ ├── functions_vars_0x68.html
│ │ │ │ │ ├── functions_vars_0x69.html
│ │ │ │ │ ├── functions_vars_0x6b.html
│ │ │ │ │ ├── functions_vars_0x6c.html
│ │ │ │ │ ├── functions_vars_0x6d.html
│ │ │ │ │ ├── functions_vars_0x6e.html
│ │ │ │ │ ├── functions_vars_0x6f.html
│ │ │ │ │ ├── functions_vars_0x70.html
│ │ │ │ │ ├── functions_vars_0x71.html
│ │ │ │ │ ├── functions_vars_0x72.html
│ │ │ │ │ ├── functions_vars_0x73.html
│ │ │ │ │ ├── functions_vars_0x74.html
│ │ │ │ │ ├── functions_vars_0x75.html
│ │ │ │ │ ├── functions_vars_0x76.html
│ │ │ │ │ ├── functions_vars_0x77.html
│ │ │ │ │ ├── functions_vars_0x78.html
│ │ │ │ │ ├── functions_vars_0x79.html
│ │ │ │ │ ├── functions_vars_0x7a.html
│ │ │ │ │ ├── functions_vars.html
│ │ │ │ │ ├── fx_8c.html
│ │ │ │ │ ├── fx_8h.html
│ │ │ │ │ ├── fx_8h-source.html
│ │ │ │ │ ├── fx-private_8h.html
│ │ │ │ │ ├── fx-private_8h-source.html
│ │ │ │ │ ├── gem_8c.html
│ │ │ │ │ ├── gem_8h.html
│ │ │ │ │ ├── gem_8h-source.html
│ │ │ │ │ ├── geometry_8c.html
│ │ │ │ │ ├── geometry_8h.html
│ │ │ │ │ ├── geometry_8h-source.html
│ │ │ │ │ ├── globals_0x61.html
│ │ │ │ │ ├── globals_0x62.html
│ │ │ │ │ ├── globals_0x63.html
│ │ │ │ │ ├── globals_0x64.html
│ │ │ │ │ ├── globals_0x65.html
│ │ │ │ │ ├── globals_0x66.html
│ │ │ │ │ ├── globals_0x67.html
│ │ │ │ │ ├── globals_0x68.html
│ │ │ │ │ ├── globals_0x69.html
│ │ │ │ │ ├── globals_0x6a.html
│ │ │ │ │ ├── globals_0x6b.html
│ │ │ │ │ ├── globals_0x6c.html
│ │ │ │ │ ├── globals_0x6d.html
│ │ │ │ │ ├── globals_0x6e.html
│ │ │ │ │ ├── globals_0x6f.html
│ │ │ │ │ ├── globals_0x70.html
│ │ │ │ │ ├── globals_0x71.html
│ │ │ │ │ ├── globals_0x72.html
│ │ │ │ │ ├── globals_0x73.html
│ │ │ │ │ ├── globals_0x74.html
│ │ │ │ │ ├── globals_0x75.html
│ │ │ │ │ ├── globals_0x76.html
│ │ │ │ │ ├── globals_0x77.html
│ │ │ │ │ ├── globals_0x78.html
│ │ │ │ │ ├── globals_0x79.html
│ │ │ │ │ ├── globals_0x7a.html
│ │ │ │ │ ├── globals_defs_0x61.html
│ │ │ │ │ ├── globals_defs_0x62.html
│ │ │ │ │ ├── globals_defs_0x63.html
│ │ │ │ │ ├── globals_defs_0x64.html
│ │ │ │ │ ├── globals_defs_0x65.html
│ │ │ │ │ ├── globals_defs_0x66.html
│ │ │ │ │ ├── globals_defs_0x67.html
│ │ │ │ │ ├── globals_defs_0x68.html
│ │ │ │ │ ├── globals_defs_0x69.html
│ │ │ │ │ ├── globals_defs_0x6b.html
│ │ │ │ │ ├── globals_defs_0x6c.html
│ │ │ │ │ ├── globals_defs_0x6d.html
│ │ │ │ │ ├── globals_defs_0x6e.html
│ │ │ │ │ ├── globals_defs_0x6f.html
│ │ │ │ │ ├── globals_defs_0x70.html
│ │ │ │ │ ├── globals_defs_0x71.html
│ │ │ │ │ ├── globals_defs_0x72.html
│ │ │ │ │ ├── globals_defs_0x73.html
│ │ │ │ │ ├── globals_defs_0x74.html
│ │ │ │ │ ├── globals_defs_0x75.html
│ │ │ │ │ ├── globals_defs_0x76.html
│ │ │ │ │ ├── globals_defs_0x77.html
│ │ │ │ │ ├── globals_defs_0x78.html
│ │ │ │ │ ├── globals_defs_0x79.html
│ │ │ │ │ ├── globals_defs.html
│ │ │ │ │ ├── globals_enum.html
│ │ │ │ │ ├── globals_eval_0x62.html
│ │ │ │ │ ├── globals_eval_0x63.html
│ │ │ │ │ ├── globals_eval_0x64.html
│ │ │ │ │ ├── globals_eval_0x65.html
│ │ │ │ │ ├── globals_eval_0x66.html
│ │ │ │ │ ├── globals_eval_0x67.html
│ │ │ │ │ ├── globals_eval_0x68.html
│ │ │ │ │ ├── globals_eval_0x69.html
│ │ │ │ │ ├── globals_eval_0x6a.html
│ │ │ │ │ ├── globals_eval_0x6b.html
│ │ │ │ │ ├── globals_eval_0x6c.html
│ │ │ │ │ ├── globals_eval_0x6d.html
│ │ │ │ │ ├── globals_eval_0x6e.html
│ │ │ │ │ ├── globals_eval_0x6f.html
│ │ │ │ │ ├── globals_eval_0x70.html
│ │ │ │ │ ├── globals_eval_0x71.html
│ │ │ │ │ ├── globals_eval_0x72.html
│ │ │ │ │ ├── globals_eval_0x73.html
│ │ │ │ │ ├── globals_eval_0x74.html
│ │ │ │ │ ├── globals_eval_0x75.html
│ │ │ │ │ ├── globals_eval_0x76.html
│ │ │ │ │ ├── globals_eval_0x77.html
│ │ │ │ │ ├── globals_eval_0x78.html
│ │ │ │ │ ├── globals_eval_0x79.html
│ │ │ │ │ ├── globals_eval_0x7a.html
│ │ │ │ │ ├── globals_eval.html
│ │ │ │ │ ├── globals_func_0x62.html
│ │ │ │ │ ├── globals_func_0x63.html
│ │ │ │ │ ├── globals_func_0x64.html
│ │ │ │ │ ├── globals_func_0x65.html
│ │ │ │ │ ├── globals_func_0x66.html
│ │ │ │ │ ├── globals_func_0x67.html
│ │ │ │ │ ├── globals_func_0x68.html
│ │ │ │ │ ├── globals_func_0x69.html
│ │ │ │ │ ├── globals_func_0x6a.html
│ │ │ │ │ ├── globals_func_0x6b.html
│ │ │ │ │ ├── globals_func_0x6c.html
│ │ │ │ │ ├── globals_func_0x6d.html
│ │ │ │ │ ├── globals_func_0x6e.html
│ │ │ │ │ ├── globals_func_0x6f.html
│ │ │ │ │ ├── globals_func_0x70.html
│ │ │ │ │ ├── globals_func_0x71.html
│ │ │ │ │ ├── globals_func_0x72.html
│ │ │ │ │ ├── globals_func_0x73.html
│ │ │ │ │ ├── globals_func_0x74.html
│ │ │ │ │ ├── globals_func_0x75.html
│ │ │ │ │ ├── globals_func_0x76.html
│ │ │ │ │ ├── globals_func_0x77.html
│ │ │ │ │ ├── globals_func_0x78.html
│ │ │ │ │ ├── globals_func_0x79.html
│ │ │ │ │ ├── globals_func_0x7a.html
│ │ │ │ │ ├── globals_func.html
│ │ │ │ │ ├── globals.html
│ │ │ │ │ ├── globals_type.html
│ │ │ │ │ ├── globals_vars.html
│ │ │ │ │ ├── hashmap_8c.html
│ │ │ │ │ ├── hashmap_8h.html
│ │ │ │ │ ├── hashmap_8h-source.html
│ │ │ │ │ ├── identify_8c.html
│ │ │ │ │ ├── identify_8h.html
│ │ │ │ │ ├── identify_8h-source.html
│ │ │ │ │ ├── image_8c.html
│ │ │ │ │ ├── image_8h.html
│ │ │ │ │ ├── image_8h-source.html
│ │ │ │ │ ├── ImageMagick_8h.html
│ │ │ │ │ ├── ImageMagick_8h-source.html
│ │ │ │ │ ├── image-private_8h.html
│ │ │ │ │ ├── image-private_8h-source.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── layer_8c.html
│ │ │ │ │ ├── layer_8h.html
│ │ │ │ │ ├── layer_8h-source.html
│ │ │ │ │ ├── list_8c.html
│ │ │ │ │ ├── list_8h.html
│ │ │ │ │ ├── list_8h-source.html
│ │ │ │ │ ├── locale_8c.html
│ │ │ │ │ ├── locale___8h.html
│ │ │ │ │ ├── locale___8h-source.html
│ │ │ │ │ ├── log_8c.html
│ │ │ │ │ ├── log_8h.html
│ │ │ │ │ ├── log_8h-source.html
│ │ │ │ │ ├── mac_8c.html
│ │ │ │ │ ├── mac_8h.html
│ │ │ │ │ ├── mac_8h-source.html
│ │ │ │ │ ├── magic_8c.html
│ │ │ │ │ ├── magic_8h.html
│ │ │ │ │ ├── magic_8h-source.html
│ │ │ │ │ ├── magick_8c.html
│ │ │ │ │ ├── magick_8h.html
│ │ │ │ │ ├── magick_8h-source.html
│ │ │ │ │ ├── magick-config_8h.html
│ │ │ │ │ ├── magick-config_8h-source.html
│ │ │ │ │ ├── MagickCore_8h.html
│ │ │ │ │ ├── MagickCore_8h-source.html
│ │ │ │ │ ├── magick-type_8h.html
│ │ │ │ │ ├── magick-type_8h-source.html
│ │ │ │ │ ├── main.html
│ │ │ │ │ ├── matrix_8c.html
│ │ │ │ │ ├── matrix_8h.html
│ │ │ │ │ ├── matrix_8h-source.html
│ │ │ │ │ ├── memory_8c.html
│ │ │ │ │ ├── memory___8h.html
│ │ │ │ │ ├── memory___8h-source.html
│ │ │ │ │ ├── methods_8h.html
│ │ │ │ │ ├── methods_8h-source.html
│ │ │ │ │ ├── mime_8c.html
│ │ │ │ │ ├── mime_8h.html
│ │ │ │ │ ├── mime_8h-source.html
│ │ │ │ │ ├── mime-private_8h.html
│ │ │ │ │ ├── mime-private_8h-source.html
│ │ │ │ │ ├── module_8c.html
│ │ │ │ │ ├── module_8h.html
│ │ │ │ │ ├── module_8h-source.html
│ │ │ │ │ ├── monitor_8c.html
│ │ │ │ │ ├── monitor_8h.html
│ │ │ │ │ ├── monitor_8h-source.html
│ │ │ │ │ ├── montage_8c.html
│ │ │ │ │ ├── montage_8h.html
│ │ │ │ │ ├── montage_8h-source.html
│ │ │ │ │ ├── nt-base_8c.html
│ │ │ │ │ ├── nt-base_8h.html
│ │ │ │ │ ├── nt-base_8h-source.html
│ │ │ │ │ ├── nt-feature_8c.html
│ │ │ │ │ ├── nt-feature_8h.html
│ │ │ │ │ ├── nt-feature_8h-source.html
│ │ │ │ │ ├── option_8c.html
│ │ │ │ │ ├── option_8h.html
│ │ │ │ │ ├── option_8h-source.html
│ │ │ │ │ ├── paint_8c.html
│ │ │ │ │ ├── paint_8h.html
│ │ │ │ │ ├── paint_8h-source.html
│ │ │ │ │ ├── pixel_8c.html
│ │ │ │ │ ├── pixel_8h.html
│ │ │ │ │ ├── pixel_8h-source.html
│ │ │ │ │ ├── pixel-private_8h.html
│ │ │ │ │ ├── pixel-private_8h-source.html
│ │ │ │ │ ├── prepress_8c.html
│ │ │ │ │ ├── prepress_8h.html
│ │ │ │ │ ├── prepress_8h-source.html
│ │ │ │ │ ├── PreRvIcccm_8c.html
│ │ │ │ │ ├── PreRvIcccm_8h.html
│ │ │ │ │ ├── PreRvIcccm_8h-source.html
│ │ │ │ │ ├── profile_8c.html
│ │ │ │ │ ├── profile_8h.html
│ │ │ │ │ ├── profile_8h-source.html
│ │ │ │ │ ├── property_8c.html
│ │ │ │ │ ├── property_8h.html
│ │ │ │ │ ├── property_8h-source.html
│ │ │ │ │ ├── quantize_8c.html
│ │ │ │ │ ├── quantize_8h.html
│ │ │ │ │ ├── quantize_8h-source.html
│ │ │ │ │ ├── quantum_8c.html
│ │ │ │ │ ├── quantum_8h.html
│ │ │ │ │ ├── quantum_8h-source.html
│ │ │ │ │ ├── quantum-private_8h.html
│ │ │ │ │ ├── quantum-private_8h-source.html
│ │ │ │ │ ├── random_8c.html
│ │ │ │ │ ├── random___8h.html
│ │ │ │ │ ├── random___8h-source.html
│ │ │ │ │ ├── registry_8c.html
│ │ │ │ │ ├── registry_8h.html
│ │ │ │ │ ├── registry_8h-source.html
│ │ │ │ │ ├── resample_8c.html
│ │ │ │ │ ├── resample_8h.html
│ │ │ │ │ ├── resample_8h-source.html
│ │ │ │ │ ├── resize_8c.html
│ │ │ │ │ ├── resize_8h.html
│ │ │ │ │ ├── resize_8h-source.html
│ │ │ │ │ ├── resize-private_8h.html
│ │ │ │ │ ├── resize-private_8h-source.html
│ │ │ │ │ ├── resource_8c.html
│ │ │ │ │ ├── resource___8h.html
│ │ │ │ │ ├── resource___8h-source.html
│ │ │ │ │ ├── segment_8c.html
│ │ │ │ │ ├── segment_8h.html
│ │ │ │ │ ├── segment_8h-source.html
│ │ │ │ │ ├── semaphore_8c.html
│ │ │ │ │ ├── semaphore_8h.html
│ │ │ │ │ ├── semaphore_8h-source.html
│ │ │ │ │ ├── shear_8c.html
│ │ │ │ │ ├── shear_8h.html
│ │ │ │ │ ├── shear_8h-source.html
│ │ │ │ │ ├── signature_8c.html
│ │ │ │ │ ├── signature_8h.html
│ │ │ │ │ ├── signature_8h-source.html
│ │ │ │ │ ├── splay-tree_8c.html
│ │ │ │ │ ├── splay-tree_8h.html
│ │ │ │ │ ├── splay-tree_8h-source.html
│ │ │ │ │ ├── static_8c.html
│ │ │ │ │ ├── static_8h.html
│ │ │ │ │ ├── static_8h-source.html
│ │ │ │ │ ├── statistic_8c.html
│ │ │ │ │ ├── statistic_8h.html
│ │ │ │ │ ├── statistic_8h-source.html
│ │ │ │ │ ├── stream_8c.html
│ │ │ │ │ ├── stream_8h.html
│ │ │ │ │ ├── stream_8h-source.html
│ │ │ │ │ ├── stream-private_8h.html
│ │ │ │ │ ├── stream-private_8h-source.html
│ │ │ │ │ ├── string_8c.html
│ │ │ │ │ ├── string___8h.html
│ │ │ │ │ ├── string___8h-source.html
│ │ │ │ │ ├── struct__AffineMatrix.html
│ │ │ │ │ ├── struct__Ascii85Info.html
│ │ │ │ │ ├── struct__BlobInfo.html
│ │ │ │ │ ├── struct__CacheInfo.html
│ │ │ │ │ ├── struct__CacheMethods.html
│ │ │ │ │ ├── struct__CacheView.html
│ │ │ │ │ ├── struct__ChannelStatistics.html
│ │ │ │ │ ├── struct__ChromaticityInfo.html
│ │ │ │ │ ├── struct__Cluster.html
│ │ │ │ │ ├── struct__CoderInfo.html
│ │ │ │ │ ├── struct__ColorInfo.html
│ │ │ │ │ ├── struct__ColorPacket.html
│ │ │ │ │ ├── struct__ConfigureInfo.html
│ │ │ │ │ ├── struct__ContributionInfo.html
│ │ │ │ │ ├── struct__CubeInfo.html
│ │ │ │ │ ├── struct__DataSegmentInfo.html
│ │ │ │ │ ├── struct__DelegateInfo.html
│ │ │ │ │ ├── struct__dirdesc.html
│ │ │ │ │ ├── structdirent.html
│ │ │ │ │ ├── struct__DIR.html
│ │ │ │ │ ├── struct__DiversityPacket.html
│ │ │ │ │ ├── struct__DoublePixelPacket.html
│ │ │ │ │ ├── struct__DrawInfo.html
│ │ │ │ │ ├── struct__EdgeInfo.html
│ │ │ │ │ ├── struct__ElementInfo.html
│ │ │ │ │ ├── struct__ElementReference.html
│ │ │ │ │ ├── struct__EntryInfo.html
│ │ │ │ │ ├── struct__ErrorInfo.html
│ │ │ │ │ ├── struct__EventInfo.html
│ │ │ │ │ ├── struct__ExceptionInfo.html
│ │ │ │ │ ├── struct__ExtentPacket.html
│ │ │ │ │ ├── struct__FrameInfo.html
│ │ │ │ │ ├── struct__FxInfo.html
│ │ │ │ │ ├── struct__GeometryInfo.html
│ │ │ │ │ ├── struct__GhostscriptVectors.html
│ │ │ │ │ ├── struct__GradientInfo.html
│ │ │ │ │ ├── struct__HandlerInfo.html
│ │ │ │ │ ├── struct__HashmapInfo.html
│ │ │ │ │ ├── structHuffmanTable.html
│ │ │ │ │ ├── struct__ile3.html
│ │ │ │ │ ├── struct__ImageAttribute.html
│ │ │ │ │ ├── struct__Image.html
│ │ │ │ │ ├── struct__ImageInfo.html
│ │ │ │ │ ├── struct__IntervalTree.html
│ │ │ │ │ ├── struct__LinkedListInfo.html
│ │ │ │ │ ├── struct__LocaleInfo.html
│ │ │ │ │ ├── struct__LogInfo.html
│ │ │ │ │ ├── struct__LongPixelPacket.html
│ │ │ │ │ ├── struct__MagicInfo.html
│ │ │ │ │ ├── struct__MagickInfo.html
│ │ │ │ │ ├── struct__MagickPixelPacket.html
│ │ │ │ │ ├── struct__MedianListNode.html
│ │ │ │ │ ├── struct__MedianPixelList.html
│ │ │ │ │ ├── struct__MedianSkipList.html
│ │ │ │ │ ├── struct__MemoryInfo.html
│ │ │ │ │ ├── struct__MimeInfo.html
│ │ │ │ │ ├── struct__ModuleInfo.html
│ │ │ │ │ ├── struct__MontageInfo.html
│ │ │ │ │ ├── struct__NexusInfo.html
│ │ │ │ │ ├── struct__NodeInfo.html
│ │ │ │ │ ├── struct__Nodes.html
│ │ │ │ │ ├── struct__NTMEMORYSTATUSEX.html
│ │ │ │ │ ├── struct__OptionInfo.html
│ │ │ │ │ ├── struct__PathInfo.html
│ │ │ │ │ ├── struct__PixelPacket.html
│ │ │ │ │ ├── struct__PointInfo.html
│ │ │ │ │ ├── struct__PolygonInfo.html
│ │ │ │ │ ├── struct__PrimaryInfo.html
│ │ │ │ │ ├── struct__PrimitiveInfo.html
│ │ │ │ │ ├── struct__ProfileInfo.html
│ │ │ │ │ ├── struct__QuantizeInfo.html
│ │ │ │ │ ├── struct__QuantumInfo.html
│ │ │ │ │ ├── struct__QuantumState.html
│ │ │ │ │ ├── struct__RandomInfo.html
│ │ │ │ │ ├── struct__RealPixelPacket.html
│ │ │ │ │ ├── struct__RectangleInfo.html
│ │ │ │ │ ├── struct__RegistryInfo.html
│ │ │ │ │ ├── struct__ResampleFilter.html
│ │ │ │ │ ├── struct__ResizeFilter.html
│ │ │ │ │ ├── struct__ResourceInfo.html
│ │ │ │ │ ├── struct__SegmentInfo.html
│ │ │ │ │ ├── structSemaphoreInfo.html
│ │ │ │ │ ├── struct__SignatureInfo.html
│ │ │ │ │ ├── struct__SplayTreeInfo.html
│ │ │ │ │ ├── struct__StopInfo.html
│ │ │ │ │ ├── struct__StreamInfo.html
│ │ │ │ │ ├── struct__StringInfo.html
│ │ │ │ │ ├── struct__ThresholdMap.html
│ │ │ │ │ ├── struct__Timer.html
│ │ │ │ │ ├── struct__TimerInfo.html
│ │ │ │ │ ├── struct__TokenInfo.html
│ │ │ │ │ ├── struct__TypeInfo.html
│ │ │ │ │ ├── struct__TypeMetric.html
│ │ │ │ │ ├── struct__ViewInfo.html
│ │ │ │ │ ├── struct__XImportInfo.html
│ │ │ │ │ ├── struct__XMLTreeInfo.html
│ │ │ │ │ ├── struct__XMLTreeRoot.html
│ │ │ │ │ ├── struct__XWidgetInfo.html
│ │ │ │ │ ├── struct__ZeroCrossing.html
│ │ │ │ │ ├── studio_8h.html
│ │ │ │ │ ├── studio_8h-source.html
│ │ │ │ │ ├── tab_b.gif
│ │ │ │ │ ├── tab_l.gif
│ │ │ │ │ ├── tab_r.gif
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── threshold_8c.html
│ │ │ │ │ ├── threshold_8h.html
│ │ │ │ │ ├── threshold_8h-source.html
│ │ │ │ │ ├── timer_8c.html
│ │ │ │ │ ├── timer_8h.html
│ │ │ │ │ ├── timer_8h-source.html
│ │ │ │ │ ├── token_8c.html
│ │ │ │ │ ├── token_8h.html
│ │ │ │ │ ├── token_8h-source.html
│ │ │ │ │ ├── transform_8c.html
│ │ │ │ │ ├── transform_8h.html
│ │ │ │ │ ├── transform_8h-source.html
│ │ │ │ │ ├── tree.html
│ │ │ │ │ ├── type_8c.html
│ │ │ │ │ ├── type_8h.html
│ │ │ │ │ ├── type_8h-source.html
│ │ │ │ │ ├── utility_8c.html
│ │ │ │ │ ├── utility_8h.html
│ │ │ │ │ ├── utility_8h-source.html
│ │ │ │ │ ├── version_8c.html
│ │ │ │ │ ├── version_8h.html
│ │ │ │ │ ├── version_8h-source.html
│ │ │ │ │ ├── vms_8c.html
│ │ │ │ │ ├── vms_8h.html
│ │ │ │ │ ├── vms_8h-source.html
│ │ │ │ │ ├── widget_8c.html
│ │ │ │ │ ├── widget_8h.html
│ │ │ │ │ ├── widget_8h-source.html
│ │ │ │ │ ├── xml-tree_8c.html
│ │ │ │ │ ├── xml-tree_8h.html
│ │ │ │ │ ├── xml-tree_8h-source.html
│ │ │ │ │ ├── xwindow_8c.html
│ │ │ │ │ ├── xwindow_8h.html
│ │ │ │ │ ├── xwindow_8h-source.html
│ │ │ │ │ ├── xwindow-private_8h.html
│ │ │ │ │ └── xwindow-private_8h-source.html
│ │ │ │ ├── magick-deprecate.html
│ │ │ │ ├── magick-deprecate.php
│ │ │ │ ├── magick.html
│ │ │ │ ├── magick-image.html
│ │ │ │ ├── magick-image.php
│ │ │ │ ├── magick.php
│ │ │ │ ├── magick-property.html
│ │ │ │ ├── magick-property.php
│ │ │ │ ├── MagickWand
│ │ │ │ │ ├── animate_8c.html
│ │ │ │ │ ├── animate_8h.html
│ │ │ │ │ ├── animate_8h-source.html
│ │ │ │ │ ├── annotated.html
│ │ │ │ │ ├── classes.html
│ │ │ │ │ ├── compare_8c.html
│ │ │ │ │ ├── compare_8h.html
│ │ │ │ │ ├── compare_8h-source.html
│ │ │ │ │ ├── composite_8c.html
│ │ │ │ │ ├── composite_8h.html
│ │ │ │ │ ├── composite_8h-source.html
│ │ │ │ │ ├── conjure_8c.html
│ │ │ │ │ ├── conjure_8h.html
│ │ │ │ │ ├── conjure_8h-source.html
│ │ │ │ │ ├── convert_8c.html
│ │ │ │ │ ├── convert_8h.html
│ │ │ │ │ ├── convert_8h-source.html
│ │ │ │ │ ├── deprecate_8c.html
│ │ │ │ │ ├── deprecate_8h.html
│ │ │ │ │ ├── deprecate_8h-source.html
│ │ │ │ │ ├── dir_101f7ac0a894e32543a314e85b2e1524.html
│ │ │ │ │ ├── dirs.html
│ │ │ │ │ ├── display_8c.html
│ │ │ │ │ ├── display_8h.html
│ │ │ │ │ ├── display_8h-source.html
│ │ │ │ │ ├── doxygen.css
│ │ │ │ │ ├── doxygen.png
│ │ │ │ │ ├── drawing-wand_8c.html
│ │ │ │ │ ├── drawing-wand_8h.html
│ │ │ │ │ ├── drawing-wand_8h-source.html
│ │ │ │ │ ├── drawtest_8c.html
│ │ │ │ │ ├── files.html
│ │ │ │ │ ├── ftv2blank.png
│ │ │ │ │ ├── ftv2doc.png
│ │ │ │ │ ├── ftv2folderclosed.png
│ │ │ │ │ ├── ftv2folderopen.png
│ │ │ │ │ ├── ftv2lastnode.png
│ │ │ │ │ ├── ftv2link.png
│ │ │ │ │ ├── ftv2mlastnode.png
│ │ │ │ │ ├── ftv2mnode.png
│ │ │ │ │ ├── ftv2node.png
│ │ │ │ │ ├── ftv2plastnode.png
│ │ │ │ │ ├── ftv2pnode.png
│ │ │ │ │ ├── ftv2vertline.png
│ │ │ │ │ ├── functions.html
│ │ │ │ │ ├── functions_vars.html
│ │ │ │ │ ├── globals_0x61.html
│ │ │ │ │ ├── globals_0x62.html
│ │ │ │ │ ├── globals_0x63.html
│ │ │ │ │ ├── globals_0x64.html
│ │ │ │ │ ├── globals_0x65.html
│ │ │ │ │ ├── globals_0x67.html
│ │ │ │ │ ├── globals_0x69.html
│ │ │ │ │ ├── globals_0x6d.html
│ │ │ │ │ ├── globals_0x6e.html
│ │ │ │ │ ├── globals_0x6f.html
│ │ │ │ │ ├── globals_0x70.html
│ │ │ │ │ ├── globals_0x71.html
│ │ │ │ │ ├── globals_0x72.html
│ │ │ │ │ ├── globals_0x73.html
│ │ │ │ │ ├── globals_0x74.html
│ │ │ │ │ ├── globals_0x75.html
│ │ │ │ │ ├── globals_0x77.html
│ │ │ │ │ ├── globals_0x78.html
│ │ │ │ │ ├── globals_defs.html
│ │ │ │ │ ├── globals_enum.html
│ │ │ │ │ ├── globals_eval.html
│ │ │ │ │ ├── globals_func_0x63.html
│ │ │ │ │ ├── globals_func_0x64.html
│ │ │ │ │ ├── globals_func_0x67.html
│ │ │ │ │ ├── globals_func_0x69.html
│ │ │ │ │ ├── globals_func_0x6d.html
│ │ │ │ │ ├── globals_func_0x6e.html
│ │ │ │ │ ├── globals_func_0x70.html
│ │ │ │ │ ├── globals_func_0x72.html
│ │ │ │ │ ├── globals_func_0x73.html
│ │ │ │ │ ├── globals_func.html
│ │ │ │ │ ├── globals.html
│ │ │ │ │ ├── globals_type.html
│ │ │ │ │ ├── globals_vars.html
│ │ │ │ │ ├── identify_8c.html
│ │ │ │ │ ├── identify_8h.html
│ │ │ │ │ ├── identify_8h-source.html
│ │ │ │ │ ├── import_8c.html
│ │ │ │ │ ├── import_8h.html
│ │ │ │ │ ├── import_8h-source.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── magick-image_8c.html
│ │ │ │ │ ├── magick-image_8h.html
│ │ │ │ │ ├── magick-image_8h-source.html
│ │ │ │ │ ├── magick-property_8c.html
│ │ │ │ │ ├── magick-property_8h.html
│ │ │ │ │ ├── magick-property_8h-source.html
│ │ │ │ │ ├── magick-wand_8c.html
│ │ │ │ │ ├── magick-wand_8h.html
│ │ │ │ │ ├── magick__wand_8h.html
│ │ │ │ │ ├── MagickWand_8h.html
│ │ │ │ │ ├── magick-wand_8h-source.html
│ │ │ │ │ ├── magick__wand_8h-source.html
│ │ │ │ │ ├── MagickWand_8h-source.html
│ │ │ │ │ ├── magick-wand-private_8h.html
│ │ │ │ │ ├── magick-wand-private_8h-source.html
│ │ │ │ │ ├── main.html
│ │ │ │ │ ├── mogrify_8c.html
│ │ │ │ │ ├── mogrify_8h.html
│ │ │ │ │ ├── mogrify_8h-source.html
│ │ │ │ │ ├── mogrify-private_8h.html
│ │ │ │ │ ├── mogrify-private_8h-source.html
│ │ │ │ │ ├── montage_8c.html
│ │ │ │ │ ├── montage_8h.html
│ │ │ │ │ ├── montage_8h-source.html
│ │ │ │ │ ├── pixel-iterator_8c.html
│ │ │ │ │ ├── pixel-iterator_8h.html
│ │ │ │ │ ├── pixel-iterator_8h-source.html
│ │ │ │ │ ├── pixel-wand_8c.html
│ │ │ │ │ ├── pixel-wand_8h.html
│ │ │ │ │ ├── pixel-wand_8h-source.html
│ │ │ │ │ ├── pixel-wand-private_8h.html
│ │ │ │ │ ├── pixel-wand-private_8h-source.html
│ │ │ │ │ ├── stream_8c.html
│ │ │ │ │ ├── stream_8h.html
│ │ │ │ │ ├── stream_8h-source.html
│ │ │ │ │ ├── struct__CompositeOptions.html
│ │ │ │ │ ├── struct__DrawingWand.html
│ │ │ │ │ ├── struct__DrawVTable.html
│ │ │ │ │ ├── struct__MagickWand.html
│ │ │ │ │ ├── struct__PixelIterator.html
│ │ │ │ │ ├── struct__PixelWand.html
│ │ │ │ │ ├── studio_8h.html
│ │ │ │ │ ├── studio_8h-source.html
│ │ │ │ │ ├── tab_b.gif
│ │ │ │ │ ├── tab_l.gif
│ │ │ │ │ ├── tab_r.gif
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tree.html
│ │ │ │ │ ├── wand_8c.html
│ │ │ │ │ ├── wand_8h.html
│ │ │ │ │ ├── wand_8h-source.html
│ │ │ │ │ └── wandtest_8c.html
│ │ │ │ ├── magick-wand.html
│ │ │ │ ├── magick-wand.php
│ │ │ │ ├── memory.html
│ │ │ │ ├── memory.php
│ │ │ │ ├── mime.html
│ │ │ │ ├── mime.php
│ │ │ │ ├── module.html
│ │ │ │ ├── module.php
│ │ │ │ ├── mogrify.html
│ │ │ │ ├── mogrify.php
│ │ │ │ ├── monitor.html
│ │ │ │ ├── monitor.php
│ │ │ │ ├── montage.html
│ │ │ │ ├── montage.php
│ │ │ │ ├── morphology.html
│ │ │ │ ├── morphology.php
│ │ │ │ ├── paint.html
│ │ │ │ ├── paint.php
│ │ │ │ ├── pixel-iterator.html
│ │ │ │ ├── pixel-iterator.php
│ │ │ │ ├── pixel-wand.html
│ │ │ │ ├── pixel-wand.php
│ │ │ │ ├── profile.html
│ │ │ │ ├── profile.php
│ │ │ │ ├── property.html
│ │ │ │ ├── property.php
│ │ │ │ ├── quantize.html
│ │ │ │ ├── quantize.php
│ │ │ │ ├── registry.html
│ │ │ │ ├── registry.php
│ │ │ │ ├── resize.html
│ │ │ │ ├── resize.php
│ │ │ │ ├── resource.html
│ │ │ │ ├── resource.php
│ │ │ │ ├── segment.html
│ │ │ │ ├── segment.php
│ │ │ │ ├── shear.html
│ │ │ │ ├── shear.php
│ │ │ │ ├── signature.html
│ │ │ │ ├── signature.php
│ │ │ │ ├── statistic.html
│ │ │ │ ├── statistic.php
│ │ │ │ ├── stream.html
│ │ │ │ ├── stream.php
│ │ │ │ ├── transform.html
│ │ │ │ ├── transform.php
│ │ │ │ ├── version.html
│ │ │ │ ├── version.php
│ │ │ │ ├── wand-view.html
│ │ │ │ └── wand-view.php
│ │ │ ├── api.html
│ │ │ ├── architecture.html
│ │ │ ├── binary-releases.html
│ │ │ ├── changelog.html
│ │ │ ├── cipher.html
│ │ │ ├── color.html
│ │ │ ├── color-management.html
│ │ │ ├── command-line-options.html
│ │ │ ├── command-line-processing.html
│ │ │ ├── command-line-tools.html
│ │ │ ├── compare.html
│ │ │ ├── compose.html
│ │ │ ├── composite.html
│ │ │ ├── conjure.html
│ │ │ ├── connected-components.html
│ │ │ ├── contact.html
│ │ │ ├── contrib
│ │ │ │ ├── color-converter.html
│ │ │ │ └── color-swatch.html
│ │ │ ├── convert.html
│ │ │ ├── css
│ │ │ │ ├── magick.css
│ │ │ │ └── README.txt
│ │ │ ├── develop.html
│ │ │ ├── display.html
│ │ │ ├── distribute-pixel-cache.html
│ │ │ ├── download.html
│ │ │ ├── escape.html
│ │ │ ├── examples.html
│ │ │ ├── exception.html
│ │ │ ├── export.html
│ │ │ ├── favicon.ico
│ │ │ ├── formats.html
│ │ │ ├── fx.html
│ │ │ ├── gradient.html
│ │ │ ├── high-dynamic-range.html
│ │ │ ├── history.html
│ │ │ ├── identify.html
│ │ │ ├── ImageMagickObject.html
│ │ │ ├── import.html
│ │ │ ├── index.html
│ │ │ ├── install-source.html
│ │ │ ├── jp2.html
│ │ │ ├── js
│ │ │ │ ├── magick.js
│ │ │ │ └── README.txt
│ │ │ ├── license.html
│ │ │ ├── links.html
│ │ │ ├── Magick++
│ │ │ │ ├── Blob.html
│ │ │ │ ├── Cache.fig
│ │ │ │ ├── Cache.png
│ │ │ │ ├── Cache.svg
│ │ │ │ ├── ChangeLog.html
│ │ │ │ ├── CoderInfo.html
│ │ │ │ ├── Color.html
│ │ │ │ ├── COPYING
│ │ │ │ ├── Documentation.html
│ │ │ │ ├── Drawable_example_1.png
│ │ │ │ ├── Drawable.html
│ │ │ │ ├── Enumerations.html
│ │ │ │ ├── Exception.html
│ │ │ │ ├── FormatCharacters.html
│ │ │ │ ├── Future.html
│ │ │ │ ├── Geometry.html
│ │ │ │ ├── ImageDesign.html
│ │ │ │ ├── Image.fig
│ │ │ │ ├── Image++.html
│ │ │ │ ├── Image.html
│ │ │ │ ├── ImageMagick.png
│ │ │ │ ├── Image.png
│ │ │ │ ├── index.html
│ │ │ │ ├── Install.html
│ │ │ │ ├── magick.css
│ │ │ │ ├── Magick++.png
│ │ │ │ ├── Montage.html
│ │ │ │ ├── montage-sample-framed.jpg
│ │ │ │ ├── NEWS.html
│ │ │ │ ├── PixelPacket.html
│ │ │ │ ├── Pixels.html
│ │ │ │ ├── README.txt
│ │ │ │ ├── right_triangle.png
│ │ │ │ ├── STL.html
│ │ │ │ ├── thumbnail-anatomy-framed.fig
│ │ │ │ ├── thumbnail-anatomy-framed.jpg
│ │ │ │ ├── thumbnail-anatomy-plain.fig
│ │ │ │ ├── thumbnail-anatomy-plain.jpg
│ │ │ │ ├── thumbnail-sample-framed.jpg
│ │ │ │ ├── thumbnail-sample-plain.jpg
│ │ │ │ └── TypeMetric.html
│ │ │ ├── magick-core.html
│ │ │ ├── magick++.html
│ │ │ ├── magick.html
│ │ │ ├── magick-script.html
│ │ │ ├── magick-vector-graphics.html
│ │ │ ├── magick-wand.html
│ │ │ ├── miff.html
│ │ │ ├── mirror.html
│ │ │ ├── mogrify.html
│ │ │ ├── montage.html
│ │ │ ├── motion-picture.html
│ │ │ ├── opencl.html
│ │ │ ├── openmp.html
│ │ │ ├── perl-magick.html
│ │ │ ├── porting.html
│ │ │ ├── quantize.html
│ │ │ ├── resources.html
│ │ │ ├── search.html
│ │ │ ├── security-policy.html
│ │ │ ├── sitemap.html
│ │ │ ├── source
│ │ │ │ ├── analyze.c
│ │ │ │ ├── coder.xml
│ │ │ │ ├── colors.xml
│ │ │ │ ├── configure.xml
│ │ │ │ ├── contrast.c
│ │ │ │ ├── core
│ │ │ │ │ └── sigmoidal-contrast.c
│ │ │ │ ├── core.c
│ │ │ │ ├── delegates.xml
│ │ │ │ ├── english.xml
│ │ │ │ ├── examples.pl
│ │ │ │ ├── francais.xml
│ │ │ │ ├── incantation.msl
│ │ │ │ ├── locale.xml
│ │ │ │ ├── log.xml
│ │ │ │ ├── magic.xml
│ │ │ │ ├── mgk.c
│ │ │ │ ├── mime.xml
│ │ │ │ ├── piechart.mvg
│ │ │ │ ├── piechart.svg
│ │ │ │ ├── policy.xml
│ │ │ │ ├── thresholds.xml
│ │ │ │ ├── type-ghostscript.xml
│ │ │ │ ├── type-windows.xml
│ │ │ │ ├── type.xml
│ │ │ │ ├── wand
│ │ │ │ │ └── sigmoidal-contrast.c
│ │ │ │ └── wand.c
│ │ │ ├── stream.html
│ │ │ ├── subversion.html
│ │ │ ├── support.html
│ │ │ ├── wand.png
│ │ │ └── webp.html
│ │ ├── ogldev_app.h
│ │ ├── ogldev_atb.h
│ │ ├── ogldev_backend.h
│ │ ├── ogldev_basic_lighting.h
│ │ ├── ogldev_basic_mesh.h
│ │ ├── ogldev_callbacks.h
│ │ ├── ogldev_camera.h
│ │ ├── ogldev_cubemap_texture.h
│ │ ├── ogldev_engine_common.h
│ │ ├── ogldev_glfw_backend.h
│ │ ├── ogldev_glut_backend.h
│ │ ├── ogldev.h
│ │ ├── ogldev_io_buffer.h
│ │ ├── ogldev_keys.h
│ │ ├── ogldev_lights_common.h
│ │ ├── ogldev_math_3d.h
│ │ ├── ogldev_pipeline.h
│ │ ├── ogldev_random_texture.h
│ │ ├── ogldev_shadow_map_fbo.h
│ │ ├── ogldev_skinned_mesh.h
│ │ ├── ogldev_texture.h
│ │ ├── ogldev_types.h
│ │ ├── ogldev_util.h
│ │ ├── ogldev_vulkan_core.h
│ │ ├── ogldev_vulkan.h
│ │ ├── ogldev_win32_control.h
│ │ ├── ogldev_xcb_control.h
│ │ └── technique.h
│ ├── Lib
│ │ ├── assimp.lib
│ │ ├── CORE_DB_MagickCore_.lib
│ │ ├── CORE_DB_Magick++_.lib
│ │ ├── CORE_DB_MagickWand_.lib
│ │ ├── freeglut.lib
│ │ ├── glew32.lib
│ │ ├── glew32mx.lib
│ │ ├── glew32mxs.lib
│ │ ├── glew32s.lib
│ │ ├── glfw3dll.lib
│ │ ├── glfw3.lib
│ │ ├── glfx_debug.lib
│ │ ├── glfx.lib
│ │ ├── glfx_release.lib
│ │ ├── lib
│ │ │ ├── CORE_DB_bzlib_.exp
│ │ │ ├── CORE_DB_bzlib_.lib
│ │ │ ├── CORE_DB_cairo_.exp
│ │ │ ├── CORE_DB_cairo_.lib
│ │ │ ├── CORE_DB_croco_.lib
│ │ │ ├── core_db_croco_.pdb
│ │ │ ├── CORE_DB_exr_.exp
│ │ │ ├── CORE_DB_exr_.lib
│ │ │ ├── CORE_DB_ffi_.lib
│ │ │ ├── core_db_ffi_.pdb
│ │ │ ├── CORE_DB_glib_.exp
│ │ │ ├── CORE_DB_glib_.lib
│ │ │ ├── CORE_DB_jbig_.exp
│ │ │ ├── CORE_DB_jbig_.lib
│ │ │ ├── CORE_DB_jp2_.exp
│ │ │ ├── CORE_DB_jp2_.lib
│ │ │ ├── CORE_DB_jpeg_.exp
│ │ │ ├── CORE_DB_jpeg_.lib
│ │ │ ├── CORE_DB_lcms_.exp
│ │ │ ├── CORE_DB_lcms_.lib
│ │ │ ├── CORE_DB_libraw_.exp
│ │ │ ├── CORE_DB_libraw_.lib
│ │ │ ├── CORE_DB_librsvg_.exp
│ │ │ ├── CORE_DB_librsvg_.lib
│ │ │ ├── CORE_DB_libxml_.exp
│ │ │ ├── CORE_DB_libxml_.lib
│ │ │ ├── CORE_DB_lqr_.exp
│ │ │ ├── CORE_DB_lqr_.lib
│ │ │ ├── CORE_DB_MagickCore_.exp
│ │ │ ├── CORE_DB_MagickCore_.lib
│ │ │ ├── CORE_DB_Magick++_.exp
│ │ │ ├── CORE_DB_Magick++_.lib
│ │ │ ├── CORE_DB_MagickWand_.exp
│ │ │ ├── CORE_DB_MagickWand_.lib
│ │ │ ├── CORE_DB_openjpeg_.exp
│ │ │ ├── CORE_DB_openjpeg_.lib
│ │ │ ├── CORE_DB_pango_.exp
│ │ │ ├── CORE_DB_pango_.lib
│ │ │ ├── CORE_DB_pixman_.lib
│ │ │ ├── core_db_pixman_.pdb
│ │ │ ├── CORE_DB_png_.exp
│ │ │ ├── CORE_DB_png_.lib
│ │ │ ├── CORE_DB_tiff_.exp
│ │ │ ├── CORE_DB_tiff_.lib
│ │ │ ├── CORE_DB_ttf_.exp
│ │ │ ├── CORE_DB_ttf_.lib
│ │ │ ├── CORE_DB_webp_.exp
│ │ │ ├── CORE_DB_webp_.lib
│ │ │ ├── CORE_DB_zlib_.exp
│ │ │ ├── CORE_DB_zlib_.lib
│ │ │ ├── FILTER_analyze_.exp
│ │ │ ├── FILTER_analyze_.lib
│ │ │ ├── ImageMagickObject.exp
│ │ │ ├── ImageMagickObject.lib
│ │ │ ├── IM_MOD_DB_aai_.exp
│ │ │ ├── IM_MOD_DB_aai_.lib
│ │ │ ├── IM_MOD_DB_art_.exp
│ │ │ ├── IM_MOD_DB_art_.lib
│ │ │ ├── IM_MOD_DB_avs_.exp
│ │ │ ├── IM_MOD_DB_avs_.lib
│ │ │ ├── IM_MOD_DB_bgr_.exp
│ │ │ ├── IM_MOD_DB_bgr_.lib
│ │ │ ├── IM_MOD_DB_bmp_.exp
│ │ │ ├── IM_MOD_DB_bmp_.lib
│ │ │ ├── IM_MOD_DB_braille_.exp
│ │ │ ├── IM_MOD_DB_braille_.lib
│ │ │ ├── IM_MOD_DB_cals_.exp
│ │ │ ├── IM_MOD_DB_cals_.lib
│ │ │ ├── IM_MOD_DB_caption_.exp
│ │ │ ├── IM_MOD_DB_caption_.lib
│ │ │ ├── IM_MOD_DB_cin_.exp
│ │ │ ├── IM_MOD_DB_cin_.lib
│ │ │ ├── IM_MOD_DB_cip_.exp
│ │ │ ├── IM_MOD_DB_cip_.lib
│ │ │ ├── IM_MOD_DB_clipboard_.exp
│ │ │ ├── IM_MOD_DB_clipboard_.lib
│ │ │ ├── IM_MOD_DB_clip_.exp
│ │ │ ├── IM_MOD_DB_clip_.lib
│ │ │ ├── IM_MOD_DB_cmyk_.exp
│ │ │ ├── IM_MOD_DB_cmyk_.lib
│ │ │ ├── IM_MOD_DB_cut_.exp
│ │ │ ├── IM_MOD_DB_cut_.lib
│ │ │ ├── IM_MOD_DB_dcm_.exp
│ │ │ ├── IM_MOD_DB_dcm_.lib
│ │ │ ├── IM_MOD_DB_dds_.exp
│ │ │ ├── IM_MOD_DB_dds_.lib
│ │ │ ├── IM_MOD_DB_debug_.exp
│ │ │ ├── IM_MOD_DB_debug_.lib
│ │ │ ├── IM_MOD_DB_dib_.exp
│ │ │ ├── IM_MOD_DB_dib_.lib
│ │ │ ├── IM_MOD_DB_djvu_.exp
│ │ │ ├── IM_MOD_DB_djvu_.lib
│ │ │ ├── IM_MOD_DB_dng_.exp
│ │ │ ├── IM_MOD_DB_dng_.lib
│ │ │ ├── IM_MOD_DB_dot_.exp
│ │ │ ├── IM_MOD_DB_dot_.lib
│ │ │ ├── IM_MOD_DB_dps_.exp
│ │ │ ├── IM_MOD_DB_dps_.lib
│ │ │ ├── IM_MOD_DB_dpx_.exp
│ │ │ ├── IM_MOD_DB_dpx_.lib
│ │ │ ├── IM_MOD_DB_emf_.exp
│ │ │ ├── IM_MOD_DB_emf_.lib
│ │ │ ├── IM_MOD_DB_ept_.exp
│ │ │ ├── IM_MOD_DB_ept_.lib
│ │ │ ├── IM_MOD_DB_exr_.exp
│ │ │ ├── IM_MOD_DB_exr_.lib
│ │ │ ├── IM_MOD_DB_fax_.exp
│ │ │ ├── IM_MOD_DB_fax_.lib
│ │ │ ├── IM_MOD_DB_fd_.exp
│ │ │ ├── IM_MOD_DB_fd_.lib
│ │ │ ├── IM_MOD_DB_fits_.exp
│ │ │ ├── IM_MOD_DB_fits_.lib
│ │ │ ├── IM_MOD_DB_fpx_.exp
│ │ │ ├── IM_MOD_DB_fpx_.lib
│ │ │ ├── IM_MOD_DB_gif_.exp
│ │ │ ├── IM_MOD_DB_gif_.lib
│ │ │ ├── IM_MOD_DB_gradient_.exp
│ │ │ ├── IM_MOD_DB_gradient_.lib
│ │ │ ├── IM_MOD_DB_gray_.exp
│ │ │ ├── IM_MOD_DB_gray_.lib
│ │ │ ├── IM_MOD_DB_hald_.exp
│ │ │ ├── IM_MOD_DB_hald_.lib
│ │ │ ├── IM_MOD_DB_hdr_.exp
│ │ │ ├── IM_MOD_DB_hdr_.lib
│ │ │ ├── IM_MOD_DB_histogram_.exp
│ │ │ ├── IM_MOD_DB_histogram_.lib
│ │ │ ├── IM_MOD_DB_hrz_.exp
│ │ │ ├── IM_MOD_DB_hrz_.lib
│ │ │ ├── IM_MOD_DB_html_.exp
│ │ │ ├── IM_MOD_DB_html_.lib
│ │ │ ├── IM_MOD_DB_icon_.exp
│ │ │ ├── IM_MOD_DB_icon_.lib
│ │ │ ├── IM_MOD_DB_info_.exp
│ │ │ ├── IM_MOD_DB_info_.lib
│ │ │ ├── IM_MOD_DB_inline_.exp
│ │ │ ├── IM_MOD_DB_inline_.lib
│ │ │ ├── IM_MOD_DB_ipl_.exp
│ │ │ ├── IM_MOD_DB_ipl_.lib
│ │ │ ├── IM_MOD_DB_jbig_.exp
│ │ │ ├── IM_MOD_DB_jbig_.lib
│ │ │ ├── IM_MOD_DB_jnx_.exp
│ │ │ ├── IM_MOD_DB_jnx_.lib
│ │ │ ├── IM_MOD_DB_jp2_.exp
│ │ │ ├── IM_MOD_DB_jp2_.lib
│ │ │ ├── IM_MOD_DB_jpeg_.exp
│ │ │ ├── IM_MOD_DB_jpeg_.lib
│ │ │ ├── IM_MOD_DB_json_.exp
│ │ │ ├── IM_MOD_DB_json_.lib
│ │ │ ├── IM_MOD_DB_label_.exp
│ │ │ ├── IM_MOD_DB_label_.lib
│ │ │ ├── IM_MOD_DB_mac_.exp
│ │ │ ├── IM_MOD_DB_mac_.lib
│ │ │ ├── IM_MOD_DB_magick_.exp
│ │ │ ├── IM_MOD_DB_magick_.lib
│ │ │ ├── IM_MOD_DB_map_.exp
│ │ │ ├── IM_MOD_DB_map_.lib
│ │ │ ├── IM_MOD_DB_mask_.exp
│ │ │ ├── IM_MOD_DB_mask_.lib
│ │ │ ├── IM_MOD_DB_mat_.exp
│ │ │ ├── IM_MOD_DB_mat_.lib
│ │ │ ├── IM_MOD_DB_matte_.exp
│ │ │ ├── IM_MOD_DB_matte_.lib
│ │ │ ├── IM_MOD_DB_meta_.exp
│ │ │ ├── IM_MOD_DB_meta_.lib
│ │ │ ├── IM_MOD_DB_miff_.exp
│ │ │ ├── IM_MOD_DB_miff_.lib
│ │ │ ├── IM_MOD_DB_mono_.exp
│ │ │ ├── IM_MOD_DB_mono_.lib
│ │ │ ├── IM_MOD_DB_mpc_.exp
│ │ │ ├── IM_MOD_DB_mpc_.lib
│ │ │ ├── IM_MOD_DB_mpeg_.exp
│ │ │ ├── IM_MOD_DB_mpeg_.lib
│ │ │ ├── IM_MOD_DB_mpr_.exp
│ │ │ ├── IM_MOD_DB_mpr_.lib
│ │ │ ├── IM_MOD_DB_msl_.exp
│ │ │ ├── IM_MOD_DB_msl_.lib
│ │ │ ├── IM_MOD_DB_mtv_.exp
│ │ │ ├── IM_MOD_DB_mtv_.lib
│ │ │ ├── IM_MOD_DB_mvg_.exp
│ │ │ ├── IM_MOD_DB_mvg_.lib
│ │ │ ├── IM_MOD_DB_null_.exp
│ │ │ ├── IM_MOD_DB_null_.lib
│ │ │ ├── IM_MOD_DB_otb_.exp
│ │ │ ├── IM_MOD_DB_otb_.lib
│ │ │ ├── IM_MOD_DB_palm_.exp
│ │ │ ├── IM_MOD_DB_palm_.lib
│ │ │ ├── IM_MOD_DB_pango_.exp
│ │ │ ├── IM_MOD_DB_pango_.lib
│ │ │ ├── IM_MOD_DB_pattern_.exp
│ │ │ ├── IM_MOD_DB_pattern_.lib
│ │ │ ├── IM_MOD_DB_pcd_.exp
│ │ │ ├── IM_MOD_DB_pcd_.lib
│ │ │ ├── IM_MOD_DB_pcl_.exp
│ │ │ ├── IM_MOD_DB_pcl_.lib
│ │ │ ├── IM_MOD_DB_pcx_.exp
│ │ │ ├── IM_MOD_DB_pcx_.lib
│ │ │ ├── IM_MOD_DB_pdb_.exp
│ │ │ ├── IM_MOD_DB_pdb_.lib
│ │ │ ├── IM_MOD_DB_pdf_.exp
│ │ │ ├── IM_MOD_DB_pdf_.lib
│ │ │ ├── IM_MOD_DB_pes_.exp
│ │ │ ├── IM_MOD_DB_pes_.lib
│ │ │ ├── IM_MOD_DB_pgx_.exp
│ │ │ ├── IM_MOD_DB_pgx_.lib
│ │ │ ├── IM_MOD_DB_pict_.exp
│ │ │ ├── IM_MOD_DB_pict_.lib
│ │ │ ├── IM_MOD_DB_pix_.exp
│ │ │ ├── IM_MOD_DB_pix_.lib
│ │ │ ├── IM_MOD_DB_plasma_.exp
│ │ │ ├── IM_MOD_DB_plasma_.lib
│ │ │ ├── IM_MOD_DB_png_.exp
│ │ │ ├── IM_MOD_DB_png_.lib
│ │ │ ├── IM_MOD_DB_pnm_.exp
│ │ │ ├── IM_MOD_DB_pnm_.lib
│ │ │ ├── IM_MOD_DB_ps2_.exp
│ │ │ ├── IM_MOD_DB_ps2_.lib
│ │ │ ├── IM_MOD_DB_ps3_.exp
│ │ │ ├── IM_MOD_DB_ps3_.lib
│ │ │ ├── IM_MOD_DB_psd_.exp
│ │ │ ├── IM_MOD_DB_psd_.lib
│ │ │ ├── IM_MOD_DB_ps_.exp
│ │ │ ├── IM_MOD_DB_ps_.lib
│ │ │ ├── IM_MOD_DB_pwp_.exp
│ │ │ ├── IM_MOD_DB_pwp_.lib
│ │ │ ├── IM_MOD_DB_raw_.exp
│ │ │ ├── IM_MOD_DB_raw_.lib
│ │ │ ├── IM_MOD_DB_rgb_.exp
│ │ │ ├── IM_MOD_DB_rgb_.lib
│ │ │ ├── IM_MOD_DB_rgf_.exp
│ │ │ ├── IM_MOD_DB_rgf_.lib
│ │ │ ├── IM_MOD_DB_rla_.exp
│ │ │ ├── IM_MOD_DB_rla_.lib
│ │ │ ├── IM_MOD_DB_rle_.exp
│ │ │ ├── IM_MOD_DB_rle_.lib
│ │ │ ├── IM_MOD_DB_screenshot_.exp
│ │ │ ├── IM_MOD_DB_screenshot_.lib
│ │ │ ├── IM_MOD_DB_scr_.exp
│ │ │ ├── IM_MOD_DB_scr_.lib
│ │ │ ├── IM_MOD_DB_sct_.exp
│ │ │ ├── IM_MOD_DB_sct_.lib
│ │ │ ├── IM_MOD_DB_sfw_.exp
│ │ │ ├── IM_MOD_DB_sfw_.lib
│ │ │ ├── IM_MOD_DB_sgi_.exp
│ │ │ ├── IM_MOD_DB_sgi_.lib
│ │ │ ├── IM_MOD_DB_sixel_.exp
│ │ │ ├── IM_MOD_DB_sixel_.lib
│ │ │ ├── IM_MOD_DB_stegano_.exp
│ │ │ ├── IM_MOD_DB_stegano_.lib
│ │ │ ├── IM_MOD_DB_sun_.exp
│ │ │ ├── IM_MOD_DB_sun_.lib
│ │ │ ├── IM_MOD_DB_svg_.exp
│ │ │ ├── IM_MOD_DB_svg_.lib
│ │ │ ├── IM_MOD_DB_tga_.exp
│ │ │ ├── IM_MOD_DB_tga_.lib
│ │ │ ├── IM_MOD_DB_thumbnail_.exp
│ │ │ ├── IM_MOD_DB_thumbnail_.lib
│ │ │ ├── IM_MOD_DB_tiff_.exp
│ │ │ ├── IM_MOD_DB_tiff_.lib
│ │ │ ├── IM_MOD_DB_tile_.exp
│ │ │ ├── IM_MOD_DB_tile_.lib
│ │ │ ├── IM_MOD_DB_tim_.exp
│ │ │ ├── IM_MOD_DB_tim_.lib
│ │ │ ├── IM_MOD_DB_ttf_.exp
│ │ │ ├── IM_MOD_DB_ttf_.lib
│ │ │ ├── IM_MOD_DB_txt_.exp
│ │ │ ├── IM_MOD_DB_txt_.lib
│ │ │ ├── IM_MOD_DB_uil_.exp
│ │ │ ├── IM_MOD_DB_uil_.lib
│ │ │ ├── IM_MOD_DB_url_.exp
│ │ │ ├── IM_MOD_DB_url_.lib
│ │ │ ├── IM_MOD_DB_uyvy_.exp
│ │ │ ├── IM_MOD_DB_uyvy_.lib
│ │ │ ├── IM_MOD_DB_vicar_.exp
│ │ │ ├── IM_MOD_DB_vicar_.lib
│ │ │ ├── IM_MOD_DB_vid_.exp
│ │ │ ├── IM_MOD_DB_vid_.lib
│ │ │ ├── IM_MOD_DB_viff_.exp
│ │ │ ├── IM_MOD_DB_viff_.lib
│ │ │ ├── IM_MOD_DB_vips_.exp
│ │ │ ├── IM_MOD_DB_vips_.lib
│ │ │ ├── IM_MOD_DB_wbmp_.exp
│ │ │ ├── IM_MOD_DB_wbmp_.lib
│ │ │ ├── IM_MOD_DB_webp_.exp
│ │ │ ├── IM_MOD_DB_webp_.lib
│ │ │ ├── IM_MOD_DB_wmf_.exp
│ │ │ ├── IM_MOD_DB_wmf_.lib
│ │ │ ├── IM_MOD_DB_wpg_.exp
│ │ │ ├── IM_MOD_DB_wpg_.lib
│ │ │ ├── IM_MOD_DB_xbm_.exp
│ │ │ ├── IM_MOD_DB_xbm_.lib
│ │ │ ├── IM_MOD_DB_xc_.exp
│ │ │ ├── IM_MOD_DB_xcf_.exp
│ │ │ ├── IM_MOD_DB_xcf_.lib
│ │ │ ├── IM_MOD_DB_xc_.lib
│ │ │ ├── IM_MOD_DB_xpm_.exp
│ │ │ ├── IM_MOD_DB_xpm_.lib
│ │ │ ├── IM_MOD_DB_xps_.exp
│ │ │ ├── IM_MOD_DB_xps_.lib
│ │ │ ├── IM_MOD_DB_xtrn_.exp
│ │ │ ├── IM_MOD_DB_xtrn_.lib
│ │ │ ├── IM_MOD_DB_ycbcr_.exp
│ │ │ ├── IM_MOD_DB_ycbcr_.lib
│ │ │ ├── IM_MOD_DB_yuv_.exp
│ │ │ └── IM_MOD_DB_yuv_.lib
│ │ ├── libAntTweakBar.a
│ │ ├── libAntTweakBar.so
│ │ └── libAntTweakBar.so.1
│ ├── prep_zip.sh
│ ├── private
│ │ └── Makefile-variables.mk
│ ├── tutorial16
│ │ ├── Makefile
│ │ ├── nbproject
│ │ │ ├── configurations.xml
│ │ │ ├── Makefile-Debug.mk
│ │ │ ├── Makefile-impl.mk
│ │ │ ├── Makefile-variables.mk
│ │ │ ├── Package-Debug.bash
│ │ │ ├── Package-Release.bash
│ │ │ ├── private
│ │ │ │ └── Makefile-variables.mk
│ │ │ ├── project.properties
│ │ │ └── project.xml
│ │ ├── shader.fs
│ │ ├── shader.vs
│ │ └── tutorial16.cpp
│ └── Windows
│ └── ogldev
│ ├── Common.vcxproj
│ ├── Common.vcxproj.filters
│ ├── Common.vcxproj.user
│ ├── Debug
│ │ ├── analyze.dll
│ │ ├── AntTweakBar64.dll
│ │ ├── AntTweakBar64.lib
│ │ ├── AntTweakBar.dll
│ │ ├── AntTweakBar.lib
│ │ ├── Assimp32.dll
│ │ ├── camera.obj
│ │ ├── cl.command.1.tlog
│ │ ├── CL.read.1.tlog
│ │ ├── CL.write.1.tlog
│ │ ├── Common.Build.CppClean.log
│ │ ├── Common.lastbuildstate
│ │ ├── Common.lib
│ │ ├── Common.log
│ │ ├── Content
│ │ │ ├── boblampclean.md5anim
│ │ │ ├── boblampclean.md5mesh
│ │ │ ├── box.mtl
│ │ │ ├── box.obj
│ │ │ ├── bricks.jpg
│ │ │ ├── buddha.mtl
│ │ │ ├── buddha.obj
│ │ │ ├── bunny.mtl
│ │ │ ├── bunny.obj
│ │ │ ├── conference-room
│ │ │ │ └── conference.obj
│ │ │ ├── crytek_sponza
│ │ │ │ ├── banner.mtl
│ │ │ │ ├── banner.obj
│ │ │ │ ├── copyright.txt
│ │ │ │ ├── sponza.am.any
│ │ │ │ ├── sponza.mtl
│ │ │ │ ├── sponza.obj
│ │ │ │ └── textures
│ │ │ │ ├── backgroundBGR.tga
│ │ │ │ ├── background_bump.png
│ │ │ │ ├── background.tga
│ │ │ │ ├── chain_texture_bump.png
│ │ │ │ ├── chain_texture_mask.png
│ │ │ │ ├── chain_texture.tga
│ │ │ │ ├── gi_flag.tga
│ │ │ │ ├── lion2_bump.png
│ │ │ │ ├── lion_bump.png
│ │ │ │ ├── lion.tga
│ │ │ │ ├── spnza_bricks_a_bump.png
│ │ │ │ ├── spnza_bricks_a_diff.tga
│ │ │ │ ├── spnza_bricks_a_spec.tga
│ │ │ │ ├── sponza_arch_bump.png
│ │ │ │ ├── sponza_arch_diff.tga
│ │ │ │ ├── sponza_arch_spec.tga
│ │ │ │ ├── sponza_ceiling_a_diff.tga
│ │ │ │ ├── sponza_ceiling_a_spec.tga
│ │ │ │ ├── sponza_column_a_bump.png
│ │ │ │ ├── sponza_column_a_diff.tga
│ │ │ │ ├── sponza_column_a_spec.tga
│ │ │ │ ├── sponza_column_b_bump.png
│ │ │ │ ├── sponza_column_b_diff.tga
│ │ │ │ ├── sponza_column_b_spec.tga
│ │ │ │ ├── sponza_column_c_bump.png
│ │ │ │ ├── sponza_column_c_diff.tga
│ │ │ │ ├── sponza_column_c_spec.tga
│ │ │ │ ├── sponza_curtain_blue_diff.tga
│ │ │ │ ├── sponza_curtain_diff.tga
│ │ │ │ ├── sponza_curtain_green_diff.tga
│ │ │ │ ├── sponza_details_diff.tga
│ │ │ │ ├── sponza_details_spec.tga
│ │ │ │ ├── sponza_fabric_blue_diff.tga
│ │ │ │ ├── sponza_fabric_diff.tga
│ │ │ │ ├── sponza_fabric_green_diff.tga
│ │ │ │ ├── sponza_fabric_spec.tga
│ │ │ │ ├── sponza_flagpole_diff.tga
│ │ │ │ ├── sponza_flagpole_spec.tga
│ │ │ │ ├── sponza_floor_a_diff.tga
│ │ │ │ ├── sponza_floor_a_spec.tga
│ │ │ │ ├── sponza_roof_diff.tga
│ │ │ │ ├── sponza_thorn_bump.png
│ │ │ │ ├── sponza_thorn_diff.tga
│ │ │ │ ├── sponza_thorn_mask.png
│ │ │ │ ├── sponza_thorn_spec.tga
│ │ │ │ ├── vase_bump.png
│ │ │ │ ├── vase_dif.tga
│ │ │ │ ├── vase_hanging.tga
│ │ │ │ ├── vase_plant_mask.png
│ │ │ │ ├── vase_plant_spec.tga
│ │ │ │ ├── vase_plant.tga
│ │ │ │ ├── vase_round_bump.png
│ │ │ │ ├── vase_round_spec.tga
│ │ │ │ └── vase_round.tga
│ │ │ ├── dabrovic-sponza
│ │ │ │ ├── 00_skap.JPG
│ │ │ │ ├── 01_S_ba.JPG
│ │ │ │ ├── 01_S_kap-bump.jpg
│ │ │ │ ├── 01_S_kap.JPG
│ │ │ │ ├── 01_St_kp-bump.jpg
│ │ │ │ ├── 01_St_kp.JPG
│ │ │ │ ├── 01_STUB-bump.jpg
│ │ │ │ ├── 01_STUB.JPG
│ │ │ │ ├── copyright.txt
│ │ │ │ ├── KAMEN-bump.jpg
│ │ │ │ ├── KAMEN.JPG
│ │ │ │ ├── KAMEN-stup.JPG
│ │ │ │ ├── prozor1.JPG
│ │ │ │ ├── reljef-bump.jpg
│ │ │ │ ├── reljef.JPG
│ │ │ │ ├── sp_luk-bump.JPG
│ │ │ │ ├── sp_luk.JPG
│ │ │ │ ├── sponza.mtl
│ │ │ │ ├── sponza.obj
│ │ │ │ ├── vrata_ko.JPG
│ │ │ │ ├── vrata_kr.JPG
│ │ │ │ ├── x01_st-bump.jpg
│ │ │ │ └── x01_st.JPG
│ │ │ ├── diffuse.jpg
│ │ │ ├── dragon.mtl
│ │ │ ├── dragon.obj
│ │ │ ├── drkwood2.jpg
│ │ │ ├── engineflare1.jpg
│ │ │ ├── fireworks_red.jpg
│ │ │ ├── guard1_body.tga
│ │ │ ├── guard1_face.tga
│ │ │ ├── guard1_helmet.tga
│ │ │ ├── heightmap.jpg
│ │ │ ├── hheli.bmp
│ │ │ ├── hheli.mtl
│ │ │ ├── hheli.obj
│ │ │ ├── iron_grill.tga
│ │ │ ├── jeep_army.jpg
│ │ │ ├── jeep.mtl
│ │ │ ├── jeep.obj
│ │ │ ├── jeep_rood.jpg
│ │ │ ├── monkey.mtl
│ │ │ ├── monkey.obj
│ │ │ ├── monster_hellknight.jpg
│ │ │ ├── monster_hellknight.png
│ │ │ ├── normal_map.jpg
│ │ │ ├── normal_up.jpg
│ │ │ ├── phoenix.pcx
│ │ │ ├── phoenix_ugv.md2
│ │ │ ├── quad2.mtl
│ │ │ ├── quad2.obj
│ │ │ ├── quad.mtl
│ │ │ ├── quad.obj
│ │ │ ├── quad_r.obj
│ │ │ ├── README
│ │ │ ├── round_grill.tga
│ │ │ ├── sp3back.jpg
│ │ │ ├── sp3bot.jpg
│ │ │ ├── sp3front.jpg
│ │ │ ├── sp3left.jpg
│ │ │ ├── sp3right.jpg
│ │ │ ├── sp3top.jpg
│ │ │ ├── sphere.mtl
│ │ │ ├── sphere.obj
│ │ │ ├── spider.mtl
│ │ │ ├── spider.obj
│ │ │ ├── SpiderTex.jpg
│ │ │ ├── test.png
│ │ │ ├── wal67ar_small.jpg
│ │ │ ├── wal69ar_small.jpg
│ │ │ └── white.png
│ │ ├── cubemap_texture.obj
│ │ ├── freeglut.dll
│ │ ├── glew32.dll
│ │ ├── glew32mx.dll
│ │ ├── glfw3.dll
│ │ ├── glfx.lib
│ │ ├── glut_backend.obj
│ │ ├── io_buffer.obj
│ │ ├── lib.command.1.tlog
│ │ ├── Lib-link.read.1.tlog
│ │ ├── Lib-link.write.1.tlog
│ │ ├── math_3d.obj
│ │ ├── msvcp100d.dll
│ │ ├── msvcp120d.dll
│ │ ├── msvcp120.dll
│ │ ├── msvcr100d.dll
│ │ ├── msvcr120d.dll
│ │ ├── ogldev_app.obj
│ │ ├── ogldev_atb.obj
│ │ ├── ogldev_backend.obj
│ │ ├── ogldev_basic_lighting.obj
│ │ ├── ogldev_basic_mesh.obj
│ │ ├── ogldev_glfw_backend.obj
│ │ ├── ogldev_shadow_map_fbo.obj
│ │ ├── ogldev_skinned_mesh.obj
│ │ ├── ogldev_texture.obj
│ │ ├── ogldev_util.obj
│ │ ├── ogldev_vulkan_core.obj
│ │ ├── ogldev_vulkan.obj
│ │ ├── ogldev_win32_control.obj
│ │ ├── ogldev_xcb_control.obj
│ │ ├── pipeline.obj
│ │ ├── random_texture.obj
│ │ ├── technique.obj
│ │ ├── Tutorial16
│ │ │ ├── cl.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link-cvtres.read.1.tlog
│ │ │ ├── link-cvtres.write.1.tlog
│ │ │ ├── link-rc.read.1.tlog
│ │ │ ├── link-rc.write.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ ├── link.write.1.tlog
│ │ │ ├── Tutorial16.Build.CppClean.log
│ │ │ ├── Tutorial16.lastbuildstate
│ │ │ ├── Tutorial16.log
│ │ │ ├── tutorial16.obj
│ │ │ ├── Tutorial16.tlog
│ │ │ ├── vc110.idb
│ │ │ └── vc110.pdb
│ │ ├── Tutorial16.exe
│ │ ├── Tutorial16.pdb
│ │ ├── vc110.idb
│ │ └── vc110.pdb
│ ├── ogldev.sdf
│ ├── ogldev.sln
│ ├── ogldev.sln - 快捷方式.lnk
│ ├── ogldev.suo
│ ├── ogldev.v11.suo
│ ├── ogldev.VC.db
│ ├── ogldev.vcxproj
│ ├── ogldev.vcxproj.filters
│ ├── Release
│ │ ├── analyze.dll
│ │ ├── Assimp32.dll
│ │ ├── Common.log
│ │ ├── CORE_RL_bzlib_.dll
│ │ ├── CORE_RL_jbig_.dll
│ │ ├── CORE_RL_jp2_.dll
│ │ ├── CORE_RL_jpeg_.dll
│ │ ├── CORE_RL_lcms_.dll
│ │ ├── CORE_RL_libxml_.dll
│ │ ├── CORE_RL_magick_.dll
│ │ ├── CORE_RL_Magick++_.dll
│ │ ├── CORE_RL_png_.dll
│ │ ├── CORE_RL_tiff_.dll
│ │ ├── CORE_RL_ttf_.dll
│ │ ├── CORE_RL_wand_.dll
│ │ ├── CORE_RL_xlib_.dll
│ │ ├── CORE_RL_zlib_.dll
│ │ ├── freeglut.dll
│ │ ├── glew32.dll
│ │ ├── glew32mx.dll
│ │ ├── IM_MOD_RL_aai_.dll
│ │ ├── IM_MOD_RL_art_.dll
│ │ ├── IM_MOD_RL_avs_.dll
│ │ ├── IM_MOD_RL_bgr_.dll
│ │ ├── IM_MOD_RL_bmp_.dll
│ │ ├── IM_MOD_RL_braille_.dll
│ │ ├── IM_MOD_RL_cals_.dll
│ │ ├── IM_MOD_RL_caption_.dll
│ │ ├── IM_MOD_RL_cin_.dll
│ │ ├── IM_MOD_RL_cip_.dll
│ │ ├── IM_MOD_RL_clipboard_.dll
│ │ ├── IM_MOD_RL_clip_.dll
│ │ ├── IM_MOD_RL_cmyk_.dll
│ │ ├── IM_MOD_RL_cut_.dll
│ │ ├── IM_MOD_RL_dcm_.dll
│ │ ├── IM_MOD_RL_dds_.dll
│ │ ├── IM_MOD_RL_debug_.dll
│ │ ├── IM_MOD_RL_dib_.dll
│ │ ├── IM_MOD_RL_djvu_.dll
│ │ ├── IM_MOD_RL_dng_.dll
│ │ ├── IM_MOD_RL_dot_.dll
│ │ ├── IM_MOD_RL_dps_.dll
│ │ ├── IM_MOD_RL_dpx_.dll
│ │ ├── IM_MOD_RL_emf_.dll
│ │ ├── IM_MOD_RL_ept_.dll
│ │ ├── IM_MOD_RL_exr_.dll
│ │ ├── IM_MOD_RL_fax_.dll
│ │ ├── IM_MOD_RL_fd_.dll
│ │ ├── IM_MOD_RL_fits_.dll
│ │ ├── IM_MOD_RL_fpx_.dll
│ │ ├── IM_MOD_RL_gif_.dll
│ │ ├── IM_MOD_RL_gradient_.dll
│ │ ├── IM_MOD_RL_gray_.dll
│ │ ├── IM_MOD_RL_hald_.dll
│ │ ├── IM_MOD_RL_hdr_.dll
│ │ ├── IM_MOD_RL_histogram_.dll
│ │ ├── IM_MOD_RL_hrz_.dll
│ │ ├── IM_MOD_RL_html_.dll
│ │ ├── IM_MOD_RL_icon_.dll
│ │ ├── IM_MOD_RL_info_.dll
│ │ ├── IM_MOD_RL_inline_.dll
│ │ ├── IM_MOD_RL_ipl_.dll
│ │ ├── IM_MOD_RL_jbig_.dll
│ │ ├── IM_MOD_RL_jnx_.dll
│ │ ├── IM_MOD_RL_jp2_.dll
│ │ ├── IM_MOD_RL_jpeg_.dll
│ │ ├── IM_MOD_RL_label_.dll
│ │ ├── IM_MOD_RL_mac_.dll
│ │ ├── IM_MOD_RL_magick_.dll
│ │ ├── IM_MOD_RL_map_.dll
│ │ ├── IM_MOD_RL_mat_.dll
│ │ ├── IM_MOD_RL_matte_.dll
│ │ ├── IM_MOD_RL_meta_.dll
│ │ ├── IM_MOD_RL_miff_.dll
│ │ ├── IM_MOD_RL_mono_.dll
│ │ ├── IM_MOD_RL_mpc_.dll
│ │ ├── IM_MOD_RL_mpeg_.dll
│ │ ├── IM_MOD_RL_mpr_.dll
│ │ ├── IM_MOD_RL_msl_.dll
│ │ ├── IM_MOD_RL_mtv_.dll
│ │ ├── IM_MOD_RL_mvg_.dll
│ │ ├── IM_MOD_RL_null_.dll
│ │ ├── IM_MOD_RL_otb_.dll
│ │ ├── IM_MOD_RL_palm_.dll
│ │ ├── IM_MOD_RL_pango_.dll
│ │ ├── IM_MOD_RL_pattern_.dll
│ │ ├── IM_MOD_RL_pcd_.dll
│ │ ├── IM_MOD_RL_pcl_.dll
│ │ ├── IM_MOD_RL_pcx_.dll
│ │ ├── IM_MOD_RL_pdb_.dll
│ │ ├── IM_MOD_RL_pdf_.dll
│ │ ├── IM_MOD_RL_pes_.dll
│ │ ├── IM_MOD_RL_pict_.dll
│ │ ├── IM_MOD_RL_pix_.dll
│ │ ├── IM_MOD_RL_plasma_.dll
│ │ ├── IM_MOD_RL_png_.dll
│ │ ├── IM_MOD_RL_pnm_.dll
│ │ ├── IM_MOD_RL_preview_.dll
│ │ ├── IM_MOD_RL_ps2_.dll
│ │ ├── IM_MOD_RL_ps3_.dll
│ │ ├── IM_MOD_RL_psd_.dll
│ │ ├── IM_MOD_RL_ps_.dll
│ │ ├── IM_MOD_RL_pwp_.dll
│ │ ├── IM_MOD_RL_raw_.dll
│ │ ├── IM_MOD_RL_rgb_.dll
│ │ ├── IM_MOD_RL_rla_.dll
│ │ ├── IM_MOD_RL_rle_.dll
│ │ ├── IM_MOD_RL_scr_.dll
│ │ ├── IM_MOD_RL_sct_.dll
│ │ ├── IM_MOD_RL_sfw_.dll
│ │ ├── IM_MOD_RL_sgi_.dll
│ │ ├── IM_MOD_RL_stegano_.dll
│ │ ├── IM_MOD_RL_sun_.dll
│ │ ├── IM_MOD_RL_svg_.dll
│ │ ├── IM_MOD_RL_tga_.dll
│ │ ├── IM_MOD_RL_thumbnail_.dll
│ │ ├── IM_MOD_RL_tiff_.dll
│ │ ├── IM_MOD_RL_tile_.dll
│ │ ├── IM_MOD_RL_tim_.dll
│ │ ├── IM_MOD_RL_ttf_.dll
│ │ ├── IM_MOD_RL_txt_.dll
│ │ ├── IM_MOD_RL_uil_.dll
│ │ ├── IM_MOD_RL_url_.dll
│ │ ├── IM_MOD_RL_uyvy_.dll
│ │ ├── IM_MOD_RL_vicar_.dll
│ │ ├── IM_MOD_RL_vid_.dll
│ │ ├── IM_MOD_RL_viff_.dll
│ │ ├── IM_MOD_RL_wbmp_.dll
│ │ ├── IM_MOD_RL_webp_.dll
│ │ ├── IM_MOD_RL_wmf_.dll
│ │ ├── IM_MOD_RL_wpg_.dll
│ │ ├── IM_MOD_RL_xbm_.dll
│ │ ├── IM_MOD_RL_xc_.dll
│ │ ├── IM_MOD_RL_xcf_.dll
│ │ ├── IM_MOD_RL_x_.dll
│ │ ├── IM_MOD_RL_xpm_.dll
│ │ ├── IM_MOD_RL_xps_.dll
│ │ ├── IM_MOD_RL_xtrn_.dll
│ │ ├── IM_MOD_RL_xwd_.dll
│ │ ├── IM_MOD_RL_ycbcr_.dll
│ │ ├── IM_MOD_RL_yuv_.dll
│ │ └── Tutorial16
│ │ └── Tutorial16.log
│ ├── Tutorial16.vcxproj
│ ├── Tutorial16.vcxproj.filters
│ ├── workdir.props
│ └── x64
│ └── Debug
│ ├── cl.command.1.tlog
│ ├── CL.read.1.tlog
│ ├── CL.write.1.tlog
│ ├── Common.lastbuildstate
│ ├── Common.log
│ ├── Common.unsuccessfulbuild
│ ├── ogldev_vulkan_core.obj
│ ├── ogldev_vulkan.obj
│ ├── ogldev_win32_control.obj
│ ├── ogldev_xcb_control.obj
│ ├── Tutorial04.lastbuildstate
│ ├── Tutorial04.log
│ ├── Tutorial04.unsuccessfulbuild
│ ├── Tutorial17.lastbuildstate
│ ├── Tutorial17.log
│ ├── Tutorial17.unsuccessfulbuild
│ └── vc110.pdb
└── 17281033_贡乐天第四次作业.mp4
192 directories, 4191 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论