If I save a jpeg file as .tif instead of .jpg, the file size jumps from 34k to 148k. How can I fix this? Current code (distilled) is: With ctlImageMan .AppendImage = False .Picture = "file.jpg" which is 34k .Compression = Group4 .SaveOptions = "TIFF_ROWSPERSTRIP = " & .ImageHeight...