Skip to content

Commit

Permalink
Merge pull request #14016 from glebm/upd-ext-jpege
Browse files Browse the repository at this point in the history
Update ext/jpge
  • Loading branch information
hrydgard committed Feb 15, 2021
2 parents 6df37b8 + 78ad98e commit ea3d202
Show file tree
Hide file tree
Showing 7 changed files with 5,194 additions and 4,445 deletions.
25 changes: 25 additions & 0 deletions ext/jpge/README.md
@@ -0,0 +1,25 @@
# 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.

0 comments on commit ea3d202

Please sign in to comment.