Oct 29: Musings about blogging, Jason, some other junk and a t-shirt
There are sometimes that I find something interesting and consider blogging about it. But then, I remember a conversation I had with my friend Jason in which he discussed his disgust with people who post a link to something with no comment or other original content. Today, I stop feeling bad about this due to some of the recent entries on his blog (example 1, example 2).
Side note relating to example 1 above: it's great that OSX is finally getting virtual desktops (although, I dislike their calling them 'spaces'). It's one of those things that I could never go back to not having and OSX, being a UNIX and all, should really have them. OSX's lack of virtual desktops has been one of my major complaints. Now, if they would just open the source... Anyway, the real reason I started this post (and had the associated Jason-induced guilt) was to point out this great shirt in the latest batch of Threadless tees: It's called 'Best Mime Ever.' Genius! p.s. Genius is one of those words that I have to look up every time I type it because it never looks right to me. Even now, having just looked it up for the preceding paragraph, I'm fighting the urge to do so again--it just looks wrong. I think that I want it to have an o somewhere. another p.s. I posted an entry with some photos from a recent wedding over on my biz blog. Oct 8: Bloggin' for the biz
Just wanted to let everyone know that I've launched a blog for my photo biz. I'll be posting shots from weddings and portrait sessions there, so if you want to see that stuff, check it out.
Oct 5: Photo color boost using GIMP & LAB
Note: This entry probably won't be of interest to most of my normal readers. I'm putting it here in hopes that others using the GIMP will find it and find it useful.
I was recently introduced to the idea of using LAB color mode to give a little boost to the colors in a photograph. It really makes a huge difference if your photo looks a little flat. There are a few different ways to do it, but I mostly use the technique described on this page: Punch Up Those Photos (Gimp Style) That page has some sample photos, but here's the relevant steps:
I find that the results can be a little much, so I usually copy the resulting image into a new layer of the original image and then play with the layer opacity until I like it. I wanted to work this into my whole photo workflow, so I wrote a GIMP script to perform this action on a directory of images and then save .xcf (GIMP's native format) and .jpg files. It also applies the unsharp mask to the image before saving the jpg. It seems pretty handy, so I'm releasing it under the GPL: batch-lab-colorboost.scm Basic usage: $: gimp -i -b '(batch-lab-colorboost "PATTERN" RADIUS AMOUNT THRESHOLD OPACITY)' '(gimp-quit 0)'Example: $: gimp -i -b '(batch-brp-process "*.ppm" 5.0 0.5 0 30)' '(gimp-quit 0)'If you just want to apply the effect one image at a time, from within GIMP, you can use this script, which provides a menu item under Script-fu > Decor and lets you set the options in a dialog: lab-colorboost.scm To install either, just put the file into you GIMP scripts directory. Mine (Debian Lenny/Sid) is ~/.gimp-2.2/scripts and yours should probably be something similar (maybe ~/.gimp/scripts). I've only tried it on Linux, but I think it should work with GIMP on Windows, too. p.s. I'm planning on writing an entry on my Linux-and-GIMP-based RAW-to-jpg photo workflow soon.
(Page 1 of 1, totaling 3 entries)
|
What I'm Doing (twitter)CategoriesArchivesSyndicate This BlogQuicksearch |