luapower.com
lights
FAQ
Forum
github.com/luapower/bitmap
docs
info
files
download
bitmap
In-memory bitmaps
Overview
Package type:
Lua+ffi
Version:
3525092
Last commit:
3 years ago
Releases:
None yet.
Platforms:
all LuaJIT platforms
Dependencies
This is a combined list of packages required by
all modules
of this
package on each supported platform, plus
binary dependencies
if any.
Darker names, if present, represent indirect dependencies.
Purlpe names, if present, represent packages that contain modules that must be already be loaded.
Note:
These are only the dependencies required for the modules to
load
.
Runtime dependencies, if any, are shown separately below.
Tip:
You may not need all the dependencies listed here if you are not planning
to use all the modules of the package -- look at per-module dependencies below.
common
box2d
glue
luajit
box2d
glue
luajit
all
Modules
This is the list of modules for this package.
On the right column you have the required packages for each module.
Darker names, if present, represent indirect dependencies.
Purlpe names, if present, represent dependencies that must already be loaded before loading the respective module.
This is the list of modules for this package.
On the right column you have the required modules for each module.
Darker names, if present, represent indirect dependencies.
Even darker names are internal dependencies.
Purlpe names are modules that must already be loaded before loading the respective module.
P
M
module
language
required packages
required modules
bitmap
Lua
box2d
glue
luajit
bit
box2d
ffi
glue
string.buffer
bitmap_blend
Lua
box2d
glue
luajit
bit
box2d
ffi
glue
string.buffer
bitmap
bitmap_dither
Lua
box2d
glue
luajit
bit
box2d
ffi
glue
string.buffer
bitmap
bitmap_effects
Lua
box2d
glue
luajit
bit
box2d
ffi
glue
string.buffer
bitmap
bitmap_resize
Lua
box2d
glue
luajit
bit
box2d
ffi
glue
string.buffer
bitmap
bitmap_rgbaf
Lua
box2d
glue
luajit
bit
box2d
ffi
glue
string.buffer
bitmap
Runtime Dependencies - Autoloads
Some modules implement parts of their API in separate sub-modules.
These
implementation
modules are loaded automatically at runtime
only if and when accessing those APIs. See
glue.autoload
for how this works.
bitmap
implementation module
bitmap.blend
bitmap_blend
bitmap.blend_op
bitmap_blend
bitmap.dither
bitmap_dither
bitmap.convolve
bitmap_effects
bitmap.grayscale
bitmap_effects
bitmap.invert
bitmap_effects
bitmap.mirror
bitmap_effects
bitmap.sharpen
bitmap_effects
bitmap.resize
bitmap_resize
Scripts
This is the list of scripts (tests, demos, etc.).
Unlike normal modules, scripts are not run to track dependencies.
Instead, they are just
parsed
for
require()
calls.
This means that indirect dependencies are never shown.
P
M
script
required packages
required modules
bitmap_blend_demo
bitmap_demo
bitmap_test
Docs
name
source file
bitmap
bitmap.md
Package:
bitmap
Pkg type:
Lua+ffi
Version:
3525092
Last commit:
Author:
Cosmin Apreutesei
License:
Public Domain
Requires:
box2d
glue
luajit
more...
Required by:
bmp
boxblur
nw
cplayer
ui
testui
more...
Top