Page 1 of 1

Convert image to CIP format

Posted: 2018-04-10T11:39:05-07:00
by PDesai
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

Re: Convert image to CIP format

Posted: 2018-04-10T11:54:46-07:00
by snibgo
"magick -list format" shows you a list of supported formats. CIP is not listed.

Re: Convert image to CIP format

Posted: 2018-04-10T13:13:54-07:00
by fmw42
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

Posted: 2018-04-11T06:56:25-07:00
by PDesai
snibgo wrote: 2018-04-10T11:54:46-07:00 "magick -list format" shows you a list of supported formats. CIP is not listed.
CIP is listed as one of the supported format..
CIP is Cisco IP phone image

Re: Convert image to CIP format

Posted: 2018-04-26T14:15:56-07:00
by dlemstra
Reading CIP is not supported. You can however write to the CIP format.

Re: Convert image to CIP format

Posted: 2018-04-26T14:21:00-07:00
by fmw42
CIP is not listed at https://www.imagemagick.org/script/formats.php at all, not even for writing!