Search found 3 matches
- 2016-03-10T13:03:53-07:00
- Forum: Magick.NET
- Topic: how to convert BMP to Multi Tiff?
- Replies: 1
- Views: 8788
how to convert BMP to Multi Tiff?
Dear Engineer: I have a question how to convert some BMP file to One Multipage TIFF with LZW compression? I search as far as I can, and the following code are what I did, but didn't work, Please help: using (ImageMagick.MagickImageCollection images = new ImageMagick.MagickImageCollection()) { List<s ...
- 2016-03-10T10:40:42-07:00
- Forum: Users
- Topic: BMP to Multi TIFF with LZW compression
- Replies: 3
- Views: 4002
Re: BMP to Multi TIFF with LZW compression
Hi Fmw42: thank you very much for your quick reply, I use visual studio and download the Magick.net-Q16-x64.Sample version 7.0.0103 through NuGet. I just download ImageMagick-6.9.3-7-Q16-x64-dll.exe from website and install it on my PC, and run command line is working. I got a question is that do I h ...
- 2016-03-10T07:44:18-07:00
- Forum: Users
- Topic: BMP to Multi TIFF with LZW compression
- Replies: 3
- Views: 4002
BMP to Multi TIFF with LZW compression
Dear Engineer: I have a question how to convert some BMP file to One Multipage TIFF with LZW compression? I search as far as I can, and the following code are what I did, but didn't work, Please help: using (ImageMagick.MagickImageCollection images = new ImageMagick.MagickImageCollection()) { List<s ...