Convert JPEG to TIFF 6.0 spec
Posted: 2019-02-21T08:19:41-07:00
Hello all,
I would like to convert an image to TIFF with compression: JPEG Original TIFF 6.0 spec.
Can this be done via this tool? I have tried the code below but the result is 'JPEG Technote #2'.
Using image As New MagickImage(File.ReadAllBytes(oImage.FilePath))
image.Settings.Compression = CompressionMethod.JPEG
image.Write(sImageConvertedFilePath)
End Using
Any ideas?
I would like to convert an image to TIFF with compression: JPEG Original TIFF 6.0 spec.
Can this be done via this tool? I have tried the code below but the result is 'JPEG Technote #2'.
Using image As New MagickImage(File.ReadAllBytes(oImage.FilePath))
image.Settings.Compression = CompressionMethod.JPEG
image.Write(sImageConvertedFilePath)
End Using
Any ideas?