Search found 22 matches

by Keith.Vinson
2018-02-15T13:03:32-07:00
Forum: Magick.NET
Topic: Exception thrown No space for output buffer
Replies: 15
Views: 22636

Re: Exception thrown No space for output buffer

IS thee a way I can control the delegate config params in code? If not I'm guessing I can by adding parameters into the delegates.xml file. Are the parameters documented somewhere?

Thanks,
Keith
by Keith.Vinson
2018-02-15T10:48:51-07:00
Forum: Magick.NET
Topic: Exception thrown No space for output buffer
Replies: 15
Views: 22636

Re: Exception thrown No space for output buffer

The image in question is 14644 x 9346 as a 24 bit RGB uncompressed TIFF, its disk size is roughly 391 MB...
by Keith.Vinson
2018-02-15T10:42:02-07:00
Forum: Magick.NET
Topic: Exception thrown No space for output buffer
Replies: 15
Views: 22636

Re: Exception thrown No space for output buffer

Here's one of the errors as captured in the debugger... ImageMagick.MagickCoderErrorException: 'No space for data buffer at scanline 4294967295. `TIFFFillStrip' @ error/tiff.c/TIFFErrors/650' at ImageMagick.NativeInstance.CheckException(IntPtr exception, IntPtr result)\r\n at ImageMagick.MagickImage...
by Keith.Vinson
2018-02-15T09:49:35-07:00
Forum: Magick.NET
Topic: Exception thrown No space for output buffer
Replies: 15
Views: 22636

Re: Exception thrown No space for output buffer

I'm using Magick.NET-Q8-AnyCPU" version="7.4.0"
Let me look for how to get the equivalent of magick -list from the DotNet library.
I looked at the delegates.xml file but I didn't see any tiff config params listed
by Keith.Vinson
2018-02-15T08:58:29-07:00
Forum: Magick.NET
Topic: Exception thrown No space for output buffer
Replies: 15
Views: 22636

Exception thrown No space for output buffer

Hello All, When processing some fairly large TIFF images 400MB+ I randomly get this error (which doesn't seem to be related to any specific image from the block of images I'm working with), which seem to me to indicate some sort of an out of memory error. However at the time of the error the process...
by Keith.Vinson
2017-08-30T14:33:17-07:00
Forum: Magick.NET
Topic: Image Density in jp2 format being lost
Replies: 3
Views: 10672

Re: Image Density in jp2 format being lost

OK, thanks for the reply. I'll keeps your request in the back of my mind. I'll post if I come across a method to set the density in the OpenJPEG library...
by Keith.Vinson
2017-08-30T13:08:27-07:00
Forum: Magick.NET
Topic: Image Density in jp2 format being lost
Replies: 3
Views: 10672

Image Density in jp2 format being lost

Hi all,
When I save an image in jp2 format the density info seems to get lost.
To test this I looked at the density info before saving the file, the using a MagickImageInfo class I reloaded the outputfile and looked at the density info, it was not populated. Am I missing something?
Thanks,

Keith