Expert Image Processing Question:

Download Job Interview Questions and Answers PDF

Write a procedure to implement highlight as a blinking operation?

Image Processing Expert Interview Question
Image Processing Expert Interview Question

Answer:

The function textattr in conio.h can be use for this purpose a small program has presented here...

#include<conio.h>
int main()
{
textattr(129);
cprintf("My name is John Smith...");
return 0;
}


here in the textattr till 128 only colors would be set and more than it colors with blink.

Download Image Processing Expert Interview Questions And Answers PDF

Previous QuestionNext Question
List the applications of color models?Explain what are the differences between the books Digital Image Processing and Digital Image Processing?