GIF quantizer bug fixed

This commit is contained in:
Jaex 2014-10-08 03:34:43 +03:00
parent 16537683e5
commit 4fc9154869
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ protected virtual void FirstPass(BitmapData sourceData, int width, int height)
for (int col = 0; col < width; col++)
{
InitialQuantizePixel(new Color32(pSourcePixel));
pSourcePixel = (IntPtr)((Int32)pSourcePixel + _pixelSize);
pSourcePixel = (IntPtr)((long)pSourcePixel + _pixelSize);
} // Now I have the pixel, call the FirstPassQuantize function...
// Add the stride to the source row

View file

@ -465,7 +465,7 @@
<value>Yükleyicileri test et...</value>
</data>
<data name="tsddbDebug.Text" xml:space="preserve">
<value>Hata Ayıklama</value>
<value>Hata ayıklama</value>
</data>
<data name="tsmiDonate.Text" xml:space="preserve">
<value>Bağış...</value>