Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Graphics
pew
Commits
f4524913
Commit
f4524913
authored
2 years ago
by
Evy Storozhenko
Browse files
Options
Downloads
Patches
Plain Diff
formatting
parent
4c1f9525
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pew/tools/save.hpp
+4
-1
4 additions, 1 deletion
src/pew/tools/save.hpp
with
4 additions
and
1 deletion
src/pew/tools/save.hpp
+
4
−
1
View file @
f4524913
...
...
@@ -4,7 +4,10 @@
#include
<pew/vector/common.hpp>
#include
<vector>
namespace
pew
{
void
savePng
(
const
std
::
vector
<
Color
>&
buffer
,
const
Extent2D
&
resolution
,
const
std
::
string
&
filename
);
void
savePng
(
const
std
::
vector
<
Color
>&
buffer
,
const
Extent2D
&
resolution
,
const
std
::
string
&
filename
);
}
#endif
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment