mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
9 lines
165 B
Plaintext
Executable File
9 lines
165 B
Plaintext
Executable File
# Photo
|
|
if { [info exists imagedir] == 0 } {
|
|
set imagedir .
|
|
}
|
|
if { [info exists test_image ] == 0 } {
|
|
set test_image photo
|
|
}
|
|
vdump $imagedir/${test_image}.png
|