Problem with identify -format -append
Posted: 2010-12-04T03:11:24-07:00
hi,
i'm Sven and my first post here.
(Sorry for my bad English, I am from German)
For weeks now I'm fighting with little problem and can not find a solution
together with "append" I put thousands of images in batch
code:
convert %xeins%.jpg %xzwei%.jpg -append C:\pics\%number%.jpg
But, I do not create If query to "identify-format" so that for example in portrait or landscape mode -append or +appened is selected
e.g -->
if height > with then
convert %xeins%.jpg %xzwei%.jpg -append C:\pics\%number%.jpg
else
convert %xeins%.jpg %xzwei%.jpg +append C:\pics\%number%.jpg
fi
.............
I have Windows Vista and i will make a .bat file for this script
It would be very happy if I could help some one!
many greetings from Germany
Sven
i'm Sven and my first post here.
(Sorry for my bad English, I am from German)
For weeks now I'm fighting with little problem and can not find a solution
together with "append" I put thousands of images in batch
code:
convert %xeins%.jpg %xzwei%.jpg -append C:\pics\%number%.jpg
But, I do not create If query to "identify-format" so that for example in portrait or landscape mode -append or +appened is selected
e.g -->
if height > with then
convert %xeins%.jpg %xzwei%.jpg -append C:\pics\%number%.jpg
else
convert %xeins%.jpg %xzwei%.jpg +append C:\pics\%number%.jpg
fi
.............
I have Windows Vista and i will make a .bat file for this script
It would be very happy if I could help some one!
many greetings from Germany
Sven