- FreeBASIC 100%
| .gitattributes | ||
| .gitignore | ||
| atob.bm | ||
| bool.bi | ||
| btoa.bm | ||
| consolecolor.bm | ||
| grayscale.bm | ||
| hsb.bm | ||
| hsb32.bm | ||
| lerp.bm | ||
| LICENSE | ||
| loadhexpalette.bm | ||
| max.bm | ||
| min.bm | ||
| negative.bm | ||
| noframe.bi | ||
| point32.bm | ||
| README.md | ||
| saveansi.bm | ||
| savebinarypbm.bm | ||
| savebinaryppm.bm | ||
| savehexpalette.bm | ||
| solarize.bm | ||
| truncate.bm | ||
| urldecode.bm | ||
| urlencode.bm | ||
qb64-include
A collection of functions and subroutines.
atob.bm
Base64 ASCII to Binary encoding
Bool.bi
A header file containing the constants "False" and "True"
btoa.bm
Binary to Base64 ASCII encoding
ConsoleColor.bm
Change color of terminal text with escape sequences. If terminal emulator supports it then true color is possible.
Grayscale.bm
Convert an image to grayscale.
Lerp.bm
Computes the linear interpolation between two values by an amount between 0 and 1.
LoadHexPalette.bm
load an array of RGB colors stored as hexadecimal in a file.
Max.bm
Returns the larger of two numbers
Min.bm
Returns the smaller of two numbers
Negative.bm
Convert an image to the negative color.
NoFrame.bi
Start Windows program with no frame
Point32.bm
Returns the 32 bit color value no matter the image mode.
SaveAnsi.bm
Save "Screen 0" to an .ans file.
SaveBinaryPBM.bm
Save a monochrome image to pbm file.
SaveBinaryPPM.bm
Save a 24 bit image to ppm file.
SaveHexPalette
Save an array of colors to file
Solarize.bm
Solarize image
Truncate.bm
Truncate given value to a value between 0 and 255
Urldecode.bm
Decodes URL-encoded string.
Urlencode.bm
Applies URL encoding to a given string.