Convert image to CIP format
Posted: 2018-04-10T11:39:05-07:00
Hello,
I am trying to convert a bitmap to CIP image. I get the following exception.
NumSamplesPerImage (width) = 244 Height = 240 Exception: ImageMagick.MagickMissingDelegateErrorException: no decode delegate for this image format `CIP' @ error/constitute.c/ReadImage/509
at ImageMagick.NativeInstance.CheckException(IntPtr exception, IntPtr result)
at ImageMagick.MagickImage.NativeMagickImage.ReadFile(MagickSettings settings)
at ImageMagick.MagickImage.Read(String fileName, MagickReadSettings readSettings, Boolean ping)
at ImageMagick.MagickImage..ctor(String fileName, MagickReadSettings readSettings)
If i convert the image to png, it works fine and i am able to view the image.
I wanted to know if CIP is one of the supported format for conversion
I am trying to convert a bitmap to CIP image. I get the following exception.
NumSamplesPerImage (width) = 244 Height = 240 Exception: ImageMagick.MagickMissingDelegateErrorException: no decode delegate for this image format `CIP' @ error/constitute.c/ReadImage/509
at ImageMagick.NativeInstance.CheckException(IntPtr exception, IntPtr result)
at ImageMagick.MagickImage.NativeMagickImage.ReadFile(MagickSettings settings)
at ImageMagick.MagickImage.Read(String fileName, MagickReadSettings readSettings, Boolean ping)
at ImageMagick.MagickImage..ctor(String fileName, MagickReadSettings readSettings)
If i convert the image to png, it works fine and i am able to view the image.
I wanted to know if CIP is one of the supported format for conversion