Searched refs:PlaneInterlace (Results 1 – 14 of 14) sorted by relevance
837 image.interlaceType( PlaneInterlace ); in main()838 if ( image.interlaceType() != PlaneInterlace ) in main()
176 interlace=PlaneInterlace; /* CCIR 4:1:1 */ in ReadYUVImage()622 interlace=PlaneInterlace; /* CCIR 4:1:1 */ in WriteYUVImage()
3234 image->interlace=PlaneInterlace; in ReadDCMImage()3799 if ((samples_per_pixel > 1) && (image->interlace == PlaneInterlace)) in ReadDCMImage()
375 case PlaneInterlace: in ReadYCBCRImage()1134 case PlaneInterlace: in WriteYCBCRImage()
394 case PlaneInterlace: in ReadRGBImage()1240 case PlaneInterlace: in WriteRGBImage()
395 case PlaneInterlace: in ReadBGRImage()1242 case PlaneInterlace: in WriteBGRImage()
391 case PlaneInterlace: in ReadCMYKImage()1357 case PlaneInterlace: in WriteCMYKImage()
3479 if ((image_info->interlace == PlaneInterlace) || in WriteTIFFImage()3728 case PlaneInterlace: in WriteTIFFImage()
72 PlaneInterlace, enumerator
2964 PlaneInterlace; in XSaveImage()
1174 { "Plane", PlaneInterlace, UndefinedOptionFlag, MagickFalse },
12610 image_info->interlace=status != 0 ? NoInterlace : PlaneInterlace; in XSaveImage()
385 image_info->interlace=PlaneInterlace; in ImportImageCommand()
706 using MagickCore::PlaneInterlace;