I’m using imageresizer.net in a console app to pull pages out of tiff images, but when the tiff contains pages of differing sizes, imageresizer seems to treat all the pages as having the same dimensions as the first page.
In my test, if the first page is A4 and the second is A3, the biggest part of page 2 that I can get is A4 (the left-hand side of the image is output and the right-hand side is truncated). No error is raised by imageresizer either.
ImageBuilder.Current.Build(sourceImagePath, destinationImagePath, new ResizeSettings("page=2"));
Am I missing something, or does imageresizer.net not handle this scenario?
Thanks for reporting this bug!
This bug occurred because image dimensions were being cached prior to setting the active frame or page.
It has been fixed in release 3.2.3 (changelog).
You can find the latest download here.