commit | 3ab68cf563f6edc2608c085f5c8b2d5d5c61157e | [log] [tgz] |
---|---|---|
author | DRC <information@libjpeg-turbo.org> | Fri Feb 19 18:32:10 2016 -0600 |
committer | DRC <information@libjpeg-turbo.org> | Fri Feb 19 21:07:39 2016 -0600 |
tree | 385b83a862863effd6d1cc4df21376f2a1b4fe89 | |
parent | 5f972324eea069d6bf0ad5c2abd499b79441abcb [diff] |
libjpeg API: Partial scanline decompression This, in combination with the existing jpeg_skip_scanlines() function, provides the ability to crop the image both horizontally and vertically while decompressing (certain restrictions apply-- see libjpeg.txt.) This also cleans up the documentation of the line skipping feature and removes the "strip decompression" feature from djpeg, since the new cropping feature is a superset of it. Refer to #34 for discussion. Closes #34