Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
48c30e93
Commit
48c30e93
authored
Mar 31, 2004
by
Ken Martin
Browse files
fix typos
parent
d56a87f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
IO/Testing/Tcl/TestImageWriters.tcl
View file @
48c30e93
...
...
@@ -62,20 +62,20 @@ if {[catch {set channel [open $dir/test.tmp w]}] == 0 } {
psw2 SetFileName $dir/psw2.ps
vtkPNGWriter pngw1
p
s
w1 SetInput
[
image1 GetOutput
]
p
s
w1 SetFileName $dir/pngw1.png
p
ng
w1 SetInput
[
image1 GetOutput
]
p
ng
w1 SetFileName $dir/pngw1.png
vtkPNGWriter pngw2
p
s
w2 SetInput
[
luminance GetOutput
]
p
s
w2 SetFileName $dir/pngw2.png
p
ng
w2 SetInput
[
luminance GetOutput
]
p
ng
w2 SetFileName $dir/pngw2.png
vtkJPEGWriter jpgw1
ps
w1 SetInput
[
image1 GetOutput
]
ps
w1 SetFileName $dir/jpgw1.jpg
jpg
w1 SetInput
[
image1 GetOutput
]
jpg
w1 SetFileName $dir/jpgw1.jpg
vtkJPEGWriter jpgw2
ps
w2 SetInput
[
luminance GetOutput
]
ps
w2 SetFileName $dir/jpgw2.jpg
jpg
w2 SetInput
[
luminance GetOutput
]
jpg
w2 SetFileName $dir/jpgw2.jpg
tiff1 Write
tiff2 Write
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment