This is the skippy-renderer Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:43:13 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
skippy-renderer
GIF renderer for SKIPPY
Michał "phoe" Herda
MIT
skippy
(system).
skippy-renderer.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
skippy-renderer/skippy-renderer.asd
skippy-renderer
(system).
skippy-renderer/skippy-renderer.lisp
skippy-renderer
(system).
render
(function).
index-argb
(function).
index-bgra
(function).
render-image-to-frame
(function).
Packages are listed by definition order.
skippy-renderer
common-lisp
.
skippy
.
render
(function).
index-argb
(function).
index-bgra
(function).
render-image-to-frame
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Given a GIF data stream, returns a rendered image.
The BYTE-ORDER keyword argument is one of :ARGB or :BGRA. It states the order
of bytes in the resulting vectors.
Three values are returned.
The first value is a list of vectors containing resulting ARGB data in
row-first order and each second element
The second value is a list of integer values for the frame delays in
milliseconds.
The third value is a list of three values: image width, image height and a
generalized boolean signifying if the GIF should loop.
Jump to: | F I R |
---|
Jump to: | F I R |
---|
Jump to: | F P S |
---|
Jump to: | F P S |
---|