- 10 Jun, 2022 2 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
- 06 Dec, 2015 1 commit
-
-
Per Cederqvist authored
-
- 11 Jul, 2015 1 commit
-
-
Per Cederqvist authored
Images from my Nexus no longer(?) contains a thumbnail.
-
- 30 Jul, 2014 2 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
Those things have not worked for a very long time...
-
- 26 Jun, 2013 2 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
- 07 Feb, 2013 1 commit
-
-
Per Cederqvist authored
-
- 22 Jan, 2013 3 commits
-
-
Per Cederqvist authored
Also removed .hgignore and .cvsignore.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
- 12 Apr, 2012 4 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
The pf-save-image function now takes an optional filename.
-
- 25 Mar, 2012 1 commit
-
-
Per Cederqvist authored
-
- 14 Dec, 2011 2 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
- 01 Jul, 2011 1 commit
-
-
Per Cederqvist authored
-
- 29 May, 2011 1 commit
-
-
Per Cederqvist authored
-
- 20 Feb, 2011 4 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
- 07 Jul, 2010 6 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
Change imagemap.sh to use updatethumbnails instead. Change photofokus.el to use updatethumbnails instead. Added the new -i option to updatethumbnails, which photofokus.el needs to be able to rotate an image without making a new commit.
-
Per Cederqvist authored
The embedded thumbnails are read using jhead -st. That code path is however only used if only small thumbnails are created.
-
Per Cederqvist authored
The new options "-c camera", "-s size" and "-t synctime" can be used in any combination to limit the files that are processed.
-
Per Cederqvist authored
The new script is a lot more clever, so when nothing has changed is exits in less than a second. It is also roughly 10% faster on scaling the images, since it only calls djpeg once per image. All the hotsync scripts now create a "complete" file once all images are loaded. updatethumbnails.py refuses to process a directory until that file exists, so that it doesn't create its own "directory completely processed" file before all files are loaded from the camera. The "directory completely processed" file is named "sha1" and contains the Git commit ID of /photos/metadata. If it changes, the script may have to recompute the tumbnails due to changed image rotations. Otherwise it can really quickly skip the directory.
-
- 03 Jul, 2010 4 commits
-
-
Per Cederqvist authored
If a pre-scaled fullscreen-sized image is available, use that, so that slidegtk does not have to resize the image. This makes the viewer program more responsive.
-
Per Cederqvist authored
Instead of doing (elt pf-images n) up to three times per image, do it just once and save the result in a local variable. If pf-images is long, this can speed up things quite a bit.
-
Per Cederqvist authored
-
Per Cederqvist authored
This is more robust than remembering the current buffer and doing (set-buffer old) when done. Affected functions: pf-read-file pf-write-file pf-read-property-file pf-write-property-file pf-load-one-syncdir
-
- 01 Jul, 2010 5 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
The cache is created (if needed) when all images are loaded. It is removed if the user edits any metadata of an image.
-
Per Cederqvist authored
-
Per Cederqvist authored
-