Hello
I have been using Image Magic in a batch script using the following command:
Convert c:\imagescript\working\1_ws.tga c:\imagescript\output\Output.jpg
The result is two files.
Output-0.jpg (which is the correct size)
Output-1.jpg (1x1 pixel "empty" image)
The addition of digit to the naming scheme screws up my batch process and I have no idea why it create erroneous files. Any advice on how to resolve this would be appreciated.
Cheers
Image Magic cmd-line convert create extra 1x1 pixel file..
Re: Image Magic cmd-line convert create extra 1x1 pixel file..
I would guess your file has another layer or something similar.
Try just working with the first layer:
Try just working with the first layer:
Code: Select all
Convert c:\imagescript\working\1_ws.tga[0] c:\imagescript\output\Output.jpg
Re: Image Magic cmd-line convert create extra 1x1 pixel file..
I owe you a beer mate! CheersBonzo wrote:I would guess your file has another layer or something similar.
Try just working with the first layer:Code: Select all
Convert c:\imagescript\working\1_ws.tga[0] c:\imagescript\output\Output.jpg
Re: Image Magic cmd-line convert create extra 1x1 pixel file..
Cheers noisefix I will have a "Hobgoblin"
Re: Image Magic cmd-line convert create extra 1x1 pixel file..
jesus.. what a freaky beer.Bonzo wrote:Cheers noisefix I will have a "Hobgoblin"
http://www.hobgoblinbeer.com/
They have a competition you may be interested in!
cheers, ciao