gitextract_499basvb/ ├── .gitignore ├── .scrutinizer.yml ├── .travis.yml ├── CAsciiArt.php ├── CCache.php ├── CFastTrackCache.php ├── CHttpGet.php ├── CImage.php ├── CRemoteImage.php ├── CWhitelist.php ├── LICENSE.txt ├── README.md ├── REVISION.md ├── SECURITY.md ├── autoload.php ├── bin/ │ ├── cache.bash │ └── create-img-single.bash ├── cache/ │ └── .gitignore ├── composer.json ├── defines.php ├── docker-compose.yaml ├── docs/ │ └── api/ │ ├── .htaccess │ ├── classes/ │ │ ├── CAsciiArt.html │ │ ├── CHttpGet.html │ │ ├── CImage.html │ │ ├── CImage_RemoteDownloadTest.html │ │ ├── CRemoteImage.html │ │ ├── CWhitelist.html │ │ └── CWhitelistTest.html │ ├── css/ │ │ ├── jquery.iviewer.css │ │ ├── phpdocumentor-clean-icons/ │ │ │ ├── Read Me.txt │ │ │ ├── lte-ie7.js │ │ │ └── style.css │ │ ├── prism.css │ │ └── template.css │ ├── files/ │ │ ├── CAsciiArt.html │ │ ├── CAsciiArt.php.txt │ │ ├── CHttpGet.html │ │ ├── CHttpGet.php.txt │ │ ├── CImage.html │ │ ├── CImage.php.txt │ │ ├── CRemoteImage.html │ │ ├── CRemoteImage.php.txt │ │ ├── CWhitelist.html │ │ ├── CWhitelist.php.txt │ │ ├── autoload.html │ │ ├── autoload.php.txt │ │ ├── test%2FCImage_RemoteDownloadTest.php.txt │ │ ├── test%2FCWhitelistTest.php.txt │ │ ├── test%2Fconfig.php.txt │ │ ├── test.CImage_RemoteDownloadTest.html │ │ ├── test.CWhitelistTest.html │ │ ├── test.config.html │ │ ├── webroot/ │ │ │ ├── img.php.txt │ │ │ └── img_config.php.txt │ │ ├── webroot%2Fcheck_system.php.txt │ │ ├── webroot%2Fcompare%2Fcompare-test.php.txt │ │ ├── webroot%2Fcompare%2Fcompare.php.txt │ │ ├── webroot%2Fimg.php.txt │ │ ├── webroot%2Fimg_config.php.txt │ │ ├── webroot%2Fimg_header.php.txt │ │ ├── webroot%2Fimgd.php.txt │ │ ├── webroot%2Fimgp.php.txt │ │ ├── webroot%2Fimgs.php.txt │ │ ├── webroot%2Ftest%2Fconfig.php.txt │ │ ├── webroot%2Ftest%2Ftemplate.php.txt │ │ ├── webroot%2Ftest%2Ftest.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue29.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue36_aro.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue36_rb-ra-180.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue36_rb-ra-270.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue36_rb-ra-45.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue36_rb-ra-90.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue38.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue40.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue49.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue52-cf.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue52-stretch.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue52.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue58.php.txt │ │ ├── webroot%2Ftest%2Ftest_issue60.php.txt │ │ ├── webroot%2Ftest%2Ftest_option-crop.php.txt │ │ ├── webroot%2Ftest%2Ftest_option-no-upscale.php.txt │ │ ├── webroot%2Ftest%2Ftest_option-save-as.php.txt │ │ ├── webroot.check_system.html │ │ ├── webroot.compare.compare-test.html │ │ ├── webroot.compare.compare.html │ │ ├── webroot.img.html │ │ ├── webroot.img_config.html │ │ ├── webroot.img_header.html │ │ ├── webroot.imgd.html │ │ ├── webroot.imgp.html │ │ ├── webroot.imgs.html │ │ ├── webroot.test.config.html │ │ ├── webroot.test.template.html │ │ ├── webroot.test.test.html │ │ ├── webroot.test.test_issue29.html │ │ ├── webroot.test.test_issue36_aro.html │ │ ├── webroot.test.test_issue36_rb-ra-180.html │ │ ├── webroot.test.test_issue36_rb-ra-270.html │ │ ├── webroot.test.test_issue36_rb-ra-45.html │ │ ├── webroot.test.test_issue36_rb-ra-90.html │ │ ├── webroot.test.test_issue38.html │ │ ├── webroot.test.test_issue40.html │ │ ├── webroot.test.test_issue49.html │ │ ├── webroot.test.test_issue52-cf.html │ │ ├── webroot.test.test_issue52-stretch.html │ │ ├── webroot.test.test_issue52.html │ │ ├── webroot.test.test_issue58.html │ │ ├── webroot.test.test_issue60.html │ │ ├── webroot.test.test_option-crop.html │ │ ├── webroot.test.test_option-no-upscale.html │ │ └── webroot.test.test_option-save-as.html │ ├── font/ │ │ └── FontAwesome.otf │ ├── graphs/ │ │ └── class.html │ ├── images/ │ │ └── iviewer/ │ │ ├── grab.cur │ │ └── hand.cur │ ├── index.html │ ├── js/ │ │ ├── html5.js │ │ ├── jquery.dotdotdot-1.5.9.js │ │ ├── jquery.iviewer.js │ │ ├── jquery.mousewheel.js │ │ └── jquery.smooth-scroll.js │ ├── namespaces/ │ │ └── default.html │ └── reports/ │ ├── deprecated.html │ ├── errors.html │ └── markers.html ├── functions.php ├── icc/ │ └── sRGB_IEC61966-2-1_black_scaled.icc ├── phpcs.xml ├── phpdoc.xml ├── phpunit.xml ├── test/ │ ├── CCacheTest.php │ ├── CImageDummyTest.php │ ├── CImageRemoteDownloadTest.php │ ├── CImageSRGBTest.php │ ├── CWhitelistTest.php │ └── config.php └── webroot/ ├── check_system.php ├── compare/ │ ├── compare-test.php │ ├── compare.php │ └── issue117-PNG24.php ├── htaccess ├── img/ │ ├── car-gif │ ├── car-jpg │ ├── car-png │ └── lena.tif ├── img.php ├── img_config.php ├── img_header.php ├── imgd.php ├── imgf.php ├── imgp.php ├── imgs.php ├── js/ │ └── cimage.js ├── test/ │ ├── config.php │ ├── template.php │ ├── test.php │ ├── test_issue101-dummy.php │ ├── test_issue29.php │ ├── test_issue36_aro.php │ ├── test_issue36_rb-ra-180.php │ ├── test_issue36_rb-ra-270.php │ ├── test_issue36_rb-ra-45.php │ ├── test_issue36_rb-ra-90.php │ ├── test_issue38.php │ ├── test_issue40.php │ ├── test_issue49.php │ ├── test_issue52-cf.php │ ├── test_issue52-stretch.php │ ├── test_issue52.php │ ├── test_issue58.php │ ├── test_issue60.php │ ├── test_issue85.php │ ├── test_option-crop.php │ ├── test_option-no-upscale.php │ └── test_option-save-as.php └── tests.php