Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:interlace

158       "-interlace type      None, Line, Plane, or Partition",
380 "interlace","none");
381 image_info->interlace=UndefinedInterlace;
383 image_info->interlace=NoInterlace;
385 image_info->interlace=LineInterlace;
387 image_info->interlace=PlaneInterlace;
389 image_info->interlace=PartitionInterlace;
390 if (image_info->interlace == UndefinedInterlace)
391 ThrowImportException(OptionError,"Unrecognized interlace type",
863 if (LocaleCompare("interlace",option+1) == 0)
866 interlace;
873 interlace=ParseCommandOption(MagickInterlaceOptions,MagickFalse,
875 if (interlace < 0)