Search found 6 matches

by Hercules Gunter
Sun Mar 16, 2014 6:01 am
Forum: Light Image Resizer
Topic: Can Resizer run with no interface?
Replies: 10
Views: 15537

Update on running 4.5.9.3

I'm sorry to report that there is no difference in behaviour. When the program hangs, there is no entry added to the log file. The attached log file has entries corresponding to invoking the program manually, and a failure in my calling code, and finally a manual run of the generated command.

When ...
by Hercules Gunter
Wed Mar 12, 2014 4:37 am
Forum: Light Image Resizer
Topic: Can Resizer run with no interface?
Replies: 10
Views: 15537

Log file content

I have attempted to attach ImageResizer_log.zip. The text itself was too large at 36KB.
by Hercules Gunter
Tue Mar 11, 2014 1:31 am
Forum: Light Image Resizer
Topic: Can Resizer run with no interface?
Replies: 10
Views: 15537

Oops - I forgot that I had sidestepped the resize call in my code. I've reinstated the call, and the program no longer hangs. The Web app continues happily in the belief that all has gone well, but unfortunately the resized image does not appear in the target location, and the unresized image ...
by Hercules Gunter
Tue Mar 11, 2014 1:11 am
Forum: Light Image Resizer
Topic: Can Resizer run with no interface?
Replies: 10
Views: 15537

Worked like a charm - well done, and thank you.

==========
Please try this version (zip contains just the binary):
http://download2.obviousidea.com/hidden/Resize_4.5.9.2.zip

Before using it from the web app, make sure to add your license key for all users as follows:

Key: HKEY_LOCAL_MACHINE ...
by Hercules Gunter
Wed Mar 05, 2014 6:43 am
Forum: Light Image Resizer
Topic: Can Resizer run with no interface?
Replies: 10
Views: 15537

Tried that, no joy

I installed the version you suggested, and disabled multithread processing. The result is that the process still hangs.

The destination folder definitely does exist for my test case. In the general case, it ought to exist if we set things up correctly.

To make things absolutely clear, the ...
by Hercules Gunter
Tue Mar 04, 2014 3:43 am
Forum: Light Image Resizer
Topic: Can Resizer run with no interface?
Replies: 10
Views: 15537

Can Resizer run with no interface?

I am wanting to use Light Image Resizer on a Web server, in a process called from a script. I have successfully submitted a Shell command to run the resizing operation I want, with a command line with the following parameters - tokens bounded by %...% have values substituted at run time. What I'm ...