4646b00220
adopted by many Linux distributions as well as FreeBSD ports: o jpegtran: add "-perfect" switch: Fail if there are non-transformable edge blocks. o jpegtran: add "-crop" switch: Crop to a rectangular subarea. o jpegtran: correct EXIF handling. o jpegexiforient: Get and set the Exif Orientation Tag. o exifautotran: Transforms Exif files so that Orientation becomes 1. Suggested by dzoe on #NetBSD IRCNet.
12 lines
632 B
Text
12 lines
632 B
Text
$NetBSD: patch-ac,v 1.1 2007/06/05 22:07:26 tnn Exp $
|
|
|
|
--- jerror.h.orig 2007-06-05 22:37:04.000000000 +0200
|
|
+++ jerror.h
|
|
@@ -45,6 +45,7 @@ JMESSAGE(JERR_BAD_ALIGN_TYPE, "ALIGN_TYP
|
|
JMESSAGE(JERR_BAD_ALLOC_CHUNK, "MAX_ALLOC_CHUNK is wrong, please fix")
|
|
JMESSAGE(JERR_BAD_BUFFER_MODE, "Bogus buffer control mode")
|
|
JMESSAGE(JERR_BAD_COMPONENT_ID, "Invalid component ID %d in SOS")
|
|
+JMESSAGE(JERR_BAD_CROP_SPEC, "Invalid crop request")
|
|
JMESSAGE(JERR_BAD_DCT_COEF, "DCT coefficient out of range")
|
|
JMESSAGE(JERR_BAD_DCTSIZE, "IDCT output block size %d not supported")
|
|
JMESSAGE(JERR_BAD_HUFF_TABLE, "Bogus Huffman table definition")
|