|
Sat Jan 22, 2005 8:57 PM
Windows version finally available..
|
|
Mon Aug 16, 2004 6:10 PM
0.8.4 brings a few bugfixes made over the past months. Check the ChangeLog to see what changed.
Download the latest release candidate here.
|
|
Sat Jun 12, 2004 11:30 AM
Check it here. Thanks Bartosz Fenski for taking maintenance.
|
|
Mon Mar 8, 2004 9:35 PM
New features
"agressive" database mode (disabled by default). On this mode, images
on the filesystem viewed by the user are automatically added to
database.
win32 support. A standalone package should be available a few
weeks after 0.8.3 is released. (linked to non-commercial QT 3.1 dlls)
added "Query random images" action for results browser
slideshow should now remember image orientation preferences just like
the preview pane.
the checkboxes "Extract Exif" and "Extract Iptc" on the Add tab are
now sticky, ie. they are an option on imgSeek.ini
Bugfixes
Import image history combo was not functional
bug which would save the entire db on every remove operation unnecessarily
many win32 related bugfixes
should now prompt and create a new dir for the album when the supplied path doesn't exist.
bug for images with the same fullpath but on different media
bug related to string encoding on metadata dialog. Strings are now encoded in iso-8859-1. If you have any better idea regarding this fix or what encoding should be used, please express so.
bug related to metadata editing and thumbnails on removable media.
Image grouping on the HTML album module was done by group name, and not unique ID, so only a page for the first homonymous group was generated.
issue a warning and return immediately when trying to display invalid similarity group
|
|
Tue Nov 25, 2003 10:37 PM
FreeBSD port submitted by Joseph Haga [tuximus at tcsn dot net] -- thanks !
|
|
Mon Sep 22, 2003 11:58 PM
An article about imgSeek can be found on the 10/2003 issue of the german linux magazine Linux-User.
|
|
Mon Sep 22, 2003 11:58 PM
Gentoo users can # emerge media-gfx/imgseek since it's now officially part of the portage tree.
|
|
Mon Sep 05 18:29:04 UTC 2003
Changes on 0.8.1:
- now catching exceptions when isting dirs, so a recursive add is not aborted when a subdir fails (OSError, etc)
- treat "True" and "False" as '1' and '0' on .ini preferences file
- fixed bug on html album (broken thumbnail generation for non-database images)
|
|
Mon Aug 11 20:29:04 UTC 2003
New features and fixes for 0.8:
- imgSeek: startup speed improvement - application code is now on a module (which can be byte-compiled)
- new "export as cqview collection" option on the Tools menu. Patch from Tuomas Airaksinen (tuomas.airaksinen|at|jyu.fi)
- new "search by groups" tab. Patch from Tuomas Airaksinen (tuomas.airaksinen|at|jyu.fi)
- fixed bug when Scanning database dirs for new images
- Tools/imgSeekCmd: Added support for using files outside the database as query sources. (patch from Christian Pirkheim - pirkheim|at|gmx.at)
- added option "Show groups" that lists all groups an image belongs to
- Added option "Browse groups recursively", that, when enabled, shows all images inside a group (recursing into subgroups) when it's clicked on the group treeview.
- improved support for mounted volumes
- Image info on the preview panel is now a readonly lineedit widget, so it's possible to copy text from there.
|
|
Sat Jun 28 02:08:22 BRT 2003
Here is what changed:
- HTML album improvements
- more speed improvements when adding images to database using QT
- added option (on by default) to create group name automatically when adding images. New group name will be current system time. Later this could evolve to something better, like the top level dir of images to be added, appended with something to make it unique.
- improved IPTC metadata import. Repeated fields should be properly imported now
- show image filesize and dimensions on the bottom label @ preview pane
- misc. bugfixes everywhere
- full persistency for all kinds of similarity grouping (color,date,filename would get lost on 0.7.1)
- speedup when moving/copying images across groups
- improved startup time
|
|
Thu Jun 5 19:19:09 BRT 2003
0.7.2 brings a lot of bugfixes , code cleanups and speed improvements. Check the ChangeLog to see what changed.
Download the current release candidate here.
|
|
Sat May 17 15:39:09 BRT 2003
Here is what changed:
- new Remove file command on Tools/imgSeekCmd
- new Similarity grouping by Filename
- added "scan for new images on startup" option to Options -> Database
- improved thumbnail iconview, you can now browse dirs with thousands of images instantly
- new Similarity grouping by Date (file modify date)
- new Similarity grouping by Color (extremely fast)
- improved Similarity grouping code. It's now implemented in C++. Grouping 1700 images took 25 seconds and now takes 10. Should also scale a lot better now.
- Fixed jpegtran argument
- rebuild thumbs for transformed images
- added range parameter to INT transform parameters
|
|
Mon Apr 28 21:33:37 BRT 2003
Here is what changed:
- added "Recent opened databases" to the file menu
- new HTML album style (Slides). Also fixed some problems on Acqua.
- Misc. bugs fixed.
- Browse by system directories can now show only image files
- "Scan all directories for new images" will now respect the restrictions on the "Add" tab.
- speed enhancements when images are added to database. (Specially when QT is used instead of ImageMagick). Adding 300 images would take on avg. 12.0 seconds, now it takes 7.6.
- added persistency (ie, imgSeek will now remember how you like to view a specific image) for rotations as a metadata field "ViewRotate".
- code cleanups, verbose mode command line option, fixed tab order on most dialogs, fixed Enter keypress event for the combobox on the Add tab.
- Improved and fixed HTML albums. Used patch from Steffen. There is now an option to generate an intermediary page for each image, with scaled down dimensions on the img HTML tag, so the user's browser can resize it before showing.
|
|
Sun Mar 16 15:32:27 BRT 2003
This is a fix-only release for a critical bug in 0.6.6. Only install it if you didn't manage to get 0.6.6 running. Here is what changed:
- an error on the IptcExtract module prevented imgSeek from starting on a system without PIL installed. Corrected on 0.6.6.1
- new "Slideshow search results" option for query results
|
|
Wed Mar 5 16:15:35 BRT 2003
The crippled win32 testing distribution is back online. Please test it and report any bugs.
Download the installer here.
|
|
Wed Mar 12 14:54:55 BRT 2003
Here is what changed on this release:
- improved image loading speed on GUI
- new imgSeekCmd user guide on site doc section
- improved imgSeekCmd. New query command and options. Image databases can now be populated and queried without ever running the QT GUI
- Create logical groups from similar images automatically (on the Browse by similarity tab)
- improved error handling
- New Rotate and Invert transform
- improved Automatic Similarity Grouping
- documented/cleaned code. New module api docs on project page.
- fixed bug on C++ module that caused db inconsistency: if an image failed to load, it's id would still be present and associated to an invalid signature, while the python db would have no idea this image exists.
|
|
Sun Mar 9 03:07:15 BRT 2003
0.6.6 brings a few bugfixes and code cleanups. Check the ChangeLog to see what changed.
Download the current release candidate here.
|
|
Tue Feb 18 17:54:45 BRT 2003
Notes:
Only the source tarball and a debian package will be released together.
RPM's may follow later.
Changes:
Browse by database directory tree hierarchy changed. Every entry is now atomic
imgSeek can now add images when the file has no extension
actions that apply on batches can now be launched from the Batch Editor dialog
setup will now detect if user has ImageMagick or QT development files, using what's appropriate when compiling C++ modules
adding images is now a little faster when you have ImageMagick lib on your system. A lot of optimizations are still possible and promised for next releases.
Finished IPTC metadata extraction support and made EXIF and IPTC optional when adding files (extracting may slow down the process of adding lots of files when you don't need iptc/exif)
improved slideshow options and resize behavior
better drag&drop support. (copy/move working the way it should)
added "ignore file extensions" when adding files
new "Caption" filter on the Transform dialog
new "Transform image dialog"
|
|
Sun Jan 29 01:58:21 BRST 2003
Available distributions.:
- RPM (imgSeek-0.6.3-1.i386.rpm)
- Source tarball (imgSeek-0.6.3.tar.gz) (RECOMMENDED)
- Binary tarball (imgSeek-0.6.3.linux-i686.tar.gz)
Changes:
- A lot of bugs were fixed, including memory leaks, drag & drop issues, thumbnails that wouldn't disappear when the associated image was removed or deleted, the Duplicate Finder wizard was fixed, etc etc.
- Export/Import metadata to/from CSV files and export a batch or your collection to XML files, which can be later parsed by some other tool to generate whatever you want.
- Thumbnails now have dimensions proportional to the image
|
|
Sun Jan 26 12:06:44 BRST 2003
New features in 0.6.3 expected to be released in a week:
Import/export XML (1.0) files describing a batch (which you can populate with parts or your entire collection
Import/export DSV files (a generalization of comma separated values)
|
|
Fri Jan 24 20:33:08 BRST 2003
Changes:
* finished multiple selection commands and drag&drop
* add image progress is now displayed on the Add image tab
* imgSeek RPM's now available, please test them and report any problem
* new build scripts
|
|
Thu Jan 23 16:34:10 BRST 2003
Notes: More fixes on the install process. Added buildext script as an alternative to the C++ module compile process.
|
|
Thu Jan 23 02:25:01 BRST 2003
Notes: Critical Bugfixes on the install process. If you managed to get imgSeek 0.6 working, you don't need to install 0.6.1
Changes:
* Removed PIL dependencies
* fixed some bugs on setup.py
|
|
|
|