Search found 2 matches
- 2017-08-01T10:32:46-07:00
- Forum: Users
- Topic: ASCII value for tag "Software" does not end in null byte
- Replies: 2
- Views: 3567
Re: ASCII value for tag "Software" does not end in null byte
Thank you. That solved my problem!
- 2017-07-31T16:05:37-07:00
- Forum: Users
- Topic: ASCII value for tag "Software" does not end in null byte
- Replies: 2
- Views: 3567
ASCII value for tag "Software" does not end in null byte
I'm running this script to find the landscape size of tifs in a directory. identify -format '%[fx:w/200] %i\n' ./*.tif | awk '$1 > 15 {sub(/^[^ ] * [^ ] * /, ""); print $2}'| xargs -I "{}" mv "{}" ./landscapes I ran it on one directory of tifs - no problems. Now I've moved on to another batch/new ...