Highslide

I somehow ended up at this website. It had this great way to display photos. I really wish gallery and more specifically the theme I use would make use of highslide. Lightbox was cool but highslide is better. Being able to move the images around is fantastic. F11 to make the thing full screen makes for a fucking cool gallery.

I won’t hold my breath. Gallery is undergoing a rewrite to version 3 with a goal of going back to the basics. 

http://www.sankakucomplex.com/ is where I first saw it. And my favorite use of it. My own gallery is very similar but viewing an image full size is just a lot more work.

http://highslide.com/

WordPress upgrade – 2.5.1

After putting off many a much needed WordPress upgrades, I finally bit the bullet and spent a few hours upgrading WordPress. I am now running the latest version of WP and a few of the plugins were updated automatically. That is one heck of a nice feature of the new WP. Wonder if it does that for themes… Even more useful is the new WP upgrade plugin. Makes upgrading versions a LOT easier. I will do it more often. Nothing seems to be broken.

Lightbox is broken.

lightbox

Now it is fixed.

 

Editing EXIF data

Using the ‘HI’ ISO setting on my D200 results in the ISO value being missing from EXIF as it somehow is not properly ISO 3200 but instead some equivalent. I still want it known from EXIF data that my goal was ISO 3200.

I got some Windows tool named Reveal (albumshaper.sf.net) but I don’t totally thrilled. Works. But not elegant. This piece of software uses an EXIF toolkit from http://www.exiv2.org/ named Exiv2. All open source and everything. I got it. Compiled it… Installed it.

There is a neat tool for fixing Nikon ISO values. I like that. But it might not always apply to what I am doing. Took a bit to figure out how to set ISO.

exiv2 -M”set Exif.Photo.ISOSpeedRatings <value>” mo <filename>

where -M is to indicate the next string enclosed in ” ” is the command

where mo is the command to modify exif data