mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
# jpeg-compressor
|
|
|
|
This directory contains code from
|
|
https://github.com/richgel999/jpeg-compressor/tree/aeb7d3b463aa8228b87a28013c15ee50a7e6fcf3
|
|
with the following patches:
|
|
|
|
* https://github.com/richgel999/jpeg-compressor/pull/18
|
|
|
|
## License
|
|
|
|
The license of jpgd.cpp/.h and jpge.cpp/.h is either Public Domain or Apache 2.0. Choose whatever you want.
|
|
|
|
The license for the optional file jpgd_idct.h (and ONLY this file) is Copyright 2009 Intel Corporation:
|
|
|
|
Permission is granted to use, copy, distribute and prepare derivative works of
|
|
this software for any purpose and without fee, provided, that the above
|
|
copyright notice and this statement appear in all copies. Intel makes no
|
|
representations about the suitability of this software for any purpose. THIS
|
|
SOFTWARE IS PROVIDED "AS IS." INTEL SPECIFICALLY DISCLAIMS ALL WARRANTIES,
|
|
EXPRESS OR IMPLIED, AND ALL LIABILITY, INCLUDING CONSEQUENTIAL AND OTHER
|
|
INDIRECT DAMAGES, FOR THE USE OF THIS SOFTWARE, INCLUDING LIABILITY FOR
|
|
INFRINGEMENT OF ANY PROPRIETARY RIGHTS, AND INCLUDING THE WARRANTIES OF
|
|
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Intel does not assume any
|
|
responsibility for any errors which may appear in this software nor any
|
|
responsibility to update it.
|