ImageTagger 0.3.0
ImageTagger allows you to tag JPG and PNG images
in a directory. These tags can be used to filter the images. The
images can be played back in a sequential or a randomised slideshow.
Stability Warning
This application is still in
development and not yet stable! Use with care and at your own risk.
Links
Dependencies
This application is developped with scala. The release JAR files come
pre-packaged with the scala library and are therefore compatible with
any Java 8 install.
Planned Features
- #6 compact filter notation:
intelligently insert missing spaces automatically
- #11 fullscreen playback
Changelog
- UI element enabling rework
- asynchronous loading of next image
- blocking loading of image halts the auto-play timer
- exhaustive randomisation
- navigation buttons are enabled and functional during
playback
- the randomisation button also affects manual navigation
- improved handling of empty result sets
- tag error feedback
- tags restricted to
[a-zA-Z0-9_]+
- filter output / error feedback
- implicit
AND
in filters
- floating-point slide-show times
initial pre-release
- changed tag ordering to be alphabetical
0.1.0
initial version