-
Notifications
You must be signed in to change notification settings - Fork 0
Python program that resizes (shrinks) and rotates jpeg images.
kleico.net:5180
License
alexKleider/picmod
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
file: README Fri Aug 27 07:56:41 PDT 2010 Much has been changed. The long winded textual components (copyright, intro, WebPage, usage and the man page) have been moved into a separate module (picmod_text.py) and are imported. An html page is now generated with 'refs' to the modified photos. Time stamps of the originals are used to sort the 'refs'. This was motivated by having had a trip captured by several cameras and wanting the photos to be sorted by when they were taken rather than those taken by one camera followed by another and so on. I've never had occassion to use the pre or post fix renaming and will probably remove this functionality. Currently, all modified photos are placed in a separate directory anyway so there's no point. If the pre &/or post fix feature is important to anyone, I'd like to know about it. Then what I might do is allow for the modified photos to be kept in the same directory as the original. ###################### First README entry follows: A gpl'ed script called 'picmod.py' which serves to resize (I've only a need for shrinkage) and rotate jpeg image files. This is now (as of Jan 31, 2010) a functioning rewrite of a previous project I initially called 'picproc.py' for "picture processor" written in Python. The current name is for "picture modifier" in Python. Since it is now working, I'll give this a version number: v0.1 This number reflects the fact that I'm sure there are still a lot of bugs and the fact that there's more I want to add. The rewrite was done to eliminate the need for globals by using an instance of a class; (an idea suggested by Dan Silverstein who runs an informal weekly Python tutorial at NoiseBridge in San Francisco) what used to be globals have become attributes of that instance. These attributes are populated in a way that reflects the options chosen by the user on the command line. There are also other attributes that are set and used by the processing machine. Still not implemented but something I very much want to add is the optional creation of an html file containing links to the generated image files. Apart from the obvious worth of being able to look at the photos using a browser, this would have the added benefit of doing much of the work if one wanted to use these photos in a web page: the link syntax would already be there. Enjoy! Alex Kleider [email protected] Sun Jan 31 16:31:15 PST 2010
About
Python program that resizes (shrinks) and rotates jpeg images.
kleico.net:5180
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published