Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Releases: Southclaws/samp-bitmapper

0.2.1

28 May 23:16

Choose a tag to compare

Fixed crash caused by AmxUnload.

0.2.0

08 May 20:17

Choose a tag to compare

Implemented two new functions:

  • OpenBitmapCache opens the given file and caches all pixels that match the colours listed in colours. Returns 0 on success or an error code.
  • GetRandomCachedRGB provides coordinates and RGB information from a random pixel in the bitmap that contains the specified colour.

0.1.1

20 Mar 18:41

Choose a tag to compare

This version has SSE enabled, thanks Hual 👍

0.1.0

20 Mar 17:45

Choose a tag to compare

First version, absolute basic bitmap functions to open, get pixel value and close.