Search found 11 matches

by oliver_pa
Sun Sep 28, 2003 11:08 pm
Forum: Improvements, new features
Topic: program to process images automatically
Replies: 23
Views: 26971

A couple of days ago I decided to try MSHTML's IHtmlDialog interface and chose this project to try it on. So now you can drag'n drop files onto the application as well as use the commandline. Have fun. :D niccon.exe - console version nicgui.exe - gui version Both applications use the same codebase. ...
by oliver_pa
Wed Jul 23, 2003 11:03 pm
Forum: Improvements, new features
Topic: program to process images automatically
Replies: 23
Views: 26971

I forgot to wait for the second instance of neatimage to exit before starting the next, resulting in pretty unreliable behavior as up to 10 instances were started with Prog:delay=200.
Download here.
by oliver_pa
Tue Jul 22, 2003 7:46 pm
Forum: Improvements, new features
Topic: program to process images automatically
Replies: 23
Views: 26971

Wow, that's great. I'm impressed! In the meantime I've worked a bit on the code and started on the documentation. As always, download it here BTW, has anyone actually tried the program? And if yes, does it work? *g* PS: Speaking of bugs.. Neat Image fails to check the "Show hints over interface...
by oliver_pa
Mon Jul 21, 2003 2:29 pm
Forum: Improvements, new features
Topic: program to process images automatically
Replies: 23
Views: 26971

No, but when invoked by a batch file, neatimage startet, processes the file, closes, next instance ist startet, processes,... Whereas I add all the files 'at once' (Prog.delay sets the amount of seconds that the program waits until sending the next file to neatimage). ps: I've got to go now, so you'...
by oliver_pa
Mon Jul 21, 2003 2:01 pm
Forum: Improvements, new features
Topic: program to process images automatically
Replies: 23
Views: 26971

Oops, I just tried it without sending an escape key and it did work.
However, before I added that code and startet neatimage, it went right into that edit mode and didn't add the files to the queue! I might of course have done something else wrong at the time...
It still pops the box though.
by oliver_pa
Mon Jul 21, 2003 1:38 pm
Forum: Improvements, new features
Topic: program to process images automatically
Replies: 23
Views: 26971

Message box.. It should not appear. Do you run NI on Win9x? No, Windows XP. At first I suspected it might be the escape key that is sent to neatimage after it has started it first instance (otherwise it would stay in 'edit' mode instead of 'batch' mode). However, that key is sent only once, as KeyD...
by oliver_pa
Mon Jul 21, 2003 1:12 pm
Forum: Improvements, new features
Topic: program to process images automatically
Replies: 23
Views: 26971

new versions available

A new version is available as .NET executable and native win32 executable here . PS: I still don't understand why neatimage open that messagebox after completing a file... Any hints would be more than welcome :wink: Messagebox text: "Neat Image cannot be closed while a task is being processed. ...
by oliver_pa
Sun Jul 20, 2003 4:14 pm
Forum: Improvements, new features
Topic: program to process images automatically
Replies: 23
Views: 26971

How large is the download? What are the immediate benefits of installing the framework? 1) 23698 KB 2) The user hardly benefits, but as a developer it's quite a bit easier to develop. Even though I hate to admit (you know, evil Microsoft 'n stuff..) that the .NET framework is actually rather sweet ...
by oliver_pa
Sun Jul 20, 2003 2:25 pm
Forum: Improvements, new features
Topic: program to process images automatically
Replies: 23
Views: 26971

Yep, that's the bummer about .NET :(
However before beginning with the .NET version I had a native win32 version halfway complete - I might finish it if the framework proves to be problematic.
by oliver_pa
Sun Jul 20, 2003 2:09 pm
Forum: Improvements, new features
Topic: program to process images automatically
Replies: 23
Views: 26971

"The application failed to initialize properly (0xc0000135). Click on OK to terminate the application." A search on google for this phrase indicates that this problem is related to the .net framework which first of all needs to be installed, and should be version 1.1 Do you have the frame...
by oliver_pa
Sun Jul 20, 2003 11:05 am
Forum: Improvements, new features
Topic: program to process images automatically
Replies: 23
Views: 26971

program to process images automatically

Although I always like to fine-tune the neatimage settings when working on potentially good images, I'd also like to process the remaining hundreds of images automatically and configure neatimage manually only when the automatic version turned out worse than expected. Judging by the amount of reques...