Search found 4 matches
- 2016-07-22T01:01:04-07:00
- Forum: Magick.NET
- Topic: Out of memory when converting multipage Tiff
- Replies: 8
- Views: 21424
Re: Out of memory when converting multipage Tiff
I am using Magick.NET-Q8-AnyCPU version 7.0.2.400. I did notice that when I uncheck "Prefer 32-bit" (thus prefering 64-bit) the exception is not thrown.
- 2016-07-19T03:14:54-07:00
- Forum: Magick.NET
- Topic: Out of memory when converting multipage Tiff
- Replies: 8
- Views: 21424
Re: Out of memory when converting multipage Tiff
Could the problem have something to do with my system specifications? Operating System Windows 10 Pro 64-bit CPU Intel Core i5 2540M @ 2.60GHz Sandy Bridge 32nm Technology RAM 8,00GB Dual-Channel DDR3 @ 665MHz (9-9-9-24) Motherboard Dell Inc. 0NVF5K (CPU 1) Graphics DELL P2213 (1680x1050@59Hz) DELL ...
- 2016-07-07T00:40:17-07:00
- Forum: Magick.NET
- Topic: Out of memory when converting multipage Tiff
- Replies: 8
- Views: 21424
Re: Out of memory when converting multipage Tiff
I have created an application that reproduces the problem:
https://www.dropbox.com/s/ubuhrylid29fz ... t.zip?dl=0
The tiffs I use to test are here:
https://www.dropbox.com/s/d9y3k2cfsbu85 ... s.zip?dl=0
https://www.dropbox.com/s/ubuhrylid29fz ... t.zip?dl=0
The tiffs I use to test are here:
https://www.dropbox.com/s/d9y3k2cfsbu85 ... s.zip?dl=0
- 2016-07-06T02:49:50-07:00
- Forum: Magick.NET
- Topic: Out of memory when converting multipage Tiff
- Replies: 8
- Views: 21424
Out of memory when converting multipage Tiff
Hi, I'm having a problem with merging and converting multi page Tiffs. I am using the following code to merge multiple multipage Tiffs and apply adaptive thresholding to them: public void applyAdaptiveThresholdingAndMergeTiffs(List<string> inputFiles, string outputFile) { using ...