Search found 4 matches

by mihail_potcoava
2017-05-13T06:08:06-07:00
Forum: Magick.NET
Topic: Saving multipage TIF
Replies: 12
Views: 40201

Re: Saving multipage TIF

Many thanks for your reply.

I honestly thought that pages and layers in a tiff are the same thing.

I'll dig more, install evince / tiffinfo / photoshop to understand better.

the good thing is that I know now why my resulting tiff looks like the fist layer / page.

So I can Combine / Coalesce all ...
by mihail_potcoava
2017-05-13T00:26:10-07:00
Forum: Magick.NET
Topic: Saving multipage TIF
Replies: 12
Views: 40201

Re: Saving multipage TIF

Sorry, I thought I can attach the zip containing the .NET solution but it seems I can't.

You should be able to download the zip with the solution here:
https://drive.google.com/file/d/0B0zlZwU0d4GTN28wNTkwQl9RdjA/view?usp=sharing

The source code is here:

// read the sample tif file
using ...
by mihail_potcoava
2017-05-13T00:17:37-07:00
Forum: Magick.NET
Topic: Saving multipage TIF
Replies: 12
Views: 40201

Re: Saving multipage TIF

Hi,

Many thanks for getting back to me so quickly.

I've built a small test console application with my scenario (something simple).
If you could open the solution and run it would be great. I think it's the quickest way to understand the problem.

Some details:
Platform: Windows 10, .Net Framework ...
by mihail_potcoava
2017-05-12T07:23:09-07:00
Forum: Magick.NET
Topic: Saving multipage TIF
Replies: 12
Views: 40201

Re: Saving multipage TIF

Hi,

I'm having exactly the same problem as described in this thread:
"I'm able to load the file as a MagickImageCollection and loop through the pages, but when I write it back to disk it is always only the first page of the TIF"

Unfortunately, I don't understand the solution ("Wrong "convert ...