-
Hi,
ImgSeekCmd exists for Linux OS, but doesn't for Windows.
It would be usefull to be able to create a batch inside windows to add and scan the directories for new images.
We would like to use ImgSeek in our organization, with multi-users on windows sharing the same database on a server.
And this way, users can play with ImgSeek features without having to add themselves images.
Thank you.
2009-10-14 10:00:39 UTC by nobody
-
When trying to add recursively *.jpg files, imgSeek always crashes.
2009-06-03 07:53:10 UTC by didierprovost
-
Done. Pilot err of course.
Cannot run "./imgSeek" from the install dir... returns above err.
Must run "imgSeek" (from any dir).
2009-03-10 04:59:17 UTC by rlaggren
-
I tried various library kluges and didn't get qt to run - same error each time. I just don't know enough about what gets set where.
Tried forcing imagemagick by wronging the qt directory in "setup.py". It said it was using ~magick but got a hundred or so compile warnings and two errors. I'll go through and look at all the versions next and see if I find anything there.
Rufus.
2009-03-09 02:43:54 UTC by rlaggren
-
Deleted imgSeeks startup dir and the python/.../imgSeek dir. Reran install and found:
Forgot to mention that hard coding a python version number in the install script causes problems. Changed it and reran. Fixed the header dir in setup.py again, reran (slow learner). Same relatively clean compile (some "defined by not used..." warnings) as before, same runtime error.
In the compile msg's...
2009-03-09 01:05:43 UTC by rlaggren
-
Suse 10.3.
Failed with:
Traceback (most recent call last): File "/usr/local/imgSeek-0.8.6/imgSeekLib/ImageDB.py", line 53, in
import imgdb
ImportError: No module named imgdb
Cause: Warning: Unable to load the C++ extension "imgdb.so" module. Make sure you installed imgSeek correctly, and email any install bug to "imgseek-devel@lists.sourceforge.net".
First install did...
2009-03-09 00:31:20 UTC by rlaggren
-
It would be nice to have a key to pause/unpause the slideshow.
2009-02-06 22:16:39 UTC by nobody
-
Same problem here.
In my case the libjpeg dumps 'Unsupported marker type 0xf0' and imgSeek segfaults
for such images libjpeg does:
ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, cinfo->unread_marker);
#define ERREXIT1(cinfo,code,p1) \
((cinfo)->err->msg_code = (code), \
(cinfo)->err->msg_parm.i[0] = (p1), \
(*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
...so i guess someone should...
2009-01-09 14:26:21 UTC by rubennf
-
niederberger committed revision 122 to the imgSeek - Intelligent image database SVN repository, changing 1 files.
2008-12-25 06:10:54 UTC by niederberger
-
niederberger committed revision 121 to the imgSeek - Intelligent image database SVN repository, changing 1 files.
2008-12-25 06:09:58 UTC by niederberger