Hi,
Code: Select all
convert testing.ps[0-99] test.png
convert testing.ps[100-199] test.png
convert testing.ps[200-299] test.png
convert testing.ps[300-399] test.png
convert testing.ps[400-499] test.png
convert testing.ps[500-599] test.png
convert testing.ps[600-699] test.png
convert testing.ps[700-736] test.png
Let me explain clearly .. after conversion of the images using the above code. I am getting outputs like test-0.png,test-1.png,test-2.png....etc upto test-736.png. The issue I am facing is
test-0.png , test-100.png ,test-200.png,test-300.png....test-700.png images resembles the same. Similarly test-1.png , test-101.png ,test-201.png,test-301.png....test-701.png , test-2.png , test-102.png ,test-202.png,test-302.png....test-702.png and so on resembles the same. Help in fixing this issue.