Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
c8ee0e76ea376dbc46639af1ff9bf57a8d8cdf9d
c8ee0e76ea376dbc46639af1ff9bf57a8d8cdf9d
Switch branch/tag
amdis
AMDiS
src
PngWriter.cc
Find file
Normal view
History
Permalink
PngWriter.cc
104 Bytes
Newer
Older
* Added filewrite for png images (but not yet implemented!)
Thomas Witkowski
committed
Apr 15, 2009
1
2
3
4
5
6
7
#include
"PngWriter.h"
namespace
AMDiS
{
int
PngWriter
::
writeFile
(
const
std
::
string
name
)
{
}
}