Thank you again, snibgo -
That is indeed much faster (an estimated 26-hour run vs. a previously estimated 9-day run). And, no more crashes so far (just passed iteration 2000).
I'm new to ImageMagick and to this forum. How do I mark this request as SOLVED?
Search found 4 matches
- 2018-04-13T11:07:39-07:00
- Forum: Users
- Topic: SOLVED - Random Blue Screens
- Replies: 5
- Views: 2872
- 2018-04-13T07:34:45-07:00
- Forum: Users
- Topic: SOLVED - Random Blue Screens
- Replies: 5
- Views: 2872
Re: Random Blue Screens
Thanks snibgo - I'll give that a try. BTW, I have 16GB of RAM, of which 12 is available and 9 is free.
- 2018-04-13T07:30:23-07:00
- Forum: Users
- Topic: SOLVED - Random Blue Screens
- Replies: 5
- Views: 2872
Re: Random Blue Screens
Update: further Blue Screens at iterations 897, 941, 959, 996, 1075, 1153, and 1202.
- 2018-04-12T15:16:04-07:00
- Forum: Users
- Topic: SOLVED - Random Blue Screens
- Replies: 5
- Views: 2872
SOLVED - Random Blue Screens
I'm using ImageMagick 7.07 on Windows 7 Pro (64-bit) SP1. I'm cropping a 27000x13500 pixel .png image into 64800 75x75 pixel .png sub-images, using a 64800-line batch file at the command prompt. Here are three representative lines from that batch file: Magick convert M1.png -crop 75x75+26400+75 ...