Compare commits
No commits in common. "2b88e3928f86f05a57566166535cdb40b7a77878" and "2e6637b65d4e6e4f207404241e1c01367939ed97" have entirely different histories.
2b88e3928f
...
2e6637b65d
@ -75,7 +75,7 @@ class UpdateListener : public efsw::FileWatchListener {
|
||||
|
||||
std::string flipped_filename =
|
||||
dir + "flipped_" + filename.substr( 0, filename.length() - 3 ) + "png";
|
||||
|
||||
//stbi_write_jpg(flipped_filename.c_str(), width, height, channels, image_data, 100);
|
||||
stbi_write_png( flipped_filename.c_str(), width, height, channels, image_data,
|
||||
width * channels );
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user