-
Notifications
You must be signed in to change notification settings - Fork 86
Index of Module png
Matthias Görges edited this page May 29, 2014
·
7 revisions
Module: png
The png module provides a wrapper for the libpng image library. It imports and exports Portable Network Graphics (PNG) images to textures and allows the user to take screenshots.
Function | Short Description |
---|---|
(png-width fname) | Returns the width of a PNG file. |
(png-height fname) | Returns the height of a PNG file. |
(png-depth fname) | Returns the color depth (bits per pixel) of a PNG file. |
(png-stride fname) | Returns the stride (bytes per pixel) of a PNG file. |
(screenshot->png fname) | Saves a screenshot to file. |
(png->img fname) | Returns a loaded PNG file as an image texture. |
(img->png img fname) | Saves an image texture as a PNG file. |
(png->u8vector fname . xargs) | Returns a loaded PNG file as an u8vector. |
(u8vector->png data fname w h) | Saves an u8vector as a PNG file. |
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip