Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
JoeyLib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public Skunkworks
JoeyLib
Wiki
JoeyLib Static Image Functions
Changes
Page history
New page
Templates
Clone repository
Update JoeyLib Static Image Functions
authored
5 years ago
by
Scott Duensing
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
JoeyLib-Static-Image-Functions.md
+7
-1
7 additions, 1 deletion
JoeyLib-Static-Image-Functions.md
with
7 additions
and
1 deletion
JoeyLib-Static-Image-Functions.md
View page @
4910c324
...
...
@@ -33,3 +33,9 @@ bool jlStaLoad(jlStaT sta, char *filename);
bool
jlStaSave
(
jlStaT
*
sta
,
char
*
filename
);
```
Saves the specified static image to disk as
`filename`
. Returns
`true`
on success, otherwise
`false`
.
### jlStaSurfaceGet
```
c
jlSurfaceT
jlStaSurfaceGet
(
jlStaT
*
sta
);
```
Returns a drawing surface from a static image. Useful for creating off-screen drawing surfaces.
This diff is collapsed.
Click to expand it.