Enhanced Delphi jpeg unit
Now using libjpeg-turbo (based itself on IJG library):
http://www.libjpeg-turbo.org/
Main differences to original unit:
- use libjpeg-turbo; thanks to its optimizations, it's 2-5 times faster!
- reimplemented library source/destination without stdio:
because they are always memory streams, use direct memory access!
-> reduced footprint (library objs), reduced intermediate buffers, faster,
avoid error with "ferror" inside the library
- reduced imports to minimum required
- simple CMYK decoding
- simplified BGR / BGRX conversions (thanks to libjpeg-turbo)
- lossless transformations
- added explicit error strings from the library
- fixed some bugs
- other small fixes
Follow DelJpegEx
Other Useful Business Software
Picsart Enterprise Background Removal API for Stunning eCommerce Visuals
With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of DelJpegEx!