Search found 1 match
- 2019-08-31T06:41:11-07:00
- Forum: Users
- Topic: odd mpr:tmp error when iterating images
- Replies: 1
- Views: 6956
odd mpr:tmp error when iterating images
I have two (essentially) IDENTICAL scripts. One will run, and one will not. Here is what is looks like: #!/bin/bash convert '/Users/marcleonard/Desktop/test/img001_grid.png' -interpolate Blend -unsharp 0x2 -virtual-pixel Black -set option:distort:viewport 1920x1080-0-0 -write mpr:tmp +delete \ mpr ...