https://github.com/jibsen/exportsnapshot
Lightroom plug-in to create snapshot on export
https://github.com/jibsen/exportsnapshot
lightroom
Last synced: 7 months ago
JSON representation
Lightroom plug-in to create snapshot on export
- Host: GitHub
- URL: https://github.com/jibsen/exportsnapshot
- Owner: jibsen
- License: apache-2.0
- Created: 2014-05-23T14:32:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T20:41:50.000Z (over 10 years ago)
- Last Synced: 2023-08-03T12:21:07.505Z (about 2 years ago)
- Topics: lightroom
- Language: Lua
- Size: 148 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ExportSnapshot
==============Copyright 2014 Joergen Ibsen
About
-----ExportSnapshot is a [Lightroom][] plug-in that creates a snapshot in the
Develop module when you export a photo.I export photos from Lightroom for upload to different services, and I found
it useful to have a snapshot of the state the photo was in, so I can go back
to it later.For more information on Lightroom plug-ins, check the [Lightroom SDK][SDK].
[Lightroom]: http://www.adobe.com/products/photoshop-lightroom.html
[SDK]: http://www.adobe.com/devnet/photoshoplightroom.htmlUsage
-----Lightroom requires plug-ins to be in folders with special extensions. For
ExportSnapshot, this means you need to place the Lua files in a folder called
`ExportSnapshot.lrplugin`If you create this folder in one of the default locations Lightroom looks for
plug-ins, it should be picked up automatically. Otherwise you will have to
open the Plug-in Manager, click Add, and point Lightroom to where the folder
is (and remember, if the folder containing the Lua files does not have the
`.lrplugin` extension, Lightroom will not recognize it).After ExportSnapshot is added to Lightroom, you should see it in the
Post-Process Actions window of the Export dialog. When you insert it, it will
show up as a section in the export settings, where you have options for
disabling snapshots, and changing the name used for snapshots. These options
are saved along with any presets you create.This plug-in has not been tested with publish services.