I can't seem to get this to work..
image1 = ImageSource("foo.png").Trim(0,-1)
image2 = ImageSource("bar.png").Trim(0,-1)
ImageWriter(image1, "D:\cat", 0,1, "png",info=true)
ImageWriter(image2, "D:\dog", 0,1, "png",info=true)
This only seems to write out image2... Super kudos to anyone can help me!
