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
Convert image to CIP format
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Convert image to CIP format
"magick -list format" shows you a list of supported formats. CIP is not listed.
snibgo's IM pages: im.snibgo.com
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Convert image to CIP format
What is CIP image format? Is there a reference? All I can find is a reference to an ImageJ scripting tool at https://imagej.net/CIP.
Re: Convert image to CIP format
Reading CIP is not supported. You can however write to the CIP format.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Convert image to CIP format
CIP is not listed at https://www.imagemagick.org/script/formats.php at all, not even for writing!