• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D18-Oct-20211.2 KiB2619

jpgd.cppH A D18-Oct-202180 KiB3,2842,483

jpgd.hH A D18-Oct-202113.6 KiB352266

jpgd_idct.hH A D18-Oct-202118.7 KiB463337

jpge.cppH A D18-Oct-202135.6 KiB1,076894

jpge.hH A D18-Oct-20216.2 KiB174115

README.md

1# jpeg-compressor
2
3This directory contains code from
4https://github.com/richgel999/jpeg-compressor/tree/aeb7d3b463aa8228b87a28013c15ee50a7e6fcf3
5with the following patches:
6
7* https://github.com/richgel999/jpeg-compressor/pull/18
8
9## License
10
11The license of jpgd.cpp/.h and jpge.cpp/.h is either Public Domain or Apache 2.0. Choose whatever you want.
12
13The license for the optional file jpgd_idct.h (and ONLY this file) is Copyright 2009 Intel Corporation:
14
15Permission is granted to use, copy, distribute and prepare derivative works of
16this software for any purpose and without fee, provided, that the above
17copyright notice and this statement appear in all copies. Intel makes no
18representations about the suitability of this software for any purpose. THIS
19SOFTWARE IS PROVIDED "AS IS." INTEL SPECIFICALLY DISCLAIMS ALL WARRANTIES,
20EXPRESS OR IMPLIED, AND ALL LIABILITY, INCLUDING CONSEQUENTIAL AND OTHER
21INDIRECT DAMAGES, FOR THE USE OF THIS SOFTWARE, INCLUDING LIABILITY FOR
22INFRINGEMENT OF ANY PROPRIETARY RIGHTS, AND INCLUDING THE WARRANTIES OF
23MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Intel does not assume any
24responsibility for any errors which may appear in this software nor any
25responsibility to update it.
26