Opened 7 years ago
Closed 7 years ago
#10162 closed enhancement (fixed)
libjpeg-turbo-1.5.3
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version.
Change History (3)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Note:
See TracTickets
for help on using tickets.
### Significant changes relative to 1.5.2:
-crop
option. The-crop
option now works with the GIF and Targa formats as well (unfortunately, it cannot be made to work with the BMP and RLE formats due to the fact that those output engines write scanlines in bottom-up order.) djpeg will now exit gracefully if an output format other than PPM/PGM, GIF, or Targa is selected along with the-crop
option.jpeg_skip_scanlines()
would segfault if color quantization was enabled.jpeg_skip_scanlines()
to skip to the end of a single-scan (non-progressive) image, subsequent calls tojpeg_consume_input()
would returnJPEG_SUSPENDED
rather thanJPEG_REACHED_EOI
.jpeg_crop_scanlines()
now works correctly when decompressing grayscale JPEG images that were compressed with a sampling factor other than 1 (for instance, withcjpeg -grayscale -sample 2x2
).