epeg 1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +4 -0
- data/MANIFEST +5 -0
- data/TODO +1 -0
- data/epeg/.dockerignore +4 -0
- data/epeg/.gitignore +5 -0
- data/epeg/CMakeLists.txt +30 -0
- data/epeg/Dockerfile +23 -0
- data/epeg/Epeg.h +90 -0
- data/epeg/README.md +42 -0
- data/epeg/epeg_main.c +1642 -0
- data/epeg/epeg_private.h +85 -0
- data/epeg/example/.gitignore +1 -0
- data/epeg/example/CMakeLists.txt +20 -0
- data/epeg/example/example.jpg +0 -0
- data/epeg/example/rotatetest.c +29 -0
- data/epeg/example/scaletest.c +48 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/BUILDING.md +828 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/CMakeLists.txt +1420 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/ChangeLog.md +1494 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/LICENSE.md +132 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/README.ijg +277 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/README.md +356 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/cderror.h +137 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/cdjpeg.c +145 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/cdjpeg.h +157 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/change.log +315 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/cjpeg.1 +354 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/cjpeg.c +695 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/cmakescripts/BuildPackages.cmake +182 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/cmakescripts/GNUInstallDirs.cmake +416 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/cmakescripts/cmake_uninstall.cmake.in +24 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/cmakescripts/testclean.cmake +41 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/cmyk.h +61 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/coderules.txt +78 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/djpeg.1 +296 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/djpeg.c +822 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/annotated.html +104 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/bc_s.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/bdwn.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/classes.html +106 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/closed.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/doxygen-extra.css +3 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/doxygen.css +1184 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/doxygen.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/dynsections.js +97 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2blank.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2cl.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2doc.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2folderclosed.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2folderopen.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2lastnode.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2link.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2mlastnode.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2mnode.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2mo.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2node.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2ns.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2plastnode.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2pnode.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2splitbar.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/ftv2vertline.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/functions.html +134 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/functions_vars.html +134 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/group___turbo_j_p_e_g.html +2775 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/index.html +90 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/jquery.js +8 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/modules.html +95 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/nav_f.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/nav_g.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/nav_h.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/open.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_63.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_63.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_64.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_64.js +5 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_68.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_68.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_6e.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_6e.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_6f.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_6f.js +5 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_72.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_72.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_74.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_74.js +102 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_77.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_77.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_78.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_78.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_79.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/all_79.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/classes_74.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/classes_74.js +6 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/close.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/enums_74.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/enums_74.js +8 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/enumvalues_74.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/enumvalues_74.js +37 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/functions_74.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/functions_74.js +31 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/groups_74.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/groups_74.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/mag_sel.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/nomatches.html +12 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/search.css +271 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/search.js +809 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/search_l.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/search_m.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/search_r.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/typedefs_74.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/typedefs_74.js +5 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_63.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_63.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_64.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_64.js +5 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_68.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_68.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_6e.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_6e.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_6f.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_6f.js +5 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_72.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_72.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_74.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_74.js +10 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_77.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_77.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_78.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_78.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_79.html +26 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/search/variables_79.js +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/structtjregion.html +186 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/structtjscalingfactor.html +148 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/structtjtransform.html +212 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/sync_off.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/sync_on.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/tab_a.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/tab_b.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/tab_h.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/tab_s.png +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doc/html/tabs.css +60 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doxygen-extra.css +3 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/doxygen.config +16 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/example.txt +464 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jaricom.c +157 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/CMakeLists.txt +88 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/MANIFEST.MF +2 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/README +52 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/TJBench.java +1021 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/TJExample.java +405 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/TJUnitTest.java +960 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/allclasses-frame.html +24 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/allclasses-noframe.html +24 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/constant-values.html +532 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/deprecated-list.html +252 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/help-doc.html +210 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/index-all.html +1029 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/index.html +71 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/org/libjpegturbo/turbojpeg/TJ.html +1356 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/org/libjpegturbo/turbojpeg/TJCompressor.html +926 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/org/libjpegturbo/turbojpeg/TJCustomFilter.html +241 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/org/libjpegturbo/turbojpeg/TJDecompressor.html +1255 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/org/libjpegturbo/turbojpeg/TJException.html +340 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/org/libjpegturbo/turbojpeg/TJScalingFactor.html +343 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/org/libjpegturbo/turbojpeg/TJTransform.html +751 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/org/libjpegturbo/turbojpeg/TJTransformer.html +421 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/org/libjpegturbo/turbojpeg/YUVImage.html +765 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/org/libjpegturbo/turbojpeg/package-frame.html +31 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/org/libjpegturbo/turbojpeg/package-summary.html +202 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/org/libjpegturbo/turbojpeg/package-tree.html +160 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/overview-tree.html +164 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/package-list +1 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/resources/background.gif +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/resources/tab.gif +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/resources/titlebar.gif +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/resources/titlebar_end.gif +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/script.js +30 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/serialized-form.html +176 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/doc/stylesheet.css +474 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org/libjpegturbo/turbojpeg/TJ.java +584 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org/libjpegturbo/turbojpeg/TJCompressor.java +677 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org/libjpegturbo/turbojpeg/TJCustomFilter.java +76 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org/libjpegturbo/turbojpeg/TJDecompressor.java +931 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org/libjpegturbo/turbojpeg/TJException.java +78 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org/libjpegturbo/turbojpeg/TJLoader-unix.java.in +59 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org/libjpegturbo/turbojpeg/TJLoader-win.java.in +35 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org/libjpegturbo/turbojpeg/TJScalingFactor.java +115 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org/libjpegturbo/turbojpeg/TJTransform.java +227 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org/libjpegturbo/turbojpeg/TJTransformer.java +163 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org/libjpegturbo/turbojpeg/YUVImage.java +445 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org_libjpegturbo_turbojpeg_TJ.h +129 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org_libjpegturbo_turbojpeg_TJCompressor.h +101 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org_libjpegturbo_turbojpeg_TJDecompressor.h +101 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/java/org_libjpegturbo_turbojpeg_TJTransformer.h +29 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcapimin.c +295 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcapistd.c +162 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcarith.c +932 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jccoefct.c +449 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jccolext.c +144 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jccolor.c +710 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcdctmgr.c +721 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jchuff.c +1096 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jchuff.h +42 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcicc.c +105 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcinit.c +77 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcmainct.c +162 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcmarker.c +664 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcmaster.c +640 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcomapi.c +109 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jconfig.h.in +73 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jconfig.txt +143 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jconfigint.h.in +31 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcparam.c +541 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcphuff.c +1105 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcprepct.c +351 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcsample.c +539 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jcstest.c +126 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jctrans.c +400 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdapimin.c +407 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdapistd.c +639 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdarith.c +773 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdatadst-tj.c +203 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdatadst.c +293 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdatasrc-tj.c +194 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdatasrc.c +295 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdcoefct.c +692 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdcoefct.h +82 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdcol565.c +384 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdcolext.c +143 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdcolor.c +883 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdct.h +208 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jddctmgr.c +352 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdhuff.c +831 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdhuff.h +238 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdicc.c +171 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdinput.c +408 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdmainct.c +460 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdmainct.h +71 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdmarker.c +1377 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdmaster.c +737 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdmaster.h +28 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdmerge.c +617 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdmrg565.c +354 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdmrgext.c +184 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdphuff.c +687 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdpostct.c +294 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdsample.c +518 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdsample.h +50 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jdtrans.c +155 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jerror.c +251 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jerror.h +316 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jfdctflt.c +169 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jfdctfst.c +227 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jfdctint.c +288 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jidctflt.c +240 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jidctfst.c +371 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jidctint.c +2627 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jidctred.c +409 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jinclude.h +88 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jmemmgr.c +1179 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jmemnobs.c +115 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jmemsys.h +178 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jmorecfg.h +421 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jpeg_nbits_table.h +4098 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jpegcomp.h +31 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jpegint.h +368 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jpeglib.h +1132 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jpegtran.1 +295 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jpegtran.c +601 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jquant1.c +859 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jquant2.c +1285 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jsimd.h +117 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jsimd_none.c +418 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jsimddct.h +70 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jstdhuff.c +143 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jutils.c +133 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/jversion.h +52 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/libjpeg.map.in +11 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/libjpeg.txt +3144 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/md5/CMakeLists.txt +1 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/md5/md5.c +275 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/md5/md5.h +57 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/md5/md5cmp.c +59 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/md5/md5hl.c +125 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/rdbmp.c +689 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/rdcolmap.c +254 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/rdgif.c +39 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/rdjpgcom.1 +63 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/rdjpgcom.c +510 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/rdppm.c +766 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/rdrle.c +389 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/rdswitch.c +424 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/rdtarga.c +509 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/Distribution.xml.in +24 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/License.rtf +20 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/ReadMe.txt +5 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/Welcome.rtf +17 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/deb-control.in +31 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/installer.nsi.in +191 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/libjpeg.pc.in +10 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/libturbojpeg.pc.in +10 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/makecygwinpkg.in +66 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/makedpkg.in +115 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/makemacpkg.in +284 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/makerpm.in +30 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/makesrpm.in +48 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/maketarball.in +51 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/rpm.spec.in +221 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/release/uninstall.in +113 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/sharedlib/CMakeLists.txt +99 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/CMakeLists.txt +385 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/arm/jsimd.c +721 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/arm/jsimd_neon.S +2878 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/arm64/jsimd.c +798 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/arm64/jsimd_neon.S +3433 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/gas-preprocessor.in +1 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jccolext-avx2.asm +578 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jccolext-mmx.asm +476 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jccolext-sse2.asm +503 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jccolor-avx2.asm +121 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jccolor-mmx.asm +121 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jccolor-sse2.asm +120 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jcgray-avx2.asm +113 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jcgray-mmx.asm +113 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jcgray-sse2.asm +112 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jcgryext-avx2.asm +457 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jcgryext-mmx.asm +355 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jcgryext-sse2.asm +382 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jchuff-sse2.asm +424 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jcphuff-sse2.asm +660 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jcsample-avx2.asm +388 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jcsample-mmx.asm +324 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jcsample-sse2.asm +351 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdcolext-avx2.asm +515 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdcolext-mmx.asm +404 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdcolext-sse2.asm +458 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdcolor-avx2.asm +118 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdcolor-mmx.asm +117 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdcolor-sse2.asm +117 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdmerge-avx2.asm +136 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdmerge-mmx.asm +123 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdmerge-sse2.asm +135 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdmrgext-avx2.asm +575 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdmrgext-mmx.asm +460 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdmrgext-sse2.asm +517 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdsample-avx2.asm +760 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdsample-mmx.asm +731 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jdsample-sse2.asm +724 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jfdctflt-3dn.asm +318 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jfdctflt-sse.asm +369 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jfdctfst-mmx.asm +395 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jfdctfst-sse2.asm +403 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jfdctint-avx2.asm +331 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jfdctint-mmx.asm +620 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jfdctint-sse2.asm +633 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jidctflt-3dn.asm +451 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jidctflt-sse.asm +571 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jidctflt-sse2.asm +497 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jidctfst-mmx.asm +499 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jidctfst-sse2.asm +501 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jidctint-avx2.asm +453 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jidctint-mmx.asm +851 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jidctint-sse2.asm +858 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jidctred-mmx.asm +704 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jidctred-sse2.asm +592 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jquant-3dn.asm +230 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jquant-mmx.asm +276 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jquant-sse.asm +208 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jquantf-sse2.asm +168 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jquanti-avx2.asm +188 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jquanti-sse2.asm +201 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jsimd.c +1253 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/i386/jsimdcpu.asm +135 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/jsimd.h +1083 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/loongson/jccolext-mmi.c +483 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/loongson/jccolor-mmi.c +148 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/loongson/jcsample-mmi.c +100 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/loongson/jcsample.h +28 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/loongson/jdcolext-mmi.c +424 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/loongson/jdcolor-mmi.c +139 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/loongson/jdsample-mmi.c +245 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/loongson/jfdctint-mmi.c +398 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/loongson/jidctint-mmi.c +571 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/loongson/jquanti-mmi.c +130 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/loongson/jsimd.c +610 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/loongson/jsimd_mmi.h +57 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/loongson/loongson-mmintrin.h +1324 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/mips/jsimd.c +1123 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/mips/jsimd_dspr2.S +4479 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/mips/jsimd_dspr2_asm.h +292 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/nasm/jcolsamp.inc +135 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/nasm/jdct.inc +31 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/nasm/jpeg_nbits_table.inc +4097 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/nasm/jsimdcfg.inc +93 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/nasm/jsimdcfg.inc.h +131 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/nasm/jsimdext.inc +479 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jccolext-altivec.c +269 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jccolor-altivec.c +116 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jcgray-altivec.c +111 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jcgryext-altivec.c +228 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jcsample-altivec.c +159 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jcsample.h +28 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jdcolext-altivec.c +276 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jdcolor-altivec.c +106 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jdmerge-altivec.c +130 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jdmrgext-altivec.c +329 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jdsample-altivec.c +400 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jfdctfst-altivec.c +154 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jfdctint-altivec.c +258 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jidctfst-altivec.c +255 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jidctint-altivec.c +357 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jquanti-altivec.c +250 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jsimd.c +872 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/powerpc/jsimd_altivec.h +98 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jccolext-avx2.asm +558 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jccolext-sse2.asm +483 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jccolor-avx2.asm +121 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jccolor-sse2.asm +120 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jcgray-avx2.asm +113 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jcgray-sse2.asm +112 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jcgryext-avx2.asm +437 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jcgryext-sse2.asm +362 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jchuff-sse2.asm +346 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jcphuff-sse2.asm +637 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jcsample-avx2.asm +366 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jcsample-sse2.asm +329 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jdcolext-avx2.asm +495 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jdcolext-sse2.asm +438 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jdcolor-avx2.asm +118 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jdcolor-sse2.asm +117 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jdmerge-avx2.asm +136 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jdmerge-sse2.asm +135 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jdmrgext-avx2.asm +593 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jdmrgext-sse2.asm +535 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jdsample-avx2.asm +695 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jdsample-sse2.asm +664 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jfdctflt-sse.asm +355 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jfdctfst-sse2.asm +389 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jfdctint-avx2.asm +320 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jfdctint-sse2.asm +619 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jidctflt-sse2.asm +481 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jidctfst-sse2.asm +490 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jidctint-avx2.asm +417 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jidctint-sse2.asm +846 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jidctred-sse2.asm +573 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jquantf-sse2.asm +154 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jquanti-avx2.asm +162 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jquanti-sse2.asm +187 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jsimd.c +1076 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/simd/x86_64/jsimdcpu.asm +86 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/structure.txt +904 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/nightshot_iso_100.bmp +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/nightshot_iso_100.txt +25 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/test.scan +5 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/test1.icc +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/test1.icc.txt +20 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/test2.icc +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/test2.icc.txt +20 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/testimgari.jpg +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/testimgint.jpg +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/testorig.jpg +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/testorig.ppm +4 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/testorig12.jpg +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/vgl_5674_0098.bmp +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/vgl_6434_0018a.bmp +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/testimages/vgl_6548_0026a.bmp +0 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/tjbench.c +1031 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/tjbenchtest.in +256 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/tjbenchtest.java.in +215 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/tjexample.c +396 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/tjexampletest.in +149 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/tjexampletest.java.in +151 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/tjunittest.c +931 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/tjutil.c +70 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/tjutil.h +47 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/transupp.c +1628 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/transupp.h +210 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/turbojpeg-jni.c +1246 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/turbojpeg-mapfile +65 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/turbojpeg-mapfile.jni +101 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/turbojpeg.c +2152 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/turbojpeg.h +1744 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/usage.txt +635 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/win/jconfig.h.in +34 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/win/jpeg62-memsrcdst.def +108 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/win/jpeg62.def +106 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/win/jpeg7-memsrcdst.def +110 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/win/jpeg7.def +108 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/win/jpeg8.def +111 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/wizard.txt +212 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/wrbmp.c +558 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/wrgif.c +413 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/wrjpgcom.1 +103 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/wrjpgcom.c +591 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/wrppm.c +365 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/wrrle.c +309 -0
- data/epeg/vendor/libjpeg-turbo-2.0.4/wrtarga.c +261 -0
- data/epeg.c +131 -0
- data/epeg.gemspec +18 -0
- data/extconf.rb +80 -0
- data/test.jpg +0 -0
- data/test.rb +42 -0
- metadata +546 -0
@@ -0,0 +1,695 @@
|
|
1
|
+
/*
|
2
|
+
* cjpeg.c
|
3
|
+
*
|
4
|
+
* This file was part of the Independent JPEG Group's software:
|
5
|
+
* Copyright (C) 1991-1998, Thomas G. Lane.
|
6
|
+
* Modified 2003-2011 by Guido Vollbeding.
|
7
|
+
* libjpeg-turbo Modifications:
|
8
|
+
* Copyright (C) 2010, 2013-2014, 2017, D. R. Commander.
|
9
|
+
* For conditions of distribution and use, see the accompanying README.ijg
|
10
|
+
* file.
|
11
|
+
*
|
12
|
+
* This file contains a command-line user interface for the JPEG compressor.
|
13
|
+
* It should work on any system with Unix- or MS-DOS-style command lines.
|
14
|
+
*
|
15
|
+
* Two different command line styles are permitted, depending on the
|
16
|
+
* compile-time switch TWO_FILE_COMMANDLINE:
|
17
|
+
* cjpeg [options] inputfile outputfile
|
18
|
+
* cjpeg [options] [inputfile]
|
19
|
+
* In the second style, output is always to standard output, which you'd
|
20
|
+
* normally redirect to a file or pipe to some other program. Input is
|
21
|
+
* either from a named file or from standard input (typically redirected).
|
22
|
+
* The second style is convenient on Unix but is unhelpful on systems that
|
23
|
+
* don't support pipes. Also, you MUST use the first style if your system
|
24
|
+
* doesn't do binary I/O to stdin/stdout.
|
25
|
+
* To simplify script writing, the "-outfile" switch is provided. The syntax
|
26
|
+
* cjpeg [options] -outfile outputfile inputfile
|
27
|
+
* works regardless of which command line style is used.
|
28
|
+
*/
|
29
|
+
|
30
|
+
#include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */
|
31
|
+
#include "jversion.h" /* for version message */
|
32
|
+
#include "jconfigint.h"
|
33
|
+
|
34
|
+
#ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
|
35
|
+
extern void *malloc(size_t size);
|
36
|
+
extern void free(void *ptr);
|
37
|
+
#endif
|
38
|
+
|
39
|
+
#ifdef USE_CCOMMAND /* command-line reader for Macintosh */
|
40
|
+
#ifdef __MWERKS__
|
41
|
+
#include <SIOUX.h> /* Metrowerks needs this */
|
42
|
+
#include <console.h> /* ... and this */
|
43
|
+
#endif
|
44
|
+
#ifdef THINK_C
|
45
|
+
#include <console.h> /* Think declares it here */
|
46
|
+
#endif
|
47
|
+
#endif
|
48
|
+
|
49
|
+
|
50
|
+
/* Create the add-on message string table. */
|
51
|
+
|
52
|
+
#define JMESSAGE(code, string) string,
|
53
|
+
|
54
|
+
static const char * const cdjpeg_message_table[] = {
|
55
|
+
#include "cderror.h"
|
56
|
+
NULL
|
57
|
+
};
|
58
|
+
|
59
|
+
|
60
|
+
/*
|
61
|
+
* This routine determines what format the input file is,
|
62
|
+
* and selects the appropriate input-reading module.
|
63
|
+
*
|
64
|
+
* To determine which family of input formats the file belongs to,
|
65
|
+
* we may look only at the first byte of the file, since C does not
|
66
|
+
* guarantee that more than one character can be pushed back with ungetc.
|
67
|
+
* Looking at additional bytes would require one of these approaches:
|
68
|
+
* 1) assume we can fseek() the input file (fails for piped input);
|
69
|
+
* 2) assume we can push back more than one character (works in
|
70
|
+
* some C implementations, but unportable);
|
71
|
+
* 3) provide our own buffering (breaks input readers that want to use
|
72
|
+
* stdio directly, such as the RLE library);
|
73
|
+
* or 4) don't put back the data, and modify the input_init methods to assume
|
74
|
+
* they start reading after the start of file (also breaks RLE library).
|
75
|
+
* #1 is attractive for MS-DOS but is untenable on Unix.
|
76
|
+
*
|
77
|
+
* The most portable solution for file types that can't be identified by their
|
78
|
+
* first byte is to make the user tell us what they are. This is also the
|
79
|
+
* only approach for "raw" file types that contain only arbitrary values.
|
80
|
+
* We presently apply this method for Targa files. Most of the time Targa
|
81
|
+
* files start with 0x00, so we recognize that case. Potentially, however,
|
82
|
+
* a Targa file could start with any byte value (byte 0 is the length of the
|
83
|
+
* seldom-used ID field), so we provide a switch to force Targa input mode.
|
84
|
+
*/
|
85
|
+
|
86
|
+
static boolean is_targa; /* records user -targa switch */
|
87
|
+
|
88
|
+
|
89
|
+
LOCAL(cjpeg_source_ptr)
|
90
|
+
select_file_type(j_compress_ptr cinfo, FILE *infile)
|
91
|
+
{
|
92
|
+
int c;
|
93
|
+
|
94
|
+
if (is_targa) {
|
95
|
+
#ifdef TARGA_SUPPORTED
|
96
|
+
return jinit_read_targa(cinfo);
|
97
|
+
#else
|
98
|
+
ERREXIT(cinfo, JERR_TGA_NOTCOMP);
|
99
|
+
#endif
|
100
|
+
}
|
101
|
+
|
102
|
+
if ((c = getc(infile)) == EOF)
|
103
|
+
ERREXIT(cinfo, JERR_INPUT_EMPTY);
|
104
|
+
if (ungetc(c, infile) == EOF)
|
105
|
+
ERREXIT(cinfo, JERR_UNGETC_FAILED);
|
106
|
+
|
107
|
+
switch (c) {
|
108
|
+
#ifdef BMP_SUPPORTED
|
109
|
+
case 'B':
|
110
|
+
return jinit_read_bmp(cinfo, TRUE);
|
111
|
+
#endif
|
112
|
+
#ifdef GIF_SUPPORTED
|
113
|
+
case 'G':
|
114
|
+
return jinit_read_gif(cinfo);
|
115
|
+
#endif
|
116
|
+
#ifdef PPM_SUPPORTED
|
117
|
+
case 'P':
|
118
|
+
return jinit_read_ppm(cinfo);
|
119
|
+
#endif
|
120
|
+
#ifdef RLE_SUPPORTED
|
121
|
+
case 'R':
|
122
|
+
return jinit_read_rle(cinfo);
|
123
|
+
#endif
|
124
|
+
#ifdef TARGA_SUPPORTED
|
125
|
+
case 0x00:
|
126
|
+
return jinit_read_targa(cinfo);
|
127
|
+
#endif
|
128
|
+
default:
|
129
|
+
ERREXIT(cinfo, JERR_UNKNOWN_FORMAT);
|
130
|
+
break;
|
131
|
+
}
|
132
|
+
|
133
|
+
return NULL; /* suppress compiler warnings */
|
134
|
+
}
|
135
|
+
|
136
|
+
|
137
|
+
/*
|
138
|
+
* Argument-parsing code.
|
139
|
+
* The switch parser is designed to be useful with DOS-style command line
|
140
|
+
* syntax, ie, intermixed switches and file names, where only the switches
|
141
|
+
* to the left of a given file name affect processing of that file.
|
142
|
+
* The main program in this file doesn't actually use this capability...
|
143
|
+
*/
|
144
|
+
|
145
|
+
|
146
|
+
static const char *progname; /* program name for error messages */
|
147
|
+
static char *icc_filename; /* for -icc switch */
|
148
|
+
static char *outfilename; /* for -outfile switch */
|
149
|
+
boolean memdst; /* for -memdst switch */
|
150
|
+
|
151
|
+
|
152
|
+
LOCAL(void)
|
153
|
+
usage(void)
|
154
|
+
/* complain about bad command line */
|
155
|
+
{
|
156
|
+
fprintf(stderr, "usage: %s [switches] ", progname);
|
157
|
+
#ifdef TWO_FILE_COMMANDLINE
|
158
|
+
fprintf(stderr, "inputfile outputfile\n");
|
159
|
+
#else
|
160
|
+
fprintf(stderr, "[inputfile]\n");
|
161
|
+
#endif
|
162
|
+
|
163
|
+
fprintf(stderr, "Switches (names may be abbreviated):\n");
|
164
|
+
fprintf(stderr, " -quality N[,...] Compression quality (0..100; 5-95 is most useful range,\n");
|
165
|
+
fprintf(stderr, " default is 75)\n");
|
166
|
+
fprintf(stderr, " -grayscale Create monochrome JPEG file\n");
|
167
|
+
fprintf(stderr, " -rgb Create RGB JPEG file\n");
|
168
|
+
#ifdef ENTROPY_OPT_SUPPORTED
|
169
|
+
fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n");
|
170
|
+
#endif
|
171
|
+
#ifdef C_PROGRESSIVE_SUPPORTED
|
172
|
+
fprintf(stderr, " -progressive Create progressive JPEG file\n");
|
173
|
+
#endif
|
174
|
+
#ifdef TARGA_SUPPORTED
|
175
|
+
fprintf(stderr, " -targa Input file is Targa format (usually not needed)\n");
|
176
|
+
#endif
|
177
|
+
fprintf(stderr, "Switches for advanced users:\n");
|
178
|
+
#ifdef C_ARITH_CODING_SUPPORTED
|
179
|
+
fprintf(stderr, " -arithmetic Use arithmetic coding\n");
|
180
|
+
#endif
|
181
|
+
#ifdef DCT_ISLOW_SUPPORTED
|
182
|
+
fprintf(stderr, " -dct int Use integer DCT method%s\n",
|
183
|
+
(JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : ""));
|
184
|
+
#endif
|
185
|
+
#ifdef DCT_IFAST_SUPPORTED
|
186
|
+
fprintf(stderr, " -dct fast Use fast integer DCT (less accurate)%s\n",
|
187
|
+
(JDCT_DEFAULT == JDCT_IFAST ? " (default)" : ""));
|
188
|
+
#endif
|
189
|
+
#ifdef DCT_FLOAT_SUPPORTED
|
190
|
+
fprintf(stderr, " -dct float Use floating-point DCT method%s\n",
|
191
|
+
(JDCT_DEFAULT == JDCT_FLOAT ? " (default)" : ""));
|
192
|
+
#endif
|
193
|
+
fprintf(stderr, " -icc FILE Embed ICC profile contained in FILE\n");
|
194
|
+
fprintf(stderr, " -restart N Set restart interval in rows, or in blocks with B\n");
|
195
|
+
#ifdef INPUT_SMOOTHING_SUPPORTED
|
196
|
+
fprintf(stderr, " -smooth N Smooth dithered input (N=1..100 is strength)\n");
|
197
|
+
#endif
|
198
|
+
fprintf(stderr, " -maxmemory N Maximum memory to use (in kbytes)\n");
|
199
|
+
fprintf(stderr, " -outfile name Specify name for output file\n");
|
200
|
+
#if JPEG_LIB_VERSION >= 80 || defined(MEM_SRCDST_SUPPORTED)
|
201
|
+
fprintf(stderr, " -memdst Compress to memory instead of file (useful for benchmarking)\n");
|
202
|
+
#endif
|
203
|
+
fprintf(stderr, " -verbose or -debug Emit debug output\n");
|
204
|
+
fprintf(stderr, " -version Print version information and exit\n");
|
205
|
+
fprintf(stderr, "Switches for wizards:\n");
|
206
|
+
fprintf(stderr, " -baseline Force baseline quantization tables\n");
|
207
|
+
fprintf(stderr, " -qtables FILE Use quantization tables given in FILE\n");
|
208
|
+
fprintf(stderr, " -qslots N[,...] Set component quantization tables\n");
|
209
|
+
fprintf(stderr, " -sample HxV[,...] Set component sampling factors\n");
|
210
|
+
#ifdef C_MULTISCAN_FILES_SUPPORTED
|
211
|
+
fprintf(stderr, " -scans FILE Create multi-scan JPEG per script FILE\n");
|
212
|
+
#endif
|
213
|
+
exit(EXIT_FAILURE);
|
214
|
+
}
|
215
|
+
|
216
|
+
|
217
|
+
LOCAL(int)
|
218
|
+
parse_switches(j_compress_ptr cinfo, int argc, char **argv,
|
219
|
+
int last_file_arg_seen, boolean for_real)
|
220
|
+
/* Parse optional switches.
|
221
|
+
* Returns argv[] index of first file-name argument (== argc if none).
|
222
|
+
* Any file names with indexes <= last_file_arg_seen are ignored;
|
223
|
+
* they have presumably been processed in a previous iteration.
|
224
|
+
* (Pass 0 for last_file_arg_seen on the first or only iteration.)
|
225
|
+
* for_real is FALSE on the first (dummy) pass; we may skip any expensive
|
226
|
+
* processing.
|
227
|
+
*/
|
228
|
+
{
|
229
|
+
int argn;
|
230
|
+
char *arg;
|
231
|
+
boolean force_baseline;
|
232
|
+
boolean simple_progressive;
|
233
|
+
char *qualityarg = NULL; /* saves -quality parm if any */
|
234
|
+
char *qtablefile = NULL; /* saves -qtables filename if any */
|
235
|
+
char *qslotsarg = NULL; /* saves -qslots parm if any */
|
236
|
+
char *samplearg = NULL; /* saves -sample parm if any */
|
237
|
+
char *scansarg = NULL; /* saves -scans parm if any */
|
238
|
+
|
239
|
+
/* Set up default JPEG parameters. */
|
240
|
+
|
241
|
+
force_baseline = FALSE; /* by default, allow 16-bit quantizers */
|
242
|
+
simple_progressive = FALSE;
|
243
|
+
is_targa = FALSE;
|
244
|
+
icc_filename = NULL;
|
245
|
+
outfilename = NULL;
|
246
|
+
memdst = FALSE;
|
247
|
+
cinfo->err->trace_level = 0;
|
248
|
+
|
249
|
+
/* Scan command line options, adjust parameters */
|
250
|
+
|
251
|
+
for (argn = 1; argn < argc; argn++) {
|
252
|
+
arg = argv[argn];
|
253
|
+
if (*arg != '-') {
|
254
|
+
/* Not a switch, must be a file name argument */
|
255
|
+
if (argn <= last_file_arg_seen) {
|
256
|
+
outfilename = NULL; /* -outfile applies to just one input file */
|
257
|
+
continue; /* ignore this name if previously processed */
|
258
|
+
}
|
259
|
+
break; /* else done parsing switches */
|
260
|
+
}
|
261
|
+
arg++; /* advance past switch marker character */
|
262
|
+
|
263
|
+
if (keymatch(arg, "arithmetic", 1)) {
|
264
|
+
/* Use arithmetic coding. */
|
265
|
+
#ifdef C_ARITH_CODING_SUPPORTED
|
266
|
+
cinfo->arith_code = TRUE;
|
267
|
+
#else
|
268
|
+
fprintf(stderr, "%s: sorry, arithmetic coding not supported\n",
|
269
|
+
progname);
|
270
|
+
exit(EXIT_FAILURE);
|
271
|
+
#endif
|
272
|
+
|
273
|
+
} else if (keymatch(arg, "baseline", 1)) {
|
274
|
+
/* Force baseline-compatible output (8-bit quantizer values). */
|
275
|
+
force_baseline = TRUE;
|
276
|
+
|
277
|
+
} else if (keymatch(arg, "dct", 2)) {
|
278
|
+
/* Select DCT algorithm. */
|
279
|
+
if (++argn >= argc) /* advance to next argument */
|
280
|
+
usage();
|
281
|
+
if (keymatch(argv[argn], "int", 1)) {
|
282
|
+
cinfo->dct_method = JDCT_ISLOW;
|
283
|
+
} else if (keymatch(argv[argn], "fast", 2)) {
|
284
|
+
cinfo->dct_method = JDCT_IFAST;
|
285
|
+
} else if (keymatch(argv[argn], "float", 2)) {
|
286
|
+
cinfo->dct_method = JDCT_FLOAT;
|
287
|
+
} else
|
288
|
+
usage();
|
289
|
+
|
290
|
+
} else if (keymatch(arg, "debug", 1) || keymatch(arg, "verbose", 1)) {
|
291
|
+
/* Enable debug printouts. */
|
292
|
+
/* On first -d, print version identification */
|
293
|
+
static boolean printed_version = FALSE;
|
294
|
+
|
295
|
+
if (!printed_version) {
|
296
|
+
fprintf(stderr, "%s version %s (build %s)\n",
|
297
|
+
PACKAGE_NAME, VERSION, BUILD);
|
298
|
+
fprintf(stderr, "%s\n\n", JCOPYRIGHT);
|
299
|
+
fprintf(stderr, "Emulating The Independent JPEG Group's software, version %s\n\n",
|
300
|
+
JVERSION);
|
301
|
+
printed_version = TRUE;
|
302
|
+
}
|
303
|
+
cinfo->err->trace_level++;
|
304
|
+
|
305
|
+
} else if (keymatch(arg, "version", 4)) {
|
306
|
+
fprintf(stderr, "%s version %s (build %s)\n",
|
307
|
+
PACKAGE_NAME, VERSION, BUILD);
|
308
|
+
exit(EXIT_SUCCESS);
|
309
|
+
|
310
|
+
} else if (keymatch(arg, "grayscale", 2) ||
|
311
|
+
keymatch(arg, "greyscale", 2)) {
|
312
|
+
/* Force a monochrome JPEG file to be generated. */
|
313
|
+
jpeg_set_colorspace(cinfo, JCS_GRAYSCALE);
|
314
|
+
|
315
|
+
} else if (keymatch(arg, "rgb", 3)) {
|
316
|
+
/* Force an RGB JPEG file to be generated. */
|
317
|
+
jpeg_set_colorspace(cinfo, JCS_RGB);
|
318
|
+
|
319
|
+
} else if (keymatch(arg, "icc", 1)) {
|
320
|
+
/* Set ICC filename. */
|
321
|
+
if (++argn >= argc) /* advance to next argument */
|
322
|
+
usage();
|
323
|
+
icc_filename = argv[argn];
|
324
|
+
|
325
|
+
} else if (keymatch(arg, "maxmemory", 3)) {
|
326
|
+
/* Maximum memory in Kb (or Mb with 'm'). */
|
327
|
+
long lval;
|
328
|
+
char ch = 'x';
|
329
|
+
|
330
|
+
if (++argn >= argc) /* advance to next argument */
|
331
|
+
usage();
|
332
|
+
if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1)
|
333
|
+
usage();
|
334
|
+
if (ch == 'm' || ch == 'M')
|
335
|
+
lval *= 1000L;
|
336
|
+
cinfo->mem->max_memory_to_use = lval * 1000L;
|
337
|
+
|
338
|
+
} else if (keymatch(arg, "optimize", 1) || keymatch(arg, "optimise", 1)) {
|
339
|
+
/* Enable entropy parm optimization. */
|
340
|
+
#ifdef ENTROPY_OPT_SUPPORTED
|
341
|
+
cinfo->optimize_coding = TRUE;
|
342
|
+
#else
|
343
|
+
fprintf(stderr, "%s: sorry, entropy optimization was not compiled in\n",
|
344
|
+
progname);
|
345
|
+
exit(EXIT_FAILURE);
|
346
|
+
#endif
|
347
|
+
|
348
|
+
} else if (keymatch(arg, "outfile", 4)) {
|
349
|
+
/* Set output file name. */
|
350
|
+
if (++argn >= argc) /* advance to next argument */
|
351
|
+
usage();
|
352
|
+
outfilename = argv[argn]; /* save it away for later use */
|
353
|
+
|
354
|
+
} else if (keymatch(arg, "progressive", 1)) {
|
355
|
+
/* Select simple progressive mode. */
|
356
|
+
#ifdef C_PROGRESSIVE_SUPPORTED
|
357
|
+
simple_progressive = TRUE;
|
358
|
+
/* We must postpone execution until num_components is known. */
|
359
|
+
#else
|
360
|
+
fprintf(stderr, "%s: sorry, progressive output was not compiled in\n",
|
361
|
+
progname);
|
362
|
+
exit(EXIT_FAILURE);
|
363
|
+
#endif
|
364
|
+
|
365
|
+
} else if (keymatch(arg, "memdst", 2)) {
|
366
|
+
/* Use in-memory destination manager */
|
367
|
+
#if JPEG_LIB_VERSION >= 80 || defined(MEM_SRCDST_SUPPORTED)
|
368
|
+
memdst = TRUE;
|
369
|
+
#else
|
370
|
+
fprintf(stderr, "%s: sorry, in-memory destination manager was not compiled in\n",
|
371
|
+
progname);
|
372
|
+
exit(EXIT_FAILURE);
|
373
|
+
#endif
|
374
|
+
|
375
|
+
} else if (keymatch(arg, "quality", 1)) {
|
376
|
+
/* Quality ratings (quantization table scaling factors). */
|
377
|
+
if (++argn >= argc) /* advance to next argument */
|
378
|
+
usage();
|
379
|
+
qualityarg = argv[argn];
|
380
|
+
|
381
|
+
} else if (keymatch(arg, "qslots", 2)) {
|
382
|
+
/* Quantization table slot numbers. */
|
383
|
+
if (++argn >= argc) /* advance to next argument */
|
384
|
+
usage();
|
385
|
+
qslotsarg = argv[argn];
|
386
|
+
/* Must delay setting qslots until after we have processed any
|
387
|
+
* colorspace-determining switches, since jpeg_set_colorspace sets
|
388
|
+
* default quant table numbers.
|
389
|
+
*/
|
390
|
+
|
391
|
+
} else if (keymatch(arg, "qtables", 2)) {
|
392
|
+
/* Quantization tables fetched from file. */
|
393
|
+
if (++argn >= argc) /* advance to next argument */
|
394
|
+
usage();
|
395
|
+
qtablefile = argv[argn];
|
396
|
+
/* We postpone actually reading the file in case -quality comes later. */
|
397
|
+
|
398
|
+
} else if (keymatch(arg, "restart", 1)) {
|
399
|
+
/* Restart interval in MCU rows (or in MCUs with 'b'). */
|
400
|
+
long lval;
|
401
|
+
char ch = 'x';
|
402
|
+
|
403
|
+
if (++argn >= argc) /* advance to next argument */
|
404
|
+
usage();
|
405
|
+
if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1)
|
406
|
+
usage();
|
407
|
+
if (lval < 0 || lval > 65535L)
|
408
|
+
usage();
|
409
|
+
if (ch == 'b' || ch == 'B') {
|
410
|
+
cinfo->restart_interval = (unsigned int)lval;
|
411
|
+
cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
|
412
|
+
} else {
|
413
|
+
cinfo->restart_in_rows = (int)lval;
|
414
|
+
/* restart_interval will be computed during startup */
|
415
|
+
}
|
416
|
+
|
417
|
+
} else if (keymatch(arg, "sample", 2)) {
|
418
|
+
/* Set sampling factors. */
|
419
|
+
if (++argn >= argc) /* advance to next argument */
|
420
|
+
usage();
|
421
|
+
samplearg = argv[argn];
|
422
|
+
/* Must delay setting sample factors until after we have processed any
|
423
|
+
* colorspace-determining switches, since jpeg_set_colorspace sets
|
424
|
+
* default sampling factors.
|
425
|
+
*/
|
426
|
+
|
427
|
+
} else if (keymatch(arg, "scans", 4)) {
|
428
|
+
/* Set scan script. */
|
429
|
+
#ifdef C_MULTISCAN_FILES_SUPPORTED
|
430
|
+
if (++argn >= argc) /* advance to next argument */
|
431
|
+
usage();
|
432
|
+
scansarg = argv[argn];
|
433
|
+
/* We must postpone reading the file in case -progressive appears. */
|
434
|
+
#else
|
435
|
+
fprintf(stderr, "%s: sorry, multi-scan output was not compiled in\n",
|
436
|
+
progname);
|
437
|
+
exit(EXIT_FAILURE);
|
438
|
+
#endif
|
439
|
+
|
440
|
+
} else if (keymatch(arg, "smooth", 2)) {
|
441
|
+
/* Set input smoothing factor. */
|
442
|
+
int val;
|
443
|
+
|
444
|
+
if (++argn >= argc) /* advance to next argument */
|
445
|
+
usage();
|
446
|
+
if (sscanf(argv[argn], "%d", &val) != 1)
|
447
|
+
usage();
|
448
|
+
if (val < 0 || val > 100)
|
449
|
+
usage();
|
450
|
+
cinfo->smoothing_factor = val;
|
451
|
+
|
452
|
+
} else if (keymatch(arg, "targa", 1)) {
|
453
|
+
/* Input file is Targa format. */
|
454
|
+
is_targa = TRUE;
|
455
|
+
|
456
|
+
} else {
|
457
|
+
usage(); /* bogus switch */
|
458
|
+
}
|
459
|
+
}
|
460
|
+
|
461
|
+
/* Post-switch-scanning cleanup */
|
462
|
+
|
463
|
+
if (for_real) {
|
464
|
+
|
465
|
+
/* Set quantization tables for selected quality. */
|
466
|
+
/* Some or all may be overridden if -qtables is present. */
|
467
|
+
if (qualityarg != NULL) /* process -quality if it was present */
|
468
|
+
if (!set_quality_ratings(cinfo, qualityarg, force_baseline))
|
469
|
+
usage();
|
470
|
+
|
471
|
+
if (qtablefile != NULL) /* process -qtables if it was present */
|
472
|
+
if (!read_quant_tables(cinfo, qtablefile, force_baseline))
|
473
|
+
usage();
|
474
|
+
|
475
|
+
if (qslotsarg != NULL) /* process -qslots if it was present */
|
476
|
+
if (!set_quant_slots(cinfo, qslotsarg))
|
477
|
+
usage();
|
478
|
+
|
479
|
+
if (samplearg != NULL) /* process -sample if it was present */
|
480
|
+
if (!set_sample_factors(cinfo, samplearg))
|
481
|
+
usage();
|
482
|
+
|
483
|
+
#ifdef C_PROGRESSIVE_SUPPORTED
|
484
|
+
if (simple_progressive) /* process -progressive; -scans can override */
|
485
|
+
jpeg_simple_progression(cinfo);
|
486
|
+
#endif
|
487
|
+
|
488
|
+
#ifdef C_MULTISCAN_FILES_SUPPORTED
|
489
|
+
if (scansarg != NULL) /* process -scans if it was present */
|
490
|
+
if (!read_scan_script(cinfo, scansarg))
|
491
|
+
usage();
|
492
|
+
#endif
|
493
|
+
}
|
494
|
+
|
495
|
+
return argn; /* return index of next arg (file name) */
|
496
|
+
}
|
497
|
+
|
498
|
+
|
499
|
+
/*
|
500
|
+
* The main program.
|
501
|
+
*/
|
502
|
+
|
503
|
+
int
|
504
|
+
main(int argc, char **argv)
|
505
|
+
{
|
506
|
+
struct jpeg_compress_struct cinfo;
|
507
|
+
struct jpeg_error_mgr jerr;
|
508
|
+
#ifdef PROGRESS_REPORT
|
509
|
+
struct cdjpeg_progress_mgr progress;
|
510
|
+
#endif
|
511
|
+
int file_index;
|
512
|
+
cjpeg_source_ptr src_mgr;
|
513
|
+
FILE *input_file;
|
514
|
+
FILE *icc_file;
|
515
|
+
JOCTET *icc_profile = NULL;
|
516
|
+
long icc_len = 0;
|
517
|
+
FILE *output_file = NULL;
|
518
|
+
unsigned char *outbuffer = NULL;
|
519
|
+
unsigned long outsize = 0;
|
520
|
+
JDIMENSION num_scanlines;
|
521
|
+
|
522
|
+
/* On Mac, fetch a command line. */
|
523
|
+
#ifdef USE_CCOMMAND
|
524
|
+
argc = ccommand(&argv);
|
525
|
+
#endif
|
526
|
+
|
527
|
+
progname = argv[0];
|
528
|
+
if (progname == NULL || progname[0] == 0)
|
529
|
+
progname = "cjpeg"; /* in case C library doesn't provide it */
|
530
|
+
|
531
|
+
/* Initialize the JPEG compression object with default error handling. */
|
532
|
+
cinfo.err = jpeg_std_error(&jerr);
|
533
|
+
jpeg_create_compress(&cinfo);
|
534
|
+
/* Add some application-specific error messages (from cderror.h) */
|
535
|
+
jerr.addon_message_table = cdjpeg_message_table;
|
536
|
+
jerr.first_addon_message = JMSG_FIRSTADDONCODE;
|
537
|
+
jerr.last_addon_message = JMSG_LASTADDONCODE;
|
538
|
+
|
539
|
+
/* Initialize JPEG parameters.
|
540
|
+
* Much of this may be overridden later.
|
541
|
+
* In particular, we don't yet know the input file's color space,
|
542
|
+
* but we need to provide some value for jpeg_set_defaults() to work.
|
543
|
+
*/
|
544
|
+
|
545
|
+
cinfo.in_color_space = JCS_RGB; /* arbitrary guess */
|
546
|
+
jpeg_set_defaults(&cinfo);
|
547
|
+
|
548
|
+
/* Scan command line to find file names.
|
549
|
+
* It is convenient to use just one switch-parsing routine, but the switch
|
550
|
+
* values read here are ignored; we will rescan the switches after opening
|
551
|
+
* the input file.
|
552
|
+
*/
|
553
|
+
|
554
|
+
file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
|
555
|
+
|
556
|
+
#ifdef TWO_FILE_COMMANDLINE
|
557
|
+
if (!memdst) {
|
558
|
+
/* Must have either -outfile switch or explicit output file name */
|
559
|
+
if (outfilename == NULL) {
|
560
|
+
if (file_index != argc - 2) {
|
561
|
+
fprintf(stderr, "%s: must name one input and one output file\n",
|
562
|
+
progname);
|
563
|
+
usage();
|
564
|
+
}
|
565
|
+
outfilename = argv[file_index + 1];
|
566
|
+
} else {
|
567
|
+
if (file_index != argc - 1) {
|
568
|
+
fprintf(stderr, "%s: must name one input and one output file\n",
|
569
|
+
progname);
|
570
|
+
usage();
|
571
|
+
}
|
572
|
+
}
|
573
|
+
}
|
574
|
+
#else
|
575
|
+
/* Unix style: expect zero or one file name */
|
576
|
+
if (file_index < argc - 1) {
|
577
|
+
fprintf(stderr, "%s: only one input file\n", progname);
|
578
|
+
usage();
|
579
|
+
}
|
580
|
+
#endif /* TWO_FILE_COMMANDLINE */
|
581
|
+
|
582
|
+
/* Open the input file. */
|
583
|
+
if (file_index < argc) {
|
584
|
+
if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
|
585
|
+
fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
|
586
|
+
exit(EXIT_FAILURE);
|
587
|
+
}
|
588
|
+
} else {
|
589
|
+
/* default input file is stdin */
|
590
|
+
input_file = read_stdin();
|
591
|
+
}
|
592
|
+
|
593
|
+
/* Open the output file. */
|
594
|
+
if (outfilename != NULL) {
|
595
|
+
if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
|
596
|
+
fprintf(stderr, "%s: can't open %s\n", progname, outfilename);
|
597
|
+
exit(EXIT_FAILURE);
|
598
|
+
}
|
599
|
+
} else if (!memdst) {
|
600
|
+
/* default output file is stdout */
|
601
|
+
output_file = write_stdout();
|
602
|
+
}
|
603
|
+
|
604
|
+
if (icc_filename != NULL) {
|
605
|
+
if ((icc_file = fopen(icc_filename, READ_BINARY)) == NULL) {
|
606
|
+
fprintf(stderr, "%s: can't open %s\n", progname, icc_filename);
|
607
|
+
exit(EXIT_FAILURE);
|
608
|
+
}
|
609
|
+
if (fseek(icc_file, 0, SEEK_END) < 0 ||
|
610
|
+
(icc_len = ftell(icc_file)) < 1 ||
|
611
|
+
fseek(icc_file, 0, SEEK_SET) < 0) {
|
612
|
+
fprintf(stderr, "%s: can't determine size of %s\n", progname,
|
613
|
+
icc_filename);
|
614
|
+
exit(EXIT_FAILURE);
|
615
|
+
}
|
616
|
+
if ((icc_profile = (JOCTET *)malloc(icc_len)) == NULL) {
|
617
|
+
fprintf(stderr, "%s: can't allocate memory for ICC profile\n", progname);
|
618
|
+
fclose(icc_file);
|
619
|
+
exit(EXIT_FAILURE);
|
620
|
+
}
|
621
|
+
if (fread(icc_profile, icc_len, 1, icc_file) < 1) {
|
622
|
+
fprintf(stderr, "%s: can't read ICC profile from %s\n", progname,
|
623
|
+
icc_filename);
|
624
|
+
free(icc_profile);
|
625
|
+
fclose(icc_file);
|
626
|
+
exit(EXIT_FAILURE);
|
627
|
+
}
|
628
|
+
fclose(icc_file);
|
629
|
+
}
|
630
|
+
|
631
|
+
#ifdef PROGRESS_REPORT
|
632
|
+
start_progress_monitor((j_common_ptr)&cinfo, &progress);
|
633
|
+
#endif
|
634
|
+
|
635
|
+
/* Figure out the input file format, and set up to read it. */
|
636
|
+
src_mgr = select_file_type(&cinfo, input_file);
|
637
|
+
src_mgr->input_file = input_file;
|
638
|
+
|
639
|
+
/* Read the input file header to obtain file size & colorspace. */
|
640
|
+
(*src_mgr->start_input) (&cinfo, src_mgr);
|
641
|
+
|
642
|
+
/* Now that we know input colorspace, fix colorspace-dependent defaults */
|
643
|
+
jpeg_default_colorspace(&cinfo);
|
644
|
+
|
645
|
+
/* Adjust default compression parameters by re-parsing the options */
|
646
|
+
file_index = parse_switches(&cinfo, argc, argv, 0, TRUE);
|
647
|
+
|
648
|
+
/* Specify data destination for compression */
|
649
|
+
#if JPEG_LIB_VERSION >= 80 || defined(MEM_SRCDST_SUPPORTED)
|
650
|
+
if (memdst)
|
651
|
+
jpeg_mem_dest(&cinfo, &outbuffer, &outsize);
|
652
|
+
else
|
653
|
+
#endif
|
654
|
+
jpeg_stdio_dest(&cinfo, output_file);
|
655
|
+
|
656
|
+
/* Start compressor */
|
657
|
+
jpeg_start_compress(&cinfo, TRUE);
|
658
|
+
|
659
|
+
if (icc_profile != NULL)
|
660
|
+
jpeg_write_icc_profile(&cinfo, icc_profile, (unsigned int)icc_len);
|
661
|
+
|
662
|
+
/* Process data */
|
663
|
+
while (cinfo.next_scanline < cinfo.image_height) {
|
664
|
+
num_scanlines = (*src_mgr->get_pixel_rows) (&cinfo, src_mgr);
|
665
|
+
(void)jpeg_write_scanlines(&cinfo, src_mgr->buffer, num_scanlines);
|
666
|
+
}
|
667
|
+
|
668
|
+
/* Finish compression and release memory */
|
669
|
+
(*src_mgr->finish_input) (&cinfo, src_mgr);
|
670
|
+
jpeg_finish_compress(&cinfo);
|
671
|
+
jpeg_destroy_compress(&cinfo);
|
672
|
+
|
673
|
+
/* Close files, if we opened them */
|
674
|
+
if (input_file != stdin)
|
675
|
+
fclose(input_file);
|
676
|
+
if (output_file != stdout && output_file != NULL)
|
677
|
+
fclose(output_file);
|
678
|
+
|
679
|
+
#ifdef PROGRESS_REPORT
|
680
|
+
end_progress_monitor((j_common_ptr)&cinfo);
|
681
|
+
#endif
|
682
|
+
|
683
|
+
if (memdst) {
|
684
|
+
fprintf(stderr, "Compressed size: %lu bytes\n", outsize);
|
685
|
+
if (outbuffer != NULL)
|
686
|
+
free(outbuffer);
|
687
|
+
}
|
688
|
+
|
689
|
+
if (icc_profile != NULL)
|
690
|
+
free(icc_profile);
|
691
|
+
|
692
|
+
/* All done. */
|
693
|
+
exit(jerr.num_warnings ? EXIT_WARNING : EXIT_SUCCESS);
|
694
|
+
return 0; /* suppress no-return-value warnings */
|
695
|
+
}
|