Skip to content

MyPhotoShare v3.3

Latest
Compare
Choose a tag to compare
@paolobenve paolobenve released this 22 Jan 14:12
· 630 commits to master since this release
  • new option get_geonames_online, if true, get country, state, place names from geonames.org (online), otherwise get it from the files in scanner/geonames/cities1000.txt (names are in english)
  • clustering of places with too many photos is done now by the k-means algorithm
  • added options js_minifier and css_minifier to specify what minifier to use: web services or local ones
  • removed thumbnail_generation_mode option: only cascade method is left, parallel and mixed methods are removed
  • option show_media_names_below_thumbs_in_albums changed to show_media_names_below_thumbs
  • new option show_album_names_below_thumbs: decides whether to show the album name in album thumbnails
  • new option show_media_count: decides whether to show the media count in album thumbnail and title
  • cropping to square takes now into account faces if opencv and python-opencv are installed
  • scanner code for producing the thumbnails was optimized