Skip to content
#

photography

Here are 802 public repositories matching this topic...

lastzero
lastzero commented May 30, 2019

As a developer, I want well written comments so that I can work more effectively.

Somebody started rewriting our docs / comments but never signed the CLA, so we had to close the pull request #100. This should be an easy task, also for non-developers / juniors.

See https://golang.org/doc/effective_go.html#commentary for how to write good comments. Fixing comments has a fairly low priority

maboleth
maboleth commented Jan 10, 2020

It would be far more practical if ratings would use [1-5] keys and 1-5 filter would use [shift+number]. Basically the other way around than currently is.

Why? Because you only have to filter once in a while while assigning 1-5 stars is a job done every time there's a new image. Pressing shift and numbers is awkward and not that fast.

geerlingguy
geerlingguy commented Mar 10, 2019

I seem to do this a lot... so it would be nice to have it documented so I don't have to re-remember all the time:

# Rename images in current dir from `image00042.jpg` to instead start from `image00000.jpg`.
# (On macOS, `brew install rename`)
# TODO: Test this.
rename 's/\d+/sprintf("%05d", $&)/e' *.jpg

# Create timelapse.mp4 in current directory starting from `image00000.jpg`.
ffmp

Improve this page

Add a description, image, and links to the photography topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the photography topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.