Search found 2 matches
- 2019-02-21T09:39:59-07:00
- Forum: Magick.NET
- Topic: Convert JPEG to TIFF 6.0 spec
- Replies: 3
- Views: 111057
Re: Convert JPEG to TIFF 6.0 spec
Technote 2 is not accepted in what I'm using unfortunately.
- 2019-02-21T08:19:41-07:00
- Forum: Magick.NET
- Topic: Convert JPEG to TIFF 6.0 spec
- Replies: 3
- Views: 111057
Convert JPEG to TIFF 6.0 spec
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 ...
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 ...