ImageMagick.MagickCoderErrorException: Write error at scanline 1151. `TIFFAppendToStrip' @ error/tiff.c/TIFFErrors/661 #1392
Unanswered
SusmithaPN-18
asked this question in
Help
Replies: 1 comment 2 replies
-
Please tell me how I can reproduce this issue. And have you tried to reproduce this with the latest version? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am using Magick.NET-Q8-AnyCPU.dll 7.21.1.0 in my application.
For my call MagickImage.ToBitmap(ImageFormat.Tiff) the following error happens
ImageMagick.MagickCoderErrorException: Write error at scanline 1151.
TIFFAppendToStrip' @ error/tiff.c/TIFFErrors/661 at ImageMagick.MagickExceptionHelper.Check(IntPtr exception) at ImageMagick.MagickImage.NativeMagickImage.WriteStream(IMagickSettings
1 settings, ReadWriteStreamDelegate writer, SeekStreamDelegate seeker, TellStreamDelegate teller, ReadWriteStreamDelegate reader)at ImageMagick.MagickImage.Write(Stream stream)
at ImageMagick.MagickImage.Write(Stream stream, MagickFormat format)
at ImageMagick.IMagickImageExtentions.ToBitmap[TQuantumType](IMagickImage
1 self, ImageFormat imageFormat, Boolean useDensity) at ImageMagick.IMagickImageExtentions.ToBitmap[TQuantumType](IMagickImage
1 self, ImageFormat imageFormat)Could anyone can tell me what can cause this exception.
Thanks In advance
Susmitha
Beta Was this translation helpful? Give feedback.
All reactions