Guest User

Untitled

a guest
Feb 19th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 128.65 KB | None | 0 0
  1. .
  2. |-- bin
  3. |   |-- Debug
  4. |   |-- LCMS
  5. |   |   |-- linkicc.exe
  6. |   |   |-- linkicc.pdb
  7. |   |   |-- psicc.exe
  8. |   |   |-- psicc.pdb
  9. |   |   |-- testbed.exe
  10. |   |   |-- testbed.pdb
  11. |   |   |-- transicc.exe
  12. |   |   `-- transicc.pdb
  13. |   |-- Release
  14. |   |   |-- openjpeg.exp
  15. |   |   `-- openjpeg.lib
  16. |   |-- image_to_j2k.exe
  17. |   |-- j2k_dump.exe
  18. |   |-- j2k_to_image.exe
  19. |   `-- xpdf
  20. |       |-- pdfdetach.exe
  21. |       |-- pdffonts.exe
  22. |       |-- pdfimages.exe
  23. |       |-- pdfinfo.exe
  24. |       |-- pdftoppm.exe
  25. |       |-- pdftops.exe
  26. |       `-- pdftotext.exe
  27. |-- doc
  28. |   `-- xpdf
  29. |       |-- pdfdetach.txt
  30. |       |-- pdffonts.txt
  31. |       |-- pdfimages.txt
  32. |       |-- pdfinfo.txt
  33. |       |-- pdftoppm.txt
  34. |       |-- pdftops.txt
  35. |       |-- pdftotext.txt
  36. |       |-- sample-xpdfrc
  37. |       |-- xpdf.txt
  38. |       `-- xpdfrc.txt
  39. |-- include
  40. |   |-- FreeType
  41. |   |   |-- config
  42. |   |   |   |-- ftconfig.h
  43. |   |   |   |-- ftheader.h
  44. |   |   |   |-- ftmodule.h
  45. |   |   |   |-- ftoption.h
  46. |   |   |   `-- ftstdlib.h
  47. |   |   |-- freetype.h
  48. |   |   |-- ftadvanc.h
  49. |   |   |-- ftbbox.h
  50. |   |   |-- ftbdf.h
  51. |   |   |-- ftbitmap.h
  52. |   |   |-- ftbzip2.h
  53. |   |   |-- ftcache.h
  54. |   |   |-- ftchapters.h
  55. |   |   |-- ftcid.h
  56. |   |   |-- fterrdef.h
  57. |   |   |-- fterrors.h
  58. |   |   |-- ftgasp.h
  59. |   |   |-- ftglyph.h
  60. |   |   |-- ftgxval.h
  61. |   |   |-- ftgzip.h
  62. |   |   |-- ftimage.h
  63. |   |   |-- ftincrem.h
  64. |   |   |-- ftlcdfil.h
  65. |   |   |-- ftlist.h
  66. |   |   |-- ftlzw.h
  67. |   |   |-- ftmac.h
  68. |   |   |-- ftmm.h
  69. |   |   |-- ftmodapi.h
  70. |   |   |-- ftmoderr.h
  71. |   |   |-- ftotval.h
  72. |   |   |-- ftoutln.h
  73. |   |   |-- ftpfr.h
  74. |   |   |-- ftrender.h
  75. |   |   |-- ftsizes.h
  76. |   |   |-- ftsnames.h
  77. |   |   |-- ftstroke.h
  78. |   |   |-- ftsynth.h
  79. |   |   |-- ftsystem.h
  80. |   |   |-- fttrigon.h
  81. |   |   |-- fttypes.h
  82. |   |   |-- ftwinfnt.h
  83. |   |   |-- ftxf86.h
  84. |   |   |-- internal
  85. |   |   |   |-- autohint.h
  86. |   |   |   |-- ftcalc.h
  87. |   |   |   |-- ftdebug.h
  88. |   |   |   |-- ftdriver.h
  89. |   |   |   |-- ftgloadr.h
  90. |   |   |   |-- ftmemory.h
  91. |   |   |   |-- ftobjs.h
  92. |   |   |   |-- ftpic.h
  93. |   |   |   |-- ftrfork.h
  94. |   |   |   |-- ftserv.h
  95. |   |   |   |-- ftstream.h
  96. |   |   |   |-- fttrace.h
  97. |   |   |   |-- ftvalid.h
  98. |   |   |   |-- internal.h
  99. |   |   |   |-- psaux.h
  100. |   |   |   |-- pshints.h
  101. |   |   |   |-- services
  102. |   |   |   |   |-- svbdf.h
  103. |   |   |   |   |-- svcid.h
  104. |   |   |   |   |-- svgldict.h
  105. |   |   |   |   |-- svgxval.h
  106. |   |   |   |   |-- svkern.h
  107. |   |   |   |   |-- svmm.h
  108. |   |   |   |   |-- svotval.h
  109. |   |   |   |   |-- svpfr.h
  110. |   |   |   |   |-- svpostnm.h
  111. |   |   |   |   |-- svpscmap.h
  112. |   |   |   |   |-- svpsinfo.h
  113. |   |   |   |   |-- svsfnt.h
  114. |   |   |   |   |-- svttcmap.h
  115. |   |   |   |   |-- svtteng.h
  116. |   |   |   |   |-- svttglyf.h
  117. |   |   |   |   |-- svwinfnt.h
  118. |   |   |   |   `-- svxf86nm.h
  119. |   |   |   |-- sfnt.h
  120. |   |   |   |-- t1types.h
  121. |   |   |   `-- tttypes.h
  122. |   |   |-- t1tables.h
  123. |   |   |-- ttnameid.h
  124. |   |   |-- tttables.h
  125. |   |   |-- tttags.h
  126. |   |   `-- ttunpat.h
  127. |   |-- LCMS
  128. |   |   |-- Makefile.am
  129. |   |   |-- Makefile.in
  130. |   |   |-- lcms2.h
  131. |   |   `-- lcms2_plugin.h
  132. |   `-- ft2build.h
  133. |-- lib
  134. |   |-- FreeType.lib
  135. |   |-- lcms2_DLL.dll
  136. |   |-- lcms2_DLL.exp
  137. |   |-- lcms2_DLL.lib
  138. |   |-- lcms2_DLL.pdb
  139. |   |-- lcms2_static.lib
  140. |   |-- openjpeg.dll
  141. |   `-- openjpeg.lib
  142. |-- log
  143. `-- src
  144.     |-- FreeType2
  145.     |   |-- ChangeLog
  146.     |   |-- ChangeLog.20
  147.     |   |-- ChangeLog.21
  148.     |   |-- ChangeLog.22
  149.     |   |-- ChangeLog.23
  150.     |   |-- Jamfile
  151.     |   |-- Jamrules
  152.     |   |-- Makefile
  153.     |   |-- README
  154.     |   |-- README.git
  155.     |   |-- autogen.sh
  156.     |   |-- builds
  157.     |   |   |-- amiga
  158.     |   |   |   |-- README
  159.     |   |   |   |-- include
  160.     |   |   |   |   `-- freetype
  161.     |   |   |   |       `-- config
  162.     |   |   |   |           |-- ftconfig.h
  163.     |   |   |   |           `-- ftmodule.h
  164.     |   |   |   |-- makefile
  165.     |   |   |   |-- makefile.os4
  166.     |   |   |   |-- smakefile
  167.     |   |   |   `-- src
  168.     |   |   |       `-- base
  169.     |   |   |           |-- ftdebug.c
  170.     |   |   |           `-- ftsystem.c
  171.     |   |   |-- ansi
  172.     |   |   |   |-- ansi-def.mk
  173.     |   |   |   `-- ansi.mk
  174.     |   |   |-- atari
  175.     |   |   |   |-- ATARI.H
  176.     |   |   |   |-- FNames.SIC
  177.     |   |   |   |-- FREETYPE.PRJ
  178.     |   |   |   |-- README.TXT
  179.     |   |   |   |-- deflinejoiner.awk
  180.     |   |   |   `-- gen-purec-patch.sh
  181.     |   |   |-- beos
  182.     |   |   |   |-- beos-def.mk
  183.     |   |   |   |-- beos.mk
  184.     |   |   |   `-- detect.mk
  185.     |   |   |-- compiler
  186.     |   |   |   |-- ansi-cc.mk
  187.     |   |   |   |-- bcc-dev.mk
  188.     |   |   |   |-- bcc.mk
  189.     |   |   |   |-- emx.mk
  190.     |   |   |   |-- gcc-dev.mk
  191.     |   |   |   |-- gcc.mk
  192.     |   |   |   |-- intelc.mk
  193.     |   |   |   |-- unix-lcc.mk
  194.     |   |   |   |-- visualage.mk
  195.     |   |   |   |-- visualc.mk
  196.     |   |   |   |-- watcom.mk
  197.     |   |   |   `-- win-lcc.mk
  198.     |   |   |-- detect.mk
  199.     |   |   |-- dos
  200.     |   |   |   |-- detect.mk
  201.     |   |   |   |-- dos-def.mk
  202.     |   |   |   |-- dos-emx.mk
  203.     |   |   |   |-- dos-gcc.mk
  204.     |   |   |   `-- dos-wat.mk
  205.     |   |   |-- exports.mk
  206.     |   |   |-- freetype.mk
  207.     |   |   |-- link_dos.mk
  208.     |   |   |-- link_std.mk
  209.     |   |   |-- mac
  210.     |   |   |   |-- FreeType.m68k_cfm.make.txt
  211.     |   |   |   |-- FreeType.m68k_far.make.txt
  212.     |   |   |   |-- FreeType.ppc_carbon.make.txt
  213.     |   |   |   |-- FreeType.ppc_classic.make.txt
  214.     |   |   |   |-- README
  215.     |   |   |   |-- ascii2mpw.py
  216.     |   |   |   |-- ftlib.prj.xml
  217.     |   |   |   `-- ftmac.c
  218.     |   |   |-- modules.mk
  219.     |   |   |-- newline
  220.     |   |   |-- os2
  221.     |   |   |   |-- detect.mk
  222.     |   |   |   |-- os2-def.mk
  223.     |   |   |   |-- os2-dev.mk
  224.     |   |   |   `-- os2-gcc.mk
  225.     |   |   |-- symbian
  226.     |   |   |   |-- bld.inf
  227.     |   |   |   `-- freetype.mmp
  228.     |   |   |-- toplevel.mk
  229.     |   |   |-- unix
  230.     |   |   |   |-- configure.raw
  231.     |   |   |   |-- detect.mk
  232.     |   |   |   |-- freetype-config.in
  233.     |   |   |   |-- freetype2.in
  234.     |   |   |   |-- freetype2.m4
  235.     |   |   |   |-- ft-munmap.m4
  236.     |   |   |   |-- ft2unix.h
  237.     |   |   |   |-- ftconfig.in
  238.     |   |   |   |-- ftsystem.c
  239.     |   |   |   |-- install.mk
  240.     |   |   |   |-- mkinstalldirs
  241.     |   |   |   |-- unix-cc.in
  242.     |   |   |   |-- unix-def.in
  243.     |   |   |   |-- unix-dev.mk
  244.     |   |   |   |-- unix-lcc.mk
  245.     |   |   |   |-- unix.mk
  246.     |   |   |   `-- unixddef.mk
  247.     |   |   |-- vms
  248.     |   |   |   |-- ftconfig.h
  249.     |   |   |   `-- ftsystem.c
  250.     |   |   |-- win32
  251.     |   |   |   |-- detect.mk
  252.     |   |   |   |-- ftdebug.c
  253.     |   |   |   |-- vc2005
  254.     |   |   |   |   |-- freetype.sln
  255.     |   |   |   |   |-- freetype.vcproj
  256.     |   |   |   |   `-- index.html
  257.     |   |   |   |-- vc2008
  258.     |   |   |   |   |-- freetype.sln
  259.     |   |   |   |   |-- freetype.vcproj
  260.     |   |   |   |   `-- index.html
  261.     |   |   |   |-- vc2010
  262.     |   |   |   |   |-- freetype.sdf
  263.     |   |   |   |   |-- freetype.sln
  264.     |   |   |   |   |-- freetype.suo
  265.     |   |   |   |   |-- freetype.vcxproj
  266.     |   |   |   |   |-- freetype.vcxproj.filters
  267.     |   |   |   |   |-- freetype.vcxproj.user
  268.     |   |   |   |   |-- index.html
  269.     |   |   |   |   `-- ipch
  270.     |   |   |   |       `-- freetype-9a99daa9
  271.     |   |   |   |           |-- freetype-6c033d66.ipch
  272.     |   |   |   |           |-- freetype247-57875e63.ipch
  273.     |   |   |   |           `-- freetype247_d-447ccc8c.ipch
  274.     |   |   |   |-- visualc
  275.     |   |   |   |   |-- freetype.dsp
  276.     |   |   |   |   |-- freetype.dsw
  277.     |   |   |   |   |-- freetype.sln
  278.     |   |   |   |   |-- freetype.vcproj
  279.     |   |   |   |   `-- index.html
  280.     |   |   |   |-- visualce
  281.     |   |   |   |   |-- freetype.dsp
  282.     |   |   |   |   |-- freetype.dsw
  283.     |   |   |   |   |-- freetype.vcproj
  284.     |   |   |   |   `-- index.html
  285.     |   |   |   |-- w32-bcc.mk
  286.     |   |   |   |-- w32-bccd.mk
  287.     |   |   |   |-- w32-dev.mk
  288.     |   |   |   |-- w32-gcc.mk
  289.     |   |   |   |-- w32-icc.mk
  290.     |   |   |   |-- w32-intl.mk
  291.     |   |   |   |-- w32-lcc.mk
  292.     |   |   |   |-- w32-mingw32.mk
  293.     |   |   |   |-- w32-vcc.mk
  294.     |   |   |   |-- w32-wat.mk
  295.     |   |   |   `-- win32-def.mk
  296.     |   |   `-- wince
  297.     |   |       |-- ftdebug.c
  298.     |   |       |-- vc2005-ce
  299.     |   |       |   |-- freetype.sln
  300.     |   |       |   |-- freetype.vcproj
  301.     |   |       |   `-- index.html
  302.     |   |       `-- vc2008-ce
  303.     |   |           |-- freetype.sln
  304.     |   |           |-- freetype.vcproj
  305.     |   |           `-- index.html
  306.     |   |-- configure
  307.     |   |-- devel
  308.     |   |   |-- ft2build.h
  309.     |   |   `-- ftoption.h
  310.     |   |-- docs
  311.     |   |   |-- CHANGES
  312.     |   |   |-- CUSTOMIZE
  313.     |   |   |-- DEBUG
  314.     |   |   |-- FTL.TXT
  315.     |   |   |-- GPLv2.TXT
  316.     |   |   |-- INSTALL
  317.     |   |   |-- INSTALL.ANY
  318.     |   |   |-- INSTALL.CROSS
  319.     |   |   |-- INSTALL.GNU
  320.     |   |   |-- INSTALL.MAC
  321.     |   |   |-- INSTALL.UNIX
  322.     |   |   |-- INSTALL.VMS
  323.     |   |   |-- LICENSE.TXT
  324.     |   |   |-- MAKEPP
  325.     |   |   |-- PROBLEMS
  326.     |   |   |-- TODO
  327.     |   |   |-- VERSION.DLL
  328.     |   |   |-- formats.txt
  329.     |   |   |-- raster.txt
  330.     |   |   |-- reference
  331.     |   |   |   `-- README
  332.     |   |   `-- release
  333.     |   |-- include
  334.     |   |   |-- freetype
  335.     |   |   |   |-- config
  336.     |   |   |   |   |-- ftconfig.h
  337.     |   |   |   |   |-- ftheader.h
  338.     |   |   |   |   |-- ftmodule.h
  339.     |   |   |   |   |-- ftoption.h
  340.     |   |   |   |   `-- ftstdlib.h
  341.     |   |   |   |-- freetype.h
  342.     |   |   |   |-- ftadvanc.h
  343.     |   |   |   |-- ftbbox.h
  344.     |   |   |   |-- ftbdf.h
  345.     |   |   |   |-- ftbitmap.h
  346.     |   |   |   |-- ftbzip2.h
  347.     |   |   |   |-- ftcache.h
  348.     |   |   |   |-- ftchapters.h
  349.     |   |   |   |-- ftcid.h
  350.     |   |   |   |-- fterrdef.h
  351.     |   |   |   |-- fterrors.h
  352.     |   |   |   |-- ftgasp.h
  353.     |   |   |   |-- ftglyph.h
  354.     |   |   |   |-- ftgxval.h
  355.     |   |   |   |-- ftgzip.h
  356.     |   |   |   |-- ftimage.h
  357.     |   |   |   |-- ftincrem.h
  358.     |   |   |   |-- ftlcdfil.h
  359.     |   |   |   |-- ftlist.h
  360.     |   |   |   |-- ftlzw.h
  361.     |   |   |   |-- ftmac.h
  362.     |   |   |   |-- ftmm.h
  363.     |   |   |   |-- ftmodapi.h
  364.     |   |   |   |-- ftmoderr.h
  365.     |   |   |   |-- ftotval.h
  366.     |   |   |   |-- ftoutln.h
  367.     |   |   |   |-- ftpfr.h
  368.     |   |   |   |-- ftrender.h
  369.     |   |   |   |-- ftsizes.h
  370.     |   |   |   |-- ftsnames.h
  371.     |   |   |   |-- ftstroke.h
  372.     |   |   |   |-- ftsynth.h
  373.     |   |   |   |-- ftsystem.h
  374.     |   |   |   |-- fttrigon.h
  375.     |   |   |   |-- fttypes.h
  376.     |   |   |   |-- ftwinfnt.h
  377.     |   |   |   |-- ftxf86.h
  378.     |   |   |   |-- internal
  379.     |   |   |   |   |-- autohint.h
  380.     |   |   |   |   |-- ftcalc.h
  381.     |   |   |   |   |-- ftdebug.h
  382.     |   |   |   |   |-- ftdriver.h
  383.     |   |   |   |   |-- ftgloadr.h
  384.     |   |   |   |   |-- ftmemory.h
  385.     |   |   |   |   |-- ftobjs.h
  386.     |   |   |   |   |-- ftpic.h
  387.     |   |   |   |   |-- ftrfork.h
  388.     |   |   |   |   |-- ftserv.h
  389.     |   |   |   |   |-- ftstream.h
  390.     |   |   |   |   |-- fttrace.h
  391.     |   |   |   |   |-- ftvalid.h
  392.     |   |   |   |   |-- internal.h
  393.     |   |   |   |   |-- psaux.h
  394.     |   |   |   |   |-- pshints.h
  395.     |   |   |   |   |-- services
  396.     |   |   |   |   |   |-- svbdf.h
  397.     |   |   |   |   |   |-- svcid.h
  398.     |   |   |   |   |   |-- svgldict.h
  399.     |   |   |   |   |   |-- svgxval.h
  400.     |   |   |   |   |   |-- svkern.h
  401.     |   |   |   |   |   |-- svmm.h
  402.     |   |   |   |   |   |-- svotval.h
  403.     |   |   |   |   |   |-- svpfr.h
  404.     |   |   |   |   |   |-- svpostnm.h
  405.     |   |   |   |   |   |-- svpscmap.h
  406.     |   |   |   |   |   |-- svpsinfo.h
  407.     |   |   |   |   |   |-- svsfnt.h
  408.     |   |   |   |   |   |-- svttcmap.h
  409.     |   |   |   |   |   |-- svtteng.h
  410.     |   |   |   |   |   |-- svttglyf.h
  411.     |   |   |   |   |   |-- svwinfnt.h
  412.     |   |   |   |   |   `-- svxf86nm.h
  413.     |   |   |   |   |-- sfnt.h
  414.     |   |   |   |   |-- t1types.h
  415.     |   |   |   |   `-- tttypes.h
  416.     |   |   |   |-- t1tables.h
  417.     |   |   |   |-- ttnameid.h
  418.     |   |   |   |-- tttables.h
  419.     |   |   |   |-- tttags.h
  420.     |   |   |   `-- ttunpat.h
  421.     |   |   `-- ft2build.h
  422.     |   |-- modules.cfg
  423.     |   |-- objs
  424.     |   |   |-- README
  425.     |   |   `-- release
  426.     |   |       |-- CL.1948.read.1.tlog
  427.     |   |       |-- CL.1948.write.1.tlog
  428.     |   |       |-- CL.3680.read.1.tlog
  429.     |   |       |-- CL.3680.write.1.tlog
  430.     |   |       |-- CL.3860.read.1.tlog
  431.     |   |       |-- CL.3860.write.1.tlog
  432.     |   |       |-- CL.4012.read.1.tlog
  433.     |   |       |-- CL.4012.write.1.tlog
  434.     |   |       |-- CL.4164.read.1.tlog
  435.     |   |       |-- CL.4164.write.1.tlog
  436.     |   |       |-- CL.4188.read.1.tlog
  437.     |   |       |-- CL.4188.write.1.tlog
  438.     |   |       |-- CL.4624.read.1.tlog
  439.     |   |       |-- CL.4624.write.1.tlog
  440.     |   |       |-- CL.684.read.1.tlog
  441.     |   |       |-- CL.684.write.1.tlog
  442.     |   |       |-- CL.read.1.tlog
  443.     |   |       |-- Lib-link.read.1.tlog
  444.     |   |       |-- Lib-link.write.1.tlog
  445.     |   |       |-- autofit.obj
  446.     |   |       |-- bdf.obj
  447.     |   |       |-- cff.obj
  448.     |   |       |-- cl.command.1.tlog
  449.     |   |       |-- cl.write.1.tlog
  450.     |   |       |-- freetype.lastbuildstate
  451.     |   |       |-- freetype.log
  452.     |   |       |-- freetype.write.1.tlog
  453.     |   |       |-- ftbase.obj
  454.     |   |       |-- ftbbox.obj
  455.     |   |       |-- ftbitmap.obj
  456.     |   |       |-- ftcache.obj
  457.     |   |       |-- ftdebug.obj
  458.     |   |       |-- ftfstype.obj
  459.     |   |       |-- ftgasp.obj
  460.     |   |       |-- ftglyph.obj
  461.     |   |       |-- ftgxval.obj
  462.     |   |       |-- ftgzip.obj
  463.     |   |       |-- ftinit.obj
  464.     |   |       |-- ftlcdfil.obj
  465.     |   |       |-- ftlzw.obj
  466.     |   |       |-- ftmm.obj
  467.     |   |       |-- ftotval.obj
  468.     |   |       |-- ftpatent.obj
  469.     |   |       |-- ftpfr.obj
  470.     |   |       |-- ftstroke.obj
  471.     |   |       |-- ftsynth.obj
  472.     |   |       |-- ftsystem.obj
  473.     |   |       |-- fttype1.obj
  474.     |   |       |-- ftwinfnt.obj
  475.     |   |       |-- ftxf86.obj
  476.     |   |       |-- lib.command.1.tlog
  477.     |   |       |-- pcf.obj
  478.     |   |       |-- pfr.obj
  479.     |   |       |-- psaux.obj
  480.     |   |       |-- pshinter.obj
  481.     |   |       |-- psmodule.obj
  482.     |   |       |-- raster.obj
  483.     |   |       |-- sfnt.obj
  484.     |   |       |-- smooth.obj
  485.     |   |       |-- truetype.obj
  486.     |   |       |-- type1.obj
  487.     |   |       |-- type1cid.obj
  488.     |   |       |-- type42.obj
  489.     |   |       `-- winfnt.obj
  490.     |   |-- src
  491.     |   |   |-- Jamfile
  492.     |   |   |-- autofit
  493.     |   |   |   |-- Jamfile
  494.     |   |   |   |-- afangles.c
  495.     |   |   |   |-- afangles.h
  496.     |   |   |   |-- afcjk.c
  497.     |   |   |   |-- afcjk.h
  498.     |   |   |   |-- afdummy.c
  499.     |   |   |   |-- afdummy.h
  500.     |   |   |   |-- aferrors.h
  501.     |   |   |   |-- afglobal.c
  502.     |   |   |   |-- afglobal.h
  503.     |   |   |   |-- afhints.c
  504.     |   |   |   |-- afhints.h
  505.     |   |   |   |-- afindic.c
  506.     |   |   |   |-- afindic.h
  507.     |   |   |   |-- aflatin.c
  508.     |   |   |   |-- aflatin.h
  509.     |   |   |   |-- aflatin2.c
  510.     |   |   |   |-- aflatin2.h
  511.     |   |   |   |-- afloader.c
  512.     |   |   |   |-- afloader.h
  513.     |   |   |   |-- afmodule.c
  514.     |   |   |   |-- afmodule.h
  515.     |   |   |   |-- afpic.c
  516.     |   |   |   |-- afpic.h
  517.     |   |   |   |-- aftypes.h
  518.     |   |   |   |-- afwarp.c
  519.     |   |   |   |-- afwarp.h
  520.     |   |   |   |-- autofit.c
  521.     |   |   |   |-- module.mk
  522.     |   |   |   `-- rules.mk
  523.     |   |   |-- base
  524.     |   |   |   |-- Jamfile
  525.     |   |   |   |-- basepic.c
  526.     |   |   |   |-- basepic.h
  527.     |   |   |   |-- ftadvanc.c
  528.     |   |   |   |-- ftapi.c
  529.     |   |   |   |-- ftbase.c
  530.     |   |   |   |-- ftbase.h
  531.     |   |   |   |-- ftbbox.c
  532.     |   |   |   |-- ftbdf.c
  533.     |   |   |   |-- ftbitmap.c
  534.     |   |   |   |-- ftcalc.c
  535.     |   |   |   |-- ftcid.c
  536.     |   |   |   |-- ftdbgmem.c
  537.     |   |   |   |-- ftdebug.c
  538.     |   |   |   |-- ftfstype.c
  539.     |   |   |   |-- ftgasp.c
  540.     |   |   |   |-- ftgloadr.c
  541.     |   |   |   |-- ftglyph.c
  542.     |   |   |   |-- ftgxval.c
  543.     |   |   |   |-- ftinit.c
  544.     |   |   |   |-- ftlcdfil.c
  545.     |   |   |   |-- ftmac.c
  546.     |   |   |   |-- ftmm.c
  547.     |   |   |   |-- ftobjs.c
  548.     |   |   |   |-- ftotval.c
  549.     |   |   |   |-- ftoutln.c
  550.     |   |   |   |-- ftpatent.c
  551.     |   |   |   |-- ftpfr.c
  552.     |   |   |   |-- ftpic.c
  553.     |   |   |   |-- ftrfork.c
  554.     |   |   |   |-- ftsnames.c
  555.     |   |   |   |-- ftstream.c
  556.     |   |   |   |-- ftstroke.c
  557.     |   |   |   |-- ftsynth.c
  558.     |   |   |   |-- ftsystem.c
  559.     |   |   |   |-- fttrigon.c
  560.     |   |   |   |-- fttype1.c
  561.     |   |   |   |-- ftutil.c
  562.     |   |   |   |-- ftwinfnt.c
  563.     |   |   |   |-- ftxf86.c
  564.     |   |   |   `-- rules.mk
  565.     |   |   |-- bdf
  566.     |   |   |   |-- Jamfile
  567.     |   |   |   |-- README
  568.     |   |   |   |-- bdf.c
  569.     |   |   |   |-- bdf.h
  570.     |   |   |   |-- bdfdrivr.c
  571.     |   |   |   |-- bdfdrivr.h
  572.     |   |   |   |-- bdferror.h
  573.     |   |   |   |-- bdflib.c
  574.     |   |   |   |-- module.mk
  575.     |   |   |   `-- rules.mk
  576.     |   |   |-- bzip2
  577.     |   |   |   |-- Jamfile
  578.     |   |   |   |-- ftbzip2.c
  579.     |   |   |   `-- rules.mk
  580.     |   |   |-- cache
  581.     |   |   |   |-- Jamfile
  582.     |   |   |   |-- ftcache.c
  583.     |   |   |   |-- ftcbasic.c
  584.     |   |   |   |-- ftccache.c
  585.     |   |   |   |-- ftccache.h
  586.     |   |   |   |-- ftccback.h
  587.     |   |   |   |-- ftccmap.c
  588.     |   |   |   |-- ftcerror.h
  589.     |   |   |   |-- ftcglyph.c
  590.     |   |   |   |-- ftcglyph.h
  591.     |   |   |   |-- ftcimage.c
  592.     |   |   |   |-- ftcimage.h
  593.     |   |   |   |-- ftcmanag.c
  594.     |   |   |   |-- ftcmanag.h
  595.     |   |   |   |-- ftcmru.c
  596.     |   |   |   |-- ftcmru.h
  597.     |   |   |   |-- ftcsbits.c
  598.     |   |   |   |-- ftcsbits.h
  599.     |   |   |   `-- rules.mk
  600.     |   |   |-- cff
  601.     |   |   |   |-- Jamfile
  602.     |   |   |   |-- cff.c
  603.     |   |   |   |-- cffcmap.c
  604.     |   |   |   |-- cffcmap.h
  605.     |   |   |   |-- cffdrivr.c
  606.     |   |   |   |-- cffdrivr.h
  607.     |   |   |   |-- cfferrs.h
  608.     |   |   |   |-- cffgload.c
  609.     |   |   |   |-- cffgload.h
  610.     |   |   |   |-- cffload.c
  611.     |   |   |   |-- cffload.h
  612.     |   |   |   |-- cffobjs.c
  613.     |   |   |   |-- cffobjs.h
  614.     |   |   |   |-- cffparse.c
  615.     |   |   |   |-- cffparse.h
  616.     |   |   |   |-- cffpic.c
  617.     |   |   |   |-- cffpic.h
  618.     |   |   |   |-- cfftoken.h
  619.     |   |   |   |-- cfftypes.h
  620.     |   |   |   |-- module.mk
  621.     |   |   |   `-- rules.mk
  622.     |   |   |-- cid
  623.     |   |   |   |-- Jamfile
  624.     |   |   |   |-- ciderrs.h
  625.     |   |   |   |-- cidgload.c
  626.     |   |   |   |-- cidgload.h
  627.     |   |   |   |-- cidload.c
  628.     |   |   |   |-- cidload.h
  629.     |   |   |   |-- cidobjs.c
  630.     |   |   |   |-- cidobjs.h
  631.     |   |   |   |-- cidparse.c
  632.     |   |   |   |-- cidparse.h
  633.     |   |   |   |-- cidriver.c
  634.     |   |   |   |-- cidriver.h
  635.     |   |   |   |-- cidtoken.h
  636.     |   |   |   |-- module.mk
  637.     |   |   |   |-- rules.mk
  638.     |   |   |   `-- type1cid.c
  639.     |   |   |-- gxvalid
  640.     |   |   |   |-- Jamfile
  641.     |   |   |   |-- README
  642.     |   |   |   |-- gxvalid.c
  643.     |   |   |   |-- gxvalid.h
  644.     |   |   |   |-- gxvbsln.c
  645.     |   |   |   |-- gxvcommn.c
  646.     |   |   |   |-- gxvcommn.h
  647.     |   |   |   |-- gxverror.h
  648.     |   |   |   |-- gxvfeat.c
  649.     |   |   |   |-- gxvfeat.h
  650.     |   |   |   |-- gxvfgen.c
  651.     |   |   |   |-- gxvjust.c
  652.     |   |   |   |-- gxvkern.c
  653.     |   |   |   |-- gxvlcar.c
  654.     |   |   |   |-- gxvmod.c
  655.     |   |   |   |-- gxvmod.h
  656.     |   |   |   |-- gxvmort.c
  657.     |   |   |   |-- gxvmort.h
  658.     |   |   |   |-- gxvmort0.c
  659.     |   |   |   |-- gxvmort1.c
  660.     |   |   |   |-- gxvmort2.c
  661.     |   |   |   |-- gxvmort4.c
  662.     |   |   |   |-- gxvmort5.c
  663.     |   |   |   |-- gxvmorx.c
  664.     |   |   |   |-- gxvmorx.h
  665.     |   |   |   |-- gxvmorx0.c
  666.     |   |   |   |-- gxvmorx1.c
  667.     |   |   |   |-- gxvmorx2.c
  668.     |   |   |   |-- gxvmorx4.c
  669.     |   |   |   |-- gxvmorx5.c
  670.     |   |   |   |-- gxvopbd.c
  671.     |   |   |   |-- gxvprop.c
  672.     |   |   |   |-- gxvtrak.c
  673.     |   |   |   |-- module.mk
  674.     |   |   |   `-- rules.mk
  675.     |   |   |-- gzip
  676.     |   |   |   |-- Jamfile
  677.     |   |   |   |-- adler32.c
  678.     |   |   |   |-- ftgzip.c
  679.     |   |   |   |-- infblock.c
  680.     |   |   |   |-- infblock.h
  681.     |   |   |   |-- infcodes.c
  682.     |   |   |   |-- infcodes.h
  683.     |   |   |   |-- inffixed.h
  684.     |   |   |   |-- inflate.c
  685.     |   |   |   |-- inftrees.c
  686.     |   |   |   |-- inftrees.h
  687.     |   |   |   |-- infutil.c
  688.     |   |   |   |-- infutil.h
  689.     |   |   |   |-- rules.mk
  690.     |   |   |   |-- zconf.h
  691.     |   |   |   |-- zlib.h
  692.     |   |   |   |-- zutil.c
  693.     |   |   |   `-- zutil.h
  694.     |   |   |-- lzw
  695.     |   |   |   |-- Jamfile
  696.     |   |   |   |-- ftlzw.c
  697.     |   |   |   |-- ftzopen.c
  698.     |   |   |   |-- ftzopen.h
  699.     |   |   |   `-- rules.mk
  700.     |   |   |-- otvalid
  701.     |   |   |   |-- Jamfile
  702.     |   |   |   |-- module.mk
  703.     |   |   |   |-- otvalid.c
  704.     |   |   |   |-- otvalid.h
  705.     |   |   |   |-- otvbase.c
  706.     |   |   |   |-- otvcommn.c
  707.     |   |   |   |-- otvcommn.h
  708.     |   |   |   |-- otverror.h
  709.     |   |   |   |-- otvgdef.c
  710.     |   |   |   |-- otvgpos.c
  711.     |   |   |   |-- otvgpos.h
  712.     |   |   |   |-- otvgsub.c
  713.     |   |   |   |-- otvjstf.c
  714.     |   |   |   |-- otvmath.c
  715.     |   |   |   |-- otvmod.c
  716.     |   |   |   |-- otvmod.h
  717.     |   |   |   `-- rules.mk
  718.     |   |   |-- pcf
  719.     |   |   |   |-- Jamfile
  720.     |   |   |   |-- README
  721.     |   |   |   |-- module.mk
  722.     |   |   |   |-- pcf.c
  723.     |   |   |   |-- pcf.h
  724.     |   |   |   |-- pcfdrivr.c
  725.     |   |   |   |-- pcfdrivr.h
  726.     |   |   |   |-- pcferror.h
  727.     |   |   |   |-- pcfread.c
  728.     |   |   |   |-- pcfread.h
  729.     |   |   |   |-- pcfutil.c
  730.     |   |   |   |-- pcfutil.h
  731.     |   |   |   `-- rules.mk
  732.     |   |   |-- pfr
  733.     |   |   |   |-- Jamfile
  734.     |   |   |   |-- module.mk
  735.     |   |   |   |-- pfr.c
  736.     |   |   |   |-- pfrcmap.c
  737.     |   |   |   |-- pfrcmap.h
  738.     |   |   |   |-- pfrdrivr.c
  739.     |   |   |   |-- pfrdrivr.h
  740.     |   |   |   |-- pfrerror.h
  741.     |   |   |   |-- pfrgload.c
  742.     |   |   |   |-- pfrgload.h
  743.     |   |   |   |-- pfrload.c
  744.     |   |   |   |-- pfrload.h
  745.     |   |   |   |-- pfrobjs.c
  746.     |   |   |   |-- pfrobjs.h
  747.     |   |   |   |-- pfrsbit.c
  748.     |   |   |   |-- pfrsbit.h
  749.     |   |   |   |-- pfrtypes.h
  750.     |   |   |   `-- rules.mk
  751.     |   |   |-- psaux
  752.     |   |   |   |-- Jamfile
  753.     |   |   |   |-- afmparse.c
  754.     |   |   |   |-- afmparse.h
  755.     |   |   |   |-- module.mk
  756.     |   |   |   |-- psaux.c
  757.     |   |   |   |-- psauxerr.h
  758.     |   |   |   |-- psauxmod.c
  759.     |   |   |   |-- psauxmod.h
  760.     |   |   |   |-- psconv.c
  761.     |   |   |   |-- psconv.h
  762.     |   |   |   |-- psobjs.c
  763.     |   |   |   |-- psobjs.h
  764.     |   |   |   |-- rules.mk
  765.     |   |   |   |-- t1cmap.c
  766.     |   |   |   |-- t1cmap.h
  767.     |   |   |   |-- t1decode.c
  768.     |   |   |   `-- t1decode.h
  769.     |   |   |-- pshinter
  770.     |   |   |   |-- Jamfile
  771.     |   |   |   |-- module.mk
  772.     |   |   |   |-- pshalgo.c
  773.     |   |   |   |-- pshalgo.h
  774.     |   |   |   |-- pshglob.c
  775.     |   |   |   |-- pshglob.h
  776.     |   |   |   |-- pshinter.c
  777.     |   |   |   |-- pshmod.c
  778.     |   |   |   |-- pshmod.h
  779.     |   |   |   |-- pshnterr.h
  780.     |   |   |   |-- pshpic.c
  781.     |   |   |   |-- pshpic.h
  782.     |   |   |   |-- pshrec.c
  783.     |   |   |   |-- pshrec.h
  784.     |   |   |   `-- rules.mk
  785.     |   |   |-- psnames
  786.     |   |   |   |-- Jamfile
  787.     |   |   |   |-- module.mk
  788.     |   |   |   |-- psmodule.c
  789.     |   |   |   |-- psmodule.h
  790.     |   |   |   |-- psnamerr.h
  791.     |   |   |   |-- psnames.c
  792.     |   |   |   |-- pspic.c
  793.     |   |   |   |-- pspic.h
  794.     |   |   |   |-- pstables.h
  795.     |   |   |   `-- rules.mk
  796.     |   |   |-- raster
  797.     |   |   |   |-- Jamfile
  798.     |   |   |   |-- ftmisc.h
  799.     |   |   |   |-- ftraster.c
  800.     |   |   |   |-- ftraster.h
  801.     |   |   |   |-- ftrend1.c
  802.     |   |   |   |-- ftrend1.h
  803.     |   |   |   |-- module.mk
  804.     |   |   |   |-- raster.c
  805.     |   |   |   |-- rasterrs.h
  806.     |   |   |   |-- rastpic.c
  807.     |   |   |   |-- rastpic.h
  808.     |   |   |   `-- rules.mk
  809.     |   |   |-- sfnt
  810.     |   |   |   |-- Jamfile
  811.     |   |   |   |-- module.mk
  812.     |   |   |   |-- rules.mk
  813.     |   |   |   |-- sfdriver.c
  814.     |   |   |   |-- sfdriver.h
  815.     |   |   |   |-- sferrors.h
  816.     |   |   |   |-- sfnt.c
  817.     |   |   |   |-- sfntpic.c
  818.     |   |   |   |-- sfntpic.h
  819.     |   |   |   |-- sfobjs.c
  820.     |   |   |   |-- sfobjs.h
  821.     |   |   |   |-- ttbdf.c
  822.     |   |   |   |-- ttbdf.h
  823.     |   |   |   |-- ttcmap.c
  824.     |   |   |   |-- ttcmap.h
  825.     |   |   |   |-- ttcmapc.h
  826.     |   |   |   |-- ttkern.c
  827.     |   |   |   |-- ttkern.h
  828.     |   |   |   |-- ttload.c
  829.     |   |   |   |-- ttload.h
  830.     |   |   |   |-- ttmtx.c
  831.     |   |   |   |-- ttmtx.h
  832.     |   |   |   |-- ttpost.c
  833.     |   |   |   |-- ttpost.h
  834.     |   |   |   |-- ttsbit.c
  835.     |   |   |   |-- ttsbit.h
  836.     |   |   |   `-- ttsbit0.c
  837.     |   |   |-- smooth
  838.     |   |   |   |-- Jamfile
  839.     |   |   |   |-- ftgrays.c
  840.     |   |   |   |-- ftgrays.h
  841.     |   |   |   |-- ftsmerrs.h
  842.     |   |   |   |-- ftsmooth.c
  843.     |   |   |   |-- ftsmooth.h
  844.     |   |   |   |-- ftspic.c
  845.     |   |   |   |-- ftspic.h
  846.     |   |   |   |-- module.mk
  847.     |   |   |   |-- rules.mk
  848.     |   |   |   `-- smooth.c
  849.     |   |   |-- tools
  850.     |   |   |   |-- Jamfile
  851.     |   |   |   |-- apinames.c
  852.     |   |   |   |-- chktrcmp.py
  853.     |   |   |   |-- cordic.py
  854.     |   |   |   |-- docmaker
  855.     |   |   |   |   |-- content.py
  856.     |   |   |   |   |-- docbeauty.py
  857.     |   |   |   |   |-- docmaker.py
  858.     |   |   |   |   |-- formatter.py
  859.     |   |   |   |   |-- sources.py
  860.     |   |   |   |   |-- tohtml.py
  861.     |   |   |   |   `-- utils.py
  862.     |   |   |   |-- ftrandom
  863.     |   |   |   |   |-- Makefile
  864.     |   |   |   |   |-- README
  865.     |   |   |   |   `-- ftrandom.c
  866.     |   |   |   |-- glnames.py
  867.     |   |   |   |-- test_afm.c
  868.     |   |   |   |-- test_bbox.c
  869.     |   |   |   `-- test_trig.c
  870.     |   |   |-- truetype
  871.     |   |   |   |-- Jamfile
  872.     |   |   |   |-- module.mk
  873.     |   |   |   |-- rules.mk
  874.     |   |   |   |-- truetype.c
  875.     |   |   |   |-- ttdriver.c
  876.     |   |   |   |-- ttdriver.h
  877.     |   |   |   |-- tterrors.h
  878.     |   |   |   |-- ttgload.c
  879.     |   |   |   |-- ttgload.h
  880.     |   |   |   |-- ttgxvar.c
  881.     |   |   |   |-- ttgxvar.h
  882.     |   |   |   |-- ttinterp.c
  883.     |   |   |   |-- ttinterp.h
  884.     |   |   |   |-- ttobjs.c
  885.     |   |   |   |-- ttobjs.h
  886.     |   |   |   |-- ttpic.c
  887.     |   |   |   |-- ttpic.h
  888.     |   |   |   |-- ttpload.c
  889.     |   |   |   `-- ttpload.h
  890.     |   |   |-- type1
  891.     |   |   |   |-- Jamfile
  892.     |   |   |   |-- module.mk
  893.     |   |   |   |-- rules.mk
  894.     |   |   |   |-- t1afm.c
  895.     |   |   |   |-- t1afm.h
  896.     |   |   |   |-- t1driver.c
  897.     |   |   |   |-- t1driver.h
  898.     |   |   |   |-- t1errors.h
  899.     |   |   |   |-- t1gload.c
  900.     |   |   |   |-- t1gload.h
  901.     |   |   |   |-- t1load.c
  902.     |   |   |   |-- t1load.h
  903.     |   |   |   |-- t1objs.c
  904.     |   |   |   |-- t1objs.h
  905.     |   |   |   |-- t1parse.c
  906.     |   |   |   |-- t1parse.h
  907.     |   |   |   |-- t1tokens.h
  908.     |   |   |   `-- type1.c
  909.     |   |   |-- type42
  910.     |   |   |   |-- Jamfile
  911.     |   |   |   |-- module.mk
  912.     |   |   |   |-- rules.mk
  913.     |   |   |   |-- t42drivr.c
  914.     |   |   |   |-- t42drivr.h
  915.     |   |   |   |-- t42error.h
  916.     |   |   |   |-- t42objs.c
  917.     |   |   |   |-- t42objs.h
  918.     |   |   |   |-- t42parse.c
  919.     |   |   |   |-- t42parse.h
  920.     |   |   |   |-- t42types.h
  921.     |   |   |   `-- type42.c
  922.     |   |   `-- winfonts
  923.     |   |       |-- Jamfile
  924.     |   |       |-- fnterrs.h
  925.     |   |       |-- module.mk
  926.     |   |       |-- rules.mk
  927.     |   |       |-- winfnt.c
  928.     |   |       `-- winfnt.h
  929.     |   |-- version.sed
  930.     |   `-- vms_make.com
  931.     |-- LCMS
  932.     |   |-- AUTHORS
  933.     |   |-- COPYING
  934.     |   |-- ChangeLog
  935.     |   |-- INSTALL
  936.     |   |-- Lib
  937.     |   |   |-- BC
  938.     |   |   |   `-- BC.txt
  939.     |   |   `-- MS
  940.     |   |       `-- MS.TXT
  941.     |   |-- Makefile.am
  942.     |   |-- Makefile.in
  943.     |   |-- NEWS
  944.     |   |-- Projects
  945.     |   |   |-- BorlandC_5.5
  946.     |   |   |   |-- lcms2.rc
  947.     |   |   |   |-- lcmsdll.lk
  948.     |   |   |   |-- lcmsdll.lst
  949.     |   |   |   `-- mklcmsdll.bat
  950.     |   |   |-- VC2008
  951.     |   |   |   |-- jpegicc
  952.     |   |   |   |   `-- jpegicc.vcproj
  953.     |   |   |   |-- lcms2.rc
  954.     |   |   |   |-- lcms2.sln
  955.     |   |   |   |-- lcms2_DLL
  956.     |   |   |   |   `-- lcms2_DLL.vcproj
  957.     |   |   |   |-- lcms2_static
  958.     |   |   |   |   `-- lcms2_static.vcproj
  959.     |   |   |   |-- linkicc
  960.     |   |   |   |   `-- linkicc.vcproj
  961.     |   |   |   |-- psicc
  962.     |   |   |   |   `-- psicc.vcproj
  963.     |   |   |   |-- resource.h
  964.     |   |   |   |-- testbed
  965.     |   |   |   |   `-- testbed.vcproj
  966.     |   |   |   |-- tiffdiff
  967.     |   |   |   |   `-- tiffdiff.vcproj
  968.     |   |   |   |-- tifficc
  969.     |   |   |   |   `-- tifficc.vcproj
  970.     |   |   |   `-- transicc
  971.     |   |   |       `-- transicc.vcproj
  972.     |   |   |-- VC2010
  973.     |   |   |   |-- ipch
  974.     |   |   |   |   `-- tiffdiff-f919c696
  975.     |   |   |   |-- jpegicc
  976.     |   |   |   |   |-- Debug
  977.     |   |   |   |   |-- Release
  978.     |   |   |   |   |   |-- CL.read.1.tlog
  979.     |   |   |   |   |   |-- CL.write.1.tlog
  980.     |   |   |   |   |   |-- cl.command.1.tlog
  981.     |   |   |   |   |   |-- jpegicc.lastbuildstate
  982.     |   |   |   |   |   |-- jpegicc.log
  983.     |   |   |   |   |   |-- jpegicc.unsuccessfulbuild
  984.     |   |   |   |   |   |-- jpegicc.write.1.tlog
  985.     |   |   |   |   |   |-- vc100.pdb
  986.     |   |   |   |   |   |-- vprf.obj
  987.     |   |   |   |   |   `-- xgetopt.obj
  988.     |   |   |   |   |-- jpegicc.vcproj
  989.     |   |   |   |   |-- jpegicc.vcxproj
  990.     |   |   |   |   |-- jpegicc.vcxproj.filters
  991.     |   |   |   |   `-- jpegicc.vcxproj.user
  992.     |   |   |   |-- lcms2.rc
  993.     |   |   |   |-- lcms2.sdf
  994.     |   |   |   |-- lcms2.sln
  995.     |   |   |   |-- lcms2.suo
  996.     |   |   |   |-- lcms2_DLL
  997.     |   |   |   |   |-- Release
  998.     |   |   |   |   |   |-- CL.read.1.tlog
  999.     |   |   |   |   |   |-- CL.write.1.tlog
  1000.     |   |   |   |   |   |-- cl.command.1.tlog
  1001.     |   |   |   |   |   |-- cmscam02.obj
  1002.     |   |   |   |   |   |-- cmscgats.obj
  1003.     |   |   |   |   |   |-- cmscnvrt.obj
  1004.     |   |   |   |   |   |-- cmserr.obj
  1005.     |   |   |   |   |   |-- cmsgamma.obj
  1006.     |   |   |   |   |   |-- cmsgmt.obj
  1007.     |   |   |   |   |   |-- cmsintrp.obj
  1008.     |   |   |   |   |   |-- cmsio0.obj
  1009.     |   |   |   |   |   |-- cmsio1.obj
  1010.     |   |   |   |   |   |-- cmslut.obj
  1011.     |   |   |   |   |   |-- cmsmd5.obj
  1012.     |   |   |   |   |   |-- cmsmtrx.obj
  1013.     |   |   |   |   |   |-- cmsnamed.obj
  1014.     |   |   |   |   |   |-- cmsopt.obj
  1015.     |   |   |   |   |   |-- cmspack.obj
  1016.     |   |   |   |   |   |-- cmspcs.obj
  1017.     |   |   |   |   |   |-- cmsplugin.obj
  1018.     |   |   |   |   |   |-- cmsps2.obj
  1019.     |   |   |   |   |   |-- cmssamp.obj
  1020.     |   |   |   |   |   |-- cmssm.obj
  1021.     |   |   |   |   |   |-- cmstypes.obj
  1022.     |   |   |   |   |   |-- cmsvirt.obj
  1023.     |   |   |   |   |   |-- cmswtpnt.obj
  1024.     |   |   |   |   |   |-- cmsxform.obj
  1025.     |   |   |   |   |   |-- lcms2.res
  1026.     |   |   |   |   |   |-- lcms2_DLL.dll.intermediate.manifest
  1027.     |   |   |   |   |   |-- lcms2_DLL.lastbuildstate
  1028.     |   |   |   |   |   |-- lcms2_DLL.log
  1029.     |   |   |   |   |   |-- lcms2_DLL.write.1.tlog
  1030.     |   |   |   |   |   |-- link-cvtres.read.1.tlog
  1031.     |   |   |   |   |   |-- link-cvtres.write.1.tlog
  1032.     |   |   |   |   |   |-- link.command.1.tlog
  1033.     |   |   |   |   |   |-- link.read.1.tlog
  1034.     |   |   |   |   |   |-- link.write.1.tlog
  1035.     |   |   |   |   |   |-- mt.command.1.tlog
  1036.     |   |   |   |   |   |-- mt.read.1.tlog
  1037.     |   |   |   |   |   |-- mt.write.1.tlog
  1038.     |   |   |   |   |   |-- rc.command.1.tlog
  1039.     |   |   |   |   |   |-- rc.read.1.tlog
  1040.     |   |   |   |   |   |-- rc.write.1.tlog
  1041.     |   |   |   |   |   `-- vc100.pdb
  1042.     |   |   |   |   |-- lcms2_DLL.vcproj
  1043.     |   |   |   |   |-- lcms2_DLL.vcxproj
  1044.     |   |   |   |   |-- lcms2_DLL.vcxproj.filters
  1045.     |   |   |   |   `-- lcms2_DLL.vcxproj.user
  1046.     |   |   |   |-- lcms2_static
  1047.     |   |   |   |   |-- Release
  1048.     |   |   |   |   |   |-- CL.read.1.tlog
  1049.     |   |   |   |   |   |-- CL.write.1.tlog
  1050.     |   |   |   |   |   |-- Lib-link.read.1.tlog
  1051.     |   |   |   |   |   |-- Lib-link.write.1.tlog
  1052.     |   |   |   |   |   |-- cl.command.1.tlog
  1053.     |   |   |   |   |   |-- cmscam02.obj
  1054.     |   |   |   |   |   |-- cmscgats.obj
  1055.     |   |   |   |   |   |-- cmscnvrt.obj
  1056.     |   |   |   |   |   |-- cmserr.obj
  1057.     |   |   |   |   |   |-- cmsgamma.obj
  1058.     |   |   |   |   |   |-- cmsgmt.obj
  1059.     |   |   |   |   |   |-- cmsintrp.obj
  1060.     |   |   |   |   |   |-- cmsio0.obj
  1061.     |   |   |   |   |   |-- cmsio1.obj
  1062.     |   |   |   |   |   |-- cmslut.obj
  1063.     |   |   |   |   |   |-- cmsmd5.obj
  1064.     |   |   |   |   |   |-- cmsmtrx.obj
  1065.     |   |   |   |   |   |-- cmsnamed.obj
  1066.     |   |   |   |   |   |-- cmsopt.obj
  1067.     |   |   |   |   |   |-- cmspack.obj
  1068.     |   |   |   |   |   |-- cmspcs.obj
  1069.     |   |   |   |   |   |-- cmsplugin.obj
  1070.     |   |   |   |   |   |-- cmsps2.obj
  1071.     |   |   |   |   |   |-- cmssamp.obj
  1072.     |   |   |   |   |   |-- cmssm.obj
  1073.     |   |   |   |   |   |-- cmstypes.obj
  1074.     |   |   |   |   |   |-- cmsvirt.obj
  1075.     |   |   |   |   |   |-- cmswtpnt.obj
  1076.     |   |   |   |   |   |-- cmsxform.obj
  1077.     |   |   |   |   |   |-- lcms2_static.lastbuildstate
  1078.     |   |   |   |   |   |-- lcms2_static.log
  1079.     |   |   |   |   |   |-- lcms2_static.write.1.tlog
  1080.     |   |   |   |   |   |-- lib.command.1.tlog
  1081.     |   |   |   |   |   `-- vc100.pdb
  1082.     |   |   |   |   |-- lcms2_static.vcproj
  1083.     |   |   |   |   |-- lcms2_static.vcxproj
  1084.     |   |   |   |   |-- lcms2_static.vcxproj.filters
  1085.     |   |   |   |   `-- lcms2_static.vcxproj.user
  1086.     |   |   |   |-- linkicc
  1087.     |   |   |   |   |-- Debug
  1088.     |   |   |   |   |-- Release
  1089.     |   |   |   |   |   |-- CL.read.1.tlog
  1090.     |   |   |   |   |   |-- CL.write.1.tlog
  1091.     |   |   |   |   |   |-- cl.command.1.tlog
  1092.     |   |   |   |   |   |-- link.command.1.tlog
  1093.     |   |   |   |   |   |-- link.read.1.tlog
  1094.     |   |   |   |   |   |-- link.write.1.tlog
  1095.     |   |   |   |   |   |-- linkicc.exe.intermediate.manifest
  1096.     |   |   |   |   |   |-- linkicc.lastbuildstate
  1097.     |   |   |   |   |   |-- linkicc.log
  1098.     |   |   |   |   |   |-- linkicc.obj
  1099.     |   |   |   |   |   |-- linkicc.write.1.tlog
  1100.     |   |   |   |   |   |-- mt.command.1.tlog
  1101.     |   |   |   |   |   |-- mt.read.1.tlog
  1102.     |   |   |   |   |   |-- mt.write.1.tlog
  1103.     |   |   |   |   |   |-- vc100.pdb
  1104.     |   |   |   |   |   |-- vprf.obj
  1105.     |   |   |   |   |   `-- xgetopt.obj
  1106.     |   |   |   |   |-- linkicc.vcproj
  1107.     |   |   |   |   |-- linkicc.vcxproj
  1108.     |   |   |   |   |-- linkicc.vcxproj.filters
  1109.     |   |   |   |   `-- linkicc.vcxproj.user
  1110.     |   |   |   |-- psicc
  1111.     |   |   |   |   |-- Debug
  1112.     |   |   |   |   |-- Release
  1113.     |   |   |   |   |   |-- CL.read.1.tlog
  1114.     |   |   |   |   |   |-- CL.write.1.tlog
  1115.     |   |   |   |   |   |-- cl.command.1.tlog
  1116.     |   |   |   |   |   |-- link.command.1.tlog
  1117.     |   |   |   |   |   |-- link.read.1.tlog
  1118.     |   |   |   |   |   |-- link.write.1.tlog
  1119.     |   |   |   |   |   |-- mt.command.1.tlog
  1120.     |   |   |   |   |   |-- mt.read.1.tlog
  1121.     |   |   |   |   |   |-- mt.write.1.tlog
  1122.     |   |   |   |   |   |-- psicc.exe.intermediate.manifest
  1123.     |   |   |   |   |   |-- psicc.lastbuildstate
  1124.     |   |   |   |   |   |-- psicc.log
  1125.     |   |   |   |   |   |-- psicc.obj
  1126.     |   |   |   |   |   |-- psicc.write.1.tlog
  1127.     |   |   |   |   |   |-- vc100.pdb
  1128.     |   |   |   |   |   |-- vprf.obj
  1129.     |   |   |   |   |   `-- xgetopt.obj
  1130.     |   |   |   |   |-- psicc.vcproj
  1131.     |   |   |   |   |-- psicc.vcxproj
  1132.     |   |   |   |   |-- psicc.vcxproj.filters
  1133.     |   |   |   |   `-- psicc.vcxproj.user
  1134.     |   |   |   |-- resource.h
  1135.     |   |   |   |-- testbed
  1136.     |   |   |   |   |-- Debug
  1137.     |   |   |   |   |-- Release
  1138.     |   |   |   |   |   |-- CL.read.1.tlog
  1139.     |   |   |   |   |   |-- CL.write.1.tlog
  1140.     |   |   |   |   |   |-- cl.command.1.tlog
  1141.     |   |   |   |   |   |-- link.command.1.tlog
  1142.     |   |   |   |   |   |-- link.read.1.tlog
  1143.     |   |   |   |   |   |-- link.write.1.tlog
  1144.     |   |   |   |   |   |-- mt.command.1.tlog
  1145.     |   |   |   |   |   |-- mt.read.1.tlog
  1146.     |   |   |   |   |   |-- mt.write.1.tlog
  1147.     |   |   |   |   |   |-- testbed.exe.intermediate.manifest
  1148.     |   |   |   |   |   |-- testbed.lastbuildstate
  1149.     |   |   |   |   |   |-- testbed.log
  1150.     |   |   |   |   |   |-- testbed.write.1.tlog
  1151.     |   |   |   |   |   |-- testcms2.obj
  1152.     |   |   |   |   |   `-- vc100.pdb
  1153.     |   |   |   |   |-- testbed.vcproj
  1154.     |   |   |   |   |-- testbed.vcxproj
  1155.     |   |   |   |   |-- testbed.vcxproj.filters
  1156.     |   |   |   |   `-- testbed.vcxproj.user
  1157.     |   |   |   |-- tiffdiff
  1158.     |   |   |   |   |-- Debug
  1159.     |   |   |   |   |-- Release
  1160.     |   |   |   |   |   |-- CL.read.1.tlog
  1161.     |   |   |   |   |   |-- CL.write.1.tlog
  1162.     |   |   |   |   |   |-- cl.command.1.tlog
  1163.     |   |   |   |   |   |-- tiffdiff.lastbuildstate
  1164.     |   |   |   |   |   |-- tiffdiff.log
  1165.     |   |   |   |   |   |-- tiffdiff.unsuccessfulbuild
  1166.     |   |   |   |   |   |-- tiffdiff.write.1.tlog
  1167.     |   |   |   |   |   |-- vc100.pdb
  1168.     |   |   |   |   |   |-- vprf.obj
  1169.     |   |   |   |   |   `-- xgetopt.obj
  1170.     |   |   |   |   |-- tiffdiff.vcproj
  1171.     |   |   |   |   |-- tiffdiff.vcxproj
  1172.     |   |   |   |   |-- tiffdiff.vcxproj.filters
  1173.     |   |   |   |   `-- tiffdiff.vcxproj.user
  1174.     |   |   |   |-- tifficc
  1175.     |   |   |   |   |-- Debug
  1176.     |   |   |   |   |-- Release
  1177.     |   |   |   |   |   |-- CL.read.1.tlog
  1178.     |   |   |   |   |   |-- CL.write.1.tlog
  1179.     |   |   |   |   |   |-- cl.command.1.tlog
  1180.     |   |   |   |   |   |-- tifficc.lastbuildstate
  1181.     |   |   |   |   |   |-- tifficc.log
  1182.     |   |   |   |   |   |-- tifficc.unsuccessfulbuild
  1183.     |   |   |   |   |   |-- tifficc.write.1.tlog
  1184.     |   |   |   |   |   |-- vc100.pdb
  1185.     |   |   |   |   |   |-- vprf.obj
  1186.     |   |   |   |   |   `-- xgetopt.obj
  1187.     |   |   |   |   |-- tifficc.vcproj
  1188.     |   |   |   |   |-- tifficc.vcxproj
  1189.     |   |   |   |   |-- tifficc.vcxproj.filters
  1190.     |   |   |   |   `-- tifficc.vcxproj.user
  1191.     |   |   |   `-- transicc
  1192.     |   |   |       |-- Debug
  1193.     |   |   |       |-- Release
  1194.     |   |   |       |   |-- CL.read.1.tlog
  1195.     |   |   |       |   |-- CL.write.1.tlog
  1196.     |   |   |       |   |-- cl.command.1.tlog
  1197.     |   |   |       |   |-- link.command.1.tlog
  1198.     |   |   |       |   |-- link.read.1.tlog
  1199.     |   |   |       |   |-- link.write.1.tlog
  1200.     |   |   |       |   |-- mt.command.1.tlog
  1201.     |   |   |       |   |-- mt.read.1.tlog
  1202.     |   |   |       |   |-- mt.write.1.tlog
  1203.     |   |   |       |   |-- transicc.exe.intermediate.manifest
  1204.     |   |   |       |   |-- transicc.lastbuildstate
  1205.     |   |   |       |   |-- transicc.log
  1206.     |   |   |       |   |-- transicc.obj
  1207.     |   |   |       |   |-- transicc.write.1.tlog
  1208.     |   |   |       |   |-- vc100.pdb
  1209.     |   |   |       |   |-- vprf.obj
  1210.     |   |   |       |   `-- xgetopt.obj
  1211.     |   |   |       |-- transicc.vcproj
  1212.     |   |   |       |-- transicc.vcxproj
  1213.     |   |   |       |-- transicc.vcxproj.filters
  1214.     |   |   |       `-- transicc.vcxproj.user
  1215.     |   |   `-- mac
  1216.     |   |       `-- LittleCMS
  1217.     |   |           |-- English.lproj
  1218.     |   |           |   `-- InfoPlist.strings
  1219.     |   |           |-- Info.plist
  1220.     |   |           |-- LittleCMS.xcodeproj
  1221.     |   |           |   |-- mariama.mode1v3
  1222.     |   |           |   |-- mariama.pbxuser
  1223.     |   |           |   `-- project.pbxproj
  1224.     |   |           |-- LittleCMS_Prefix.pch
  1225.     |   |           `-- TestBed-Info.plist
  1226.     |   |-- README.1ST
  1227.     |   |-- aclocal.m4
  1228.     |   |-- autogen.sh
  1229.     |   |-- bin
  1230.     |   |   `-- Bin.txt
  1231.     |   |-- config.guess
  1232.     |   |-- config.sub
  1233.     |   |-- configure
  1234.     |   |-- configure.ac
  1235.     |   |-- depcomp
  1236.     |   |-- doc
  1237.     |   |   |-- LittleCMS2.3 API.pdf
  1238.     |   |   |-- LittleCMS2.3 Plugin API.pdf
  1239.     |   |   |-- LittleCMS2.3 tutorial.pdf
  1240.     |   |   `-- src.zip
  1241.     |   |-- include
  1242.     |   |   |-- Makefile.am
  1243.     |   |   |-- Makefile.in
  1244.     |   |   |-- lcms2.h
  1245.     |   |   `-- lcms2_plugin.h
  1246.     |   |-- install-sh
  1247.     |   |-- lcms2.pc.in
  1248.     |   |-- ltmain.sh
  1249.     |   |-- missing
  1250.     |   |-- src
  1251.     |   |   |-- Makefile.am
  1252.     |   |   |-- Makefile.in
  1253.     |   |   |-- cmscam02.c
  1254.     |   |   |-- cmscgats.c
  1255.     |   |   |-- cmscnvrt.c
  1256.     |   |   |-- cmserr.c
  1257.     |   |   |-- cmsgamma.c
  1258.     |   |   |-- cmsgmt.c
  1259.     |   |   |-- cmsintrp.c
  1260.     |   |   |-- cmsio0.c
  1261.     |   |   |-- cmsio1.c
  1262.     |   |   |-- cmslut.c
  1263.     |   |   |-- cmsmd5.c
  1264.     |   |   |-- cmsmtrx.c
  1265.     |   |   |-- cmsnamed.c
  1266.     |   |   |-- cmsopt.c
  1267.     |   |   |-- cmspack.c
  1268.     |   |   |-- cmspcs.c
  1269.     |   |   |-- cmsplugin.c
  1270.     |   |   |-- cmsps2.c
  1271.     |   |   |-- cmssamp.c
  1272.     |   |   |-- cmssm.c
  1273.     |   |   |-- cmstypes.c
  1274.     |   |   |-- cmsvirt.c
  1275.     |   |   |-- cmswtpnt.c
  1276.     |   |   |-- cmsxform.c
  1277.     |   |   |-- lcms2.def
  1278.     |   |   `-- lcms2_internal.h
  1279.     |   |-- testbed
  1280.     |   |   |-- Makefile.am
  1281.     |   |   |-- Makefile.in
  1282.     |   |   |-- bad.icc
  1283.     |   |   |-- test1.icc
  1284.     |   |   |-- test2.icc
  1285.     |   |   |-- test3.icc
  1286.     |   |   |-- test4.icc
  1287.     |   |   |-- test5.icc
  1288.     |   |   |-- testcms2.c
  1289.     |   |   |-- testthread.cpp
  1290.     |   |   `-- toosmall.icc
  1291.     |   `-- utils
  1292.     |       |-- common
  1293.     |       |   |-- utils.h
  1294.     |       |   |-- vprf.c
  1295.     |       |   `-- xgetopt.c
  1296.     |       |-- delphi
  1297.     |       |   |-- delphidemo.dpr
  1298.     |       |   |-- delphidemo.dproj
  1299.     |       |   |-- delphidemo.res
  1300.     |       |   |-- demo1.dfm
  1301.     |       |   |-- demo1.pas
  1302.     |       |   `-- lcms2dll.pas
  1303.     |       |-- jpgicc
  1304.     |       |   |-- Makefile.am
  1305.     |       |   |-- Makefile.in
  1306.     |       |   |-- iccjpeg.c
  1307.     |       |   |-- iccjpeg.h
  1308.     |       |   |-- jpgicc.1
  1309.     |       |   `-- jpgicc.c
  1310.     |       |-- linkicc
  1311.     |       |   |-- Makefile.am
  1312.     |       |   |-- Makefile.in
  1313.     |       |   |-- linkicc.1
  1314.     |       |   `-- linkicc.c
  1315.     |       |-- matlab
  1316.     |       |   |-- icctrans.c
  1317.     |       |   `-- lcms_rsp
  1318.     |       |-- psicc
  1319.     |       |   |-- Makefile.am
  1320.     |       |   |-- Makefile.in
  1321.     |       |   |-- psicc.1
  1322.     |       |   `-- psicc.c
  1323.     |       |-- samples
  1324.     |       |   |-- Makefile.am
  1325.     |       |   |-- Makefile.in
  1326.     |       |   |-- itufax.c
  1327.     |       |   |-- mkcmy.c
  1328.     |       |   |-- mkgrayer.c
  1329.     |       |   |-- mktiff8.c
  1330.     |       |   |-- roundtrip.c
  1331.     |       |   |-- vericc.c
  1332.     |       |   |-- wtpt.1
  1333.     |       |   `-- wtpt.c
  1334.     |       |-- tificc
  1335.     |       |   |-- Makefile.am
  1336.     |       |   |-- Makefile.in
  1337.     |       |   |-- tifdiff.c
  1338.     |       |   |-- tificc.1
  1339.     |       |   `-- tificc.c
  1340.     |       `-- transicc
  1341.     |           |-- Makefile.am
  1342.     |           |-- Makefile.in
  1343.     |           |-- transicc.1
  1344.     |           `-- transicc.c
  1345.     |-- LibJPEG
  1346.     |   |-- Makefile.am
  1347.     |   |-- Makefile.in
  1348.     |   |-- README
  1349.     |   |-- aclocal.m4
  1350.     |   |-- ansi2knr.1
  1351.     |   |-- ansi2knr.c
  1352.     |   |-- cderror.h
  1353.     |   |-- cdjpeg.c
  1354.     |   |-- cdjpeg.h
  1355.     |   |-- change.log
  1356.     |   |-- cjpeg.1
  1357.     |   |-- cjpeg.c
  1358.     |   |-- ckconfig.c
  1359.     |   |-- coderules.txt
  1360.     |   |-- config.guess
  1361.     |   |-- config.sub
  1362.     |   |-- configure
  1363.     |   |-- configure.ac
  1364.     |   |-- depcomp
  1365.     |   |-- djpeg.1
  1366.     |   |-- djpeg.c
  1367.     |   |-- example.c
  1368.     |   |-- filelist.txt
  1369.     |   |-- install-sh
  1370.     |   |-- install.txt
  1371.     |   |-- jaricom.c
  1372.     |   |-- jcapimin.c
  1373.     |   |-- jcapistd.c
  1374.     |   |-- jcarith.c
  1375.     |   |-- jccoefct.c
  1376.     |   |-- jccolor.c
  1377.     |   |-- jcdctmgr.c
  1378.     |   |-- jchuff.c
  1379.     |   |-- jcinit.c
  1380.     |   |-- jcmainct.c
  1381.     |   |-- jcmarker.c
  1382.     |   |-- jcmaster.c
  1383.     |   |-- jcomapi.c
  1384.     |   |-- jconfig.bcc
  1385.     |   |-- jconfig.cfg
  1386.     |   |-- jconfig.dj
  1387.     |   |-- jconfig.mac
  1388.     |   |-- jconfig.manx
  1389.     |   |-- jconfig.mc6
  1390.     |   |-- jconfig.sas
  1391.     |   |-- jconfig.st
  1392.     |   |-- jconfig.txt
  1393.     |   |-- jconfig.vc
  1394.     |   |-- jconfig.vms
  1395.     |   |-- jconfig.wat
  1396.     |   |-- jcparam.c
  1397.     |   |-- jcprepct.c
  1398.     |   |-- jcsample.c
  1399.     |   |-- jctrans.c
  1400.     |   |-- jdapimin.c
  1401.     |   |-- jdapistd.c
  1402.     |   |-- jdarith.c
  1403.     |   |-- jdatadst.c
  1404.     |   |-- jdatasrc.c
  1405.     |   |-- jdcoefct.c
  1406.     |   |-- jdcolor.c
  1407.     |   |-- jdct.h
  1408.     |   |-- jddctmgr.c
  1409.     |   |-- jdhuff.c
  1410.     |   |-- jdinput.c
  1411.     |   |-- jdmainct.c
  1412.     |   |-- jdmarker.c
  1413.     |   |-- jdmaster.c
  1414.     |   |-- jdmerge.c
  1415.     |   |-- jdosabcc.obj
  1416.     |   |-- jdosamsc.obj
  1417.     |   |-- jdosaobj.txt
  1418.     |   |-- jdpostct.c
  1419.     |   |-- jdsample.c
  1420.     |   |-- jdtrans.c
  1421.     |   |-- jerror.c
  1422.     |   |-- jerror.h
  1423.     |   |-- jfdctflt.c
  1424.     |   |-- jfdctfst.c
  1425.     |   |-- jfdctint.c
  1426.     |   |-- jidctflt.c
  1427.     |   |-- jidctfst.c
  1428.     |   |-- jidctint.c
  1429.     |   |-- jinclude.h
  1430.     |   |-- jmemansi.c
  1431.     |   |-- jmemdos.c
  1432.     |   |-- jmemdosa.asm
  1433.     |   |-- jmemmac.c
  1434.     |   |-- jmemmgr.c
  1435.     |   |-- jmemname.c
  1436.     |   |-- jmemnobs.c
  1437.     |   |-- jmemsys.h
  1438.     |   |-- jmorecfg.h
  1439.     |   |-- jpegint.h
  1440.     |   |-- jpeglib.h
  1441.     |   |-- jpegtran.1
  1442.     |   |-- jpegtran.c
  1443.     |   |-- jquant1.c
  1444.     |   |-- jquant2.c
  1445.     |   |-- jutils.c
  1446.     |   |-- jversion.h
  1447.     |   |-- libjpeg.map
  1448.     |   |-- libjpeg.txt
  1449.     |   |-- ltmain.sh
  1450.     |   |-- makcjpeg.st
  1451.     |   |-- makdjpeg.st
  1452.     |   |-- makeadsw.vc6
  1453.     |   |-- makeasln.v10
  1454.     |   |-- makecdep.vc6
  1455.     |   |-- makecdsp.vc6
  1456.     |   |-- makecfil.v10
  1457.     |   |-- makecmak.vc6
  1458.     |   |-- makecvcx.v10
  1459.     |   |-- makeddep.vc6
  1460.     |   |-- makeddsp.vc6
  1461.     |   |-- makedfil.v10
  1462.     |   |-- makedmak.vc6
  1463.     |   |-- makedvcx.v10
  1464.     |   |-- makefile.ansi
  1465.     |   |-- makefile.bcc
  1466.     |   |-- makefile.dj
  1467.     |   |-- makefile.manx
  1468.     |   |-- makefile.mc6
  1469.     |   |-- makefile.mms
  1470.     |   |-- makefile.sas
  1471.     |   |-- makefile.unix
  1472.     |   |-- makefile.vc
  1473.     |   |-- makefile.vms
  1474.     |   |-- makefile.wat
  1475.     |   |-- makejdep.vc6
  1476.     |   |-- makejdsp.vc6
  1477.     |   |-- makejdsw.vc6
  1478.     |   |-- makejfil.v10
  1479.     |   |-- makejmak.vc6
  1480.     |   |-- makejsln.v10
  1481.     |   |-- makejvcx.v10
  1482.     |   |-- makeproj.mac
  1483.     |   |-- makerdep.vc6
  1484.     |   |-- makerdsp.vc6
  1485.     |   |-- makerfil.v10
  1486.     |   |-- makermak.vc6
  1487.     |   |-- makervcx.v10
  1488.     |   |-- maketdep.vc6
  1489.     |   |-- maketdsp.vc6
  1490.     |   |-- maketfil.v10
  1491.     |   |-- maketmak.vc6
  1492.     |   |-- maketvcx.v10
  1493.     |   |-- makewdep.vc6
  1494.     |   |-- makewdsp.vc6
  1495.     |   |-- makewfil.v10
  1496.     |   |-- makewmak.vc6
  1497.     |   |-- makewvcx.v10
  1498.     |   |-- makljpeg.st
  1499.     |   |-- maktjpeg.st
  1500.     |   |-- makvms.opt
  1501.     |   |-- missing
  1502.     |   |-- rdbmp.c
  1503.     |   |-- rdcolmap.c
  1504.     |   |-- rdgif.c
  1505.     |   |-- rdjpgcom.1
  1506.     |   |-- rdjpgcom.c
  1507.     |   |-- rdppm.c
  1508.     |   |-- rdrle.c
  1509.     |   |-- rdswitch.c
  1510.     |   |-- rdtarga.c
  1511.     |   |-- readme.dos
  1512.     |   |-- structure.txt
  1513.     |   |-- testimg.bmp
  1514.     |   |-- testimg.jpg
  1515.     |   |-- testimg.ppm
  1516.     |   |-- testimgp.jpg
  1517.     |   |-- testorig.jpg
  1518.     |   |-- testprog.jpg
  1519.     |   |-- transupp.c
  1520.     |   |-- transupp.h
  1521.     |   |-- usage.txt
  1522.     |   |-- wizard.txt
  1523.     |   |-- wrbmp.c
  1524.     |   |-- wrgif.c
  1525.     |   |-- wrjpgcom.1
  1526.     |   |-- wrjpgcom.c
  1527.     |   |-- wrppm.c
  1528.     |   |-- wrrle.c
  1529.     |   `-- wrtarga.c
  1530.     |-- LibOpenJPEG
  1531.     |   |-- AUTHORS
  1532.     |   |-- CHANGES
  1533.     |   |-- CMake
  1534.     |   |   |-- CTestCustom.cmake.in
  1535.     |   |   |-- FindFCGI.cmake
  1536.     |   |   |-- FindLCMS.cmake
  1537.     |   |   |-- FindLCMS2.cmake
  1538.     |   |   `-- OpenJPEGConfig.cmake.in
  1539.     |   |-- CMakeLists.txt
  1540.     |   |-- CTestConfig.cmake
  1541.     |   |-- INSTALL
  1542.     |   |-- LICENSE
  1543.     |   |-- MSVC-proj
  1544.     |   |   |-- ALL_BUILD.vcxproj
  1545.     |   |   |-- ALL_BUILD.vcxproj.filters
  1546.     |   |   |-- ALL_BUILD.vcxproj.user
  1547.     |   |   |-- CMakeCache.txt
  1548.     |   |   |-- CMakeFiles
  1549.     |   |   |   |-- ALL_BUILD.rule
  1550.     |   |   |   |-- CMakeCCompiler.cmake
  1551.     |   |   |   |-- CMakeCPlatform.cmake
  1552.     |   |   |   |-- CMakeCXXPlatform.cmake
  1553.     |   |   |   |-- CMakeDetermineCompilerABI_C.bin
  1554.     |   |   |   |-- CMakeError.log
  1555.     |   |   |   |-- CMakeOutput.log
  1556.     |   |   |   |-- CMakeRCCompiler.cmake
  1557.     |   |   |   |-- CMakeSystem.cmake
  1558.     |   |   |   |-- CMakeTmp
  1559.     |   |   |   |   |-- CMakeFiles
  1560.     |   |   |   |   |-- Debug
  1561.     |   |   |   |   `-- cmTryCompileExec.dir
  1562.     |   |   |   |       `-- Debug
  1563.     |   |   |   |-- CheckTypeSize
  1564.     |   |   |   |   |-- CMAKE_SIZEOF_CHAR.bin
  1565.     |   |   |   |   |-- CMAKE_SIZEOF_CHAR.c
  1566.     |   |   |   |   |-- CMAKE_SIZEOF_DOUBLE.bin
  1567.     |   |   |   |   |-- CMAKE_SIZEOF_DOUBLE.c
  1568.     |   |   |   |   |-- CMAKE_SIZEOF_FLOAT.bin
  1569.     |   |   |   |   |-- CMAKE_SIZEOF_FLOAT.c
  1570.     |   |   |   |   |-- CMAKE_SIZEOF_INT.bin
  1571.     |   |   |   |   |-- CMAKE_SIZEOF_INT.c
  1572.     |   |   |   |   |-- CMAKE_SIZEOF_LONG.bin
  1573.     |   |   |   |   |-- CMAKE_SIZEOF_LONG.c
  1574.     |   |   |   |   |-- CMAKE_SIZEOF_SHORT.bin
  1575.     |   |   |   |   |-- CMAKE_SIZEOF_SHORT.c
  1576.     |   |   |   |   |-- CMAKE_SIZEOF_UNSIGNED_SHORT.bin
  1577.     |   |   |   |   |-- CMAKE_SIZEOF_UNSIGNED_SHORT.c
  1578.     |   |   |   |   |-- CMAKE_SIZEOF_VOID_P.bin
  1579.     |   |   |   |   `-- CMAKE_SIZEOF_VOID_P.c
  1580.     |   |   |   |-- Export
  1581.     |   |   |   |   `-- lib
  1582.     |   |   |   |       `-- openjpeg-1.99
  1583.     |   |   |   |           |-- OpenJPEGTargets-debug.cmake
  1584.     |   |   |   |           |-- OpenJPEGTargets-minsizerel.cmake
  1585.     |   |   |   |           |-- OpenJPEGTargets-release.cmake
  1586.     |   |   |   |           |-- OpenJPEGTargets-relwithdebinfo.cmake
  1587.     |   |   |   |           `-- OpenJPEGTargets.cmake
  1588.     |   |   |   |-- INSTALL_force.rule
  1589.     |   |   |   |-- TargetDirectories.txt
  1590.     |   |   |   |-- TestEndianess.bin
  1591.     |   |   |   |-- ZERO_CHECK.rule
  1592.     |   |   |   |-- cmake.check_cache
  1593.     |   |   |   |-- generate.stamp
  1594.     |   |   |   |-- generate.stamp.depend
  1595.     |   |   |   |-- generate.stamp.list
  1596.     |   |   |   `-- generate.stamp.rule
  1597.     |   |   |-- CTestCustom.cmake
  1598.     |   |   |-- INSTALL.vcxproj
  1599.     |   |   |-- INSTALL.vcxproj.filters
  1600.     |   |   |-- INSTALL.vcxproj.user
  1601.     |   |   |-- LibOpenJPEG.sdf
  1602.     |   |   |-- LibOpenJPEG.sln
  1603.     |   |   |-- LibOpenJPEG.suo
  1604.     |   |   |-- OpenJPEGConfig.cmake
  1605.     |   |   |-- Release
  1606.     |   |   |-- Win32
  1607.     |   |   |   `-- Release
  1608.     |   |   |       |-- ALL_BUILD
  1609.     |   |   |       |   |-- ALL_BUILD.lastbuildstate
  1610.     |   |   |       |   |-- ALL_BUILD.log
  1611.     |   |   |       |   |-- custombuild.command.1.tlog
  1612.     |   |   |       |   |-- custombuild.read.1.tlog
  1613.     |   |   |       |   `-- custombuild.write.1.tlog
  1614.     |   |   |       `-- ZERO_CHECK
  1615.     |   |   |           |-- ZERO_CHECK.lastbuildstate
  1616.     |   |   |           |-- ZERO_CHECK.log
  1617.     |   |   |           |-- custombuild.command.1.tlog
  1618.     |   |   |           |-- custombuild.read.1.tlog
  1619.     |   |   |           `-- custombuild.write.1.tlog
  1620.     |   |   |-- ZERO_CHECK.vcxproj
  1621.     |   |   |-- ZERO_CHECK.vcxproj.filters
  1622.     |   |   |-- ZERO_CHECK.vcxproj.user
  1623.     |   |   |-- applications
  1624.     |   |   |   |-- CMakeFiles
  1625.     |   |   |   |   |-- INSTALL_force.rule
  1626.     |   |   |   |   |-- generate.stamp
  1627.     |   |   |   |   `-- generate.stamp.depend
  1628.     |   |   |   |-- INSTALL.vcxproj
  1629.     |   |   |   |-- INSTALL.vcxproj.filters
  1630.     |   |   |   |-- cmake_install.cmake
  1631.     |   |   |   `-- codec
  1632.     |   |   |       |-- CMakeFiles
  1633.     |   |   |       |   |-- INSTALL_force.rule
  1634.     |   |   |       |   |-- generate.stamp
  1635.     |   |   |       |   `-- generate.stamp.depend
  1636.     |   |   |       |-- INSTALL.vcxproj
  1637.     |   |   |       |-- INSTALL.vcxproj.filters
  1638.     |   |   |       |-- cmake_install.cmake
  1639.     |   |   |       |-- image_to_j2k.dir
  1640.     |   |   |       |   |-- Debug
  1641.     |   |   |       |   `-- Release
  1642.     |   |   |       |       |-- CL.read.1.tlog
  1643.     |   |   |       |       |-- CL.write.1.tlog
  1644.     |   |   |       |       |-- cl.command.1.tlog
  1645.     |   |   |       |       |-- color.obj
  1646.     |   |   |       |       |-- convert.obj
  1647.     |   |   |       |       |-- custombuild.command.1.tlog
  1648.     |   |   |       |       |-- custombuild.read.1.tlog
  1649.     |   |   |       |       |-- custombuild.write.1.tlog
  1650.     |   |   |       |       |-- image_to_j2k.exe.intermediate.manifest
  1651.     |   |   |       |       |-- image_to_j2k.lastbuildstate
  1652.     |   |   |       |       |-- image_to_j2k.log
  1653.     |   |   |       |       |-- image_to_j2k.obj
  1654.     |   |   |       |       |-- image_to_j2k.write.1.tlog
  1655.     |   |   |       |       |-- index.obj
  1656.     |   |   |       |       |-- link.4124.read.1.tlog
  1657.     |   |   |       |       |-- link.4124.write.1.tlog
  1658.     |   |   |       |       |-- link.5080.read.1.tlog
  1659.     |   |   |       |       |-- link.5080.write.1.tlog
  1660.     |   |   |       |       |-- link.command.1.tlog
  1661.     |   |   |       |       |-- link.read.1.tlog
  1662.     |   |   |       |       |-- link.write.1.tlog
  1663.     |   |   |       |       |-- mt.command.1.tlog
  1664.     |   |   |       |       |-- mt.read.1.tlog
  1665.     |   |   |       |       |-- mt.write.1.tlog
  1666.     |   |   |       |       `-- opj_getopt.obj
  1667.     |   |   |       |-- image_to_j2k.vcxproj
  1668.     |   |   |       |-- image_to_j2k.vcxproj.filters
  1669.     |   |   |       |-- image_to_j2k.vcxproj.user
  1670.     |   |   |       |-- j2k_dump.dir
  1671.     |   |   |       |   |-- Debug
  1672.     |   |   |       |   `-- Release
  1673.     |   |   |       |       |-- CL.read.1.tlog
  1674.     |   |   |       |       |-- CL.write.1.tlog
  1675.     |   |   |       |       |-- cl.command.1.tlog
  1676.     |   |   |       |       |-- color.obj
  1677.     |   |   |       |       |-- convert.obj
  1678.     |   |   |       |       |-- custombuild.command.1.tlog
  1679.     |   |   |       |       |-- custombuild.read.1.tlog
  1680.     |   |   |       |       |-- custombuild.write.1.tlog
  1681.     |   |   |       |       |-- index.obj
  1682.     |   |   |       |       |-- j2k_dump.exe.intermediate.manifest
  1683.     |   |   |       |       |-- j2k_dump.lastbuildstate
  1684.     |   |   |       |       |-- j2k_dump.log
  1685.     |   |   |       |       |-- j2k_dump.obj
  1686.     |   |   |       |       |-- j2k_dump.write.1.tlog
  1687.     |   |   |       |       |-- link.1180.read.1.tlog
  1688.     |   |   |       |       |-- link.1180.write.1.tlog
  1689.     |   |   |       |       |-- link.2160.read.1.tlog
  1690.     |   |   |       |       |-- link.2160.write.1.tlog
  1691.     |   |   |       |       |-- link.command.1.tlog
  1692.     |   |   |       |       |-- link.read.1.tlog
  1693.     |   |   |       |       |-- link.write.1.tlog
  1694.     |   |   |       |       |-- mt.command.1.tlog
  1695.     |   |   |       |       |-- mt.read.1.tlog
  1696.     |   |   |       |       |-- mt.write.1.tlog
  1697.     |   |   |       |       `-- opj_getopt.obj
  1698.     |   |   |       |-- j2k_dump.vcxproj
  1699.     |   |   |       |-- j2k_dump.vcxproj.filters
  1700.     |   |   |       |-- j2k_dump.vcxproj.user
  1701.     |   |   |       |-- j2k_to_image.dir
  1702.     |   |   |       |   |-- Debug
  1703.     |   |   |       |   `-- Release
  1704.     |   |   |       |       |-- CL.read.1.tlog
  1705.     |   |   |       |       |-- CL.write.1.tlog
  1706.     |   |   |       |       |-- cl.command.1.tlog
  1707.     |   |   |       |       |-- color.obj
  1708.     |   |   |       |       |-- convert.obj
  1709.     |   |   |       |       |-- custombuild.command.1.tlog
  1710.     |   |   |       |       |-- custombuild.read.1.tlog
  1711.     |   |   |       |       |-- custombuild.write.1.tlog
  1712.     |   |   |       |       |-- index.obj
  1713.     |   |   |       |       |-- j2k_to_image.exe.intermediate.manifest
  1714.     |   |   |       |       |-- j2k_to_image.lastbuildstate
  1715.     |   |   |       |       |-- j2k_to_image.log
  1716.     |   |   |       |       |-- j2k_to_image.obj
  1717.     |   |   |       |       |-- j2k_to_image.write.1.tlog
  1718.     |   |   |       |       |-- link.1664.read.1.tlog
  1719.     |   |   |       |       |-- link.1664.write.1.tlog
  1720.     |   |   |       |       |-- link.2708.read.1.tlog
  1721.     |   |   |       |       |-- link.2708.write.1.tlog
  1722.     |   |   |       |       |-- link.command.1.tlog
  1723.     |   |   |       |       |-- link.read.1.tlog
  1724.     |   |   |       |       |-- link.write.1.tlog
  1725.     |   |   |       |       |-- mt.command.1.tlog
  1726.     |   |   |       |       |-- mt.read.1.tlog
  1727.     |   |   |       |       |-- mt.write.1.tlog
  1728.     |   |   |       |       `-- opj_getopt.obj
  1729.     |   |   |       |-- j2k_to_image.vcxproj
  1730.     |   |   |       |-- j2k_to_image.vcxproj.filters
  1731.     |   |   |       `-- j2k_to_image.vcxproj.user
  1732.     |   |   |-- bin
  1733.     |   |   |   |-- Debug
  1734.     |   |   |   `-- Release
  1735.     |   |   |-- cmake_install.cmake
  1736.     |   |   |-- libopenjpeg
  1737.     |   |   |   |-- CMakeFiles
  1738.     |   |   |   |   |-- INSTALL_force.rule
  1739.     |   |   |   |   |-- generate.stamp
  1740.     |   |   |   |   `-- generate.stamp.depend
  1741.     |   |   |   |-- INSTALL.vcxproj
  1742.     |   |   |   |-- INSTALL.vcxproj.filters
  1743.     |   |   |   |-- cmake_install.cmake
  1744.     |   |   |   |-- openjpeg.dir
  1745.     |   |   |   |   |-- Debug
  1746.     |   |   |   |   `-- Release
  1747.     |   |   |   |       |-- CL.read.1.tlog
  1748.     |   |   |   |       |-- CL.write.1.tlog
  1749.     |   |   |   |       |-- bio.obj
  1750.     |   |   |   |       |-- cidx_manager.obj
  1751.     |   |   |   |       |-- cio.obj
  1752.     |   |   |   |       |-- cl.command.1.tlog
  1753.     |   |   |   |       |-- custombuild.command.1.tlog
  1754.     |   |   |   |       |-- custombuild.read.1.tlog
  1755.     |   |   |   |       |-- custombuild.write.1.tlog
  1756.     |   |   |   |       |-- dwt.obj
  1757.     |   |   |   |       |-- event.obj
  1758.     |   |   |   |       |-- function_list.obj
  1759.     |   |   |   |       |-- image.obj
  1760.     |   |   |   |       |-- j2k.obj
  1761.     |   |   |   |       |-- j2k_lib.obj
  1762.     |   |   |   |       |-- jp2.obj
  1763.     |   |   |   |       |-- jpt.obj
  1764.     |   |   |   |       |-- link.command.1.tlog
  1765.     |   |   |   |       |-- link.read.1.tlog
  1766.     |   |   |   |       |-- link.write.1.tlog
  1767.     |   |   |   |       |-- mct.obj
  1768.     |   |   |   |       |-- mqc.obj
  1769.     |   |   |   |       |-- mt.command.1.tlog
  1770.     |   |   |   |       |-- mt.read.1.tlog
  1771.     |   |   |   |       |-- mt.write.1.tlog
  1772.     |   |   |   |       |-- openjpeg.dll.intermediate.manifest
  1773.     |   |   |   |       |-- openjpeg.lastbuildstate
  1774.     |   |   |   |       |-- openjpeg.lib.intermediate.manifest
  1775.     |   |   |   |       |-- openjpeg.log
  1776.     |   |   |   |       |-- openjpeg.obj
  1777.     |   |   |   |       |-- openjpeg.write.1.tlog
  1778.     |   |   |   |       |-- phix_manager.obj
  1779.     |   |   |   |       |-- pi.obj
  1780.     |   |   |   |       |-- ppix_manager.obj
  1781.     |   |   |   |       |-- raw.obj
  1782.     |   |   |   |       |-- t1.obj
  1783.     |   |   |   |       |-- t2.obj
  1784.     |   |   |   |       |-- tcd.obj
  1785.     |   |   |   |       |-- tgt.obj
  1786.     |   |   |   |       |-- thix_manager.obj
  1787.     |   |   |   |       `-- tpix_manager.obj
  1788.     |   |   |   |-- openjpeg.vcxproj
  1789.     |   |   |   |-- openjpeg.vcxproj.filters
  1790.     |   |   |   `-- openjpeg.vcxproj.user
  1791.     |   |   |-- libopenjpeg1.pc
  1792.     |   |   |-- opj_config.h
  1793.     |   |   `-- thirdparty
  1794.     |   |       |-- CMakeFiles
  1795.     |   |       |   |-- INSTALL_force.rule
  1796.     |   |       |   |-- generate.stamp
  1797.     |   |       |   `-- generate.stamp.depend
  1798.     |   |       |-- INSTALL.vcxproj
  1799.     |   |       |-- INSTALL.vcxproj.filters
  1800.     |   |       `-- cmake_install.cmake
  1801.     |   |-- Makefile.am
  1802.     |   |-- NEWS
  1803.     |   |-- README
  1804.     |   |-- THANKS
  1805.     |   |-- applications
  1806.     |   |   |-- CMakeLists.txt
  1807.     |   |   |-- JavaOpenJPEG
  1808.     |   |   |   |-- CMakeLists.txt
  1809.     |   |   |   |-- JavaOpenJPEG.c
  1810.     |   |   |   |-- JavaOpenJPEGDecoder.c
  1811.     |   |   |   |-- Makefile
  1812.     |   |   |   |-- java-jni
  1813.     |   |   |   |   |-- include
  1814.     |   |   |   |   |   |-- jawt.h
  1815.     |   |   |   |   |   |-- jdwpTransport.h
  1816.     |   |   |   |   |   |-- jni.h
  1817.     |   |   |   |   |   |-- jvmdi.h
  1818.     |   |   |   |   |   |-- jvmpi.h
  1819.     |   |   |   |   |   |-- jvmti.h
  1820.     |   |   |   |   |   `-- win32
  1821.     |   |   |   |   |       |-- jawt_md.h
  1822.     |   |   |   |   |       `-- jni_md.h
  1823.     |   |   |   |   `-- lib
  1824.     |   |   |   |       `-- jvm.lib
  1825.     |   |   |   |-- java-sources
  1826.     |   |   |   |   `-- org
  1827.     |   |   |   |       `-- openJpeg
  1828.     |   |   |   |           |-- OpenJPEGJavaDecoder.java
  1829.     |   |   |   |           `-- OpenJPEGJavaEncoder.java
  1830.     |   |   |   |-- org_openJpeg_OpenJPEGJavaDecoder.h
  1831.     |   |   |   `-- org_openJpeg_OpenJPEGJavaEncoder.h
  1832.     |   |   |-- Makefile.am
  1833.     |   |   |-- OPJViewer
  1834.     |   |   |   |-- Makefile
  1835.     |   |   |   |-- OPJViewer.dsp
  1836.     |   |   |   |-- OPJViewer.dsw
  1837.     |   |   |   |-- OPJViewer.iss
  1838.     |   |   |   |-- Readme.txt
  1839.     |   |   |   |-- about
  1840.     |   |   |   |   |-- about.htm
  1841.     |   |   |   |   `-- opj_logo.png
  1842.     |   |   |   |-- buildupdate.bat
  1843.     |   |   |   `-- source
  1844.     |   |   |       |-- OPJAbout.cpp
  1845.     |   |   |       |-- OPJChild.ico
  1846.     |   |   |       |-- OPJChild16.xpm
  1847.     |   |   |       |-- OPJDialogs.cpp
  1848.     |   |   |       |-- OPJThreads.cpp
  1849.     |   |   |       |-- OPJViewer.cpp
  1850.     |   |   |       |-- OPJViewer.h
  1851.     |   |   |       |-- OPJViewer.ico
  1852.     |   |   |       |-- OPJViewer.rc
  1853.     |   |   |       |-- OPJViewer16.xpm
  1854.     |   |   |       |-- about_htm.h
  1855.     |   |   |       |-- build.h
  1856.     |   |   |       |-- icon1.xpm
  1857.     |   |   |       |-- icon2.xpm
  1858.     |   |   |       |-- icon3.xpm
  1859.     |   |   |       |-- icon4.xpm
  1860.     |   |   |       |-- icon5.xpm
  1861.     |   |   |       |-- imagjpeg2000.cpp
  1862.     |   |   |       |-- imagjpeg2000.h
  1863.     |   |   |       |-- imagmxf.cpp
  1864.     |   |   |       |-- imagmxf.h
  1865.     |   |   |       |-- license.txt
  1866.     |   |   |       |-- opj_logo.xpm
  1867.     |   |   |       |-- readmeafter.txt
  1868.     |   |   |       |-- readmebefore.txt
  1869.     |   |   |       |-- wxj2kparser.cpp
  1870.     |   |   |       `-- wxjp2parser.cpp
  1871.     |   |   |-- codec
  1872.     |   |   |   |-- CMakeLists.txt
  1873.     |   |   |   |-- Makefile.am
  1874.     |   |   |   |-- README
  1875.     |   |   |   |-- convert.c
  1876.     |   |   |   |-- convert.h
  1877.     |   |   |   |-- image_to_j2k.c
  1878.     |   |   |   |-- index.c
  1879.     |   |   |   |-- index.h
  1880.     |   |   |   |-- j2k_dump.c
  1881.     |   |   |   |-- j2k_to_image.c
  1882.     |   |   |   `-- windirent.h
  1883.     |   |   |-- common
  1884.     |   |   |   |-- color.c
  1885.     |   |   |   |-- color.h
  1886.     |   |   |   |-- format_defs.h
  1887.     |   |   |   |-- opj_getopt.c
  1888.     |   |   |   `-- opj_getopt.h
  1889.     |   |   |-- jpip
  1890.     |   |   |   |-- CHANGES
  1891.     |   |   |   |-- CMakeLists.txt
  1892.     |   |   |   |-- Makefile.am
  1893.     |   |   |   |-- Makefile.nix
  1894.     |   |   |   |-- README
  1895.     |   |   |   |-- doc
  1896.     |   |   |   |   |-- Doxyfile
  1897.     |   |   |   |   |-- jpip_architect.png
  1898.     |   |   |   |   `-- jpip_protocol.png
  1899.     |   |   |   |-- libopenjpip
  1900.     |   |   |   |   |-- CMakeLists.txt
  1901.     |   |   |   |   |-- Makefile.am
  1902.     |   |   |   |   |-- Makefile.nix
  1903.     |   |   |   |   |-- bool.h
  1904.     |   |   |   |   |-- box_manager.c
  1905.     |   |   |   |   |-- box_manager.h
  1906.     |   |   |   |   |-- boxheader_manager.c
  1907.     |   |   |   |   |-- boxheader_manager.h
  1908.     |   |   |   |   |-- byte_manager.c
  1909.     |   |   |   |   |-- byte_manager.h
  1910.     |   |   |   |   |-- cache_manager.c
  1911.     |   |   |   |   |-- cache_manager.h
  1912.     |   |   |   |   |-- cachemodel_manager.c
  1913.     |   |   |   |   |-- cachemodel_manager.h
  1914.     |   |   |   |   |-- channel_manager.c
  1915.     |   |   |   |   |-- channel_manager.h
  1916.     |   |   |   |   |-- codestream_manager.c
  1917.     |   |   |   |   |-- codestream_manager.h
  1918.     |   |   |   |   |-- comMakefile.mk
  1919.     |   |   |   |   |-- dec_clientmsg_handler.c
  1920.     |   |   |   |   |-- dec_clientmsg_handler.h
  1921.     |   |   |   |   |-- faixbox_manager.c
  1922.     |   |   |   |   |-- faixbox_manager.h
  1923.     |   |   |   |   |-- ihdrbox_manager.c
  1924.     |   |   |   |   |-- ihdrbox_manager.h
  1925.     |   |   |   |   |-- imgreg_manager.c
  1926.     |   |   |   |   |-- imgreg_manager.h
  1927.     |   |   |   |   |-- imgsock_manager.c
  1928.     |   |   |   |   |-- imgsock_manager.h
  1929.     |   |   |   |   |-- index_manager.c
  1930.     |   |   |   |   |-- index_manager.h
  1931.     |   |   |   |   |-- j2kheader_manager.c
  1932.     |   |   |   |   |-- j2kheader_manager.h
  1933.     |   |   |   |   |-- jp2k_decoder.c
  1934.     |   |   |   |   |-- jp2k_decoder.h
  1935.     |   |   |   |   |-- jp2k_encoder.c
  1936.     |   |   |   |   |-- jp2k_encoder.h
  1937.     |   |   |   |   |-- jpip_parser.c
  1938.     |   |   |   |   |-- jpip_parser.h
  1939.     |   |   |   |   |-- jpipstream_manager.c
  1940.     |   |   |   |   |-- jpipstream_manager.h
  1941.     |   |   |   |   |-- manfbox_manager.c
  1942.     |   |   |   |   |-- manfbox_manager.h
  1943.     |   |   |   |   |-- marker_manager.c
  1944.     |   |   |   |   |-- marker_manager.h
  1945.     |   |   |   |   |-- metadata_manager.c
  1946.     |   |   |   |   |-- metadata_manager.h
  1947.     |   |   |   |   |-- mhixbox_manager.c
  1948.     |   |   |   |   |-- mhixbox_manager.h
  1949.     |   |   |   |   |-- msgqueue_manager.c
  1950.     |   |   |   |   |-- msgqueue_manager.h
  1951.     |   |   |   |   |-- openjpip.c
  1952.     |   |   |   |   |-- openjpip.h
  1953.     |   |   |   |   |-- placeholder_manager.c
  1954.     |   |   |   |   |-- placeholder_manager.h
  1955.     |   |   |   |   |-- query_parser.c
  1956.     |   |   |   |   |-- query_parser.h
  1957.     |   |   |   |   |-- session_manager.c
  1958.     |   |   |   |   |-- session_manager.h
  1959.     |   |   |   |   |-- target_manager.c
  1960.     |   |   |   |   `-- target_manager.h
  1961.     |   |   |   |-- mainpage.h
  1962.     |   |   |   |-- opj_client
  1963.     |   |   |   |   |-- CMakeLists.txt
  1964.     |   |   |   |   |-- Makefile.am
  1965.     |   |   |   |   `-- opj_dec_server
  1966.     |   |   |   |       |-- CMakeLists.txt
  1967.     |   |   |   |       |-- Makefile.am
  1968.     |   |   |   |       `-- Makefile.nix
  1969.     |   |   |   |-- opj_server
  1970.     |   |   |   |   |-- CMakeLists.txt
  1971.     |   |   |   |   `-- Makefile.am
  1972.     |   |   |   |-- tools
  1973.     |   |   |   |   |-- CMakeLists.txt
  1974.     |   |   |   |   |-- Makefile.am
  1975.     |   |   |   |   `-- Makefile.nix
  1976.     |   |   |   `-- util
  1977.     |   |   |       |-- Makefile.nix
  1978.     |   |   |       |-- addXMLinJP2.c
  1979.     |   |   |       |-- jpip_to_j2k.c
  1980.     |   |   |       |-- jpip_to_jp2.c
  1981.     |   |   |       |-- opj_dec_server.c
  1982.     |   |   |       |-- opj_server.c
  1983.     |   |   |       |-- opj_viewer
  1984.     |   |   |       |   |-- build.xml
  1985.     |   |   |       |   |-- dist
  1986.     |   |   |       |   |   |-- manifest.txt
  1987.     |   |   |       |   |   |-- opj_viewer-20111018.jar
  1988.     |   |   |       |   |   `-- opj_viewer.jar
  1989.     |   |   |       |   `-- src
  1990.     |   |   |       |       |-- ImageManager.java
  1991.     |   |   |       |       |-- ImageViewer.java
  1992.     |   |   |       |       |-- ImageWindow.java
  1993.     |   |   |       |       |-- ImgdecClient.java
  1994.     |   |   |       |       |-- JPIPHttpClient.java
  1995.     |   |   |       |       |-- MML.java
  1996.     |   |   |       |       |-- PnmImage.java
  1997.     |   |   |       |       |-- RegimViewer.java
  1998.     |   |   |       |       `-- ResizeListener.java
  1999.     |   |   |       |-- opj_viewer_xerces
  2000.     |   |   |       |   |-- build.xml
  2001.     |   |   |       |   |-- dist
  2002.     |   |   |       |   |   |-- manifest.txt
  2003.     |   |   |       |   |   |-- opj_viewer_xerces-20111010.jar
  2004.     |   |   |       |   |   `-- opj_viewer_xerces.jar
  2005.     |   |   |       |   `-- src
  2006.     |   |   |       |       |-- ImageManager.java
  2007.     |   |   |       |       |-- ImageViewer.java
  2008.     |   |   |       |       |-- ImageWindow.java
  2009.     |   |   |       |       |-- ImgdecClient.java
  2010.     |   |   |       |       |-- JP2XMLparser.java
  2011.     |   |   |       |       |-- JPIPHttpClient.java
  2012.     |   |   |       |       |-- MML.java
  2013.     |   |   |       |       |-- OptionPanel.java
  2014.     |   |   |       |       |-- PnmImage.java
  2015.     |   |   |       |       |-- RegimViewer.java
  2016.     |   |   |       |       `-- ResizeListener.java
  2017.     |   |   |       `-- test_index.c
  2018.     |   |   `-- mj2
  2019.     |   |       |-- CMakeLists.txt
  2020.     |   |       |-- Makefile.am
  2021.     |   |       |-- extract_j2k_from_mj2.c
  2022.     |   |       |-- frames_to_mj2.c
  2023.     |   |       |-- meta_out.c
  2024.     |   |       |-- meta_out.h
  2025.     |   |       |-- mj2.c
  2026.     |   |       |-- mj2.h
  2027.     |   |       |-- mj2_convert.c
  2028.     |   |       |-- mj2_convert.h
  2029.     |   |       |-- mj2_to_frames.c
  2030.     |   |       |-- mj2_to_metadata.c
  2031.     |   |       |-- mj2_to_metadata.dtd
  2032.     |   |       |-- mj2_to_metadata.h
  2033.     |   |       |-- mj2_to_metadata.sln
  2034.     |   |       |-- mj2_to_metadata.vcproj
  2035.     |   |       |-- mj2_to_metadata_Notes.doc
  2036.     |   |       |-- readme.txt
  2037.     |   |       `-- wrap_j2k_in_mj2.c
  2038.     |   |-- bootstrap.sh
  2039.     |   |-- configure.ac
  2040.     |   |-- doc
  2041.     |   |   |-- CMakeLists.txt
  2042.     |   |   |-- Doxyfile-html.dox.cmake
  2043.     |   |   |-- Doxyfile.dox
  2044.     |   |   |-- Makefile.am
  2045.     |   |   |-- mainpage.dox.cmake
  2046.     |   |   `-- man
  2047.     |   |       |-- man1
  2048.     |   |       |   |-- image_to_j2k.1
  2049.     |   |       |   |-- j2k_dump.1
  2050.     |   |       |   `-- j2k_to_image.1
  2051.     |   |       `-- man3
  2052.     |   |           `-- libopenjpeg.3
  2053.     |   |-- libopenjpeg
  2054.     |   |   |-- CMakeLists.txt
  2055.     |   |   |-- Makefile.am
  2056.     |   |   |-- bio.c
  2057.     |   |   |-- bio.h
  2058.     |   |   |-- cidx_manager.c
  2059.     |   |   |-- cidx_manager.h
  2060.     |   |   |-- cio.c
  2061.     |   |   |-- cio.h
  2062.     |   |   |-- dwt.c
  2063.     |   |   |-- dwt.h
  2064.     |   |   |-- event.c
  2065.     |   |   |-- event.h
  2066.     |   |   |-- fix.h
  2067.     |   |   |-- function_list.c
  2068.     |   |   |-- function_list.h
  2069.     |   |   |-- image.c
  2070.     |   |   |-- image.h
  2071.     |   |   |-- indexbox_manager.h
  2072.     |   |   |-- int.h
  2073.     |   |   |-- j2k.c
  2074.     |   |   |-- j2k.h
  2075.     |   |   |-- j2k_lib.c
  2076.     |   |   |-- j2k_lib.h
  2077.     |   |   |-- jp2.c
  2078.     |   |   |-- jp2.h
  2079.     |   |   |-- jpt.c
  2080.     |   |   |-- jpt.h
  2081.     |   |   |-- jpwl
  2082.     |   |   |   |-- CMakeLists.txt
  2083.     |   |   |   |-- Makefile.am
  2084.     |   |   |   |-- README.txt
  2085.     |   |   |   |-- crc.c
  2086.     |   |   |   |-- crc.h
  2087.     |   |   |   |-- jpwl.c
  2088.     |   |   |   |-- jpwl.h
  2089.     |   |   |   |-- jpwl_lib.c
  2090.     |   |   |   |-- rs.c
  2091.     |   |   |   `-- rs.h
  2092.     |   |   |-- mct.c
  2093.     |   |   |-- mct.h
  2094.     |   |   |-- mqc.c
  2095.     |   |   |-- mqc.h
  2096.     |   |   |-- openjpeg.c
  2097.     |   |   |-- openjpeg.h
  2098.     |   |   |-- opj_includes.h
  2099.     |   |   |-- opj_malloc.h
  2100.     |   |   |-- phix_manager.c
  2101.     |   |   |-- pi.c
  2102.     |   |   |-- pi.h
  2103.     |   |   |-- ppix_manager.c
  2104.     |   |   |-- raw.c
  2105.     |   |   |-- raw.h
  2106.     |   |   |-- t1.c
  2107.     |   |   |-- t1.h
  2108.     |   |   |-- t1_generate_luts.c
  2109.     |   |   |-- t1_luts.h
  2110.     |   |   |-- t2.c
  2111.     |   |   |-- t2.h
  2112.     |   |   |-- tcd.c
  2113.     |   |   |-- tcd.h
  2114.     |   |   |-- tgt.c
  2115.     |   |   |-- tgt.h
  2116.     |   |   |-- thix_manager.c
  2117.     |   |   `-- tpix_manager.c
  2118.     |   |-- libopenjpeg-jpwl.pc.in
  2119.     |   |-- libopenjpeg1.pc.cmake
  2120.     |   |-- libopenjpeg1.pc.in
  2121.     |   |-- m4
  2122.     |   |   |-- opj_check_lib.m4
  2123.     |   |   |-- opj_compiler_flag.m4
  2124.     |   |   |-- opj_doxygen.m4
  2125.     |   |   `-- pkg.m4
  2126.     |   |-- opj_config.h.cmake.in
  2127.     |   |-- tests
  2128.     |   |   |-- CMakeLists.txt
  2129.     |   |   |-- comparePGXimages.c
  2130.     |   |   |-- compareRAWimages.c
  2131.     |   |   |-- compare_dump_files.c
  2132.     |   |   |-- conformance
  2133.     |   |   |   `-- CMakeLists.txt
  2134.     |   |   `-- nonregression
  2135.     |   |       |-- CMakeLists.txt
  2136.     |   |       |-- opj_ref_decode_cmd.sh.in
  2137.     |   |       `-- test_suite.ctest.in
  2138.     |   `-- thirdparty
  2139.     |       |-- CMakeLists.txt
  2140.     |       |-- include
  2141.     |       |   |-- zconf.h
  2142.     |       |   |-- zconf.h.cmake.msvc
  2143.     |       |   `-- zlib.h
  2144.     |       |-- liblcms2
  2145.     |       |   |-- CMakeLists.txt
  2146.     |       |   |-- COPYING
  2147.     |       |   |-- include
  2148.     |       |   |   |-- lcms2.h
  2149.     |       |   |   `-- lcms2_plugin.h
  2150.     |       |   `-- src
  2151.     |       |       |-- cmscam02.c
  2152.     |       |       |-- cmscgats.c
  2153.     |       |       |-- cmscnvrt.c
  2154.     |       |       |-- cmserr.c
  2155.     |       |       |-- cmsgamma.c
  2156.     |       |       |-- cmsgmt.c
  2157.     |       |       |-- cmsintrp.c
  2158.     |       |       |-- cmsio0.c
  2159.     |       |       |-- cmsio1.c
  2160.     |       |       |-- cmslut.c
  2161.     |       |       |-- cmsmd5.c
  2162.     |       |       |-- cmsmtrx.c
  2163.     |       |       |-- cmsnamed.c
  2164.     |       |       |-- cmsopt.c
  2165.     |       |       |-- cmspack.c
  2166.     |       |       |-- cmspcs.c
  2167.     |       |       |-- cmsplugin.c
  2168.     |       |       |-- cmsps2.c
  2169.     |       |       |-- cmssamp.c
  2170.     |       |       |-- cmssm.c
  2171.     |       |       |-- cmstypes.c
  2172.     |       |       |-- cmsvirt.c
  2173.     |       |       |-- cmswtpnt.c
  2174.     |       |       |-- cmsxform.c
  2175.     |       |       |-- lcms2.def
  2176.     |       |       `-- lcms2_internal.h
  2177.     |       |-- libpng
  2178.     |       |   |-- CMakeLists.txt
  2179.     |       |   |-- LICENSE
  2180.     |       |   |-- example.c
  2181.     |       |   |-- png.c
  2182.     |       |   |-- png.h
  2183.     |       |   |-- pngconf.h
  2184.     |       |   |-- pngerror.c
  2185.     |       |   |-- pngget.c
  2186.     |       |   |-- pngmem.c
  2187.     |       |   |-- pngpread.c
  2188.     |       |   |-- pngpriv.h
  2189.     |       |   |-- pngread.c
  2190.     |       |   |-- pngrio.c
  2191.     |       |   |-- pngrtran.c
  2192.     |       |   |-- pngrutil.c
  2193.     |       |   |-- pngset.c
  2194.     |       |   |-- pngtest.c
  2195.     |       |   |-- pngtrans.c
  2196.     |       |   |-- pngwio.c
  2197.     |       |   |-- pngwrite.c
  2198.     |       |   |-- pngwtran.c
  2199.     |       |   `-- pngwutil.c
  2200.     |       |-- libtiff
  2201.     |       |   |-- CMakeLists.txt
  2202.     |       |   |-- t4.h
  2203.     |       |   |-- tif_apple.c
  2204.     |       |   |-- tif_aux.c
  2205.     |       |   |-- tif_close.c
  2206.     |       |   |-- tif_codec.c
  2207.     |       |   |-- tif_color.c
  2208.     |       |   |-- tif_compress.c
  2209.     |       |   |-- tif_config.h
  2210.     |       |   |-- tif_dir.c
  2211.     |       |   |-- tif_dir.h
  2212.     |       |   |-- tif_dirinfo.c
  2213.     |       |   |-- tif_dirread.c
  2214.     |       |   |-- tif_dirwrite.c
  2215.     |       |   |-- tif_dumpmode.c
  2216.     |       |   |-- tif_error.c
  2217.     |       |   |-- tif_extension.c
  2218.     |       |   |-- tif_fax3.c
  2219.     |       |   |-- tif_fax3.h
  2220.     |       |   |-- tif_fax3sm.c
  2221.     |       |   |-- tif_flush.c
  2222.     |       |   |-- tif_getimage.c
  2223.     |       |   |-- tif_jbig.c
  2224.     |       |   |-- tif_jpeg.c
  2225.     |       |   |-- tif_luv.c
  2226.     |       |   |-- tif_lzw.c
  2227.     |       |   |-- tif_next.c
  2228.     |       |   |-- tif_ojpeg.c
  2229.     |       |   |-- tif_open.c
  2230.     |       |   |-- tif_packbits.c
  2231.     |       |   |-- tif_pixarlog.c
  2232.     |       |   |-- tif_predict.c
  2233.     |       |   |-- tif_predict.h
  2234.     |       |   |-- tif_print.c
  2235.     |       |   |-- tif_read.c
  2236.     |       |   |-- tif_stream.cxx
  2237.     |       |   |-- tif_strip.c
  2238.     |       |   |-- tif_swab.c
  2239.     |       |   |-- tif_thunder.c
  2240.     |       |   |-- tif_tile.c
  2241.     |       |   |-- tif_unix.c
  2242.     |       |   |-- tif_version.c
  2243.     |       |   |-- tif_warning.c
  2244.     |       |   |-- tif_win32.c
  2245.     |       |   |-- tif_write.c
  2246.     |       |   |-- tif_zip.c
  2247.     |       |   |-- tiff.h
  2248.     |       |   |-- tiffconf.h
  2249.     |       |   |-- tiffio.h
  2250.     |       |   |-- tiffio.hxx
  2251.     |       |   |-- tiffiop.h
  2252.     |       |   |-- tiffvers.h
  2253.     |       |   `-- uvcode.h
  2254.     |       `-- libz
  2255.     |           |-- CMakeLists.txt
  2256.     |           |-- adler32.c
  2257.     |           |-- compress.c
  2258.     |           |-- crc32.c
  2259.     |           |-- crc32.h
  2260.     |           |-- deflate.c
  2261.     |           |-- deflate.h
  2262.     |           |-- example.c
  2263.     |           |-- gzclose.c
  2264.     |           |-- gzguts.h
  2265.     |           |-- gzlib.c
  2266.     |           |-- gzread.c
  2267.     |           |-- gzwrite.c
  2268.     |           |-- infback.c
  2269.     |           |-- inffast.c
  2270.     |           |-- inffast.h
  2271.     |           |-- inffixed.h
  2272.     |           |-- inflate.c
  2273.     |           |-- inflate.h
  2274.     |           |-- inftrees.c
  2275.     |           |-- inftrees.h
  2276.     |           |-- minigzip.c
  2277.     |           |-- trees.c
  2278.     |           |-- trees.h
  2279.     |           |-- uncompr.c
  2280.     |           |-- zlib.h
  2281.     |           |-- zutil.c
  2282.     |           `-- zutil.h
  2283.     |-- poppler
  2284.     |   |-- AUTHORS
  2285.     |   |-- CMakeLists.txt
  2286.     |   |-- COPYING
  2287.     |   |-- ConfigureChecks.cmake
  2288.     |   |-- INSTALL
  2289.     |   |-- MSVC-proj
  2290.     |   |   |-- ALL_BUILD.vcxproj
  2291.     |   |   |-- ALL_BUILD.vcxproj.filters
  2292.     |   |   |-- ALL_BUILD.vcxproj.user
  2293.     |   |   |-- CMakeCache.txt
  2294.     |   |   |-- CMakeFiles
  2295.     |   |   |   |-- ALL_BUILD.rule
  2296.     |   |   |   |-- CMakeCCompiler.cmake
  2297.     |   |   |   |-- CMakeCPlatform.cmake
  2298.     |   |   |   |-- CMakeCXXCompiler.cmake
  2299.     |   |   |   |-- CMakeCXXPlatform.cmake
  2300.     |   |   |   |-- CMakeDetermineCompilerABI_C.bin
  2301.     |   |   |   |-- CMakeDetermineCompilerABI_CXX.bin
  2302.     |   |   |   |-- CMakeError.log
  2303.     |   |   |   |-- CMakeOutput.log
  2304.     |   |   |   |-- CMakeRCCompiler.cmake
  2305.     |   |   |   |-- CMakeSystem.cmake
  2306.     |   |   |   |-- CMakeTmp
  2307.     |   |   |   |   |-- CMakeFiles
  2308.     |   |   |   |   |-- Debug
  2309.     |   |   |   |   `-- cmTryCompileExec.dir
  2310.     |   |   |   |       `-- Debug
  2311.     |   |   |   |-- CheckTypeSize
  2312.     |   |   |   |   |-- CMAKE_SIZEOF_UNSIGNED_SHORT.bin
  2313.     |   |   |   |   `-- CMAKE_SIZEOF_UNSIGNED_SHORT.c
  2314.     |   |   |   |-- INSTALL_force.rule
  2315.     |   |   |   |-- RUN_TESTS_force.rule
  2316.     |   |   |   |-- TargetDirectories.txt
  2317.     |   |   |   |-- TestEndianess.bin
  2318.     |   |   |   |-- ZERO_CHECK.rule
  2319.     |   |   |   |-- cmake.check_cache
  2320.     |   |   |   |-- generate.stamp
  2321.     |   |   |   |-- generate.stamp.depend
  2322.     |   |   |   |-- generate.stamp.list
  2323.     |   |   |   `-- generate.stamp.rule
  2324.     |   |   |-- CMakeTmp
  2325.     |   |   |   `-- FindLCMS.cxx
  2326.     |   |   |-- CTestTestfile.cmake
  2327.     |   |   |-- Debug
  2328.     |   |   |-- INSTALL.vcxproj
  2329.     |   |   |-- INSTALL.vcxproj.filters
  2330.     |   |   |-- INSTALL.vcxproj.user
  2331.     |   |   |-- RUN_TESTS.vcxproj
  2332.     |   |   |-- RUN_TESTS.vcxproj.filters
  2333.     |   |   |-- RUN_TESTS.vcxproj.user
  2334.     |   |   |-- Release
  2335.     |   |   |-- Win32
  2336.     |   |   |   `-- Release
  2337.     |   |   |       |-- ALL_BUILD
  2338.     |   |   |       |   |-- ALL_BUILD.Build.CppClean.log
  2339.     |   |   |       |   |-- ALL_BUILD.lastbuildstate
  2340.     |   |   |       |   |-- ALL_BUILD.log
  2341.     |   |   |       |   |-- custombuild.command.1.tlog
  2342.     |   |   |       |   |-- custombuild.read.1.tlog
  2343.     |   |   |       |   `-- custombuild.write.1.tlog
  2344.     |   |   |       `-- ZERO_CHECK
  2345.     |   |   |           |-- ZERO_CHECK.Build.CppClean.log
  2346.     |   |   |           |-- ZERO_CHECK.lastbuildstate
  2347.     |   |   |           |-- ZERO_CHECK.log
  2348.     |   |   |           |-- custombuild.command.1.tlog
  2349.     |   |   |           |-- custombuild.read.1.tlog
  2350.     |   |   |           `-- custombuild.write.1.tlog
  2351.     |   |   |-- ZERO_CHECK.vcxproj
  2352.     |   |   |-- ZERO_CHECK.vcxproj.filters
  2353.     |   |   |-- ZERO_CHECK.vcxproj.user
  2354.     |   |   |-- cmake_install.cmake
  2355.     |   |   |-- config.h
  2356.     |   |   |-- cpp
  2357.     |   |   |   |-- CMakeFiles
  2358.     |   |   |   |   |-- INSTALL_force.rule
  2359.     |   |   |   |   |-- RUN_TESTS_force.rule
  2360.     |   |   |   |   |-- generate.stamp
  2361.     |   |   |   |   `-- generate.stamp.depend
  2362.     |   |   |   |-- CTestTestfile.cmake
  2363.     |   |   |   |-- Debug
  2364.     |   |   |   |-- INSTALL.vcxproj
  2365.     |   |   |   |-- INSTALL.vcxproj.filters
  2366.     |   |   |   |-- RUN_TESTS.vcxproj
  2367.     |   |   |   |-- RUN_TESTS.vcxproj.filters
  2368.     |   |   |   |-- Release
  2369.     |   |   |   |-- cmake_install.cmake
  2370.     |   |   |   |-- poppler-cpp.dir
  2371.     |   |   |   |   |-- Debug
  2372.     |   |   |   |   `-- Release
  2373.     |   |   |   |       |-- CL.read.1.tlog
  2374.     |   |   |   |       |-- CL.write.1.tlog
  2375.     |   |   |   |       |-- PNMWriter.obj
  2376.     |   |   |   |       |-- cl.command.1.tlog
  2377.     |   |   |   |       |-- custombuild.command.1.tlog
  2378.     |   |   |   |       |-- custombuild.read.1.tlog
  2379.     |   |   |   |       |-- custombuild.write.1.tlog
  2380.     |   |   |   |       |-- link.command.1.tlog
  2381.     |   |   |   |       |-- link.read.1.tlog
  2382.     |   |   |   |       |-- link.write.1.tlog
  2383.     |   |   |   |       |-- poppler-cpp.Build.CppClean.log
  2384.     |   |   |   |       |-- poppler-cpp.lastbuildstate
  2385.     |   |   |   |       |-- poppler-cpp.log
  2386.     |   |   |   |       |-- poppler-cpp.unsuccessfulbuild
  2387.     |   |   |   |       |-- poppler-cpp.write.1.tlog
  2388.     |   |   |   |       |-- poppler-document.obj
  2389.     |   |   |   |       |-- poppler-embedded-file.obj
  2390.     |   |   |   |       |-- poppler-font.obj
  2391.     |   |   |   |       |-- poppler-global.obj
  2392.     |   |   |   |       |-- poppler-image.obj
  2393.     |   |   |   |       |-- poppler-page-renderer.obj
  2394.     |   |   |   |       |-- poppler-page-transition.obj
  2395.     |   |   |   |       |-- poppler-page.obj
  2396.     |   |   |   |       |-- poppler-private.obj
  2397.     |   |   |   |       |-- poppler-rectangle.obj
  2398.     |   |   |   |       |-- poppler-toc.obj
  2399.     |   |   |   |       `-- poppler-version.obj
  2400.     |   |   |   |-- poppler-cpp.vcxproj
  2401.     |   |   |   |-- poppler-cpp.vcxproj.filters
  2402.     |   |   |   |-- poppler-cpp.vcxproj.user
  2403.     |   |   |   |-- poppler-version.h
  2404.     |   |   |   `-- tests
  2405.     |   |   |       |-- CMakeFiles
  2406.     |   |   |       |   |-- INSTALL_force.rule
  2407.     |   |   |       |   |-- RUN_TESTS_force.rule
  2408.     |   |   |       |   |-- generate.stamp
  2409.     |   |   |       |   `-- generate.stamp.depend
  2410.     |   |   |       |-- CTestTestfile.cmake
  2411.     |   |   |       |-- Debug
  2412.     |   |   |       |-- INSTALL.vcxproj
  2413.     |   |   |       |-- INSTALL.vcxproj.filters
  2414.     |   |   |       |-- RUN_TESTS.vcxproj
  2415.     |   |   |       |-- RUN_TESTS.vcxproj.filters
  2416.     |   |   |       |-- Release
  2417.     |   |   |       |-- cmake_install.cmake
  2418.     |   |   |       |-- poppler-dump.dir
  2419.     |   |   |       |   |-- Debug
  2420.     |   |   |       |   `-- Release
  2421.     |   |   |       |       |-- CL.read.1.tlog
  2422.     |   |   |       |       |-- CL.write.1.tlog
  2423.     |   |   |       |       |-- cl.command.1.tlog
  2424.     |   |   |       |       |-- custombuild.command.1.tlog
  2425.     |   |   |       |       |-- custombuild.read.1.tlog
  2426.     |   |   |       |       |-- custombuild.write.1.tlog
  2427.     |   |   |       |       |-- link.command.1.tlog
  2428.     |   |   |       |       |-- link.read.1.tlog
  2429.     |   |   |       |       |-- link.write.1.tlog
  2430.     |   |   |       |       |-- parseargs.obj
  2431.     |   |   |       |       |-- poppler-dump.Build.CppClean.log
  2432.     |   |   |       |       |-- poppler-dump.lastbuildstate
  2433.     |   |   |       |       |-- poppler-dump.log
  2434.     |   |   |       |       |-- poppler-dump.obj
  2435.     |   |   |       |       |-- poppler-dump.unsuccessfulbuild
  2436.     |   |   |       |       `-- poppler-dump.write.1.tlog
  2437.     |   |   |       |-- poppler-dump.vcxproj
  2438.     |   |   |       |-- poppler-dump.vcxproj.filters
  2439.     |   |   |       |-- poppler-dump.vcxproj.user
  2440.     |   |   |       |-- poppler-render.dir
  2441.     |   |   |       |   |-- Debug
  2442.     |   |   |       |   `-- Release
  2443.     |   |   |       |       |-- CL.read.1.tlog
  2444.     |   |   |       |       |-- CL.write.1.tlog
  2445.     |   |   |       |       |-- cl.command.1.tlog
  2446.     |   |   |       |       |-- custombuild.command.1.tlog
  2447.     |   |   |       |       |-- custombuild.read.1.tlog
  2448.     |   |   |       |       |-- custombuild.write.1.tlog
  2449.     |   |   |       |       |-- link.command.1.tlog
  2450.     |   |   |       |       |-- link.read.1.tlog
  2451.     |   |   |       |       |-- link.write.1.tlog
  2452.     |   |   |       |       |-- parseargs.obj
  2453.     |   |   |       |       |-- poppler-render.Build.CppClean.log
  2454.     |   |   |       |       |-- poppler-render.lastbuildstate
  2455.     |   |   |       |       |-- poppler-render.log
  2456.     |   |   |       |       |-- poppler-render.obj
  2457.     |   |   |       |       |-- poppler-render.unsuccessfulbuild
  2458.     |   |   |       |       `-- poppler-render.write.1.tlog
  2459.     |   |   |       |-- poppler-render.vcxproj
  2460.     |   |   |       |-- poppler-render.vcxproj.filters
  2461.     |   |   |       `-- poppler-render.vcxproj.user
  2462.     |   |   |-- poppler
  2463.     |   |   |   `-- poppler-config.h
  2464.     |   |   |-- poppler.dir
  2465.     |   |   |   |-- Debug
  2466.     |   |   |   `-- Release
  2467.     |   |   |       |-- Annot.obj
  2468.     |   |   |       |-- Array.obj
  2469.     |   |   |       |-- BuiltinFont.obj
  2470.     |   |   |       |-- BuiltinFontTables.obj
  2471.     |   |   |       |-- CL.read.1.tlog
  2472.     |   |   |       |-- CL.write.1.tlog
  2473.     |   |   |       |-- CMap.obj
  2474.     |   |   |       |-- CachedFile.obj
  2475.     |   |   |       |-- Catalog.obj
  2476.     |   |   |       |-- CharCodeToUnicode.obj
  2477.     |   |   |       |-- DCTStream.obj
  2478.     |   |   |       |-- DateInfo.obj
  2479.     |   |   |       |-- Decrypt.obj
  2480.     |   |   |       |-- Dict.obj
  2481.     |   |   |       |-- Error.obj
  2482.     |   |   |       |-- FileSpec.obj
  2483.     |   |   |       |-- FixedPoint.obj
  2484.     |   |   |       |-- FoFiBase.obj
  2485.     |   |   |       |-- FoFiEncodings.obj
  2486.     |   |   |       |-- FoFiTrueType.obj
  2487.     |   |   |       |-- FoFiType1.obj
  2488.     |   |   |       |-- FoFiType1C.obj
  2489.     |   |   |       |-- FontEncodingTables.obj
  2490.     |   |   |       |-- FontInfo.obj
  2491.     |   |   |       |-- Form.obj
  2492.     |   |   |       |-- Function.obj
  2493.     |   |   |       |-- Gfx.obj
  2494.     |   |   |       |-- GfxFont.obj
  2495.     |   |   |       |-- GlobalParams.obj
  2496.     |   |   |       |-- GooHash.obj
  2497.     |   |   |       |-- GooList.obj
  2498.     |   |   |       |-- GooString.obj
  2499.     |   |   |       |-- GooTimer.obj
  2500.     |   |   |       |-- Hints.obj
  2501.     |   |   |       |-- ImgWriter.obj
  2502.     |   |   |       |-- JArithmeticDecoder.obj
  2503.     |   |   |       |-- JBIG2Stream.obj
  2504.     |   |   |       |-- JpegWriter.obj
  2505.     |   |   |       |-- Lexer.obj
  2506.     |   |   |       |-- Linearization.obj
  2507.     |   |   |       |-- Link.obj
  2508.     |   |   |       |-- LocalPDFDocBuilder.obj
  2509.     |   |   |       |-- Movie.obj
  2510.     |   |   |       |-- NameToCharCode.obj
  2511.     |   |   |       |-- Object.obj
  2512.     |   |   |       |-- OptionalContent.obj
  2513.     |   |   |       |-- Outline.obj
  2514.     |   |   |       |-- OutputDev.obj
  2515.     |   |   |       |-- PDFDoc.obj
  2516.     |   |   |       |-- PDFDocEncoding.obj
  2517.     |   |   |       |-- PDFDocFactory.obj
  2518.     |   |   |       |-- PNGWriter.obj
  2519.     |   |   |       |-- PSOutputDev.obj
  2520.     |   |   |       |-- PSTokenizer.obj
  2521.     |   |   |       |-- Page.obj
  2522.     |   |   |       |-- PageLabelInfo.obj
  2523.     |   |   |       |-- PageTransition.obj
  2524.     |   |   |       |-- Parser.obj
  2525.     |   |   |       |-- PopplerCache.obj
  2526.     |   |   |       |-- PreScanOutputDev.obj
  2527.     |   |   |       |-- ProfileData.obj
  2528.     |   |   |       |-- Rendition.obj
  2529.     |   |   |       |-- SecurityHandler.obj
  2530.     |   |   |       |-- Sound.obj
  2531.     |   |   |       |-- Splash.obj
  2532.     |   |   |       |-- SplashBitmap.obj
  2533.     |   |   |       |-- SplashClip.obj
  2534.     |   |   |       |-- SplashFTFont.obj
  2535.     |   |   |       |-- SplashFTFontEngine.obj
  2536.     |   |   |       |-- SplashFTFontFile.obj
  2537.     |   |   |       |-- SplashFont.obj
  2538.     |   |   |       |-- SplashFontEngine.obj
  2539.     |   |   |       |-- SplashFontFile.obj
  2540.     |   |   |       |-- SplashFontFileID.obj
  2541.     |   |   |       |-- SplashOutputDev.obj
  2542.     |   |   |       |-- SplashPath.obj
  2543.     |   |   |       |-- SplashPattern.obj
  2544.     |   |   |       |-- SplashScreen.obj
  2545.     |   |   |       |-- SplashState.obj
  2546.     |   |   |       |-- SplashT1Font.obj
  2547.     |   |   |       |-- SplashT1FontEngine.obj
  2548.     |   |   |       |-- SplashT1FontFile.obj
  2549.     |   |   |       |-- SplashXPath.obj
  2550.     |   |   |       |-- SplashXPathScanner.obj
  2551.     |   |   |       |-- StdinCachedFile.obj
  2552.     |   |   |       |-- StdinPDFDocBuilder.obj
  2553.     |   |   |       |-- TextOutputDev.obj
  2554.     |   |   |       |-- TiffWriter.obj
  2555.     |   |   |       |-- UnicodeMap.obj
  2556.     |   |   |       |-- UnicodeTypeTable.obj
  2557.     |   |   |       |-- ViewerPreferences.obj
  2558.     |   |   |       |-- XRef.obj
  2559.     |   |   |       |-- XpdfPluginAPI.obj
  2560.     |   |   |       |-- cl.command.1.tlog
  2561.     |   |   |       |-- custombuild.command.1.tlog
  2562.     |   |   |       |-- custombuild.read.1.tlog
  2563.     |   |   |       |-- custombuild.write.1.tlog
  2564.     |   |   |       |-- gfile.obj
  2565.     |   |   |       |-- gmem.obj
  2566.     |   |   |       |-- gmempp.obj
  2567.     |   |   |       |-- gstrtod.obj
  2568.     |   |   |       |-- poppler.Build.CppClean.log
  2569.     |   |   |       |-- poppler.lastbuildstate
  2570.     |   |   |       |-- poppler.log
  2571.     |   |   |       |-- poppler.unsuccessfulbuild
  2572.     |   |   |       |-- poppler.write.1.tlog
  2573.     |   |   |       `-- strtok_r.obj
  2574.     |   |   |-- poppler.opensdf
  2575.     |   |   |-- poppler.sdf
  2576.     |   |   |-- poppler.sln
  2577.     |   |   |-- poppler.vcxproj
  2578.     |   |   |-- poppler.vcxproj.filters
  2579.     |   |   |-- poppler.vcxproj.user
  2580.     |   |   |-- test
  2581.     |   |   |   |-- CMakeFiles
  2582.     |   |   |   |   |-- INSTALL_force.rule
  2583.     |   |   |   |   |-- RUN_TESTS_force.rule
  2584.     |   |   |   |   |-- generate.stamp
  2585.     |   |   |   |   `-- generate.stamp.depend
  2586.     |   |   |   |-- CTestTestfile.cmake
  2587.     |   |   |   |-- INSTALL.vcxproj
  2588.     |   |   |   |-- INSTALL.vcxproj.filters
  2589.     |   |   |   |-- RUN_TESTS.vcxproj
  2590.     |   |   |   |-- RUN_TESTS.vcxproj.filters
  2591.     |   |   |   |-- Release
  2592.     |   |   |   |-- cmake_install.cmake
  2593.     |   |   |   |-- pdf-fullrewrite.dir
  2594.     |   |   |   |   |-- Debug
  2595.     |   |   |   |   `-- Release
  2596.     |   |   |   |       |-- CL.read.1.tlog
  2597.     |   |   |   |       |-- CL.write.1.tlog
  2598.     |   |   |   |       |-- cl.command.1.tlog
  2599.     |   |   |   |       |-- custombuild.command.1.tlog
  2600.     |   |   |   |       |-- custombuild.read.1.tlog
  2601.     |   |   |   |       |-- custombuild.write.1.tlog
  2602.     |   |   |   |       |-- link.command.1.tlog
  2603.     |   |   |   |       |-- link.read.1.tlog
  2604.     |   |   |   |       |-- link.write.1.tlog
  2605.     |   |   |   |       |-- pdf-fullrewrite.Build.CppClean.log
  2606.     |   |   |   |       |-- pdf-fullrewrite.lastbuildstate
  2607.     |   |   |   |       |-- pdf-fullrewrite.log
  2608.     |   |   |   |       |-- pdf-fullrewrite.obj
  2609.     |   |   |   |       |-- pdf-fullrewrite.unsuccessfulbuild
  2610.     |   |   |   |       `-- pdf-fullrewrite.write.1.tlog
  2611.     |   |   |   |-- pdf-fullrewrite.vcxproj
  2612.     |   |   |   |-- pdf-fullrewrite.vcxproj.filters
  2613.     |   |   |   `-- pdf-fullrewrite.vcxproj.user
  2614.     |   |   `-- utils
  2615.     |   |       |-- CMakeFiles
  2616.     |   |       |   |-- INSTALL_force.rule
  2617.     |   |       |   |-- RUN_TESTS_force.rule
  2618.     |   |       |   |-- generate.stamp
  2619.     |   |       |   `-- generate.stamp.depend
  2620.     |   |       |-- CTestTestfile.cmake
  2621.     |   |       |-- Debug
  2622.     |   |       |-- INSTALL.vcxproj
  2623.     |   |       |-- INSTALL.vcxproj.filters
  2624.     |   |       |-- RUN_TESTS.vcxproj
  2625.     |   |       |-- RUN_TESTS.vcxproj.filters
  2626.     |   |       |-- Release
  2627.     |   |       |-- cmake_install.cmake
  2628.     |   |       |-- pdffonts.dir
  2629.     |   |       |   |-- Debug
  2630.     |   |       |   `-- Release
  2631.     |   |       |       |-- CL.read.1.tlog
  2632.     |   |       |       |-- CL.write.1.tlog
  2633.     |   |       |       |-- cl.command.1.tlog
  2634.     |   |       |       |-- custombuild.command.1.tlog
  2635.     |   |       |       |-- custombuild.read.1.tlog
  2636.     |   |       |       |-- custombuild.write.1.tlog
  2637.     |   |       |       |-- link.command.1.tlog
  2638.     |   |       |       |-- link.read.1.tlog
  2639.     |   |       |       |-- link.write.1.tlog
  2640.     |   |       |       |-- parseargs.obj
  2641.     |   |       |       |-- pdffonts.Build.CppClean.log
  2642.     |   |       |       |-- pdffonts.lastbuildstate
  2643.     |   |       |       |-- pdffonts.log
  2644.     |   |       |       |-- pdffonts.obj
  2645.     |   |       |       |-- pdffonts.unsuccessfulbuild
  2646.     |   |       |       `-- pdffonts.write.1.tlog
  2647.     |   |       |-- pdffonts.vcxproj
  2648.     |   |       |-- pdffonts.vcxproj.filters
  2649.     |   |       |-- pdffonts.vcxproj.user
  2650.     |   |       |-- pdfimages.dir
  2651.     |   |       |   |-- Debug
  2652.     |   |       |   `-- Release
  2653.     |   |       |       |-- CL.read.1.tlog
  2654.     |   |       |       |-- CL.write.1.tlog
  2655.     |   |       |       |-- ImageOutputDev.obj
  2656.     |   |       |       |-- cl.command.1.tlog
  2657.     |   |       |       |-- custombuild.command.1.tlog
  2658.     |   |       |       |-- custombuild.read.1.tlog
  2659.     |   |       |       |-- custombuild.write.1.tlog
  2660.     |   |       |       |-- link.command.1.tlog
  2661.     |   |       |       |-- link.read.1.tlog
  2662.     |   |       |       |-- link.write.1.tlog
  2663.     |   |       |       |-- parseargs.obj
  2664.     |   |       |       |-- pdfimages.Build.CppClean.log
  2665.     |   |       |       |-- pdfimages.lastbuildstate
  2666.     |   |       |       |-- pdfimages.log
  2667.     |   |       |       |-- pdfimages.obj
  2668.     |   |       |       |-- pdfimages.unsuccessfulbuild
  2669.     |   |       |       `-- pdfimages.write.1.tlog
  2670.     |   |       |-- pdfimages.vcxproj
  2671.     |   |       |-- pdfimages.vcxproj.filters
  2672.     |   |       |-- pdfimages.vcxproj.user
  2673.     |   |       |-- pdfinfo.dir
  2674.     |   |       |   |-- Debug
  2675.     |   |       |   `-- Release
  2676.     |   |       |       |-- CL.read.1.tlog
  2677.     |   |       |       |-- CL.write.1.tlog
  2678.     |   |       |       |-- cl.command.1.tlog
  2679.     |   |       |       |-- custombuild.command.1.tlog
  2680.     |   |       |       |-- custombuild.read.1.tlog
  2681.     |   |       |       |-- custombuild.write.1.tlog
  2682.     |   |       |       |-- link.command.1.tlog
  2683.     |   |       |       |-- link.read.1.tlog
  2684.     |   |       |       |-- link.write.1.tlog
  2685.     |   |       |       |-- parseargs.obj
  2686.     |   |       |       |-- pdfinfo.Build.CppClean.log
  2687.     |   |       |       |-- pdfinfo.lastbuildstate
  2688.     |   |       |       |-- pdfinfo.log
  2689.     |   |       |       |-- pdfinfo.obj
  2690.     |   |       |       |-- pdfinfo.unsuccessfulbuild
  2691.     |   |       |       |-- pdfinfo.write.1.tlog
  2692.     |   |       |       `-- printencodings.obj
  2693.     |   |       |-- pdfinfo.vcxproj
  2694.     |   |       |-- pdfinfo.vcxproj.filters
  2695.     |   |       |-- pdfinfo.vcxproj.user
  2696.     |   |       |-- pdfseparate.dir
  2697.     |   |       |   |-- Debug
  2698.     |   |       |   `-- Release
  2699.     |   |       |       |-- CL.read.1.tlog
  2700.     |   |       |       |-- CL.write.1.tlog
  2701.     |   |       |       |-- cl.command.1.tlog
  2702.     |   |       |       |-- custombuild.command.1.tlog
  2703.     |   |       |       |-- custombuild.read.1.tlog
  2704.     |   |       |       |-- custombuild.write.1.tlog
  2705.     |   |       |       |-- link.command.1.tlog
  2706.     |   |       |       |-- link.read.1.tlog
  2707.     |   |       |       |-- link.write.1.tlog
  2708.     |   |       |       |-- parseargs.obj
  2709.     |   |       |       |-- pdfseparate.Build.CppClean.log
  2710.     |   |       |       |-- pdfseparate.lastbuildstate
  2711.     |   |       |       |-- pdfseparate.log
  2712.     |   |       |       |-- pdfseparate.obj
  2713.     |   |       |       |-- pdfseparate.unsuccessfulbuild
  2714.     |   |       |       `-- pdfseparate.write.1.tlog
  2715.     |   |       |-- pdfseparate.vcxproj
  2716.     |   |       |-- pdfseparate.vcxproj.filters
  2717.     |   |       |-- pdfseparate.vcxproj.user
  2718.     |   |       |-- pdftocairo.dir
  2719.     |   |       |   |-- Debug
  2720.     |   |       |   `-- Release
  2721.     |   |       |       |-- CL.read.1.tlog
  2722.     |   |       |       |-- CL.write.1.tlog
  2723.     |   |       |       |-- CairoRescaleBox.obj
  2724.     |   |       |       |-- cl.command.1.tlog
  2725.     |   |       |       |-- custombuild.command.1.tlog
  2726.     |   |       |       |-- custombuild.read.1.tlog
  2727.     |   |       |       |-- custombuild.write.1.tlog
  2728.     |   |       |       |-- parseargs.obj
  2729.     |   |       |       |-- pdftocairo.Build.CppClean.log
  2730.     |   |       |       |-- pdftocairo.lastbuildstate
  2731.     |   |       |       |-- pdftocairo.log
  2732.     |   |       |       |-- pdftocairo.unsuccessfulbuild
  2733.     |   |       |       `-- pdftocairo.write.1.tlog
  2734.     |   |       |-- pdftocairo.vcxproj
  2735.     |   |       |-- pdftocairo.vcxproj.filters
  2736.     |   |       |-- pdftocairo.vcxproj.user
  2737.     |   |       |-- pdftohtml.dir
  2738.     |   |       |   |-- Debug
  2739.     |   |       |   `-- Release
  2740.     |   |       |       |-- CL.read.1.tlog
  2741.     |   |       |       |-- CL.write.1.tlog
  2742.     |   |       |       |-- HtmlFonts.obj
  2743.     |   |       |       |-- HtmlLinks.obj
  2744.     |   |       |       |-- HtmlOutputDev.obj
  2745.     |   |       |       |-- cl.command.1.tlog
  2746.     |   |       |       |-- custombuild.command.1.tlog
  2747.     |   |       |       |-- custombuild.read.1.tlog
  2748.     |   |       |       |-- custombuild.write.1.tlog
  2749.     |   |       |       |-- link.command.1.tlog
  2750.     |   |       |       |-- link.read.1.tlog
  2751.     |   |       |       |-- link.write.1.tlog
  2752.     |   |       |       |-- parseargs.obj
  2753.     |   |       |       |-- pdftohtml.Build.CppClean.log
  2754.     |   |       |       |-- pdftohtml.lastbuildstate
  2755.     |   |       |       |-- pdftohtml.log
  2756.     |   |       |       |-- pdftohtml.obj
  2757.     |   |       |       |-- pdftohtml.unsuccessfulbuild
  2758.     |   |       |       `-- pdftohtml.write.1.tlog
  2759.     |   |       |-- pdftohtml.vcxproj
  2760.     |   |       |-- pdftohtml.vcxproj.filters
  2761.     |   |       |-- pdftohtml.vcxproj.user
  2762.     |   |       |-- pdftoppm.dir
  2763.     |   |       |   |-- Debug
  2764.     |   |       |   `-- Release
  2765.     |   |       |       |-- CL.read.1.tlog
  2766.     |   |       |       |-- CL.write.1.tlog
  2767.     |   |       |       |-- cl.command.1.tlog
  2768.     |   |       |       |-- custombuild.command.1.tlog
  2769.     |   |       |       |-- custombuild.read.1.tlog
  2770.     |   |       |       |-- custombuild.write.1.tlog
  2771.     |   |       |       |-- link.command.1.tlog
  2772.     |   |       |       |-- link.read.1.tlog
  2773.     |   |       |       |-- link.write.1.tlog
  2774.     |   |       |       |-- parseargs.obj
  2775.     |   |       |       |-- pdftoppm.Build.CppClean.log
  2776.     |   |       |       |-- pdftoppm.lastbuildstate
  2777.     |   |       |       |-- pdftoppm.log
  2778.     |   |       |       |-- pdftoppm.obj
  2779.     |   |       |       |-- pdftoppm.unsuccessfulbuild
  2780.     |   |       |       `-- pdftoppm.write.1.tlog
  2781.     |   |       |-- pdftoppm.vcxproj
  2782.     |   |       |-- pdftoppm.vcxproj.filters
  2783.     |   |       |-- pdftoppm.vcxproj.user
  2784.     |   |       |-- pdftops.dir
  2785.     |   |       |   |-- Debug
  2786.     |   |       |   `-- Release
  2787.     |   |       |       |-- CL.read.1.tlog
  2788.     |   |       |       |-- CL.write.1.tlog
  2789.     |   |       |       |-- cl.command.1.tlog
  2790.     |   |       |       |-- custombuild.command.1.tlog
  2791.     |   |       |       |-- custombuild.read.1.tlog
  2792.     |   |       |       |-- custombuild.write.1.tlog
  2793.     |   |       |       |-- link.command.1.tlog
  2794.     |   |       |       |-- link.read.1.tlog
  2795.     |   |       |       |-- link.write.1.tlog
  2796.     |   |       |       |-- parseargs.obj
  2797.     |   |       |       |-- pdftops.Build.CppClean.log
  2798.     |   |       |       |-- pdftops.lastbuildstate
  2799.     |   |       |       |-- pdftops.log
  2800.     |   |       |       |-- pdftops.obj
  2801.     |   |       |       |-- pdftops.unsuccessfulbuild
  2802.     |   |       |       `-- pdftops.write.1.tlog
  2803.     |   |       |-- pdftops.vcxproj
  2804.     |   |       |-- pdftops.vcxproj.filters
  2805.     |   |       |-- pdftops.vcxproj.user
  2806.     |   |       |-- pdftotext.dir
  2807.     |   |       |   |-- Debug
  2808.     |   |       |   `-- Release
  2809.     |   |       |       |-- CL.read.1.tlog
  2810.     |   |       |       |-- CL.write.1.tlog
  2811.     |   |       |       |-- cl.command.1.tlog
  2812.     |   |       |       |-- custombuild.command.1.tlog
  2813.     |   |       |       |-- custombuild.read.1.tlog
  2814.     |   |       |       |-- custombuild.write.1.tlog
  2815.     |   |       |       |-- link.command.1.tlog
  2816.     |   |       |       |-- link.read.1.tlog
  2817.     |   |       |       |-- link.write.1.tlog
  2818.     |   |       |       |-- parseargs.obj
  2819.     |   |       |       |-- pdftotext.Build.CppClean.log
  2820.     |   |       |       |-- pdftotext.lastbuildstate
  2821.     |   |       |       |-- pdftotext.log
  2822.     |   |       |       |-- pdftotext.obj
  2823.     |   |       |       |-- pdftotext.unsuccessfulbuild
  2824.     |   |       |       |-- pdftotext.write.1.tlog
  2825.     |   |       |       `-- printencodings.obj
  2826.     |   |       |-- pdftotext.vcxproj
  2827.     |   |       |-- pdftotext.vcxproj.filters
  2828.     |   |       |-- pdftotext.vcxproj.user
  2829.     |   |       |-- pdfunite.dir
  2830.     |   |       |   |-- Debug
  2831.     |   |       |   `-- Release
  2832.     |   |       |       |-- CL.read.1.tlog
  2833.     |   |       |       |-- CL.write.1.tlog
  2834.     |   |       |       |-- cl.command.1.tlog
  2835.     |   |       |       |-- custombuild.command.1.tlog
  2836.     |   |       |       |-- custombuild.read.1.tlog
  2837.     |   |       |       |-- custombuild.write.1.tlog
  2838.     |   |       |       |-- link.command.1.tlog
  2839.     |   |       |       |-- link.read.1.tlog
  2840.     |   |       |       |-- link.write.1.tlog
  2841.     |   |       |       |-- parseargs.obj
  2842.     |   |       |       |-- pdfunite.Build.CppClean.log
  2843.     |   |       |       |-- pdfunite.lastbuildstate
  2844.     |   |       |       |-- pdfunite.log
  2845.     |   |       |       |-- pdfunite.obj
  2846.     |   |       |       |-- pdfunite.unsuccessfulbuild
  2847.     |   |       |       `-- pdfunite.write.1.tlog
  2848.     |   |       |-- pdfunite.vcxproj
  2849.     |   |       |-- pdfunite.vcxproj.filters
  2850.     |   |       `-- pdfunite.vcxproj.user
  2851.     |   |-- Makefile.am
  2852.     |   |-- NEWS
  2853.     |   |-- README
  2854.     |   |-- README-XPDF
  2855.     |   |-- README.contributors
  2856.     |   |-- TODO
  2857.     |   |-- autogen.sh
  2858.     |   |-- cmake
  2859.     |   |   `-- modules
  2860.     |   |       |-- COPYING-CMAKE-SCRIPTS
  2861.     |   |       |-- FindCairo.cmake
  2862.     |   |       |-- FindFontconfig.cmake
  2863.     |   |       |-- FindGLIB.cmake
  2864.     |   |       |-- FindGObjectIntrospection.cmake
  2865.     |   |       |-- FindGTK.cmake
  2866.     |   |       |-- FindIconv.cmake
  2867.     |   |       |-- FindLCMS.cmake
  2868.     |   |       |-- FindLIBOPENJPEG.cmake
  2869.     |   |       |-- FindQt4.cmake
  2870.     |   |       |-- GObjectIntrospectionMacros.cmake
  2871.     |   |       |-- MacroBoolTo01.cmake
  2872.     |   |       |-- MacroEnsureVersion.cmake
  2873.     |   |       |-- MacroOptionalFindPackage.cmake
  2874.     |   |       |-- MacroPushRequiredVars.cmake
  2875.     |   |       |-- PopplerDefaults.cmake
  2876.     |   |       `-- PopplerMacros.cmake
  2877.     |   |-- config.h.cmake
  2878.     |   |-- configure.ac
  2879.     |   |-- cpp
  2880.     |   |   |-- CMakeLists.txt
  2881.     |   |   |-- Doxyfile
  2882.     |   |   |-- Mainpage.dox
  2883.     |   |   |-- Makefile.am
  2884.     |   |   |-- PNMWriter.cc
  2885.     |   |   |-- PNMWriter.h
  2886.     |   |   |-- poppler-document-private.h
  2887.     |   |   |-- poppler-document.cpp
  2888.     |   |   |-- poppler-document.h
  2889.     |   |   |-- poppler-embedded-file-private.h
  2890.     |   |   |-- poppler-embedded-file.cpp
  2891.     |   |   |-- poppler-embedded-file.h
  2892.     |   |   |-- poppler-font.cpp
  2893.     |   |   |-- poppler-font.h
  2894.     |   |   |-- poppler-global.cpp
  2895.     |   |   |-- poppler-global.h
  2896.     |   |   |-- poppler-image-private.h
  2897.     |   |   |-- poppler-image.cpp
  2898.     |   |   |-- poppler-image.h
  2899.     |   |   |-- poppler-page-private.h
  2900.     |   |   |-- poppler-page-renderer.cpp
  2901.     |   |   |-- poppler-page-renderer.h
  2902.     |   |   |-- poppler-page-transition.cpp
  2903.     |   |   |-- poppler-page-transition.h
  2904.     |   |   |-- poppler-page.cpp
  2905.     |   |   |-- poppler-page.h
  2906.     |   |   |-- poppler-private.cpp
  2907.     |   |   |-- poppler-private.h
  2908.     |   |   |-- poppler-rectangle.cpp
  2909.     |   |   |-- poppler-rectangle.h
  2910.     |   |   |-- poppler-toc-private.h
  2911.     |   |   |-- poppler-toc.cpp
  2912.     |   |   |-- poppler-toc.h
  2913.     |   |   |-- poppler-version.cpp
  2914.     |   |   |-- poppler-version.h.in
  2915.     |   |   `-- tests
  2916.     |   |       |-- CMakeLists.txt
  2917.     |   |       |-- Makefile.am
  2918.     |   |       |-- poppler-dump.cpp
  2919.     |   |       `-- poppler-render.cpp
  2920.     |   |-- fofi
  2921.     |   |   |-- FoFiBase.cc
  2922.     |   |   |-- FoFiBase.h
  2923.     |   |   |-- FoFiEncodings.cc
  2924.     |   |   |-- FoFiEncodings.h
  2925.     |   |   |-- FoFiTrueType.cc
  2926.     |   |   |-- FoFiTrueType.h
  2927.     |   |   |-- FoFiType1.cc
  2928.     |   |   |-- FoFiType1.h
  2929.     |   |   |-- FoFiType1C.cc
  2930.     |   |   |-- FoFiType1C.h
  2931.     |   |   `-- Makefile.am
  2932.     |   |-- glib
  2933.     |   |   |-- CMakeLists.txt
  2934.     |   |   |-- Makefile.am
  2935.     |   |   |-- demo
  2936.     |   |   |   |-- CMakeLists.txt
  2937.     |   |   |   |-- Makefile.am
  2938.     |   |   |   |-- annots.c
  2939.     |   |   |   |-- annots.h
  2940.     |   |   |   |-- attachments.c
  2941.     |   |   |   |-- attachments.h
  2942.     |   |   |   |-- find.c
  2943.     |   |   |   |-- find.h
  2944.     |   |   |   |-- fonts.c
  2945.     |   |   |   |-- fonts.h
  2946.     |   |   |   |-- forms.c
  2947.     |   |   |   |-- forms.h
  2948.     |   |   |   |-- images.c
  2949.     |   |   |   |-- images.h
  2950.     |   |   |   |-- info.cc
  2951.     |   |   |   |-- info.h
  2952.     |   |   |   |-- layers.c
  2953.     |   |   |   |-- layers.h
  2954.     |   |   |   |-- links.c
  2955.     |   |   |   |-- links.h
  2956.     |   |   |   |-- main.c
  2957.     |   |   |   |-- outline.c
  2958.     |   |   |   |-- outline.h
  2959.     |   |   |   |-- page.c
  2960.     |   |   |   |-- page.h
  2961.     |   |   |   |-- print.c
  2962.     |   |   |   |-- print.h
  2963.     |   |   |   |-- render.c
  2964.     |   |   |   |-- render.h
  2965.     |   |   |   |-- selections.c
  2966.     |   |   |   |-- selections.h
  2967.     |   |   |   |-- text.c
  2968.     |   |   |   |-- text.h
  2969.     |   |   |   |-- transitions.c
  2970.     |   |   |   |-- transitions.h
  2971.     |   |   |   |-- utils.c
  2972.     |   |   |   `-- utils.h
  2973.     |   |   |-- poppler-action.cc
  2974.     |   |   |-- poppler-action.h
  2975.     |   |   |-- poppler-annot.cc
  2976.     |   |   |-- poppler-annot.h
  2977.     |   |   |-- poppler-attachment.cc
  2978.     |   |   |-- poppler-attachment.h
  2979.     |   |   |-- poppler-date.cc
  2980.     |   |   |-- poppler-date.h
  2981.     |   |   |-- poppler-document.cc
  2982.     |   |   |-- poppler-document.h
  2983.     |   |   |-- poppler-enums.c.template
  2984.     |   |   |-- poppler-enums.h.template
  2985.     |   |   |-- poppler-features.h.cmake
  2986.     |   |   |-- poppler-features.h.in
  2987.     |   |   |-- poppler-form-field.cc
  2988.     |   |   |-- poppler-form-field.h
  2989.     |   |   |-- poppler-layer.cc
  2990.     |   |   |-- poppler-layer.h
  2991.     |   |   |-- poppler-media.cc
  2992.     |   |   |-- poppler-media.h
  2993.     |   |   |-- poppler-movie.cc
  2994.     |   |   |-- poppler-movie.h
  2995.     |   |   |-- poppler-page.cc
  2996.     |   |   |-- poppler-page.h
  2997.     |   |   |-- poppler-private.h
  2998.     |   |   |-- poppler.cc
  2999.     |   |   |-- poppler.gidl
  3000.     |   |   |-- poppler.h
  3001.     |   |   `-- reference
  3002.     |   |       |-- Makefile.am
  3003.     |   |       |-- poppler-docs.sgml
  3004.     |   |       |-- poppler-overrides.txt
  3005.     |   |       |-- poppler-sections.txt
  3006.     |   |       |-- poppler.types
  3007.     |   |       `-- version.xml.in
  3008.     |   |-- goo
  3009.     |   |   |-- FixedPoint.cc
  3010.     |   |   |-- FixedPoint.h
  3011.     |   |   |-- GooHash.cc
  3012.     |   |   |-- GooHash.h
  3013.     |   |   |-- GooLikely.h
  3014.     |   |   |-- GooList.cc
  3015.     |   |   |-- GooList.h
  3016.     |   |   |-- GooMutex.h
  3017.     |   |   |-- GooString.cc
  3018.     |   |   |-- GooString.h
  3019.     |   |   |-- GooTimer.cc
  3020.     |   |   |-- GooTimer.h
  3021.     |   |   |-- ImgWriter.cc
  3022.     |   |   |-- ImgWriter.h
  3023.     |   |   |-- JpegWriter.cc
  3024.     |   |   |-- JpegWriter.h
  3025.     |   |   |-- Makefile.am
  3026.     |   |   |-- PNGWriter.cc
  3027.     |   |   |-- PNGWriter.h
  3028.     |   |   |-- TiffWriter.cc
  3029.     |   |   |-- TiffWriter.h
  3030.     |   |   |-- gfile.cc
  3031.     |   |   |-- gfile.h
  3032.     |   |   |-- gmem.cc
  3033.     |   |   |-- gmem.h
  3034.     |   |   |-- gmempp.cc
  3035.     |   |   |-- gstrtod.cc
  3036.     |   |   |-- gstrtod.h
  3037.     |   |   |-- gtypes.h
  3038.     |   |   `-- gtypes_p.h
  3039.     |   |-- gtk-doc.make
  3040.     |   |-- m4
  3041.     |   |   |-- acx_pthread.m4
  3042.     |   |   |-- define-dir.m4
  3043.     |   |   |-- gtk-doc.m4
  3044.     |   |   |-- iconv.m4
  3045.     |   |   |-- introspection.m4
  3046.     |   |   `-- libjpeg.m4
  3047.     |   |-- poppler
  3048.     |   |   |-- Annot.cc
  3049.     |   |   |-- Annot.h
  3050.     |   |   |-- Array.cc
  3051.     |   |   |-- Array.h
  3052.     |   |   |-- ArthurOutputDev.cc
  3053.     |   |   |-- ArthurOutputDev.h
  3054.     |   |   |-- BuiltinFont.cc
  3055.     |   |   |-- BuiltinFont.h
  3056.     |   |   |-- BuiltinFontTables.cc
  3057.     |   |   |-- BuiltinFontTables.h
  3058.     |   |   |-- CMap.cc
  3059.     |   |   |-- CMap.h
  3060.     |   |   |-- CachedFile.cc
  3061.     |   |   |-- CachedFile.h
  3062.     |   |   |-- CairoFontEngine.cc
  3063.     |   |   |-- CairoFontEngine.h
  3064.     |   |   |-- CairoOutputDev.cc
  3065.     |   |   |-- CairoOutputDev.h
  3066.     |   |   |-- CairoRescaleBox.cc
  3067.     |   |   |-- CairoRescaleBox.h
  3068.     |   |   |-- Catalog.cc
  3069.     |   |   |-- Catalog.h
  3070.     |   |   |-- CharCodeToUnicode.cc
  3071.     |   |   |-- CharCodeToUnicode.h
  3072.     |   |   |-- CharTypes.h
  3073.     |   |   |-- CompactFontTables.h
  3074.     |   |   |-- CurlCachedFile.cc
  3075.     |   |   |-- CurlCachedFile.h
  3076.     |   |   |-- CurlPDFDocBuilder.cc
  3077.     |   |   |-- CurlPDFDocBuilder.h
  3078.     |   |   |-- DCTStream.cc
  3079.     |   |   |-- DCTStream.h
  3080.     |   |   |-- DateInfo.cc
  3081.     |   |   |-- DateInfo.h
  3082.     |   |   |-- Decrypt.cc
  3083.     |   |   |-- Decrypt.h
  3084.     |   |   |-- Dict.cc
  3085.     |   |   |-- Dict.h
  3086.     |   |   |-- Error.cc
  3087.     |   |   |-- Error.h
  3088.     |   |   |-- ErrorCodes.h
  3089.     |   |   |-- FileSpec.cc
  3090.     |   |   |-- FileSpec.h
  3091.     |   |   |-- FlateStream.cc
  3092.     |   |   |-- FlateStream.h
  3093.     |   |   |-- FontEncodingTables.cc
  3094.     |   |   |-- FontEncodingTables.h
  3095.     |   |   |-- FontInfo.cc
  3096.     |   |   |-- FontInfo.h
  3097.     |   |   |-- Form.cc
  3098.     |   |   |-- Form.h
  3099.     |   |   |-- Function.cc
  3100.     |   |   |-- Function.h
  3101.     |   |   |-- Gfx.cc
  3102.     |   |   |-- Gfx.h
  3103.     |   |   |-- GfxFont.cc
  3104.     |   |   |-- GfxFont.h
  3105.     |   |   |-- GfxState.cc
  3106.     |   |   |-- GfxState.h
  3107.     |   |   |-- GfxState_helpers.h
  3108.     |   |   |-- GlobalParams.cc
  3109.     |   |   |-- GlobalParams.h
  3110.     |   |   |-- GlobalParamsWin.cc
  3111.     |   |   |-- Hints.cc
  3112.     |   |   |-- Hints.h
  3113.     |   |   |-- JArithmeticDecoder.cc
  3114.     |   |   |-- JArithmeticDecoder.h
  3115.     |   |   |-- JBIG2Stream.cc
  3116.     |   |   |-- JBIG2Stream.h
  3117.     |   |   |-- JPEG2000Stream.cc
  3118.     |   |   |-- JPEG2000Stream.h
  3119.     |   |   |-- JPXStream.cc
  3120.     |   |   |-- JPXStream.h
  3121.     |   |   |-- Lexer.cc
  3122.     |   |   |-- Lexer.h
  3123.     |   |   |-- Linearization.cc
  3124.     |   |   |-- Linearization.h
  3125.     |   |   |-- Link.cc
  3126.     |   |   |-- Link.h
  3127.     |   |   |-- LocalPDFDocBuilder.cc
  3128.     |   |   |-- LocalPDFDocBuilder.h
  3129.     |   |   |-- Makefile.am
  3130.     |   |   |-- Movie.cc
  3131.     |   |   |-- Movie.h
  3132.     |   |   |-- NameToCharCode.cc
  3133.     |   |   |-- NameToCharCode.h
  3134.     |   |   |-- NameToUnicodeTable.h
  3135.     |   |   |-- Object.cc
  3136.     |   |   |-- Object.h
  3137.     |   |   |-- OptionalContent.cc
  3138.     |   |   |-- OptionalContent.h
  3139.     |   |   |-- Outline.cc
  3140.     |   |   |-- Outline.h
  3141.     |   |   |-- OutputDev.cc
  3142.     |   |   |-- OutputDev.h
  3143.     |   |   |-- PDFDoc.cc
  3144.     |   |   |-- PDFDoc.h
  3145.     |   |   |-- PDFDocBuilder.h
  3146.     |   |   |-- PDFDocEncoding.cc
  3147.     |   |   |-- PDFDocEncoding.h
  3148.     |   |   |-- PDFDocFactory.cc
  3149.     |   |   |-- PDFDocFactory.h
  3150.     |   |   |-- PSOutputDev.cc
  3151.     |   |   |-- PSOutputDev.h
  3152.     |   |   |-- PSTokenizer.cc
  3153.     |   |   |-- PSTokenizer.h
  3154.     |   |   |-- Page.cc
  3155.     |   |   |-- Page.h
  3156.     |   |   |-- PageLabelInfo.cc
  3157.     |   |   |-- PageLabelInfo.h
  3158.     |   |   |-- PageTransition.cc
  3159.     |   |   |-- PageTransition.h
  3160.     |   |   |-- Parser.cc
  3161.     |   |   |-- Parser.h
  3162.     |   |   |-- PopplerCache.cc
  3163.     |   |   |-- PopplerCache.h
  3164.     |   |   |-- PreScanOutputDev.cc
  3165.     |   |   |-- PreScanOutputDev.h
  3166.     |   |   |-- ProfileData.cc
  3167.     |   |   |-- ProfileData.h
  3168.     |   |   |-- Rendition.cc
  3169.     |   |   |-- Rendition.h
  3170.     |   |   |-- SecurityHandler.cc
  3171.     |   |   |-- SecurityHandler.h
  3172.     |   |   |-- Sound.cc
  3173.     |   |   |-- Sound.h
  3174.     |   |   |-- SplashOutputDev.cc
  3175.     |   |   |-- SplashOutputDev.h
  3176.     |   |   |-- StdinCachedFile.cc
  3177.     |   |   |-- StdinCachedFile.h
  3178.     |   |   |-- StdinPDFDocBuilder.cc
  3179.     |   |   |-- StdinPDFDocBuilder.h
  3180.     |   |   |-- Stream-CCITT.h
  3181.     |   |   |-- Stream.cc
  3182.     |   |   |-- Stream.h
  3183.     |   |   |-- TextOutputDev.cc
  3184.     |   |   |-- TextOutputDev.h
  3185.     |   |   |-- UTF8.h
  3186.     |   |   |-- UnicodeCClassTables.h
  3187.     |   |   |-- UnicodeCompTables.h
  3188.     |   |   |-- UnicodeDecompTables.h
  3189.     |   |   |-- UnicodeMap.cc
  3190.     |   |   |-- UnicodeMap.h
  3191.     |   |   |-- UnicodeMapTables.h
  3192.     |   |   |-- UnicodeTypeTable.cc
  3193.     |   |   |-- UnicodeTypeTable.h
  3194.     |   |   |-- ViewerPreferences.cc
  3195.     |   |   |-- ViewerPreferences.h
  3196.     |   |   |-- XRef.cc
  3197.     |   |   |-- XRef.h
  3198.     |   |   |-- XpdfPluginAPI.cc
  3199.     |   |   |-- XpdfPluginAPI.h
  3200.     |   |   |-- gen-unicode-tables.py
  3201.     |   |   |-- poppler-config.h.cmake
  3202.     |   |   |-- poppler-config.h.in
  3203.     |   |   `-- strtok_r.cpp
  3204.     |   |-- poppler-cairo-uninstalled.pc.in
  3205.     |   |-- poppler-cairo.pc.cmake
  3206.     |   |-- poppler-cairo.pc.in
  3207.     |   |-- poppler-cpp-uninstalled.pc.in
  3208.     |   |-- poppler-cpp.pc.cmake
  3209.     |   |-- poppler-cpp.pc.in
  3210.     |   |-- poppler-glib-uninstalled.pc.in
  3211.     |   |-- poppler-glib.pc.cmake
  3212.     |   |-- poppler-glib.pc.in
  3213.     |   |-- poppler-qt4-uninstalled.pc.in
  3214.     |   |-- poppler-qt4.pc.cmake
  3215.     |   |-- poppler-qt4.pc.in
  3216.     |   |-- poppler-splash-uninstalled.pc.in
  3217.     |   |-- poppler-splash.pc.cmake
  3218.     |   |-- poppler-splash.pc.in
  3219.     |   |-- poppler-uninstalled.pc.in
  3220.     |   |-- poppler.pc.cmake
  3221.     |   |-- poppler.pc.in
  3222.     |   |-- qt4
  3223.     |   |   |-- CMakeLists.txt
  3224.     |   |   |-- Makefile.am
  3225.     |   |   |-- demos
  3226.     |   |   |   |-- CMakeLists.txt
  3227.     |   |   |   |-- Makefile.am
  3228.     |   |   |   |-- abstractinfodock.cpp
  3229.     |   |   |   |-- abstractinfodock.h
  3230.     |   |   |   |-- documentobserver.cpp
  3231.     |   |   |   |-- documentobserver.h
  3232.     |   |   |   |-- embeddedfiles.cpp
  3233.     |   |   |   |-- embeddedfiles.h
  3234.     |   |   |   |-- fonts.cpp
  3235.     |   |   |   |-- fonts.h
  3236.     |   |   |   |-- info.cpp
  3237.     |   |   |   |-- info.h
  3238.     |   |   |   |-- main_viewer.cpp
  3239.     |   |   |   |-- metadata.cpp
  3240.     |   |   |   |-- metadata.h
  3241.     |   |   |   |-- navigationtoolbar.cpp
  3242.     |   |   |   |-- navigationtoolbar.h
  3243.     |   |   |   |-- optcontent.cpp
  3244.     |   |   |   |-- optcontent.h
  3245.     |   |   |   |-- pageview.cpp
  3246.     |   |   |   |-- pageview.h
  3247.     |   |   |   |-- permissions.cpp
  3248.     |   |   |   |-- permissions.h
  3249.     |   |   |   |-- thumbnails.cpp
  3250.     |   |   |   |-- thumbnails.h
  3251.     |   |   |   |-- toc.cpp
  3252.     |   |   |   |-- toc.h
  3253.     |   |   |   |-- viewer.cpp
  3254.     |   |   |   `-- viewer.h
  3255.     |   |   |-- src
  3256.     |   |   |   |-- CMakeLists.txt
  3257.     |   |   |   |-- Doxyfile
  3258.     |   |   |   |-- Mainpage.dox
  3259.     |   |   |   |-- Makefile.am
  3260.     |   |   |   |-- poppler-annotation-helper.h
  3261.     |   |   |   |-- poppler-annotation-private.h
  3262.     |   |   |   |-- poppler-annotation.cc
  3263.     |   |   |   |-- poppler-annotation.h
  3264.     |   |   |   |-- poppler-base-converter.cc
  3265.     |   |   |   |-- poppler-converter-private.h
  3266.     |   |   |   |-- poppler-document.cc
  3267.     |   |   |   |-- poppler-embeddedfile-private.h
  3268.     |   |   |   |-- poppler-embeddedfile.cc
  3269.     |   |   |   |-- poppler-export.h
  3270.     |   |   |   |-- poppler-fontinfo.cc
  3271.     |   |   |   |-- poppler-form.cc
  3272.     |   |   |   |-- poppler-form.h
  3273.     |   |   |   |-- poppler-link-extractor-private.h
  3274.     |   |   |   |-- poppler-link-extractor.cc
  3275.     |   |   |   |-- poppler-link.cc
  3276.     |   |   |   |-- poppler-link.h
  3277.     |   |   |   |-- poppler-movie.cc
  3278.     |   |   |   |-- poppler-optcontent-private.h
  3279.     |   |   |   |-- poppler-optcontent.cc
  3280.     |   |   |   |-- poppler-optcontent.h
  3281.     |   |   |   |-- poppler-page-private.h
  3282.     |   |   |   |-- poppler-page-transition-private.h
  3283.     |   |   |   |-- poppler-page-transition.cc
  3284.     |   |   |   |-- poppler-page-transition.h
  3285.     |   |   |   |-- poppler-page.cc
  3286.     |   |   |   |-- poppler-pdf-converter.cc
  3287.     |   |   |   |-- poppler-private.cc
  3288.     |   |   |   |-- poppler-private.h
  3289.     |   |   |   |-- poppler-ps-converter.cc
  3290.     |   |   |   |-- poppler-qiodeviceoutstream-private.h
  3291.     |   |   |   |-- poppler-qiodeviceoutstream.cc
  3292.     |   |   |   |-- poppler-qt4.h
  3293.     |   |   |   |-- poppler-sound.cc
  3294.     |   |   |   `-- poppler-textbox.cc
  3295.     |   |   `-- tests
  3296.     |   |       |-- CMakeLists.txt
  3297.     |   |       |-- Makefile.am
  3298.     |   |       |-- README.unittest
  3299.     |   |       |-- check_actualtext.cpp
  3300.     |   |       |-- check_attachments.cpp
  3301.     |   |       |-- check_dateConversion.cpp
  3302.     |   |       |-- check_fonts.cpp
  3303.     |   |       |-- check_links.cpp
  3304.     |   |       |-- check_metadata.cpp
  3305.     |   |       |-- check_optcontent.cpp
  3306.     |   |       |-- check_pagelayout.cpp
  3307.     |   |       |-- check_pagemode.cpp
  3308.     |   |       |-- check_password.cpp
  3309.     |   |       |-- check_permissions.cpp
  3310.     |   |       |-- check_search.cpp
  3311.     |   |       |-- check_strings.cpp
  3312.     |   |       |-- poppler-attachments.cpp
  3313.     |   |       |-- poppler-fonts.cpp
  3314.     |   |       |-- poppler-texts.cpp
  3315.     |   |       |-- stress-poppler-dir.cpp
  3316.     |   |       |-- stress-poppler-qt4.cpp
  3317.     |   |       |-- test-password-qt4.cpp
  3318.     |   |       `-- test-poppler-qt4.cpp
  3319.     |   |-- regtest
  3320.     |   |   |-- Config.py
  3321.     |   |   |-- TestReferences.py
  3322.     |   |   |-- TestRun.py
  3323.     |   |   |-- Timer.py
  3324.     |   |   |-- Utils.py
  3325.     |   |   |-- backends
  3326.     |   |   |   |-- __init__.py
  3327.     |   |   |   |-- cairo.py
  3328.     |   |   |   |-- postscript.py
  3329.     |   |   |   |-- splash.py
  3330.     |   |   |   `-- text.py
  3331.     |   |   |-- commands
  3332.     |   |   |   |-- __init__.py
  3333.     |   |   |   |-- create-refs.py
  3334.     |   |   |   `-- run-tests.py
  3335.     |   |   |-- main.py
  3336.     |   |   `-- poppler-regtest
  3337.     |   |-- splash
  3338.     |   |   |-- Makefile.am
  3339.     |   |   |-- Splash.cc
  3340.     |   |   |-- Splash.h
  3341.     |   |   |-- SplashBitmap.cc
  3342.     |   |   |-- SplashBitmap.h
  3343.     |   |   |-- SplashClip.cc
  3344.     |   |   |-- SplashClip.h
  3345.     |   |   |-- SplashErrorCodes.h
  3346.     |   |   |-- SplashFTFont.cc
  3347.     |   |   |-- SplashFTFont.h
  3348.     |   |   |-- SplashFTFontEngine.cc
  3349.     |   |   |-- SplashFTFontEngine.h
  3350.     |   |   |-- SplashFTFontFile.cc
  3351.     |   |   |-- SplashFTFontFile.h
  3352.     |   |   |-- SplashFont.cc
  3353.     |   |   |-- SplashFont.h
  3354.     |   |   |-- SplashFontEngine.cc
  3355.     |   |   |-- SplashFontEngine.h
  3356.     |   |   |-- SplashFontFile.cc
  3357.     |   |   |-- SplashFontFile.h
  3358.     |   |   |-- SplashFontFileID.cc
  3359.     |   |   |-- SplashFontFileID.h
  3360.     |   |   |-- SplashGlyphBitmap.h
  3361.     |   |   |-- SplashMath.h
  3362.     |   |   |-- SplashPath.cc
  3363.     |   |   |-- SplashPath.h
  3364.     |   |   |-- SplashPattern.cc
  3365.     |   |   |-- SplashPattern.h
  3366.     |   |   |-- SplashScreen.cc
  3367.     |   |   |-- SplashScreen.h
  3368.     |   |   |-- SplashState.cc
  3369.     |   |   |-- SplashState.h
  3370.     |   |   |-- SplashT1Font.cc
  3371.     |   |   |-- SplashT1Font.h
  3372.     |   |   |-- SplashT1FontEngine.cc
  3373.     |   |   |-- SplashT1FontEngine.h
  3374.     |   |   |-- SplashT1FontFile.cc
  3375.     |   |   |-- SplashT1FontFile.h
  3376.     |   |   |-- SplashTypes.h
  3377.     |   |   |-- SplashXPath.cc
  3378.     |   |   |-- SplashXPath.h
  3379.     |   |   |-- SplashXPathScanner.cc
  3380.     |   |   `-- SplashXPathScanner.h
  3381.     |   |-- test
  3382.     |   |   |-- CMakeLists.txt
  3383.     |   |   |-- Makefile.am
  3384.     |   |   |-- gtk-test.cc
  3385.     |   |   |-- pdf-fullrewrite.cc
  3386.     |   |   |-- pdf-inspector.cc
  3387.     |   |   |-- pdf-inspector.ui
  3388.     |   |   |-- pdf-operators.c
  3389.     |   |   |-- perf-test-preview-dummy.cc
  3390.     |   |   |-- perf-test-preview-win.cc
  3391.     |   |   `-- perf-test.cc
  3392.     |   `-- utils
  3393.     |       |-- CMakeLists.txt
  3394.     |       |-- HtmlFonts.cc
  3395.     |       |-- HtmlFonts.h
  3396.     |       |-- HtmlLinks.cc
  3397.     |       |-- HtmlLinks.h
  3398.     |       |-- HtmlOutputDev.cc
  3399.     |       |-- HtmlOutputDev.h
  3400.     |       |-- HtmlUtils.h
  3401.     |       |-- ImageOutputDev.cc
  3402.     |       |-- ImageOutputDev.h
  3403.     |       |-- Makefile.am
  3404.     |       |-- parseargs.cc
  3405.     |       |-- parseargs.h
  3406.     |       |-- pdf2xml.dtd
  3407.     |       |-- pdffonts.1
  3408.     |       |-- pdffonts.cc
  3409.     |       |-- pdfimages.1
  3410.     |       |-- pdfimages.cc
  3411.     |       |-- pdfinfo.1
  3412.     |       |-- pdfinfo.cc
  3413.     |       |-- pdfseparate.1
  3414.     |       |-- pdfseparate.cc
  3415.     |       |-- pdftocairo.1
  3416.     |       |-- pdftocairo.cc
  3417.     |       |-- pdftohtml.1
  3418.     |       |-- pdftohtml.cc
  3419.     |       |-- pdftoppm.1
  3420.     |       |-- pdftoppm.cc
  3421.     |       |-- pdftops.1
  3422.     |       |-- pdftops.cc
  3423.     |       |-- pdftotext.1
  3424.     |       |-- pdftotext.cc
  3425.     |       |-- pdfunite.1
  3426.     |       |-- pdfunite.cc
  3427.     |       |-- printencodings.cc
  3428.     |       `-- printencodings.h
  3429.     `-- xpdf
  3430.         |-- ANNOUNCE
  3431.         |-- CHANGES
  3432.         |-- COPYING
  3433.         |-- COPYING3
  3434.         |-- INSTALL
  3435.         |-- Makefile.in
  3436.         |-- README
  3437.         |-- aclocal.m4
  3438.         |-- aconf-dj.h
  3439.         |-- aconf-win32.h
  3440.         |-- aconf.h
  3441.         |-- aconf.h.in
  3442.         |-- aconf2.h
  3443.         |-- configure
  3444.         |-- configure.in
  3445.         |-- dj_make.bat
  3446.         |-- doc
  3447.         |   |-- pdfdetach.1
  3448.         |   |-- pdfdetach.cat
  3449.         |   |-- pdfdetach.hlp
  3450.         |   |-- pdffonts.1
  3451.         |   |-- pdffonts.cat
  3452.         |   |-- pdffonts.hlp
  3453.         |   |-- pdfimages.1
  3454.         |   |-- pdfimages.cat
  3455.         |   |-- pdfimages.hlp
  3456.         |   |-- pdfinfo.1
  3457.         |   |-- pdfinfo.cat
  3458.         |   |-- pdfinfo.hlp
  3459.         |   |-- pdftoppm.1
  3460.         |   |-- pdftoppm.cat
  3461.         |   |-- pdftoppm.hlp
  3462.         |   |-- pdftops.1
  3463.         |   |-- pdftops.cat
  3464.         |   |-- pdftops.hlp
  3465.         |   |-- pdftotext.1
  3466.         |   |-- pdftotext.cat
  3467.         |   |-- pdftotext.hlp
  3468.         |   |-- sample-xpdfrc
  3469.         |   |-- xpdf.1
  3470.         |   |-- xpdf.cat
  3471.         |   |-- xpdf.hlp
  3472.         |   |-- xpdfrc.5
  3473.         |   |-- xpdfrc.cat
  3474.         |   `-- xpdfrc.hlp
  3475.         |-- fofi
  3476.         |   |-- FoFiBase.cc
  3477.         |   |-- FoFiBase.h
  3478.         |   |-- FoFiBase.obj
  3479.         |   |-- FoFiEncodings.cc
  3480.         |   |-- FoFiEncodings.h
  3481.         |   |-- FoFiEncodings.obj
  3482.         |   |-- FoFiIdentifier.cc
  3483.         |   |-- FoFiIdentifier.h
  3484.         |   |-- FoFiIdentifier.obj
  3485.         |   |-- FoFiTrueType.cc
  3486.         |   |-- FoFiTrueType.h
  3487.         |   |-- FoFiTrueType.obj
  3488.         |   |-- FoFiType1.cc
  3489.         |   |-- FoFiType1.h
  3490.         |   |-- FoFiType1.obj
  3491.         |   |-- FoFiType1C.cc
  3492.         |   |-- FoFiType1C.h
  3493.         |   |-- FoFiType1C.obj
  3494.         |   |-- Makefile.dep
  3495.         |   |-- Makefile.in
  3496.         |   |-- fofi.lib
  3497.         |   `-- vms_make.com
  3498.         |-- goo
  3499.         |   |-- FixedPoint.cc
  3500.         |   |-- FixedPoint.h
  3501.         |   |-- GHash.cc
  3502.         |   |-- GHash.h
  3503.         |   |-- GHash.obj
  3504.         |   |-- GList.cc
  3505.         |   |-- GList.h
  3506.         |   |-- GList.obj
  3507.         |   |-- GMutex.h
  3508.         |   |-- GString.cc
  3509.         |   |-- GString.h
  3510.         |   |-- GString.obj
  3511.         |   |-- Goo.lib
  3512.         |   |-- Makefile.dep
  3513.         |   |-- Makefile.in
  3514.         |   |-- gfile.cc
  3515.         |   |-- gfile.h
  3516.         |   |-- gfile.obj
  3517.         |   |-- gmem.cc
  3518.         |   |-- gmem.h
  3519.         |   |-- gmem.obj
  3520.         |   |-- gmempp.cc
  3521.         |   |-- gmempp.obj
  3522.         |   |-- gtypes.h
  3523.         |   |-- parseargs.c
  3524.         |   |-- parseargs.h
  3525.         |   |-- parseargs.obj
  3526.         |   |-- vms_directory.c
  3527.         |   |-- vms_dirent.h
  3528.         |   |-- vms_make.com
  3529.         |   |-- vms_sys_dirent.h
  3530.         |   |-- vms_unix_time.h
  3531.         |   |-- vms_unix_times.c
  3532.         |   `-- vms_unlink.c
  3533.         |-- install-sh
  3534.         |-- misc
  3535.         |   |-- hello.pdf
  3536.         |   `-- xpdf.dt
  3537.         |-- ms_make.bat
  3538.         |-- splash
  3539.         |   |-- Makefile.dep
  3540.         |   |-- Makefile.in
  3541.         |   |-- Splash.cc
  3542.         |   |-- Splash.h
  3543.         |   |-- Splash.obj
  3544.         |   |-- SplashBitmap.cc
  3545.         |   |-- SplashBitmap.h
  3546.         |   |-- SplashBitmap.obj
  3547.         |   |-- SplashClip.cc
  3548.         |   |-- SplashClip.h
  3549.         |   |-- SplashClip.obj
  3550.         |   |-- SplashErrorCodes.h
  3551.         |   |-- SplashFTFont.cc
  3552.         |   |-- SplashFTFont.h
  3553.         |   |-- SplashFTFontEngine.cc
  3554.         |   |-- SplashFTFontEngine.h
  3555.         |   |-- SplashFTFontFile.cc
  3556.         |   |-- SplashFTFontFile.h
  3557.         |   |-- SplashFont.cc
  3558.         |   |-- SplashFont.h
  3559.         |   |-- SplashFont.obj
  3560.         |   |-- SplashFontEngine.cc
  3561.         |   |-- SplashFontEngine.h
  3562.         |   |-- SplashFontFile.cc
  3563.         |   |-- SplashFontFile.h
  3564.         |   |-- SplashFontFile.obj
  3565.         |   |-- SplashFontFileID.cc
  3566.         |   |-- SplashFontFileID.h
  3567.         |   |-- SplashFontFileID.obj
  3568.         |   |-- SplashGlyphBitmap.h
  3569.         |   |-- SplashMath.h
  3570.         |   |-- SplashPath.cc
  3571.         |   |-- SplashPath.h
  3572.         |   |-- SplashPath.obj
  3573.         |   |-- SplashPattern.cc
  3574.         |   |-- SplashPattern.h
  3575.         |   |-- SplashPattern.obj
  3576.         |   |-- SplashScreen.cc
  3577.         |   |-- SplashScreen.h
  3578.         |   |-- SplashScreen.obj
  3579.         |   |-- SplashState.cc
  3580.         |   |-- SplashState.h
  3581.         |   |-- SplashState.obj
  3582.         |   |-- SplashT1Font.cc
  3583.         |   |-- SplashT1Font.h
  3584.         |   |-- SplashT1Font.obj
  3585.         |   |-- SplashT1FontEngine.cc
  3586.         |   |-- SplashT1FontEngine.h
  3587.         |   |-- SplashT1FontEngine.obj
  3588.         |   |-- SplashT1FontFile.cc
  3589.         |   |-- SplashT1FontFile.h
  3590.         |   |-- SplashT1FontFile.obj
  3591.         |   |-- SplashTypes.h
  3592.         |   |-- SplashXPath.cc
  3593.         |   |-- SplashXPath.h
  3594.         |   |-- SplashXPath.obj
  3595.         |   |-- SplashXPathScanner.cc
  3596.         |   |-- SplashXPathScanner.h
  3597.         |   |-- SplashXPathScanner.obj
  3598.         |   `-- vms_make.com
  3599.         |-- vms_make.com
  3600.         `-- xpdf
  3601.             |-- Annot.cc
  3602.             |-- Annot.h
  3603.             |-- Annot.obj
  3604.             |-- Array.cc
  3605.             |-- Array.h
  3606.             |-- Array.obj
  3607.             |-- BuiltinFont.cc
  3608.             |-- BuiltinFont.h
  3609.             |-- BuiltinFont.obj
  3610.             |-- BuiltinFontTables.cc
  3611.             |-- BuiltinFontTables.h
  3612.             |-- BuiltinFontTables.obj
  3613.             |-- CMap.cc
  3614.             |-- CMap.h
  3615.             |-- CMap.obj
  3616.             |-- Catalog.cc
  3617.             |-- Catalog.h
  3618.             |-- Catalog.obj
  3619.             |-- CharCodeToUnicode.cc
  3620.             |-- CharCodeToUnicode.h
  3621.             |-- CharCodeToUnicode.obj
  3622.             |-- CharTypes.h
  3623.             |-- CompactFontTables.h
  3624.             |-- CoreOutputDev.cc
  3625.             |-- CoreOutputDev.h
  3626.             |-- Decrypt.cc
  3627.             |-- Decrypt.h
  3628.             |-- Decrypt.obj
  3629.             |-- Dict.cc
  3630.             |-- Dict.h
  3631.             |-- Dict.obj
  3632.             |-- Error.cc
  3633.             |-- Error.h
  3634.             |-- Error.obj
  3635.             |-- ErrorCodes.h
  3636.             |-- FontEncodingTables.cc
  3637.             |-- FontEncodingTables.h
  3638.             |-- FontEncodingTables.obj
  3639.             |-- Function.cc
  3640.             |-- Function.h
  3641.             |-- Function.obj
  3642.             |-- Gfx.cc
  3643.             |-- Gfx.h
  3644.             |-- Gfx.obj
  3645.             |-- GfxFont.cc
  3646.             |-- GfxFont.h
  3647.             |-- GfxFont.obj
  3648.             |-- GfxState.cc
  3649.             |-- GfxState.h
  3650.             |-- GfxState.obj
  3651.             |-- GlobalParams.cc
  3652.             |-- GlobalParams.h
  3653.             |-- ImageOutputDev.cc
  3654.             |-- ImageOutputDev.h
  3655.             |-- ImageOutputDev.obj
  3656.             |-- JArithmeticDecoder.cc
  3657.             |-- JArithmeticDecoder.h
  3658.             |-- JArithmeticDecoder.obj
  3659.             |-- JBIG2Stream.cc
  3660.             |-- JBIG2Stream.h
  3661.             |-- JBIG2Stream.obj
  3662.             |-- JPXStream.cc
  3663.             |-- JPXStream.h
  3664.             |-- JPXStream.obj
  3665.             |-- Lexer.cc
  3666.             |-- Lexer.h
  3667.             |-- Lexer.obj
  3668.             |-- Link.cc
  3669.             |-- Link.h
  3670.             |-- Link.obj
  3671.             |-- Makefile.dep
  3672.             |-- Makefile.in
  3673.             |-- NameToCharCode.cc
  3674.             |-- NameToCharCode.h
  3675.             |-- NameToCharCode.obj
  3676.             |-- NameToUnicodeTable.h
  3677.             |-- Object.cc
  3678.             |-- Object.h
  3679.             |-- Object.obj
  3680.             |-- OptionalContent.cc
  3681.             |-- OptionalContent.h
  3682.             |-- OptionalContent.obj
  3683.             |-- Outline.cc
  3684.             |-- Outline.h
  3685.             |-- Outline.obj
  3686.             |-- OutputDev.cc
  3687.             |-- OutputDev.h
  3688.             |-- OutputDev.obj
  3689.             |-- PDFCore.cc
  3690.             |-- PDFCore.h
  3691.             |-- PDFDoc.cc
  3692.             |-- PDFDoc.h
  3693.             |-- PDFDoc.obj
  3694.             |-- PDFDocEncoding.cc
  3695.             |-- PDFDocEncoding.h
  3696.             |-- PDFDocEncoding.obj
  3697.             |-- PSOutputDev.cc
  3698.             |-- PSOutputDev.h
  3699.             |-- PSOutputDev.obj
  3700.             |-- PSTokenizer.cc
  3701.             |-- PSTokenizer.h
  3702.             |-- PSTokenizer.obj
  3703.             |-- Page.cc
  3704.             |-- Page.h
  3705.             |-- Page.obj
  3706.             |-- Parser.cc
  3707.             |-- Parser.h
  3708.             |-- Parser.obj
  3709.             |-- PreScanOutputDev.cc
  3710.             |-- PreScanOutputDev.h
  3711.             |-- PreScanOutputDev.obj
  3712.             |-- SecurityHandler.cc
  3713.             |-- SecurityHandler.h
  3714.             |-- SecurityHandler.obj
  3715.             |-- SplashOutputDev.cc
  3716.             |-- SplashOutputDev.h
  3717.             |-- SplashOutputDev.obj
  3718.             |-- Stream-CCITT.h
  3719.             |-- Stream.cc
  3720.             |-- Stream.h
  3721.             |-- Stream.obj
  3722.             |-- TextOutputDev.cc
  3723.             |-- TextOutputDev.h
  3724.             |-- TextOutputDev.obj
  3725.             |-- UTF8.h
  3726.             |-- UnicodeMap.cc
  3727.             |-- UnicodeMap.h
  3728.             |-- UnicodeMap.obj
  3729.             |-- UnicodeMapTables.h
  3730.             |-- UnicodeTypeTable.cc
  3731.             |-- UnicodeTypeTable.h
  3732.             |-- UnicodeTypeTable.obj
  3733.             |-- XPDFApp.cc
  3734.             |-- XPDFApp.h
  3735.             |-- XPDFCore.cc
  3736.             |-- XPDFCore.h
  3737.             |-- XPDFTree.cc
  3738.             |-- XPDFTree.h
  3739.             |-- XPDFTreeP.h
  3740.             |-- XPDFViewer.cc
  3741.             |-- XPDFViewer.h
  3742.             |-- XRef.cc
  3743.             |-- XRef.h
  3744.             |-- XRef.obj
  3745.             |-- XpdfPluginAPI.cc
  3746.             |-- XpdfPluginAPI.h
  3747.             |-- about-text.h
  3748.             |-- about.xbm
  3749.             |-- backArrow.xbm
  3750.             |-- backArrowDis.xbm
  3751.             |-- config.h
  3752.             |-- dblLeftArrow.xbm
  3753.             |-- dblLeftArrowDis.xbm
  3754.             |-- dblRightArrow.xbm
  3755.             |-- dblRightArrowDis.xbm
  3756.             |-- find.xbm
  3757.             |-- findDis.xbm
  3758.             |-- forwardArrow.xbm
  3759.             |-- forwardArrowDis.xbm
  3760.             |-- leftArrow.xbm
  3761.             |-- leftArrowDis.xbm
  3762.             |-- pdfdetach.cc
  3763.             |-- pdfdetach.obj
  3764.             |-- pdffonts.cc
  3765.             |-- pdffonts.obj
  3766.             |-- pdfimages.cc
  3767.             |-- pdfimages.obj
  3768.             |-- pdfinfo.cc
  3769.             |-- pdfinfo.obj
  3770.             |-- pdftoppm.cc
  3771.             |-- pdftoppm.obj
  3772.             |-- pdftops.cc
  3773.             |-- pdftops.obj
  3774.             |-- pdftotext.cc
  3775.             |-- pdftotext.obj
  3776.             |-- print.xbm
  3777.             |-- printDis.xbm
  3778.             |-- rightArrow.xbm
  3779.             |-- rightArrowDis.xbm
  3780.             |-- vms_make.com
  3781.             |-- xpdf.cc
  3782.             `-- xpdfIcon.xpm
  3783.  
  3784. 338 directories, 3443 files
Add Comment
Please, Sign In to add comment