<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
<BR>
<BR>
On Thu, 2011-05-12 at 21:40 +0400, Дмитрий Кулешов wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
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
<A HREF="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</A>
<A HREF="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</A>
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
perhaps the formula is returning 89,92,241 but the storage is a char so it is overflowing and returning 16? <BR>
<BR>
<BR>
</BODY>
</HTML>