Unregistered
January 8, 2004, 16:04:57
If I have a *.BMP pic. which is RGB24-bit. How can i convert it into YIQ format? Although I have the formula, I don't know how to manipulate the pixel value.. what should i do?
1. how to load the BMP into ram?
2. how to get a RGB value of a particular pixel(e.g. x=3, y=5)?
3. how to save the value back to form another BMP file?
any library that i can use or reference to?
1. how to load the BMP into ram?
2. how to get a RGB value of a particular pixel(e.g. x=3, y=5)?
3. how to save the value back to form another BMP file?
any library that i can use or reference to?