├── .github └── workflows │ └── Test_Build.yml ├── .travis.yml ├── CImg.h ├── Licence_CeCILL-C_V1-en.txt ├── Licence_CeCILL_V2-en.txt ├── README.md ├── README.txt ├── examples ├── CImg_demo.cpp ├── CMakeLists.txt ├── Makefile ├── captcha.cpp ├── curve_editor2d.cpp ├── dtmri_view3d.cpp ├── edge_explorer2d.cpp ├── fade_images.cpp ├── gaussian_fit1d.cpp ├── generate_loop_macros.cpp ├── hough_transform2d.cpp ├── image2ascii.cpp ├── image_registration2d.cpp ├── image_surface3d.cpp ├── img │ ├── CImg_demo.h │ ├── logo.bmp │ ├── milla.bmp │ ├── odykill.h │ ├── parrot.ppm │ ├── parrot_mask.pgm │ ├── sh0r.pgm │ ├── sh1r.pgm │ └── tetris.h ├── jawbreaker.cpp ├── mcf_levelsets2d.cpp ├── mcf_levelsets3d.cpp ├── odykill.cpp ├── pde_TschumperleDeriche2d.cpp ├── pde_heatflow2d.cpp ├── plotter1d.cpp ├── radon_transform2d.cpp ├── scene3d.cpp ├── spherical_function3d.cpp ├── tetris.cpp ├── tron.cpp ├── tutorial.cpp ├── use_RGBclass.cpp ├── use_chlpca.cpp ├── use_cimgIPL.cpp ├── use_cimgmatlab.cpp ├── use_cimgmatlab.m ├── use_draw_gradient.cpp ├── use_jpeg_buffer.cpp ├── use_nlmeans.cpp ├── use_skeleton.cpp ├── use_tiff_stream.cpp ├── use_tinymatwriter.cpp └── wavelet_atrous.cpp ├── html ├── CImg.doxygen ├── CImg_documentation.h ├── CImg_flyer.svg ├── CImg_reference_chinese.pdf ├── download.html ├── favicon.ico ├── favicon.png ├── footer.html ├── footer_doxygen.html ├── header.html ├── header_doxygen.html ├── highslide.js ├── highslide │ ├── graphics │ │ ├── close.png │ │ ├── closeX.png │ │ ├── controlbar-black-border.gif │ │ ├── controlbar-text-buttons.png │ │ ├── controlbar-white-small.gif │ │ ├── controlbar-white.gif │ │ ├── controlbar2.gif │ │ ├── controlbar3.gif │ │ ├── controlbar4-hover.gif │ │ ├── controlbar4.gif │ │ ├── fullexpand.gif │ │ ├── geckodimmer.png │ │ ├── icon.gif │ │ ├── loader.gif │ │ ├── loader.white.gif │ │ ├── outlines │ │ │ ├── Outlines.psd │ │ │ ├── beveled.png │ │ │ ├── drop-shadow.png │ │ │ ├── glossy-dark.png │ │ │ ├── outer-glow.png │ │ │ ├── rounded-black.png │ │ │ └── rounded-white.png │ │ ├── resize.gif │ │ ├── scrollarrows.png │ │ ├── zoomin.cur │ │ └── zoomout.cur │ ├── highslide-full.js │ ├── highslide-full.min.js │ ├── highslide-full.packed.js │ ├── highslide-ie6.css │ ├── highslide-with-gallery.js │ ├── highslide-with-gallery.min.js │ ├── highslide-with-gallery.packed.js │ ├── highslide-with-html.js │ ├── highslide-with-html.min.js │ ├── highslide-with-html.packed.js │ ├── highslide.css │ ├── highslide.js │ ├── highslide.min.js │ └── highslide.packed.js ├── img │ ├── book_cimg.jpg │ ├── book_cimg_en.jpg │ ├── item_clickvideo.jpg │ ├── item_clickvideo2.jpg │ ├── item_description.jpg │ ├── item_extensibility.jpg │ ├── item_file.jpg │ ├── item_freedom.jpg │ ├── item_genericity.jpg │ ├── item_portability.jpg │ ├── item_simplicity.jpg │ ├── item_sources.jpg │ ├── item_sources2.jpg │ ├── item_standard_package.jpg │ ├── item_standard_package2.jpg │ ├── item_usefulness.jpg │ ├── logoCImg0.png │ ├── logoCNRS.gif │ ├── logoGREYC.gif │ ├── logoIMAGE.gif │ ├── logoINRIA.gif │ ├── logoODYSSEE.jpg │ ├── logo_header.jpg │ ├── logo_header.xcf │ ├── logo_header_old.jpg │ ├── menu_download.png │ ├── menu_faq.png │ ├── menu_home.png │ ├── menu_issue.png │ ├── menu_links.png │ ├── menu_reference.png │ ├── menu_screenshots.png │ ├── menu_tutorial.png │ ├── postcard1.jpg │ ├── postcard10.jpg │ ├── postcard11.jpg │ ├── postcard12.jpg │ ├── postcard13.jpg │ ├── postcard14.jpg │ ├── postcard15.jpg │ ├── postcard16.jpg │ ├── postcard17.jpg │ ├── postcard18.jpg │ ├── postcard19.jpg │ ├── postcard2.jpg │ ├── postcard20.jpg │ ├── postcard21.jpg │ ├── postcard22.jpg │ ├── postcard23.jpg │ ├── postcard24.jpg │ ├── postcard25.jpg │ ├── postcard26.jpg │ ├── postcard27.jpg │ ├── postcard28.jpg │ ├── postcard29.jpg │ ├── postcard3.jpg │ ├── postcard30.jpg │ ├── postcard31.jpg │ ├── postcard32.jpg │ ├── postcard33.jpg │ ├── postcard34.jpg │ ├── postcard35.jpg │ ├── postcard36.jpg │ ├── postcard37.jpg │ ├── postcard38.jpg │ ├── postcard39.jpg │ ├── postcard4.jpg │ ├── postcard40.jpg │ ├── postcard41.jpg │ ├── postcard42.jpg │ ├── postcard43.jpg │ ├── postcard44.jpg │ ├── postcard45.jpg │ ├── postcard46.jpg │ ├── postcard47.jpg │ ├── postcard48.jpg │ ├── postcard49.jpg │ ├── postcard5.jpg │ ├── postcard50.jpg │ ├── postcard51.jpg │ ├── postcard52.jpg │ ├── postcard53.jpg │ ├── postcard54.jpg │ ├── postcard55.jpg │ ├── postcard56.jpg │ ├── postcard57.jpg │ ├── postcard58.jpg │ ├── postcard59.jpg │ ├── postcard6.jpg │ ├── postcard60.jpg │ ├── postcard61.jpg │ ├── postcard62.jpg │ ├── postcard63.jpg │ ├── postcard64.jpg │ ├── postcard65.jpg │ ├── postcard66.jpg │ ├── postcard67.jpg │ ├── postcard68.jpg │ ├── postcard69.jpg │ ├── postcard7.jpg │ ├── postcard70.jpg │ ├── postcard71.jpg │ ├── postcard72.jpg │ ├── postcard73.jpg │ ├── postcard74.jpg │ ├── postcard75.jpg │ ├── postcard76.jpg │ ├── postcard77.jpg │ ├── postcard78.jpg │ ├── postcard79.jpg │ ├── postcard8.jpg │ ├── postcard80.jpg │ ├── postcard9.jpg │ ├── reference │ │ ├── ref_box3d.jpg │ │ ├── ref_colormap_cool.jpg │ │ ├── ref_colormap_cube.jpg │ │ ├── ref_colormap_default.jpg │ │ ├── ref_colormap_flag.jpg │ │ ├── ref_colormap_hot.jpg │ │ ├── ref_colormap_hsv.jpg │ │ ├── ref_colormap_jet.jpg │ │ ├── ref_colormap_lines.jpg │ │ ├── ref_cone3d.jpg │ │ ├── ref_constructor1.jpg │ │ ├── ref_constructor2.jpg │ │ ├── ref_contrast_LUT256.jpg │ │ ├── ref_cut.jpg │ │ ├── ref_cylinder3d.jpg │ │ ├── ref_default_LUT256.jpg │ │ ├── ref_elevation3d.jpg │ │ ├── ref_ellipsoid3d.jpg │ │ ├── ref_equalize.jpg │ │ ├── ref_histogram.jpg │ │ ├── ref_image.jpg │ │ ├── ref_index.jpg │ │ ├── ref_isoline3d.jpg │ │ ├── ref_isosurface3d.jpg │ │ ├── ref_label_regions.jpg │ │ ├── ref_map.jpg │ │ ├── ref_noise.jpg │ │ ├── ref_norm.jpg │ │ ├── ref_normalize.jpg │ │ ├── ref_normalize2.jpg │ │ ├── ref_operator_comma.jpg │ │ ├── ref_operator_eq.jpg │ │ ├── ref_operator_less.jpg │ │ ├── ref_operator_minus.jpg │ │ ├── ref_operator_plus.jpg │ │ ├── ref_operator_plus1.jpg │ │ ├── ref_plane3d.jpg │ │ ├── ref_quantize.jpg │ │ ├── ref_rainbow_LUT256.jpg │ │ ├── ref_sphere3d.jpg │ │ ├── ref_sqr.jpg │ │ ├── ref_sqrt.jpg │ │ ├── ref_threshold.jpg │ │ └── ref_torus3d.jpg │ ├── section_bottom.png │ ├── section_bottom_mirrored.png │ ├── section_middle.png │ ├── section_top.png │ ├── ss_blobs.jpg │ ├── ss_bubble.jpg │ ├── ss_bump.jpg │ ├── ss_demomenu.jpg │ ├── ss_dtmri.jpg │ ├── ss_fourier.jpg │ ├── ss_hough.jpg │ ├── ss_imgfade.jpg │ ├── ss_jawbreaker.jpg │ ├── ss_landscape.jpg │ ├── ss_mandelbrot.jpg │ ├── ss_metaballs.jpg │ ├── ss_mini_000000.jpg │ ├── ss_mini_000001.jpg │ ├── ss_mini_000002.jpg │ ├── ss_mini_000003.jpg │ ├── ss_mini_000004.jpg │ ├── ss_mini_000005.jpg │ ├── ss_mini_000006.jpg │ ├── ss_mini_000007.jpg │ ├── ss_mini_000008.jpg │ ├── ss_mini_000009.jpg │ ├── ss_mini_000010.jpg │ ├── ss_mini_000011.jpg │ ├── ss_mini_000012.jpg │ ├── ss_mini_000013.jpg │ ├── ss_mini_000014.jpg │ ├── ss_mini_000015.jpg │ ├── ss_mini_000016.jpg │ ├── ss_mini_000017.jpg │ ├── ss_mini_000018.jpg │ ├── ss_mini_000019.jpg │ ├── ss_mini_000020.jpg │ ├── ss_mini_000021.jpg │ ├── ss_mini_000022.jpg │ ├── ss_mini_000023.jpg │ ├── ss_mini_000024.jpg │ ├── ss_mini_000025.jpg │ ├── ss_mini_000026.jpg │ ├── ss_mini_000027.jpg │ ├── ss_odykill.jpg │ ├── ss_optflow.jpg │ ├── ss_paint.jpg │ ├── ss_plasma.jpg │ ├── ss_puzzle.jpg │ ├── ss_reflection.jpg │ ├── ss_render3d.jpg │ ├── ss_restoration.jpg │ ├── ss_rotozoom.jpg │ ├── ss_shadebobs.jpg │ ├── ss_surface.jpg │ ├── ss_tetris.jpg │ ├── ss_triangle.jpg │ ├── ss_volume3d.jpg │ ├── ss_waves.jpg │ └── tutorial.jpg ├── index.html ├── jquery-3.5.1.min.js ├── links.html ├── screenshots.html └── style.css ├── plugins ├── add_fileformat.h ├── bayer.h ├── chlpca.h ├── cvMat.h ├── draw_gradient.h ├── inpaint.h ├── ipl.h ├── ipl_alt.h ├── jpeg_buffer.h ├── loop_macros.h ├── matlab.h ├── nlmeans.h ├── skeleton.h ├── tiff_stream.h ├── tinymatwriter.h ├── vrml.h └── vtk.h └── resources ├── CImg.pc ├── cimg_buildpackage ├── cimg_ftp ├── compile_win_icl.bat ├── compile_win_visualcpp.bat ├── debian ├── changelog ├── cimg-dev.dirs ├── cimg-dev.install ├── cimg-dev.links ├── compat ├── control ├── copyright ├── docs └── rules ├── project_win_visualcpp ├── project_win_visualcpp.sln ├── project_win_visualcpp.suo └── project_win_visualcpp.vcproj └── pycimg.py /.github/workflows/Test_Build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/.github/workflows/Test_Build.yml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/.travis.yml -------------------------------------------------------------------------------- /CImg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/CImg.h -------------------------------------------------------------------------------- /Licence_CeCILL-C_V1-en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/Licence_CeCILL-C_V1-en.txt -------------------------------------------------------------------------------- /Licence_CeCILL_V2-en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/Licence_CeCILL_V2-en.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/README.md -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/README.txt -------------------------------------------------------------------------------- /examples/CImg_demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/CImg_demo.cpp -------------------------------------------------------------------------------- /examples/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/CMakeLists.txt -------------------------------------------------------------------------------- /examples/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/Makefile -------------------------------------------------------------------------------- /examples/captcha.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/captcha.cpp -------------------------------------------------------------------------------- /examples/curve_editor2d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/curve_editor2d.cpp -------------------------------------------------------------------------------- /examples/dtmri_view3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/dtmri_view3d.cpp -------------------------------------------------------------------------------- /examples/edge_explorer2d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/edge_explorer2d.cpp -------------------------------------------------------------------------------- /examples/fade_images.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/fade_images.cpp -------------------------------------------------------------------------------- /examples/gaussian_fit1d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/gaussian_fit1d.cpp -------------------------------------------------------------------------------- /examples/generate_loop_macros.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/generate_loop_macros.cpp -------------------------------------------------------------------------------- /examples/hough_transform2d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/hough_transform2d.cpp -------------------------------------------------------------------------------- /examples/image2ascii.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/image2ascii.cpp -------------------------------------------------------------------------------- /examples/image_registration2d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/image_registration2d.cpp -------------------------------------------------------------------------------- /examples/image_surface3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/image_surface3d.cpp -------------------------------------------------------------------------------- /examples/img/CImg_demo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/img/CImg_demo.h -------------------------------------------------------------------------------- /examples/img/logo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/img/logo.bmp -------------------------------------------------------------------------------- /examples/img/milla.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/img/milla.bmp -------------------------------------------------------------------------------- /examples/img/odykill.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/img/odykill.h -------------------------------------------------------------------------------- /examples/img/parrot.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/img/parrot.ppm -------------------------------------------------------------------------------- /examples/img/parrot_mask.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/img/parrot_mask.pgm -------------------------------------------------------------------------------- /examples/img/sh0r.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/img/sh0r.pgm -------------------------------------------------------------------------------- /examples/img/sh1r.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/img/sh1r.pgm -------------------------------------------------------------------------------- /examples/img/tetris.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/img/tetris.h -------------------------------------------------------------------------------- /examples/jawbreaker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/jawbreaker.cpp -------------------------------------------------------------------------------- /examples/mcf_levelsets2d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/mcf_levelsets2d.cpp -------------------------------------------------------------------------------- /examples/mcf_levelsets3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/mcf_levelsets3d.cpp -------------------------------------------------------------------------------- /examples/odykill.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/odykill.cpp -------------------------------------------------------------------------------- /examples/pde_TschumperleDeriche2d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/pde_TschumperleDeriche2d.cpp -------------------------------------------------------------------------------- /examples/pde_heatflow2d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/pde_heatflow2d.cpp -------------------------------------------------------------------------------- /examples/plotter1d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/plotter1d.cpp -------------------------------------------------------------------------------- /examples/radon_transform2d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/radon_transform2d.cpp -------------------------------------------------------------------------------- /examples/scene3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/scene3d.cpp -------------------------------------------------------------------------------- /examples/spherical_function3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/spherical_function3d.cpp -------------------------------------------------------------------------------- /examples/tetris.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/tetris.cpp -------------------------------------------------------------------------------- /examples/tron.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/tron.cpp -------------------------------------------------------------------------------- /examples/tutorial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/tutorial.cpp -------------------------------------------------------------------------------- /examples/use_RGBclass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/use_RGBclass.cpp -------------------------------------------------------------------------------- /examples/use_chlpca.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/use_chlpca.cpp -------------------------------------------------------------------------------- /examples/use_cimgIPL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/use_cimgIPL.cpp -------------------------------------------------------------------------------- /examples/use_cimgmatlab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/use_cimgmatlab.cpp -------------------------------------------------------------------------------- /examples/use_cimgmatlab.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/use_cimgmatlab.m -------------------------------------------------------------------------------- /examples/use_draw_gradient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/use_draw_gradient.cpp -------------------------------------------------------------------------------- /examples/use_jpeg_buffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/use_jpeg_buffer.cpp -------------------------------------------------------------------------------- /examples/use_nlmeans.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/use_nlmeans.cpp -------------------------------------------------------------------------------- /examples/use_skeleton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/use_skeleton.cpp -------------------------------------------------------------------------------- /examples/use_tiff_stream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/use_tiff_stream.cpp -------------------------------------------------------------------------------- /examples/use_tinymatwriter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/use_tinymatwriter.cpp -------------------------------------------------------------------------------- /examples/wavelet_atrous.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/examples/wavelet_atrous.cpp -------------------------------------------------------------------------------- /html/CImg.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/CImg.doxygen -------------------------------------------------------------------------------- /html/CImg_documentation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/CImg_documentation.h -------------------------------------------------------------------------------- /html/CImg_flyer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/CImg_flyer.svg -------------------------------------------------------------------------------- /html/CImg_reference_chinese.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/CImg_reference_chinese.pdf -------------------------------------------------------------------------------- /html/download.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/download.html -------------------------------------------------------------------------------- /html/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/favicon.ico -------------------------------------------------------------------------------- /html/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/favicon.png -------------------------------------------------------------------------------- /html/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/footer.html -------------------------------------------------------------------------------- /html/footer_doxygen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/footer_doxygen.html -------------------------------------------------------------------------------- /html/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/header.html -------------------------------------------------------------------------------- /html/header_doxygen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/header_doxygen.html -------------------------------------------------------------------------------- /html/highslide.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide.js -------------------------------------------------------------------------------- /html/highslide/graphics/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/close.png -------------------------------------------------------------------------------- /html/highslide/graphics/closeX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/closeX.png -------------------------------------------------------------------------------- /html/highslide/graphics/controlbar-black-border.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/controlbar-black-border.gif -------------------------------------------------------------------------------- /html/highslide/graphics/controlbar-text-buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/controlbar-text-buttons.png -------------------------------------------------------------------------------- /html/highslide/graphics/controlbar-white-small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/controlbar-white-small.gif -------------------------------------------------------------------------------- /html/highslide/graphics/controlbar-white.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/controlbar-white.gif -------------------------------------------------------------------------------- /html/highslide/graphics/controlbar2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/controlbar2.gif -------------------------------------------------------------------------------- /html/highslide/graphics/controlbar3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/controlbar3.gif -------------------------------------------------------------------------------- /html/highslide/graphics/controlbar4-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/controlbar4-hover.gif -------------------------------------------------------------------------------- /html/highslide/graphics/controlbar4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/controlbar4.gif -------------------------------------------------------------------------------- /html/highslide/graphics/fullexpand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/fullexpand.gif -------------------------------------------------------------------------------- /html/highslide/graphics/geckodimmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/geckodimmer.png -------------------------------------------------------------------------------- /html/highslide/graphics/icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/icon.gif -------------------------------------------------------------------------------- /html/highslide/graphics/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/loader.gif -------------------------------------------------------------------------------- /html/highslide/graphics/loader.white.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/loader.white.gif -------------------------------------------------------------------------------- /html/highslide/graphics/outlines/Outlines.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/outlines/Outlines.psd -------------------------------------------------------------------------------- /html/highslide/graphics/outlines/beveled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/outlines/beveled.png -------------------------------------------------------------------------------- /html/highslide/graphics/outlines/drop-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/outlines/drop-shadow.png -------------------------------------------------------------------------------- /html/highslide/graphics/outlines/glossy-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/outlines/glossy-dark.png -------------------------------------------------------------------------------- /html/highslide/graphics/outlines/outer-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/outlines/outer-glow.png -------------------------------------------------------------------------------- /html/highslide/graphics/outlines/rounded-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/outlines/rounded-black.png -------------------------------------------------------------------------------- /html/highslide/graphics/outlines/rounded-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/outlines/rounded-white.png -------------------------------------------------------------------------------- /html/highslide/graphics/resize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/resize.gif -------------------------------------------------------------------------------- /html/highslide/graphics/scrollarrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/scrollarrows.png -------------------------------------------------------------------------------- /html/highslide/graphics/zoomin.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/zoomin.cur -------------------------------------------------------------------------------- /html/highslide/graphics/zoomout.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/graphics/zoomout.cur -------------------------------------------------------------------------------- /html/highslide/highslide-full.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide-full.js -------------------------------------------------------------------------------- /html/highslide/highslide-full.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide-full.min.js -------------------------------------------------------------------------------- /html/highslide/highslide-full.packed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide-full.packed.js -------------------------------------------------------------------------------- /html/highslide/highslide-ie6.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide-ie6.css -------------------------------------------------------------------------------- /html/highslide/highslide-with-gallery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide-with-gallery.js -------------------------------------------------------------------------------- /html/highslide/highslide-with-gallery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide-with-gallery.min.js -------------------------------------------------------------------------------- /html/highslide/highslide-with-gallery.packed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide-with-gallery.packed.js -------------------------------------------------------------------------------- /html/highslide/highslide-with-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide-with-html.js -------------------------------------------------------------------------------- /html/highslide/highslide-with-html.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide-with-html.min.js -------------------------------------------------------------------------------- /html/highslide/highslide-with-html.packed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide-with-html.packed.js -------------------------------------------------------------------------------- /html/highslide/highslide.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide.css -------------------------------------------------------------------------------- /html/highslide/highslide.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide.js -------------------------------------------------------------------------------- /html/highslide/highslide.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide.min.js -------------------------------------------------------------------------------- /html/highslide/highslide.packed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/highslide/highslide.packed.js -------------------------------------------------------------------------------- /html/img/book_cimg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/book_cimg.jpg -------------------------------------------------------------------------------- /html/img/book_cimg_en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/book_cimg_en.jpg -------------------------------------------------------------------------------- /html/img/item_clickvideo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_clickvideo.jpg -------------------------------------------------------------------------------- /html/img/item_clickvideo2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_clickvideo2.jpg -------------------------------------------------------------------------------- /html/img/item_description.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_description.jpg -------------------------------------------------------------------------------- /html/img/item_extensibility.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_extensibility.jpg -------------------------------------------------------------------------------- /html/img/item_file.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_file.jpg -------------------------------------------------------------------------------- /html/img/item_freedom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_freedom.jpg -------------------------------------------------------------------------------- /html/img/item_genericity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_genericity.jpg -------------------------------------------------------------------------------- /html/img/item_portability.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_portability.jpg -------------------------------------------------------------------------------- /html/img/item_simplicity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_simplicity.jpg -------------------------------------------------------------------------------- /html/img/item_sources.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_sources.jpg -------------------------------------------------------------------------------- /html/img/item_sources2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_sources2.jpg -------------------------------------------------------------------------------- /html/img/item_standard_package.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_standard_package.jpg -------------------------------------------------------------------------------- /html/img/item_standard_package2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_standard_package2.jpg -------------------------------------------------------------------------------- /html/img/item_usefulness.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/item_usefulness.jpg -------------------------------------------------------------------------------- /html/img/logoCImg0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/logoCImg0.png -------------------------------------------------------------------------------- /html/img/logoCNRS.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/logoCNRS.gif -------------------------------------------------------------------------------- /html/img/logoGREYC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/logoGREYC.gif -------------------------------------------------------------------------------- /html/img/logoIMAGE.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/logoIMAGE.gif -------------------------------------------------------------------------------- /html/img/logoINRIA.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/logoINRIA.gif -------------------------------------------------------------------------------- /html/img/logoODYSSEE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/logoODYSSEE.jpg -------------------------------------------------------------------------------- /html/img/logo_header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/logo_header.jpg -------------------------------------------------------------------------------- /html/img/logo_header.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/logo_header.xcf -------------------------------------------------------------------------------- /html/img/logo_header_old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/logo_header_old.jpg -------------------------------------------------------------------------------- /html/img/menu_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/menu_download.png -------------------------------------------------------------------------------- /html/img/menu_faq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/menu_faq.png -------------------------------------------------------------------------------- /html/img/menu_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/menu_home.png -------------------------------------------------------------------------------- /html/img/menu_issue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/menu_issue.png -------------------------------------------------------------------------------- /html/img/menu_links.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/menu_links.png -------------------------------------------------------------------------------- /html/img/menu_reference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/menu_reference.png -------------------------------------------------------------------------------- /html/img/menu_screenshots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/menu_screenshots.png -------------------------------------------------------------------------------- /html/img/menu_tutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/menu_tutorial.png -------------------------------------------------------------------------------- /html/img/postcard1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard1.jpg -------------------------------------------------------------------------------- /html/img/postcard10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard10.jpg -------------------------------------------------------------------------------- /html/img/postcard11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard11.jpg -------------------------------------------------------------------------------- /html/img/postcard12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard12.jpg -------------------------------------------------------------------------------- /html/img/postcard13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard13.jpg -------------------------------------------------------------------------------- /html/img/postcard14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard14.jpg -------------------------------------------------------------------------------- /html/img/postcard15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard15.jpg -------------------------------------------------------------------------------- /html/img/postcard16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard16.jpg -------------------------------------------------------------------------------- /html/img/postcard17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard17.jpg -------------------------------------------------------------------------------- /html/img/postcard18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard18.jpg -------------------------------------------------------------------------------- /html/img/postcard19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard19.jpg -------------------------------------------------------------------------------- /html/img/postcard2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard2.jpg -------------------------------------------------------------------------------- /html/img/postcard20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard20.jpg -------------------------------------------------------------------------------- /html/img/postcard21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard21.jpg -------------------------------------------------------------------------------- /html/img/postcard22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard22.jpg -------------------------------------------------------------------------------- /html/img/postcard23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard23.jpg -------------------------------------------------------------------------------- /html/img/postcard24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard24.jpg -------------------------------------------------------------------------------- /html/img/postcard25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard25.jpg -------------------------------------------------------------------------------- /html/img/postcard26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard26.jpg -------------------------------------------------------------------------------- /html/img/postcard27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard27.jpg -------------------------------------------------------------------------------- /html/img/postcard28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard28.jpg -------------------------------------------------------------------------------- /html/img/postcard29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard29.jpg -------------------------------------------------------------------------------- /html/img/postcard3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard3.jpg -------------------------------------------------------------------------------- /html/img/postcard30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard30.jpg -------------------------------------------------------------------------------- /html/img/postcard31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard31.jpg -------------------------------------------------------------------------------- /html/img/postcard32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard32.jpg -------------------------------------------------------------------------------- /html/img/postcard33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard33.jpg -------------------------------------------------------------------------------- /html/img/postcard34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard34.jpg -------------------------------------------------------------------------------- /html/img/postcard35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard35.jpg -------------------------------------------------------------------------------- /html/img/postcard36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard36.jpg -------------------------------------------------------------------------------- /html/img/postcard37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard37.jpg -------------------------------------------------------------------------------- /html/img/postcard38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard38.jpg -------------------------------------------------------------------------------- /html/img/postcard39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard39.jpg -------------------------------------------------------------------------------- /html/img/postcard4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard4.jpg -------------------------------------------------------------------------------- /html/img/postcard40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard40.jpg -------------------------------------------------------------------------------- /html/img/postcard41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard41.jpg -------------------------------------------------------------------------------- /html/img/postcard42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard42.jpg -------------------------------------------------------------------------------- /html/img/postcard43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard43.jpg -------------------------------------------------------------------------------- /html/img/postcard44.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard44.jpg -------------------------------------------------------------------------------- /html/img/postcard45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard45.jpg -------------------------------------------------------------------------------- /html/img/postcard46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard46.jpg -------------------------------------------------------------------------------- /html/img/postcard47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard47.jpg -------------------------------------------------------------------------------- /html/img/postcard48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard48.jpg -------------------------------------------------------------------------------- /html/img/postcard49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard49.jpg -------------------------------------------------------------------------------- /html/img/postcard5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard5.jpg -------------------------------------------------------------------------------- /html/img/postcard50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard50.jpg -------------------------------------------------------------------------------- /html/img/postcard51.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard51.jpg -------------------------------------------------------------------------------- /html/img/postcard52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard52.jpg -------------------------------------------------------------------------------- /html/img/postcard53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard53.jpg -------------------------------------------------------------------------------- /html/img/postcard54.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard54.jpg -------------------------------------------------------------------------------- /html/img/postcard55.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard55.jpg -------------------------------------------------------------------------------- /html/img/postcard56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard56.jpg -------------------------------------------------------------------------------- /html/img/postcard57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard57.jpg -------------------------------------------------------------------------------- /html/img/postcard58.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard58.jpg -------------------------------------------------------------------------------- /html/img/postcard59.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard59.jpg -------------------------------------------------------------------------------- /html/img/postcard6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard6.jpg -------------------------------------------------------------------------------- /html/img/postcard60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard60.jpg -------------------------------------------------------------------------------- /html/img/postcard61.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard61.jpg -------------------------------------------------------------------------------- /html/img/postcard62.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard62.jpg -------------------------------------------------------------------------------- /html/img/postcard63.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard63.jpg -------------------------------------------------------------------------------- /html/img/postcard64.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard64.jpg -------------------------------------------------------------------------------- /html/img/postcard65.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard65.jpg -------------------------------------------------------------------------------- /html/img/postcard66.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard66.jpg -------------------------------------------------------------------------------- /html/img/postcard67.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard67.jpg -------------------------------------------------------------------------------- /html/img/postcard68.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard68.jpg -------------------------------------------------------------------------------- /html/img/postcard69.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard69.jpg -------------------------------------------------------------------------------- /html/img/postcard7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard7.jpg -------------------------------------------------------------------------------- /html/img/postcard70.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard70.jpg -------------------------------------------------------------------------------- /html/img/postcard71.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard71.jpg -------------------------------------------------------------------------------- /html/img/postcard72.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard72.jpg -------------------------------------------------------------------------------- /html/img/postcard73.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard73.jpg -------------------------------------------------------------------------------- /html/img/postcard74.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard74.jpg -------------------------------------------------------------------------------- /html/img/postcard75.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard75.jpg -------------------------------------------------------------------------------- /html/img/postcard76.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard76.jpg -------------------------------------------------------------------------------- /html/img/postcard77.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard77.jpg -------------------------------------------------------------------------------- /html/img/postcard78.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard78.jpg -------------------------------------------------------------------------------- /html/img/postcard79.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard79.jpg -------------------------------------------------------------------------------- /html/img/postcard8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard8.jpg -------------------------------------------------------------------------------- /html/img/postcard80.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard80.jpg -------------------------------------------------------------------------------- /html/img/postcard9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/postcard9.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_box3d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_box3d.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_colormap_cool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_colormap_cool.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_colormap_cube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_colormap_cube.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_colormap_default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_colormap_default.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_colormap_flag.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_colormap_flag.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_colormap_hot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_colormap_hot.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_colormap_hsv.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_colormap_hsv.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_colormap_jet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_colormap_jet.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_colormap_lines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_colormap_lines.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_cone3d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_cone3d.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_constructor1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_constructor1.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_constructor2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_constructor2.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_contrast_LUT256.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_contrast_LUT256.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_cut.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_cut.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_cylinder3d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_cylinder3d.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_default_LUT256.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_default_LUT256.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_elevation3d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_elevation3d.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_ellipsoid3d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_ellipsoid3d.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_equalize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_equalize.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_histogram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_histogram.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_image.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_index.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_index.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_isoline3d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_isoline3d.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_isosurface3d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_isosurface3d.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_label_regions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_label_regions.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_map.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_noise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_noise.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_norm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_norm.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_normalize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_normalize.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_normalize2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_normalize2.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_operator_comma.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_operator_comma.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_operator_eq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_operator_eq.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_operator_less.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_operator_less.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_operator_minus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_operator_minus.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_operator_plus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_operator_plus.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_operator_plus1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_operator_plus1.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_plane3d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_plane3d.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_quantize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_quantize.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_rainbow_LUT256.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_rainbow_LUT256.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_sphere3d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_sphere3d.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_sqr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_sqr.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_sqrt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_sqrt.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_threshold.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_threshold.jpg -------------------------------------------------------------------------------- /html/img/reference/ref_torus3d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/reference/ref_torus3d.jpg -------------------------------------------------------------------------------- /html/img/section_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/section_bottom.png -------------------------------------------------------------------------------- /html/img/section_bottom_mirrored.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/section_bottom_mirrored.png -------------------------------------------------------------------------------- /html/img/section_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/section_middle.png -------------------------------------------------------------------------------- /html/img/section_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/section_top.png -------------------------------------------------------------------------------- /html/img/ss_blobs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_blobs.jpg -------------------------------------------------------------------------------- /html/img/ss_bubble.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_bubble.jpg -------------------------------------------------------------------------------- /html/img/ss_bump.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_bump.jpg -------------------------------------------------------------------------------- /html/img/ss_demomenu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_demomenu.jpg -------------------------------------------------------------------------------- /html/img/ss_dtmri.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_dtmri.jpg -------------------------------------------------------------------------------- /html/img/ss_fourier.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_fourier.jpg -------------------------------------------------------------------------------- /html/img/ss_hough.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_hough.jpg -------------------------------------------------------------------------------- /html/img/ss_imgfade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_imgfade.jpg -------------------------------------------------------------------------------- /html/img/ss_jawbreaker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_jawbreaker.jpg -------------------------------------------------------------------------------- /html/img/ss_landscape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_landscape.jpg -------------------------------------------------------------------------------- /html/img/ss_mandelbrot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mandelbrot.jpg -------------------------------------------------------------------------------- /html/img/ss_metaballs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_metaballs.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000000.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000001.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000002.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000003.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000004.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000005.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000006.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000007.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000008.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000009.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000010.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000011.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000012.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000013.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000014.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000015.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000016.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000017.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000018.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000019.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000020.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000021.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000022.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000023.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000024.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000025.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000026.jpg -------------------------------------------------------------------------------- /html/img/ss_mini_000027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_mini_000027.jpg -------------------------------------------------------------------------------- /html/img/ss_odykill.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_odykill.jpg -------------------------------------------------------------------------------- /html/img/ss_optflow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_optflow.jpg -------------------------------------------------------------------------------- /html/img/ss_paint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_paint.jpg -------------------------------------------------------------------------------- /html/img/ss_plasma.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_plasma.jpg -------------------------------------------------------------------------------- /html/img/ss_puzzle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_puzzle.jpg -------------------------------------------------------------------------------- /html/img/ss_reflection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_reflection.jpg -------------------------------------------------------------------------------- /html/img/ss_render3d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_render3d.jpg -------------------------------------------------------------------------------- /html/img/ss_restoration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_restoration.jpg -------------------------------------------------------------------------------- /html/img/ss_rotozoom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_rotozoom.jpg -------------------------------------------------------------------------------- /html/img/ss_shadebobs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_shadebobs.jpg -------------------------------------------------------------------------------- /html/img/ss_surface.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_surface.jpg -------------------------------------------------------------------------------- /html/img/ss_tetris.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_tetris.jpg -------------------------------------------------------------------------------- /html/img/ss_triangle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_triangle.jpg -------------------------------------------------------------------------------- /html/img/ss_volume3d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_volume3d.jpg -------------------------------------------------------------------------------- /html/img/ss_waves.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/ss_waves.jpg -------------------------------------------------------------------------------- /html/img/tutorial.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/img/tutorial.jpg -------------------------------------------------------------------------------- /html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/index.html -------------------------------------------------------------------------------- /html/jquery-3.5.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/jquery-3.5.1.min.js -------------------------------------------------------------------------------- /html/links.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/links.html -------------------------------------------------------------------------------- /html/screenshots.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/screenshots.html -------------------------------------------------------------------------------- /html/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/html/style.css -------------------------------------------------------------------------------- /plugins/add_fileformat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/add_fileformat.h -------------------------------------------------------------------------------- /plugins/bayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/bayer.h -------------------------------------------------------------------------------- /plugins/chlpca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/chlpca.h -------------------------------------------------------------------------------- /plugins/cvMat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/cvMat.h -------------------------------------------------------------------------------- /plugins/draw_gradient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/draw_gradient.h -------------------------------------------------------------------------------- /plugins/inpaint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/inpaint.h -------------------------------------------------------------------------------- /plugins/ipl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/ipl.h -------------------------------------------------------------------------------- /plugins/ipl_alt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/ipl_alt.h -------------------------------------------------------------------------------- /plugins/jpeg_buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/jpeg_buffer.h -------------------------------------------------------------------------------- /plugins/loop_macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/loop_macros.h -------------------------------------------------------------------------------- /plugins/matlab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/matlab.h -------------------------------------------------------------------------------- /plugins/nlmeans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/nlmeans.h -------------------------------------------------------------------------------- /plugins/skeleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/skeleton.h -------------------------------------------------------------------------------- /plugins/tiff_stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/tiff_stream.h -------------------------------------------------------------------------------- /plugins/tinymatwriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/tinymatwriter.h -------------------------------------------------------------------------------- /plugins/vrml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/vrml.h -------------------------------------------------------------------------------- /plugins/vtk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/plugins/vtk.h -------------------------------------------------------------------------------- /resources/CImg.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/CImg.pc -------------------------------------------------------------------------------- /resources/cimg_buildpackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/cimg_buildpackage -------------------------------------------------------------------------------- /resources/cimg_ftp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/cimg_ftp -------------------------------------------------------------------------------- /resources/compile_win_icl.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/compile_win_icl.bat -------------------------------------------------------------------------------- /resources/compile_win_visualcpp.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/compile_win_visualcpp.bat -------------------------------------------------------------------------------- /resources/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/debian/changelog -------------------------------------------------------------------------------- /resources/debian/cimg-dev.dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/debian/cimg-dev.dirs -------------------------------------------------------------------------------- /resources/debian/cimg-dev.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/debian/cimg-dev.install -------------------------------------------------------------------------------- /resources/debian/cimg-dev.links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/debian/cimg-dev.links -------------------------------------------------------------------------------- /resources/debian/compat: -------------------------------------------------------------------------------- 1 | 5 2 | -------------------------------------------------------------------------------- /resources/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/debian/control -------------------------------------------------------------------------------- /resources/debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/debian/copyright -------------------------------------------------------------------------------- /resources/debian/docs: -------------------------------------------------------------------------------- 1 | changelog 2 | -------------------------------------------------------------------------------- /resources/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/debian/rules -------------------------------------------------------------------------------- /resources/project_win_visualcpp/project_win_visualcpp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/project_win_visualcpp/project_win_visualcpp.sln -------------------------------------------------------------------------------- /resources/project_win_visualcpp/project_win_visualcpp.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/project_win_visualcpp/project_win_visualcpp.suo -------------------------------------------------------------------------------- /resources/project_win_visualcpp/project_win_visualcpp.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/project_win_visualcpp/project_win_visualcpp.vcproj -------------------------------------------------------------------------------- /resources/pycimg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreycLab/CImg/HEAD/resources/pycimg.py --------------------------------------------------------------------------------