Commit Graph

383 Commits

Author SHA1 Message Date
Simon Conseil
c62ec6a8b9 Remove the progress bar. 2013-12-10 00:10:03 +01:00
Simon Conseil
8843903f46 Move zip_files out of the class. 2013-12-09 23:34:02 +01:00
Simon Conseil
0a361bc51f Use multiprocessing. 2013-12-09 23:28:45 +01:00
Simon Conseil
dfa8638e56 Workaround for clint and py3 2013-12-04 00:22:16 +01:00
Simon Conseil
9cb4a59d0a Avoid issues with corrupted exif data. 2013-12-03 23:57:05 +01:00
Simon Conseil
c0ce3d802a Some refactoring and optimizations for the PathsDb class. 2013-11-09 00:39:58 +01:00
Simon Conseil
3398d5f43a Remove the possibility to use PIL. 2013-11-09 00:39:58 +01:00
Simon Conseil
bf91e6bdf4 Merge pull request #43 from luv/master
galleria template: Use striptags with in title tag
2013-10-27 14:18:23 -07:00
Lukas Vacek
822d52d366 galleria template: Use striptags with in title tag 2013-10-27 18:13:56 +00:00
Simon Conseil
89a96b5175 Add a setting for the video size (closes #35). 2013-10-17 00:50:26 +02:00
Simon Conseil
440ef5f218 Add a setting to use symbolic links for original files (closes #36). 2013-10-17 00:17:06 +02:00
Simon Conseil
7916d5e4cc Refactor, tests and pep8 for the gallery module. 2013-10-14 00:39:41 +02:00
Simon Conseil
f6d96d6fd9 Merge pull request #42 from rassie/patch-1
Fix a typo (at least looks like it)
2013-10-13 14:51:02 -07:00
Nikolai Prokoschenko
2f6b69684f Fix a typo (at least looks like it) 2013-10-13 16:58:20 +02:00
Simon Conseil
248a9b16ab Merge pull request #40 from saimn/py3
Python 3.3 support
2013-09-30 14:32:18 -07:00
Simon Conseil
91e287be43 Re-add --version, update README & Changelog 2013-09-30 23:16:54 +02:00
Simon Conseil
4eb67c9162 Fix encoding issue with EXIF datetime 2013-09-30 22:53:24 +02:00
Simon Conseil
d8f9df2cd8 Tox and travis config 2013-09-29 00:40:35 +02:00
Simon Conseil
3e342b8ffb Fix failing tests 2013-09-29 00:20:35 +02:00
Simon Conseil
21c4041f3b py3 compat: print, iteritems, imports 2013-09-28 23:33:35 +02:00
Simon Conseil
bf5239c29c Merge pull request #38 from phaer/master
Include symlinked directories in PathsDB
2013-09-28 06:42:55 -07:00
Simon Conseil
9e46f4d536 Merge pull request #39 from misilot/issue-32
Resolves Issue #32. Adding keyboard shortcuts for the galleria theme.
2013-09-28 06:33:12 -07:00
Thomas Misilo
1c5c248cee Resolves Issue #32. Adding keyboard shortcuts for the galleria theme. 2013-09-27 15:04:23 -04:00
phaer
79116c35e8 Include symlinked directories in PathsDB 2013-09-27 19:43:10 +03:00
Simon Conseil
143294b407 Bump 0.5.1 2013-09-23 00:34:35 +02:00
Simon Conseil
ed7903c26d Docstrings 2013-09-23 00:32:32 +02:00
Simon Conseil
99866e752c Merge pull request #37 from ubergeek42/fix-gps-exif
Fix gps error in calculating the degrees from exif data
2013-09-22 13:06:23 -07:00
Keith Johnson
236e6e9a33 Fix testcase for GPS info
GPS coordinates for the sample photo were incorrect in the test case. Found the correct coordinates from: http://regex.info/exif.cgi
2013-09-22 15:23:11 -04:00
Keith Johnson
00d974cedb Fix error in calculating the degrees from exif data 2013-09-22 15:11:12 -04:00
Simon Conseil
5ed5052b1f Bump 0.5.0 2013-09-06 00:34:06 +02:00
Simon Conseil
da8530159e Update docs 2013-09-06 00:33:47 +02:00
Simon Conseil
a2ba01a103 Add the possibility to disable image resizing (ref #34).
If the `img_processor` setting is `None`, image are not resized.
2013-09-06 00:22:36 +02:00
Simon Conseil
2e266ee6bd Use exif metadata in the themes. 2013-09-05 23:16:18 +02:00
Simon Conseil
c8cafc66a0 Remove null bytes at the end of the DateTimeOriginal exif tag. 2013-08-31 00:43:08 +02:00
Simon Conseil
18ef6b8ea0 Fix bug because of an extra param in video.generate_thumbnail 2013-08-31 00:41:39 +02:00
Simon Conseil
84edf322a1 Add the changelog to pypi description. 2013-08-19 00:45:58 +02:00
Simon Conseil
e58fb28f3f Update changelog 2013-08-19 00:43:12 +02:00
Simon Conseil
ad475d2c12 Docs for bundled themes, pillow ... 2013-08-19 00:26:29 +02:00
Simon Conseil
9384ad5589 Split documentation in multiple pages. 2013-08-18 23:54:49 +02:00
Simon Conseil
a672fcaffa Change to flask theme and customize. 2013-08-18 23:50:09 +02:00
Simon Conseil
ee36e87b47 Add flask theme 2013-08-18 23:50:09 +02:00
Simon Conseil
30ab8e5498 Remove obsolete --use-mirrors option 2013-08-18 23:49:17 +02:00
Simon Conseil
87cc1bb3b3 Pilkit 1.1.2 needs a file pointer for save_image 2013-08-18 23:48:26 +02:00
Simon Conseil
29def4e0e8 More tests for get_thumb 2013-08-18 23:13:34 +02:00
Simon Conseil
03fd26954b Merge pull request #29 from matze/exif-gps
Read GPS coordinates from EXIF tags
2013-08-18 13:39:47 -07:00
Matthias Vogelgesang
e98b76f401 Add test case for GPS tags
This also adds a sample image licensed under CC-BY-NC from jerquiaga located at
Flickr: http://www.flickr.com/photos/jerquiaga/2394751088/
2013-08-14 10:27:08 +02:00
Matthias Vogelgesang
4940bbdc0c Read GPS coordinates from EXIF tags
If GPS information can be found in the EXIF tags, latitude and longitude will be
extracted and added to the `media.exif.gps` variable. Some ideas how to get the
GPS tags from the EXIF tags where borrowed from Eran Sandler's gist (licensed
under MIT license):

    https://gist.github.com/erans/983821
2013-08-14 10:21:31 +02:00
Simon Conseil
58a9c7d51a Merge pull request #30 from matze/adjust-images-after-resizing
Adjust images after resizing
2013-08-08 11:02:08 -07:00
Simon Conseil
520a50b448 Update CONTRIBUTING 2013-08-07 23:19:01 +02:00
Matthias Vogelgesang
9f80a33d9c Add adjust_options
This gives the user the ability to process the images after resizing them. In
particular, the color, contrast, brightness and sharpness can be adjusted.
2013-08-04 14:41:39 +02:00