]> granicus.if.org Git - libjpeg-turbo/commit
libjpeg API: Partial scanline decompression
authorDRC <information@libjpeg-turbo.org>
Sat, 20 Feb 2016 00:32:10 +0000 (18:32 -0600)
committerDRC <information@libjpeg-turbo.org>
Sat, 20 Feb 2016 03:07:39 +0000 (21:07 -0600)
commit3ab68cf563f6edc2608c085f5c8b2d5d5c61157e
tree385b83a862863effd6d1cc4df21376f2a1b4fe89
parent5f972324eea069d6bf0ad5c2abd499b79441abcb
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
21 files changed:
CMakeLists.txt
Makefile.am
djpeg.1
djpeg.c
jdapimin.c
jdapistd.c
jdcoefct.c
jdinput.c
jdmaster.c
jdmaster.h [new file with mode: 0644]
jdsample.c
jpegint.h
jpeglib.h
jversion.h
libjpeg.txt
win/jpeg62-memsrcdst.def
win/jpeg62.def
win/jpeg7.def
win/jpeg8.def
wrppm.c
wrppm.h [new file with mode: 0644]