Ignore:
Timestamp:
Jul 30, 2013, 10:30:20 AM (11 years ago)
Author:
gah
Message:

fix to write binary image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkviewer.tcl

    r3833 r3845  
    907907        if 0 {
    908908            set f [open "last.ppm" "w"]
    909             puts $f $bytes
     909            fconfigure $f -encoding binary
     910            puts -nonewline $f $bytes
    910911            close $f
    911912        }
Note: See TracChangeset for help on using the changeset viewer.