Generate JPEG-in-TIFF without recompressing JPEG source in Java
I need to wrap a JPEG image as TIFF (aka. “JPEG-in-TIFF”) without changing the JPEG data (i.e. without decompressing and re-compressing the original JPEG image, which would hurt the image quality by introducing artifacts).