Home | History | Annotate | Download | only in coders

Lines Matching full:rendering_intent

956                       rendering_intent;
958 rendering_intent=ParseCommandOption(MagickIntentOptions,
960 if (rendering_intent < 0)
962 image->rendering_intent=(RenderingIntent) rendering_intent;
2199 if (image->rendering_intent != UndefinedIntent)
2203 image->rendering_intent));