Fix for issue #1765 : no end info in SLA png files.
This commit is contained in:
parent
5207d31df1
commit
edd5f768a9
1 changed files with 2 additions and 0 deletions
|
@ -200,6 +200,8 @@ void Raster::save(std::ostream& stream, Compression comp)
|
|||
wr.write_row(ptr);
|
||||
}
|
||||
|
||||
wr.write_end_info();
|
||||
|
||||
break;
|
||||
}
|
||||
case Compression::RAW: {
|
||||
|
|
Loading…
Reference in a new issue