Page 1 of 1

What's diference between ConvertTo1Bpp & ConvertTo1BppAT

Posted: Mon Apr 16, 2012 7:57 pm
by Normando
When i do these instruccions:

Code: Select all

    objImage.ConvertTo1Bpp(IdImg, Umbral)
 
     objImage.ConvertTo1BppAT(IdImg, Umbral)


what is the diference? I can't apreciate it

Thanks

Re: What's diference between ConvertTo1Bpp & ConvertTo1BppAT

Posted: Mon Apr 23, 2012 3:00 pm
by Loïc
Hello,

ConvertTo1BppAT() uses adaptive color reduction while ConvertTo1Bpp() uses linear transformation.

Let me know if you need further information.

Kind regards,

Loïc