├── .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 │ ├── bootstrap-combined.no-icons.min.css │ ├── font-awesome.min.css │ ├── jquery.iviewer.css │ ├── phpdocumentor-clean-icons │ │ ├── Read Me.txt │ │ ├── fonts │ │ │ ├── phpdocumentor-clean-icons.dev.svg │ │ │ ├── phpdocumentor-clean-icons.eot │ │ │ ├── phpdocumentor-clean-icons.svg │ │ │ ├── phpdocumentor-clean-icons.ttf │ │ │ └── phpdocumentor-clean-icons.woff │ │ ├── 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%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 │ └── webroot │ │ ├── img.php.txt │ │ └── img_config.php.txt │ ├── font │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ └── fontawesome-webfont.woff │ ├── graphs │ ├── class.html │ └── classes.svg │ ├── images │ ├── apple-touch-icon-114x114.png │ ├── apple-touch-icon-72x72.png │ ├── apple-touch-icon.png │ ├── custom-icons.svg │ ├── favicon.ico │ ├── hierarchy-item.png │ ├── icon-class-13x13.png │ ├── icon-class.svg │ ├── icon-interface-13x13.png │ ├── icon-interface.svg │ ├── icon-trait-13x13.png │ ├── icon-trait.svg │ └── iviewer │ │ ├── grab.cur │ │ ├── hand.cur │ │ ├── iviewer.rotate_left.png │ │ ├── iviewer.rotate_right.png │ │ ├── iviewer.zoom_fit.png │ │ ├── iviewer.zoom_in.png │ │ ├── iviewer.zoom_out.png │ │ └── iviewer.zoom_zero.png │ ├── index.html │ ├── js │ ├── bootstrap.min.js │ ├── html5.js │ ├── jquery-1.11.0.min.js │ ├── jquery.dotdotdot-1.5.9.js │ ├── jquery.dotdotdot-1.5.9.min.js │ ├── jquery.iviewer.js │ ├── jquery.iviewer.min.js │ ├── jquery.mousewheel.js │ ├── jquery.smooth-scroll.js │ ├── prism.min.js │ └── ui │ │ └── 1.10.4 │ │ └── jquery-ui.min.js │ ├── namespaces │ └── default.html │ ├── phpdoc-cache-2e │ └── phpdoc-cache-settings.dat │ ├── phpdoc-cache-64 │ └── phpdoc-cache-file_5de178c5dafcaff40d31e6fe8bec9eea.dat │ ├── phpdoc-cache-66 │ └── phpdoc-cache-file_58c9e20d7971fb3461feadcf8052d7c6.dat │ ├── phpdoc-cache-7f │ └── phpdoc-cache-file_05104b5f33216f058e4b600e59ccee4e.dat │ ├── phpdoc-cache-aa │ └── phpdoc-cache-file_ace2bb5eac6f81a3a5d8d5eeb2b59685.dat │ ├── phpdoc-cache-b5 │ └── phpdoc-cache-file_73f6e60ef59c0c30ffc560b4da7243ca.dat │ ├── phpdoc-cache-b9 │ └── phpdoc-cache-file_2c624667a65767f32365565ca6d89fea.dat │ ├── phpdoc-cache-e7 │ └── phpdoc-cache-file_ec58a87628ba00fb2321bc6cdb7d54b4.dat │ ├── phpdoc-cache-ee │ └── phpdoc-cache-file_83ad6bd4885732fd14b9d8709d592efd.dat │ └── 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.php ├── img ├── apple.jpg ├── apple_trans.gif ├── ball24.png ├── ball8.png ├── car-gif ├── car-jpg ├── car-png ├── car.gif ├── car.jpg ├── car.png ├── car_srgb.png ├── circle_trans.png ├── duke.png ├── glider_anim.gif ├── hamburger.jpg ├── higher.jpg ├── issue117 │ ├── tri_cimage.png │ ├── tri_imagemagick.png │ ├── tri_imageresizing.png │ └── tri_original.png ├── issue29 │ ├── 400x265.jpg │ ├── 400x268.jpg │ ├── 400x300.jpg │ ├── 465x304.jpg │ └── 640x273.jpg ├── issue34 │ ├── 3.jpg │ └── 4.jpg ├── issue36 │ ├── flower-0.jpg │ ├── flower-180.jpg │ ├── flower-270.jpg │ ├── flower-90.jpg │ ├── me-0.jpg │ ├── me-180.jpg │ ├── me-270.jpg │ └── me-90.jpg ├── issue40 │ └── source.jpg ├── kodim04.png ├── kodim07.png ├── kodim08.png ├── kodim13.png ├── kodim15.png ├── kodim22.png ├── kodim23.png ├── kodim24.png ├── lena.jpg ├── lena.png ├── lena.tif ├── lena.webp ├── planet.gif ├── round24.png ├── round8.png ├── webp │ └── 1.webp └── wider.jpg ├── img_config.php ├── img_header.php ├── imgd.php ├── imgf.php ├── imgf_config.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 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/.gitignore -------------------------------------------------------------------------------- /.scrutinizer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/.scrutinizer.yml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/.travis.yml -------------------------------------------------------------------------------- /CAsciiArt.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/CAsciiArt.php -------------------------------------------------------------------------------- /CCache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/CCache.php -------------------------------------------------------------------------------- /CFastTrackCache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/CFastTrackCache.php -------------------------------------------------------------------------------- /CHttpGet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/CHttpGet.php -------------------------------------------------------------------------------- /CImage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/CImage.php -------------------------------------------------------------------------------- /CRemoteImage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/CRemoteImage.php -------------------------------------------------------------------------------- /CWhitelist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/CWhitelist.php -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/README.md -------------------------------------------------------------------------------- /REVISION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/REVISION.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/SECURITY.md -------------------------------------------------------------------------------- /autoload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/autoload.php -------------------------------------------------------------------------------- /bin/cache.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/bin/cache.bash -------------------------------------------------------------------------------- /bin/create-img-single.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/bin/create-img-single.bash -------------------------------------------------------------------------------- /cache/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/cache/.gitignore -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/composer.json -------------------------------------------------------------------------------- /defines.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/defines.php -------------------------------------------------------------------------------- /docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docker-compose.yaml -------------------------------------------------------------------------------- /docs/api/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/.htaccess -------------------------------------------------------------------------------- /docs/api/classes/CAsciiArt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/classes/CAsciiArt.html -------------------------------------------------------------------------------- /docs/api/classes/CHttpGet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/classes/CHttpGet.html -------------------------------------------------------------------------------- /docs/api/classes/CImage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/classes/CImage.html -------------------------------------------------------------------------------- /docs/api/classes/CImage_RemoteDownloadTest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/classes/CImage_RemoteDownloadTest.html -------------------------------------------------------------------------------- /docs/api/classes/CRemoteImage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/classes/CRemoteImage.html -------------------------------------------------------------------------------- /docs/api/classes/CWhitelist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/classes/CWhitelist.html -------------------------------------------------------------------------------- /docs/api/classes/CWhitelistTest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/classes/CWhitelistTest.html -------------------------------------------------------------------------------- /docs/api/css/bootstrap-combined.no-icons.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/css/bootstrap-combined.no-icons.min.css -------------------------------------------------------------------------------- /docs/api/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/css/font-awesome.min.css -------------------------------------------------------------------------------- /docs/api/css/jquery.iviewer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/css/jquery.iviewer.css -------------------------------------------------------------------------------- /docs/api/css/phpdocumentor-clean-icons/Read Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/css/phpdocumentor-clean-icons/Read Me.txt -------------------------------------------------------------------------------- /docs/api/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.dev.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.dev.svg -------------------------------------------------------------------------------- /docs/api/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.eot -------------------------------------------------------------------------------- /docs/api/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.svg -------------------------------------------------------------------------------- /docs/api/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.ttf -------------------------------------------------------------------------------- /docs/api/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.woff -------------------------------------------------------------------------------- /docs/api/css/phpdocumentor-clean-icons/lte-ie7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/css/phpdocumentor-clean-icons/lte-ie7.js -------------------------------------------------------------------------------- /docs/api/css/phpdocumentor-clean-icons/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/css/phpdocumentor-clean-icons/style.css -------------------------------------------------------------------------------- /docs/api/css/prism.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/css/prism.css -------------------------------------------------------------------------------- /docs/api/css/template.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/css/template.css -------------------------------------------------------------------------------- /docs/api/files/CAsciiArt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/CAsciiArt.html -------------------------------------------------------------------------------- /docs/api/files/CAsciiArt.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/CAsciiArt.php.txt -------------------------------------------------------------------------------- /docs/api/files/CHttpGet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/CHttpGet.html -------------------------------------------------------------------------------- /docs/api/files/CHttpGet.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/CHttpGet.php.txt -------------------------------------------------------------------------------- /docs/api/files/CImage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/CImage.html -------------------------------------------------------------------------------- /docs/api/files/CImage.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/CImage.php.txt -------------------------------------------------------------------------------- /docs/api/files/CRemoteImage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/CRemoteImage.html -------------------------------------------------------------------------------- /docs/api/files/CRemoteImage.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/CRemoteImage.php.txt -------------------------------------------------------------------------------- /docs/api/files/CWhitelist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/CWhitelist.html -------------------------------------------------------------------------------- /docs/api/files/CWhitelist.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/CWhitelist.php.txt -------------------------------------------------------------------------------- /docs/api/files/autoload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/autoload.html -------------------------------------------------------------------------------- /docs/api/files/autoload.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/autoload.php.txt -------------------------------------------------------------------------------- /docs/api/files/test%2FCImage_RemoteDownloadTest.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/test%2FCImage_RemoteDownloadTest.php.txt -------------------------------------------------------------------------------- /docs/api/files/test%2FCWhitelistTest.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/test%2FCWhitelistTest.php.txt -------------------------------------------------------------------------------- /docs/api/files/test%2Fconfig.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/test%2Fconfig.php.txt -------------------------------------------------------------------------------- /docs/api/files/test.CImage_RemoteDownloadTest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/test.CImage_RemoteDownloadTest.html -------------------------------------------------------------------------------- /docs/api/files/test.CWhitelistTest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/test.CWhitelistTest.html -------------------------------------------------------------------------------- /docs/api/files/test.config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/test.config.html -------------------------------------------------------------------------------- /docs/api/files/webroot%2Fcheck_system.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Fcheck_system.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Fcompare%2Fcompare-test.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Fcompare%2Fcompare-test.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Fcompare%2Fcompare.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Fcompare%2Fcompare.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Fimg.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Fimg.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Fimg_config.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Fimg_config.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Fimg_header.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Fimg_header.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Fimgd.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Fimgd.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Fimgp.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Fimgp.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Fimgs.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Fimgs.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Fconfig.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Fconfig.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftemplate.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftemplate.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue29.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue29.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue36_aro.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue36_aro.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue36_rb-ra-180.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue36_rb-ra-180.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue36_rb-ra-270.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue36_rb-ra-270.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue36_rb-ra-45.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue36_rb-ra-45.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue36_rb-ra-90.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue36_rb-ra-90.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue38.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue38.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue40.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue40.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue49.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue49.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue52-cf.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue52-cf.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue52-stretch.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue52-stretch.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue52.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue52.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue58.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue58.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_issue60.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_issue60.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_option-crop.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_option-crop.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_option-no-upscale.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_option-no-upscale.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot%2Ftest%2Ftest_option-save-as.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot%2Ftest%2Ftest_option-save-as.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot.check_system.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.check_system.html -------------------------------------------------------------------------------- /docs/api/files/webroot.compare.compare-test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.compare.compare-test.html -------------------------------------------------------------------------------- /docs/api/files/webroot.compare.compare.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.compare.compare.html -------------------------------------------------------------------------------- /docs/api/files/webroot.img.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.img.html -------------------------------------------------------------------------------- /docs/api/files/webroot.img_config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.img_config.html -------------------------------------------------------------------------------- /docs/api/files/webroot.img_header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.img_header.html -------------------------------------------------------------------------------- /docs/api/files/webroot.imgd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.imgd.html -------------------------------------------------------------------------------- /docs/api/files/webroot.imgp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.imgp.html -------------------------------------------------------------------------------- /docs/api/files/webroot.imgs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.imgs.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.config.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.template.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue29.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue29.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue36_aro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue36_aro.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue36_rb-ra-180.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue36_rb-ra-180.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue36_rb-ra-270.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue36_rb-ra-270.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue36_rb-ra-45.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue36_rb-ra-45.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue36_rb-ra-90.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue36_rb-ra-90.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue38.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue38.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue40.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue40.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue49.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue49.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue52-cf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue52-cf.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue52-stretch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue52-stretch.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue52.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue52.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue58.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue58.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_issue60.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_issue60.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_option-crop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_option-crop.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_option-no-upscale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_option-no-upscale.html -------------------------------------------------------------------------------- /docs/api/files/webroot.test.test_option-save-as.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot.test.test_option-save-as.html -------------------------------------------------------------------------------- /docs/api/files/webroot/img.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot/img.php.txt -------------------------------------------------------------------------------- /docs/api/files/webroot/img_config.php.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/files/webroot/img_config.php.txt -------------------------------------------------------------------------------- /docs/api/font/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/font/FontAwesome.otf -------------------------------------------------------------------------------- /docs/api/font/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/font/fontawesome-webfont.eot -------------------------------------------------------------------------------- /docs/api/font/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/font/fontawesome-webfont.svg -------------------------------------------------------------------------------- /docs/api/font/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/font/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /docs/api/font/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/font/fontawesome-webfont.woff -------------------------------------------------------------------------------- /docs/api/graphs/class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/graphs/class.html -------------------------------------------------------------------------------- /docs/api/graphs/classes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/graphs/classes.svg -------------------------------------------------------------------------------- /docs/api/images/apple-touch-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/apple-touch-icon-114x114.png -------------------------------------------------------------------------------- /docs/api/images/apple-touch-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/apple-touch-icon-72x72.png -------------------------------------------------------------------------------- /docs/api/images/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/apple-touch-icon.png -------------------------------------------------------------------------------- /docs/api/images/custom-icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/custom-icons.svg -------------------------------------------------------------------------------- /docs/api/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/favicon.ico -------------------------------------------------------------------------------- /docs/api/images/hierarchy-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/hierarchy-item.png -------------------------------------------------------------------------------- /docs/api/images/icon-class-13x13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/icon-class-13x13.png -------------------------------------------------------------------------------- /docs/api/images/icon-class.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/icon-class.svg -------------------------------------------------------------------------------- /docs/api/images/icon-interface-13x13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/icon-interface-13x13.png -------------------------------------------------------------------------------- /docs/api/images/icon-interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/icon-interface.svg -------------------------------------------------------------------------------- /docs/api/images/icon-trait-13x13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/icon-trait-13x13.png -------------------------------------------------------------------------------- /docs/api/images/icon-trait.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/icon-trait.svg -------------------------------------------------------------------------------- /docs/api/images/iviewer/grab.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/iviewer/grab.cur -------------------------------------------------------------------------------- /docs/api/images/iviewer/hand.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/iviewer/hand.cur -------------------------------------------------------------------------------- /docs/api/images/iviewer/iviewer.rotate_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/iviewer/iviewer.rotate_left.png -------------------------------------------------------------------------------- /docs/api/images/iviewer/iviewer.rotate_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/iviewer/iviewer.rotate_right.png -------------------------------------------------------------------------------- /docs/api/images/iviewer/iviewer.zoom_fit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/iviewer/iviewer.zoom_fit.png -------------------------------------------------------------------------------- /docs/api/images/iviewer/iviewer.zoom_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/iviewer/iviewer.zoom_in.png -------------------------------------------------------------------------------- /docs/api/images/iviewer/iviewer.zoom_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/iviewer/iviewer.zoom_out.png -------------------------------------------------------------------------------- /docs/api/images/iviewer/iviewer.zoom_zero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/images/iviewer/iviewer.zoom_zero.png -------------------------------------------------------------------------------- /docs/api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/index.html -------------------------------------------------------------------------------- /docs/api/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/js/bootstrap.min.js -------------------------------------------------------------------------------- /docs/api/js/html5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/js/html5.js -------------------------------------------------------------------------------- /docs/api/js/jquery-1.11.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/js/jquery-1.11.0.min.js -------------------------------------------------------------------------------- /docs/api/js/jquery.dotdotdot-1.5.9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/js/jquery.dotdotdot-1.5.9.js -------------------------------------------------------------------------------- /docs/api/js/jquery.dotdotdot-1.5.9.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/js/jquery.dotdotdot-1.5.9.min.js -------------------------------------------------------------------------------- /docs/api/js/jquery.iviewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/js/jquery.iviewer.js -------------------------------------------------------------------------------- /docs/api/js/jquery.iviewer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/js/jquery.iviewer.min.js -------------------------------------------------------------------------------- /docs/api/js/jquery.mousewheel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/js/jquery.mousewheel.js -------------------------------------------------------------------------------- /docs/api/js/jquery.smooth-scroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/js/jquery.smooth-scroll.js -------------------------------------------------------------------------------- /docs/api/js/prism.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/js/prism.min.js -------------------------------------------------------------------------------- /docs/api/js/ui/1.10.4/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/js/ui/1.10.4/jquery-ui.min.js -------------------------------------------------------------------------------- /docs/api/namespaces/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/namespaces/default.html -------------------------------------------------------------------------------- /docs/api/phpdoc-cache-2e/phpdoc-cache-settings.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/phpdoc-cache-2e/phpdoc-cache-settings.dat -------------------------------------------------------------------------------- /docs/api/phpdoc-cache-64/phpdoc-cache-file_5de178c5dafcaff40d31e6fe8bec9eea.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/phpdoc-cache-64/phpdoc-cache-file_5de178c5dafcaff40d31e6fe8bec9eea.dat -------------------------------------------------------------------------------- /docs/api/phpdoc-cache-66/phpdoc-cache-file_58c9e20d7971fb3461feadcf8052d7c6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/phpdoc-cache-66/phpdoc-cache-file_58c9e20d7971fb3461feadcf8052d7c6.dat -------------------------------------------------------------------------------- /docs/api/phpdoc-cache-7f/phpdoc-cache-file_05104b5f33216f058e4b600e59ccee4e.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/phpdoc-cache-7f/phpdoc-cache-file_05104b5f33216f058e4b600e59ccee4e.dat -------------------------------------------------------------------------------- /docs/api/phpdoc-cache-aa/phpdoc-cache-file_ace2bb5eac6f81a3a5d8d5eeb2b59685.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/phpdoc-cache-aa/phpdoc-cache-file_ace2bb5eac6f81a3a5d8d5eeb2b59685.dat -------------------------------------------------------------------------------- /docs/api/phpdoc-cache-b5/phpdoc-cache-file_73f6e60ef59c0c30ffc560b4da7243ca.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/phpdoc-cache-b5/phpdoc-cache-file_73f6e60ef59c0c30ffc560b4da7243ca.dat -------------------------------------------------------------------------------- /docs/api/phpdoc-cache-b9/phpdoc-cache-file_2c624667a65767f32365565ca6d89fea.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/phpdoc-cache-b9/phpdoc-cache-file_2c624667a65767f32365565ca6d89fea.dat -------------------------------------------------------------------------------- /docs/api/phpdoc-cache-e7/phpdoc-cache-file_ec58a87628ba00fb2321bc6cdb7d54b4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/phpdoc-cache-e7/phpdoc-cache-file_ec58a87628ba00fb2321bc6cdb7d54b4.dat -------------------------------------------------------------------------------- /docs/api/phpdoc-cache-ee/phpdoc-cache-file_83ad6bd4885732fd14b9d8709d592efd.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/phpdoc-cache-ee/phpdoc-cache-file_83ad6bd4885732fd14b9d8709d592efd.dat -------------------------------------------------------------------------------- /docs/api/reports/deprecated.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/reports/deprecated.html -------------------------------------------------------------------------------- /docs/api/reports/errors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/reports/errors.html -------------------------------------------------------------------------------- /docs/api/reports/markers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/docs/api/reports/markers.html -------------------------------------------------------------------------------- /functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/functions.php -------------------------------------------------------------------------------- /icc/sRGB_IEC61966-2-1_black_scaled.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/icc/sRGB_IEC61966-2-1_black_scaled.icc -------------------------------------------------------------------------------- /phpcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/phpcs.xml -------------------------------------------------------------------------------- /phpdoc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/phpdoc.xml -------------------------------------------------------------------------------- /phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/phpunit.xml -------------------------------------------------------------------------------- /test/CCacheTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/test/CCacheTest.php -------------------------------------------------------------------------------- /test/CImageDummyTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/test/CImageDummyTest.php -------------------------------------------------------------------------------- /test/CImageRemoteDownloadTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/test/CImageRemoteDownloadTest.php -------------------------------------------------------------------------------- /test/CImageSRGBTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/test/CImageSRGBTest.php -------------------------------------------------------------------------------- /test/CWhitelistTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/test/CWhitelistTest.php -------------------------------------------------------------------------------- /test/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/test/config.php -------------------------------------------------------------------------------- /webroot/check_system.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/check_system.php -------------------------------------------------------------------------------- /webroot/compare/compare-test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/compare/compare-test.php -------------------------------------------------------------------------------- /webroot/compare/compare.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/compare/compare.php -------------------------------------------------------------------------------- /webroot/compare/issue117-PNG24.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/compare/issue117-PNG24.php -------------------------------------------------------------------------------- /webroot/htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/htaccess -------------------------------------------------------------------------------- /webroot/img.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img.php -------------------------------------------------------------------------------- /webroot/img/apple.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/apple.jpg -------------------------------------------------------------------------------- /webroot/img/apple_trans.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/apple_trans.gif -------------------------------------------------------------------------------- /webroot/img/ball24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/ball24.png -------------------------------------------------------------------------------- /webroot/img/ball8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/ball8.png -------------------------------------------------------------------------------- /webroot/img/car-gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/car-gif -------------------------------------------------------------------------------- /webroot/img/car-jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/car-jpg -------------------------------------------------------------------------------- /webroot/img/car-png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/car-png -------------------------------------------------------------------------------- /webroot/img/car.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/car.gif -------------------------------------------------------------------------------- /webroot/img/car.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/car.jpg -------------------------------------------------------------------------------- /webroot/img/car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/car.png -------------------------------------------------------------------------------- /webroot/img/car_srgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/car_srgb.png -------------------------------------------------------------------------------- /webroot/img/circle_trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/circle_trans.png -------------------------------------------------------------------------------- /webroot/img/duke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/duke.png -------------------------------------------------------------------------------- /webroot/img/glider_anim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/glider_anim.gif -------------------------------------------------------------------------------- /webroot/img/hamburger.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/hamburger.jpg -------------------------------------------------------------------------------- /webroot/img/higher.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/higher.jpg -------------------------------------------------------------------------------- /webroot/img/issue117/tri_cimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue117/tri_cimage.png -------------------------------------------------------------------------------- /webroot/img/issue117/tri_imagemagick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue117/tri_imagemagick.png -------------------------------------------------------------------------------- /webroot/img/issue117/tri_imageresizing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue117/tri_imageresizing.png -------------------------------------------------------------------------------- /webroot/img/issue117/tri_original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue117/tri_original.png -------------------------------------------------------------------------------- /webroot/img/issue29/400x265.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue29/400x265.jpg -------------------------------------------------------------------------------- /webroot/img/issue29/400x268.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue29/400x268.jpg -------------------------------------------------------------------------------- /webroot/img/issue29/400x300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue29/400x300.jpg -------------------------------------------------------------------------------- /webroot/img/issue29/465x304.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue29/465x304.jpg -------------------------------------------------------------------------------- /webroot/img/issue29/640x273.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue29/640x273.jpg -------------------------------------------------------------------------------- /webroot/img/issue34/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue34/3.jpg -------------------------------------------------------------------------------- /webroot/img/issue34/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue34/4.jpg -------------------------------------------------------------------------------- /webroot/img/issue36/flower-0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue36/flower-0.jpg -------------------------------------------------------------------------------- /webroot/img/issue36/flower-180.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue36/flower-180.jpg -------------------------------------------------------------------------------- /webroot/img/issue36/flower-270.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue36/flower-270.jpg -------------------------------------------------------------------------------- /webroot/img/issue36/flower-90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue36/flower-90.jpg -------------------------------------------------------------------------------- /webroot/img/issue36/me-0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue36/me-0.jpg -------------------------------------------------------------------------------- /webroot/img/issue36/me-180.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue36/me-180.jpg -------------------------------------------------------------------------------- /webroot/img/issue36/me-270.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue36/me-270.jpg -------------------------------------------------------------------------------- /webroot/img/issue36/me-90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue36/me-90.jpg -------------------------------------------------------------------------------- /webroot/img/issue40/source.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/issue40/source.jpg -------------------------------------------------------------------------------- /webroot/img/kodim04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/kodim04.png -------------------------------------------------------------------------------- /webroot/img/kodim07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/kodim07.png -------------------------------------------------------------------------------- /webroot/img/kodim08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/kodim08.png -------------------------------------------------------------------------------- /webroot/img/kodim13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/kodim13.png -------------------------------------------------------------------------------- /webroot/img/kodim15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/kodim15.png -------------------------------------------------------------------------------- /webroot/img/kodim22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/kodim22.png -------------------------------------------------------------------------------- /webroot/img/kodim23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/kodim23.png -------------------------------------------------------------------------------- /webroot/img/kodim24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/kodim24.png -------------------------------------------------------------------------------- /webroot/img/lena.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/lena.jpg -------------------------------------------------------------------------------- /webroot/img/lena.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/lena.png -------------------------------------------------------------------------------- /webroot/img/lena.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/lena.tif -------------------------------------------------------------------------------- /webroot/img/lena.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/lena.webp -------------------------------------------------------------------------------- /webroot/img/planet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/planet.gif -------------------------------------------------------------------------------- /webroot/img/round24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/round24.png -------------------------------------------------------------------------------- /webroot/img/round8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/round8.png -------------------------------------------------------------------------------- /webroot/img/webp/1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/webp/1.webp -------------------------------------------------------------------------------- /webroot/img/wider.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img/wider.jpg -------------------------------------------------------------------------------- /webroot/img_config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img_config.php -------------------------------------------------------------------------------- /webroot/img_header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/img_header.php -------------------------------------------------------------------------------- /webroot/imgd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/imgd.php -------------------------------------------------------------------------------- /webroot/imgf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/imgf.php -------------------------------------------------------------------------------- /webroot/imgf_config.php: -------------------------------------------------------------------------------- 1 | img_config.php -------------------------------------------------------------------------------- /webroot/imgp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/imgp.php -------------------------------------------------------------------------------- /webroot/imgs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/imgs.php -------------------------------------------------------------------------------- /webroot/js/cimage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/js/cimage.js -------------------------------------------------------------------------------- /webroot/test/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/config.php -------------------------------------------------------------------------------- /webroot/test/template.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/template.php -------------------------------------------------------------------------------- /webroot/test/test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test.php -------------------------------------------------------------------------------- /webroot/test/test_issue101-dummy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue101-dummy.php -------------------------------------------------------------------------------- /webroot/test/test_issue29.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue29.php -------------------------------------------------------------------------------- /webroot/test/test_issue36_aro.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue36_aro.php -------------------------------------------------------------------------------- /webroot/test/test_issue36_rb-ra-180.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue36_rb-ra-180.php -------------------------------------------------------------------------------- /webroot/test/test_issue36_rb-ra-270.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue36_rb-ra-270.php -------------------------------------------------------------------------------- /webroot/test/test_issue36_rb-ra-45.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue36_rb-ra-45.php -------------------------------------------------------------------------------- /webroot/test/test_issue36_rb-ra-90.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue36_rb-ra-90.php -------------------------------------------------------------------------------- /webroot/test/test_issue38.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue38.php -------------------------------------------------------------------------------- /webroot/test/test_issue40.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue40.php -------------------------------------------------------------------------------- /webroot/test/test_issue49.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue49.php -------------------------------------------------------------------------------- /webroot/test/test_issue52-cf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue52-cf.php -------------------------------------------------------------------------------- /webroot/test/test_issue52-stretch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue52-stretch.php -------------------------------------------------------------------------------- /webroot/test/test_issue52.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue52.php -------------------------------------------------------------------------------- /webroot/test/test_issue58.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue58.php -------------------------------------------------------------------------------- /webroot/test/test_issue60.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue60.php -------------------------------------------------------------------------------- /webroot/test/test_issue85.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_issue85.php -------------------------------------------------------------------------------- /webroot/test/test_option-crop.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_option-crop.php -------------------------------------------------------------------------------- /webroot/test/test_option-no-upscale.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_option-no-upscale.php -------------------------------------------------------------------------------- /webroot/test/test_option-save-as.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/test/test_option-save-as.php -------------------------------------------------------------------------------- /webroot/tests.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mosbth/cimage/HEAD/webroot/tests.php --------------------------------------------------------------------------------