Archive for the 'Lightroom' CategoryI've pushed out a couple of new plugins recently.... Bulk Develop Settings allows you to pragmatically calculate and apply luminance noise reduction based upon a photo's ISO setting, and on any exposure boost done in post processing. Lightroom has a way to set the default noise reduction based upon the camera and ISO, but you have to set it individually for each ISO, but for me that involves many dozens of different ISO values, even for just one camera model. It's too ungainly to be of use, so I made this plugin. Order Prints Locally allows you to upload photos [...]
This is a long post. The executive summary is: The verb "to scale" in computer science refers to a solution's ability to handle dramatically increasing demands. Filtering spam by personally inspecting each message, for example, works fine if you get only a few each day, but reaches its limits when you get hundreds a day, and becomes totally unworkable if you got thousands. Personal inspection just doesn't scale to those kinds of numbers, which is why in real life we need a totally different approach, such as automatic filtering as a first line of defense. When I first started writing [...] View full post » I've got a lot of Lightroom-related stuff brewing that I've been wanting to release, but have been waiting for the energy to do proper writeups before doing so. But like the Tree Publisher plugin for Lightroom I released the other day, I've decided to just release things as is rather than wait indefinitely for free time that will never happen. So, I've just added some simple JSON encode/decode routines in pure Lua to the short list of Lua routines I've published. I use these JSON routines in many of my plugins, and thought others might find them useful as well. View full post » I've just released as beta a new plugin, my Tree Publisher Publish Plugin, in beta. I wrote it months ago but had been waiting until I had the time/energy to write up documentation before releasing it, but the way things are going, time and energy are not in my foreseeable future. So, I'm just going to go ahead and push it out in beta without docs, and see how it goes. Jeffrey's "Tree Publisher" Lightroom PluginView full post » I've just posted a two-part writeup that Lightroom users may find interesting: It's joined my plugins and other Lightroom-related things on my Lightroom Goodies page. View full post » |