This repository was archived by the owner on Jul 22, 2020. It is now read-only.
Releases: Southclaws/samp-bitmapper
Releases · Southclaws/samp-bitmapper
0.2.1
0.2.0
Implemented two new functions:
OpenBitmapCacheopens the given file and caches all pixels that match the colours listed incolours. Returns 0 on success or an error code.GetRandomCachedRGBprovides coordinates and RGB information from a random pixel in the bitmap that contains the specified colour.
0.1.1
This version has SSE enabled, thanks Hual 👍
0.1.0
First version, absolute basic bitmap functions to open, get pixel value and close.