Update savebinarypbm.bm
This commit is contained in:
parent
ee5f32f7a9
commit
2895ee6d56
1 changed files with 1 additions and 0 deletions
|
|
@ -35,4 +35,5 @@ Sub saveBinaryPBM (handle As Long, filename As String)
|
||||||
Next
|
Next
|
||||||
If (imgheight * imgwidth) Mod 8 <> 0 Then Put #1, , outbyte
|
If (imgheight * imgwidth) Mod 8 <> 0 Then Put #1, , outbyte
|
||||||
Close #ff
|
Close #ff
|
||||||
|
_Source oldsource
|
||||||
End Sub
|
End Sub
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue