On Thu, 2011-05-12 at 21:40 +0400, Дмитрий Кулешов wrote:

> Thank you for your help, but this formulas like many others the same result 
> and I start thinking it is not formulas problem, but something else.
> I take the pixel color from image in Gimp and got  RGB 89,92,255 but when i 
> take the same pixel from my program I get RGB 89,92,16.
> _______________________________________________
> Libav-user mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/libav-user



perhaps the formula is returning 89,92,241 but the storage is a char so
it is overflowing and returning 16? 


_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to