These definitely do not hide any sort of bug.  They are simply scaling an 
image and the result needs to be an int as you can't have fractional 
pixels.  So this data-loss is intentional.  

-Rasmus

On Tue, 13 Nov 2001, Sebastian Bergmann wrote:

> gd.c
> C:\home\php\php4\ext\gd\gd.c(3537) : warning C4244: '=' :
> Conversion from 'float' to 'int', possible data loss
> C:\home\php\php4\ext\gd\gd.c(3538) : warning C4244: '=' :
> Conversion from 'float' to 'int', possible data loss
> C:\home\php\php4\ext\gd\gd.c(3550) : warning C4244: '=' :
> Conversion from 'float' to 'int', possible data loss
> C:\home\php\php4\ext\gd\gd.c(3551) : warning C4244: '=' :
> Conversion from 'float' to 'int', possible data loss
> 
> 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to