Search found 4 matches
- 2016-07-01T02:07:13-07:00
- Forum: Fred's Scripts
- Topic: Error of Textcleaner @Synology
- Replies: 10
- Views: 136571
Re: Error of Textcleaner @Synology
convert logo: logo.tif convert logo.tif logo.mpc typegray=`convert logo.mpc -format '%r' info: | grep 'Gray'` echo "typegray=$typegray" the files were created (tif,mpc,cache) After the execution of the convert command the cache file is gone. The return value is empty "typegray=" Is can not the gep ...
- 2016-06-29T13:15:49-07:00
- Forum: Fred's Scripts
- Topic: Error of Textcleaner @Synology
- Replies: 10
- Views: 136571
Re: Error of Textcleaner @Synology
Found the issue:
The cache file get lost after the command (mpc still exists)
typegray=`convert $tmpA1 -format '%r' info: | grep 'Gray'`
The cache file get lost after the command (mpc still exists)
typegray=`convert $tmpA1 -format '%r' info: | grep 'Gray'`
- 2016-06-29T12:24:15-07:00
- Forum: Fred's Scripts
- Topic: Error of Textcleaner @Synology
- Replies: 10
- Views: 136571
Re: Error of Textcleaner @Synology
I use "Version: ImageMagick 6.9.1-9 Q8 armle 2016-05-31" on a ARM Linux system. I checked your "Pointers for use:" and found no mistakes. But I think this is confirmed because the script is running by replacing $tmpA1 by $infile like descripted above. Changing the $dir to /tmp does ether show no ...
- 2016-06-29T10:57:12-07:00
- Forum: Fred's Scripts
- Topic: Error of Textcleaner @Synology
- Replies: 10
- Views: 136571
Error of Textcleaner @Synology
Hello, I am trying to get the Textcleander running but I always get the following error: 2016-06-29T19:51:08+02:00 0:00.000 0.000u 6.9.1 Configure convert[31030]: utility.c/ExpandFilenames/935/Configure Command line: convert {-debug} {all} {-respect-parenthesis} {(} {./textcleaner_1_30964.mpc ...