mattes/epeg
Insanely fast JPEG/ JPG thumbnail scaling with the minimum fuss and CPU overhead. It makes use of libjpeg features of being able to load an image by only decoding the DCT coefficients needed to reconstruct an image of the size desired.
2 Releases
Latest: 3y ago
epeg v0.9.3v0.9.3Latest
📋 What's Changed
- Fix XMP rotation bug by @gustavlarson in https://github.com/mattes/epeg/pull/19
- add cmake as build system + add epeg_set/get_orientation + fix memleak in epeg_close by @francois-random in https://github.com/mattes/epeg/pull/29
- minor fixes to build on windows + enable build of command line tool with cmake by @francois-random in https://github.com/mattes/epeg/pull/30
- configure: Fix checks for libjpeg and libexif by @kraj in https://github.com/mattes/epeg/pull/27
✨ New Contributors
- @gustavlarson made their first contribution in https://github.com/mattes/epeg/pull/19
- @francois-random made their first contribution in https://github.com/mattes/epeg/pull/29
- @kraj made their first contribution in https://github.com/mattes/epeg/pull/27
- Full Changelog: https://github.com/mattes/epeg/compare/v0.9.2...v0.9.3
epeg v0.9.2v0.9.2
📋 Changes
- Creating a tag for homebrew as requested by @dunn https://github.com/mattes/epeg/issues/10
