conjure command can't read tga image

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jyl
Posts: 1
Joined: 2018-06-18T23:15:27-07:00
Authentication code: 1152

conjure command can't read tga image

Post by jyl »

hi

test2.msl

Code: Select all

<?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 filename="D:/testimg/o.tga"/>
</group>
command line:
D:\>"D:\Program Files\ImageMagick-7.0.8-Q16\magick.exe" conjure -verbose msl:test2.msl

error message:
D:/testimg/1.tga MSL 1x1 1x1+0+0 16-bit sRGB 0.000u 0:00.000
conjure: Document is empty
`SAX error' @ fatal/msl.c/MSLError/7683.

env:
win7 ImageMagick-7.0.8-Q16

please give me some help, thanks
Post Reply