Search found 1 match

by jyl
2018-06-18T23:19:45-07:00
Forum: Users
Topic: conjure command can't read tga image
Replies: 0
Views: 13668

conjure command can't read tga image

hi

test2.msl
<?xml version="1.0" encoding="UTF-8"?>
<group>
<image id="0">
<read filename="D:/testimg/1.tga"/>
</image>
<image id="1">
<read filename="D:/testimg/2.tga"/>
</image>
<image>
<read filename="D:/testimg/3.tga"/>
<composite image="0"/>
<composite image="1"/>
</image>
<write ...