X-Git-Url: https://git.sommitrealweird.co.uk/bpgallery.git/blobdiff_plain/faba78ebc755149ff2c956c11748921f97971329..77556ba866fa3f51a4ae229f92f853c3242d4533:/TODO?ds=sidebyside

diff --git a/TODO b/TODO
index 1f48a60..e03eb45 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,8 @@
-* Add in a middle image size, so thumbs -> medium -> full size
-* Add in captions
-* Add in theme support
-* Allow to recreate galleries and use new captions (only resizing changed
-  images
+* Generate medium sized pages correctly when not generating full size pages.
+* Allow a fixed height to be specified instead or as well as a fixed width, in
+  the latter case, resize to which ever fits the bounding box, but keep the
+  aspect ratio.
+* Allow ordering of images rather than the current "sort" based algorithm on
+  filename.
+* Make sure that the tools we require are available (i.e. check that we have
+  xargs, convert, identify etc)