0031999: Tests - request Core Profile on macOS for Ray-Tracing tests
[occt.git] / tests / bugs / vis / bug30946
CommitLineData
fdae2107 1puts "============="
2puts "0030946: Visualization - Image_AlienPixMap ignores 1-bit pixelformat when using FreeImage"
3puts "============="
4
5pload VISUALIZATION
6vinit View
7
8vbackground -image [locate_data_file bug30946_img_1bit_256px.png]
9if { [vreadpixel 120 315 rgb name] != "WHITE" } { puts "Error: background image was loaded incorrectly" }
10
11vpoint p0 0 0 0
12vaspects p0 -setMarkerType [locate_data_file bug30946_img_1bit_32px.png]
13
14vdump $imagedir/${casename}.png