Screenshot update! Still no version… as it’s still just a husk of a UI… mostly. I’ve changed the GUI quite a bit. Actually, what it is now took a surprisingly long time to arrive at. I spent time going through some ideas on paper, and I even did a huge amount of refactoring to make… Continue reading PhotoFile
Tag: PhotoFile
EXIF.py and Image Orientation
I was really puzzled… and in fact, I’m still puzzled, but at least it works now. Update: I’m a bit less puzzled now. I wasn’t using the correct version of EXIF.py (see comments). This post has been updated to correct any information. I also updated the CODE style because posting python code when whitespace is… Continue reading EXIF.py and Image Orientation
touch PhotoFile
So I’m going with the name PhotoFile for my new project. Clever, I know. Actually, not sure what exists out there already, like this or with a similar name. A quick google search didn’t reveal much. Either way, I’m sure nothing exists that is quite so perfect for ME (I’m incredibly selfish), and I think… Continue reading touch PhotoFile
Project()
I’m currently working on an idea I’ve been kicking around for a long time: This is being done in Python and PyGTK. It’s mostly just GUI stuff at the moment (none of the operations are functional), as I’m learning GTK as I go. And even though I’ve done a bit of reading regarding Python, it’s… Continue reading Project()