TIFF with JPEG-compression much larger than original JPEG
问题 I am trying to convert JPEGs to TIFFs with JPEG-compression using FreeImage.Net and C#. This works fine, however, for low-quality JPGES the TIFF-files are a lot larger than the original. I assume the TIFF-size does not depend on the original JPEG-Quality, because the output-images were always about the same size. For example (converting a screenshot): 2065kb JPEG (quality: 100%) --> 1282kb TIFF 379kb JPEG (quality: 50%) --> 1200kb TIFF This increase in size is not acceptable for our company,