0030182: Visualization, Image_AlienPixMap - support reading encoded image from memory...
[occt.git] / tests / bugs / vis / bug1188
... / ...
CommitLineData
1puts "================"
2puts "0001188: Impossible to set background image for V3d_View"
3puts "================"
4puts ""
5
6vinit View1
7
8vsetbg [locate_data_file OCC1188.gif]
9if { [vreadpixel 200 200 rgb name] != "WHITE" } { puts "Error: image background is not set" }
10
11vdump $imagedir/${casename}.png