BitmapPixels
Moderator: Moderators
BitmapPixels
The BitmapPixels Component doesn't work when applied to a Bitmap with a width or height less then 64 pixels.
K
Found the problem, I'm changing this line:
from:
to:
This will be correct right, kattle? It appears to give the right result.
from:
Code: Select all
for I := 0 to NOfPoints*(PixelCount div 4096) - 1 do
Code: Select all
for I := 0 to Round(NOfPoints*(PixelCount / 4096)) - 1 do
For some reasons I never saw this post before...
I feel like it being better now yes it was the way I intended it to work.
I feel like it being better now yes it was the way I intended it to work.
In the fall of 1972 President Nixon announced that the rate of increase of inflation was decreasing. This was the first time a sitting president used the third derivative to advance his case for reelection.
-=Hugo Rossi=-
-=Hugo Rossi=-