Home | History | Annotate | Download | only in coders

Lines Matching full:rendering_intent

650                       rendering_intent;
652 rendering_intent=ParseCommandOption(MagickIntentOptions,
654 if (rendering_intent < 0)
656 image->rendering_intent=(RenderingIntent) rendering_intent;
1248 if (image->rendering_intent != UndefinedIntent)
1252 image->rendering_intent));