<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Get screwed.

Latest: Thumbscrew 1.0</description><title>Thumbscrew</title><generator>Tumblr (3.0; @thumbscrew)</generator><link>http://blog.thumbscrewformac.com/</link><item><title>Automating an Automatic Process?</title><description>&lt;p&gt;Question: How would you use Thumbscrew with Automator or AppleScript?&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/162934587</link><guid>http://blog.thumbscrewformac.com/post/162934587</guid><pubDate>Fri, 14 Aug 2009 13:44:49 -0400</pubDate></item><item><title>Appcast URL Fixed</title><description>&lt;p&gt;Sorry if that was a hassle for anyone. The appcast was being requested from an older machine that had been decommissioned. The URL is now being hosted with my other sites. 1.0 is still the latest version.&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/81363498</link><guid>http://blog.thumbscrewformac.com/post/81363498</guid><pubDate>Wed, 25 Feb 2009 06:24:07 -0500</pubDate></item><item><title>Thumbscrew 1.0 Final</title><description>&lt;p&gt;After nearly 3 years in the oven, it’s &lt;a href="http://www.urbanape.com/downloads/Thumbscrew_1.0.zip"&gt;baked&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;From the manual:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Screw it! Making thumbnails for the Web used to be painstakingly slow if you
  wanted to apply borders, drop shadows, transformations, alpha channels, and so
  on. Or if it was fast, you ended up with a boring field of rigid columns and
  rows. Thumbscrew allows you to quickly and easily chew through a bunch of
  images, applying scaling, random rotation, border, and drop shadow to each –
  even resizing the original, and processing the batch as a whole afterwards.&lt;/p&gt;
  
  &lt;p&gt;Images can come from a variety of places:&lt;/p&gt;
  
  &lt;ul&gt;
&lt;li&gt;&lt;p&gt;Drag images (or folders of images) in from the Finder&lt;/p&gt;&lt;/li&gt;
  &lt;li&gt;&lt;p&gt;Paste images from the Clipboard&lt;/p&gt;&lt;/li&gt;
  &lt;li&gt;&lt;p&gt;Paste or drag in URLs to images&lt;/p&gt;&lt;/li&gt;
  &lt;/ul&gt;
&lt;p&gt;When images are being processed, the image well in the main window will be
  briefly replaced with the original, and as the thumbnail is created, with the
  thumbnail. A progress bar at the bottom tracks overall progress of the batch.&lt;/p&gt;
  
  &lt;p&gt;After a batch has run, a batch file is created in ~/Library/Application
  Support/Thumbscrew/Batches/ and the selected post-flight script is run with
  this file as its only argument.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;What it looks like:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew_Screenshot-2007-08-10.png" alt="Thumbscrew Screenshot"/&gt;&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.urbanape.com/images/photos/DSC_0368_resized.JPG"&gt;&lt;img src="http://www.urbanape.com/images/thumbnails/DSC_0368_thumbnail.png" alt="DSC_0368_thumbnail"/&gt;&lt;/a&gt; &lt;a href="http://www.urbanape.com/images/photos/DSC_0367_resized.JPG"&gt;&lt;img src="http://www.urbanape.com/images/thumbnails/DSC_0367_thumbnail.png" alt="DSC_0367_thumbnail"/&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Not much in the way of new features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Manual included and accessible from Help menu&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Proper handling of Paste keybindings (command-V vs. command-option-V)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;New appcast URL.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://www.urbanape.com/downloads/Thumbscrew_1.0.zip"&gt;Get it&lt;/a&gt; while it’s hot.&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61352836</link><guid>http://blog.thumbscrewformac.com/post/61352836</guid><pubDate>Fri, 10 Aug 2007 19:31:00 -0400</pubDate></item><item><title>Thumbscrew 1.0b16</title><description>&lt;p&gt;The new version is &lt;a href="http://www.urbanape.com/downloads/Thumbscrew_1.0b16.zip"&gt;out&lt;/a&gt;. It adds &lt;a href="http://ironcoder.org/blog/category/sparkleplus/"&gt;SparklePlus&lt;/a&gt; support, which will let
you auto-update (at intervals, or manually), and if you choose, you can share
back some &lt;em&gt;anonymous&lt;/em&gt; profiling information (processor type, OS version, &amp;c)
so I can better know my user base. There is absolutely no personal information
sent back (other than what I already know: you’ve got enough taste to use a
Mac).&lt;/p&gt;

&lt;p&gt;Also, I’ve finally got my post-processing script support finished. You can
script the batch any way you like. Thumbscrew finishes a batch by calling the
selected script directly, with one argument, the path to the batch file:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;/path/to/script_file /path/to/batch_file&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;All the scripts live in ~/Application Support/Thumbscrew/Scripts, and all the
batches live in ~/Application Support/Thumbscrew/Batches. Thumbscrew ships
with a sample script, save_to_desktop.py, that copies the batch file from the
batches folder to the Desktop:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;#!/usr/bin/python

import sys
import os.path

batch_file_path = sys.argv[-1]

desktop_file_path = os.path.join(os.path.expanduser(u'~/Desktop'),
                                 os.path.split(batch_file_path)[-1])

inp = open(batch_file_path)
contents = inp.read()
inp.close()

outp = open(desktop_file_path, 'w')
outp.write(contents)
outp.close()
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Since the script is called directly, the only thing to watch out for is that
its executable bit is turned on. The batch file is an XML document with
information about the batch:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;thumbscrew_batch name="20070605223040"&gt;
  &lt;image name="Untitled14"&gt;
    &lt;version name="original" path="/Users/zbir/Pictures/Thumbscrew/Untitled14.png"/&gt;
    &lt;version name="thumbnail" path="/Users/zbir/Sites/images/thumbnails/Untitled14_thumbnail.png"/&gt;
    &lt;version name="resized" path="/Users/zbir/Sites/images/photos/Untitled14_resized.png"/&gt;
  &lt;/image&gt;
&lt;/thumbscrew_batch&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Also, when images are pasted into Thumbscrew, it gives the pasted image a
name, and stores it in ~/Pictures/Thumbscrew, so if you’re making thumbnails
or resized originals that should be living where the original does, it won’t
be relegated to an unfriendly /tmp directory.&lt;/p&gt;

&lt;p&gt;Last, but not least, I’ve changed the icons a little, from our recent trip to
Borneo. The application icon is being worked on, as well, and will show up in
a later release.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.urbanape.com/downloads/Thumbscrew_1.0b16.zip"&gt;Download&lt;/a&gt;&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351851</link><guid>http://blog.thumbscrewformac.com/post/61351851</guid><pubDate>Wed, 06 Jun 2007 09:39:00 -0400</pubDate></item><item><title>Thumbscrew Getting Press</title><description>&lt;p&gt;Thumbscrew’s been making some rounds. Thanks, everyone!&lt;/p&gt;

&lt;p&gt;&lt;a href="http://suplido.com/joel/2007/01/17/links-for-2007-01-16/"&gt;Switchblog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.freemacware.com/thumbscrew/"&gt;FreeMacWare&lt;/a&gt;: “This is a great way to make a thumbnail if you are going to
post the picture online. It’s fast too.”&lt;/p&gt;

&lt;p&gt;which was picked up by &lt;a href="http://www.tuaw.com/2007/01/17/thumbscrew-your-thumbnails/"&gt;TUAW&lt;/a&gt; and &lt;a href="http://mikepower.net/interwebbytechystuff/2007/1/17/thumbscrew-mac-only.html"&gt;Mike Power&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://theappleblog.com/2007/01/18/thumbscrew-is-back/"&gt;The Apple Blog&lt;/a&gt; “ThumbScrew rocks my world, and I’m so happy to hear that
it’s been updated”&lt;/p&gt;

&lt;p&gt;&lt;a href="http://random-murmurings.typepad.com/random_murmurings/2007/01/frustration.html"&gt;Random Murmurings&lt;/a&gt; tried to tie it together with &lt;a href="http://www.flickr.com/"&gt;flickr&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.mspress.org/hitanykey/2007/01/19/58/"&gt;Hit Any Key&lt;/a&gt;: “Thumbscrew is one of those handy little photo tools that
can make you look good, and fast!”&lt;/p&gt;

&lt;p&gt;&lt;a href="http://pedersondesigns.com/2007/01/19/thumbscrew/"&gt;pedersondesigns&lt;/a&gt;: “My new favorite application.”&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.ianandjocelyn.com/blog/?p=116"&gt;Stability of Our Times&lt;/a&gt;: “One cool Mac app: Thumbscrew. Great fun and
ease!”&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.macreviewcast.com/?p=166"&gt;MacReviewCast&lt;/a&gt;: Right around the 24:22 mark, listen to Jeff Powell. “Real
small, single purpose app, very well done. … One of those apps that tries to
do one thing, and does a pretty good job of it.”&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.reelsmart.com/2007/01/21/thumbscrew-your-images/"&gt;ReelSmart&lt;/a&gt;: “makes a very cool thumbnail image instantly”&lt;/p&gt;

&lt;p&gt;And those are just the sites in English!&lt;/p&gt;

&lt;p&gt;Italian: &lt;a href="http://www.zeronave.it/zn/2007/01/16/thumbscrew/"&gt;ZeroNáve&lt;/a&gt; and &lt;a href="http://www.inblogtecno.com/?p=309"&gt;inblogtecno&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Korean: &lt;a href="http://lasma.cafe24.com/wordpress/?p=445"&gt;Heaven2&lt;/a&gt; and &lt;a href="http://appletree.or.kr:8080/blog/archives/156"&gt;AppleTree&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Spanish: &lt;a href="http://www.applesfera.com/2007/01/18-thumbscrew-prepara-tus-imagenes-para-verlas-como-miniaturas"&gt;Applesfera&lt;/a&gt;, &lt;a href="http://cmdq.wordpress.com/2007/01/18/thumbscrew-un-programa-interesante/"&gt;Comando + Q&lt;/a&gt;, and &lt;a href="http://www.thinkwasabi.com/2007/01/19/thumbscrew-mini-fotos-con-estilo/"&gt;Think Wasabi&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Japanese: &lt;a href="http://smantou.blogspot.com/2007/01/mac-thumbscrew.html"&gt;Smantou&lt;/a&gt;, &lt;a href="http://pisces-319.seesaa.net/article/31726877.html"&gt;Pisces&lt;/a&gt;, and &lt;a href="http://d.hatena.ne.jp/harurin/20070120/p4"&gt;Slowpoke&lt;/a&gt;&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61352406</link><guid>http://blog.thumbscrewformac.com/post/61352406</guid><pubDate>Tue, 23 Jan 2007 08:50:00 -0500</pubDate></item><item><title>Thumbscrew 1.0b12</title><description>&lt;p&gt;Have at it. Includes GIF support for thumbnails.&lt;/p&gt;

&lt;p&gt;I’m changing the whole Web Page output story, and it’s partially underway, but
it’s not finished yet. Basically, I’m making it possible for you to do
whatever you want (hopefully) with the end product of each batch run. For the
curious, look in /tmp after a batch, and you’ll see an XML file describing all
the images processed in that run. This file will be passed to a script that
you choose (or write!), so you can do anything you want with the results.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.urbanape.com/downloads/Thumbscrew-1.0b12.zip"&gt;Download 1.0b12&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;[&lt;strong&gt;Update:&lt;/strong&gt; Fixed the sidebar link. Thanks, Lorne]&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351816</link><guid>http://blog.thumbscrewformac.com/post/61351816</guid><pubDate>Fri, 19 Jan 2007 09:59:00 -0500</pubDate></item><item><title>Thumbscrew: It Is Alive</title><description>&lt;p&gt;It’s been a long time coming, I know. Thanks so much to everyone who waited
patiently. But it’s back, and it’s good. &lt;a href="http://www.urbanape.com/downloads/Thumbscrew-1.0b11.zip"&gt;Thumbscrew 1.0b11&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew-universal.png" alt="Thumbscrew-universal"/&gt;&lt;/p&gt;

&lt;p&gt;It’s Universal now. The problems I ran into with running subprocesses using a
bundled Python are gone. I reimplemented the thumbnailer kernel using ObjC
with the help of &lt;a href="http://www.theocacao.com/"&gt;Scott Stevenson&lt;/a&gt;. Huge thanks, Scott.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew-growl.png" alt="Thumbscrew-growl"/&gt;&lt;/p&gt;

&lt;p&gt;It’s got &lt;a href="http://www.growl.info/"&gt;Growl&lt;/a&gt; support. We’ll let you know bit by excruciating bit how
Thumbscrew is doing, and when a batch is done.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew-unimplemented.png" alt="Thumbscrew-unimplemented"/&gt;&lt;/p&gt;

&lt;p&gt;Web page output is currently suspended while I evaluate the best way to
generate output. I’ve used a variety of means in the past, and want something
that is approachable by lots of users. Zope PageTemplates are pretty easy, and
the syntax for developing new templates is pretty straightforward. XML and
XSLT are maybe a little more universal, but I really don’t know.&lt;/p&gt;

&lt;p&gt;Take her out for a spin and let me know what you think!&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.urbanape.com/downloads/Thumbscrew-1.0b11.zip"&gt;Download 1.0b11&lt;/a&gt;&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351812</link><guid>http://blog.thumbscrewformac.com/post/61351812</guid><pubDate>Tue, 16 Jan 2007 08:20:00 -0500</pubDate></item><item><title>Thumbscrew 1.0b1</title><description>&lt;p&gt;It’s here. Ready to play. Cleaned and streamlined. Try it out, and let me know
what you think. If you’ve used a previous pre-release version &lt;a href="#id3"&gt;[1]&lt;/a&gt;, you’ll
want to trash your preferences file before giving this a try.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.urbanape.com/downloads/Thumbscrew-1.0b1.dmg"&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew-1.0b1-Disk_image.jpg" alt="Disk image"/&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.urbanape.com/downloads/Thumbscrew-1.0b1.dmg"&gt;Download&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The only caveat I can mention at this point is that the background worker
thread does quite a bit more than I want it to. What this means is that it
won’t quit snappily if you drag in your entire iPhoto library. It’ll keep
processing, having queued up your request to Quit, &lt;em&gt;“Yup, I’ll get there. Once
I’m done with all 19,000 images…”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It’s the major bit of plumbing I want to fix before a final 1.0 release.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew-1.0b1.jpg" alt="Main Window"/&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew-1.0b1-Thumbnails_prefs.jpg" alt="Thumbnails Preference"/&gt;&lt;/p&gt;

&lt;p&gt;You can choose other directories where thumbnails should be saved. Thumbscrew
remembers these settings between running.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew-1.0b1-Originals_prefs.jpg" alt="Originals Preference"/&gt;&lt;/p&gt;

&lt;p&gt;You can scale down the original images to make them web-ready, and save them
out to alternate directories.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew-1.0b1-Web_Page_prefs.jpg" alt="Web Page Preference"/&gt;&lt;/p&gt;

&lt;p&gt;Thumbscrew ships with a template that generates valid XHTML, but can use any
templates it finds in ~/Library/Application Support/Thumbscrew/Templates/.
These templates must be of a style that &lt;a href="http://www.nevow.com/"&gt;Nevow&lt;/a&gt; &lt;a href="#id4"&gt;[2]&lt;/a&gt; understands.
Currently, that includes HTML and XML.&lt;/p&gt;

&lt;p&gt;Documentation about the template format will be included later, as well as
further examples.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew-1.0b1-Activity_Log.jpg" alt="Activity Log"/&gt;&lt;/p&gt;

&lt;p&gt;Thumbscrew reports on its progress, including how long it took to thumbnail
how many images.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew-1.0b1-Web_Page.jpg" alt="Web Page"/&gt;&lt;/p&gt;

&lt;p&gt;The rendering of the template is presented here, and it can be further edited.
Both the Activity Log and Web Page can be saved to the filesystem.&lt;/p&gt;

&lt;hr&gt;
&lt;p&gt;In addition, there are three hidden prefs that can be set outside of
Thumbscrew:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;TSRecursivelyProcessFolders - when you drop a folder onto Thumbscrew, it
will ask you if you want to drill down and thumbnail all images found. Setting
this to TRUE will prevent the dialog from asking each time. Default is FALSE.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;defaults write com.urbanape.thumbscrew TSRecursivelyProcessFolders -bool TRUE&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;TSThumbnailImageFormat - by default, Thumbscrew creates PNG files, since
they support full alpha channels. I don’t know whether it’s CoreGraphics or
what, but Panther makes these &lt;strong&gt;HUGE&lt;/strong&gt;. It’s the single most numerous request
I got, so here it is: You can set the output format to JPEG, though in doing
so, you’ll likely want to set the next hidden pref, too. Valid values are PNG,
JPEG (or JPG), and TIFF (or TIF). Default is PNG.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;defaults write com.urbanape.thumbscrew TSThumbnailImageFormat ‘JPEG’&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;TSThumbnailImageBackgroundColor - by default, Thumbscrew sets the
background color of the thumbnail image to white with 0% opacity. If you’re
creating JPEGs and want the thumbnails to match your site, you’ll want to
include a background color. Values are floats from 0.0 to 1.0, for each of
Red, Green, Blue, and Alpha. For JPEGs on a white background, for instance,
you would use -array -float 1.0 -float 1.0 -float 1.0 -float 1.0, while for
PNGs with a transparent background, you could use anything for the first
three, and -float 0.0 for the alpha channel. Default is (1.0 1.0 1.0 0.0).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;defaults write com.urbanape.thumbscrew TSThumbnailImageBackgroundColor -array
-float 1.0 -float 1.0 -float 1.0 -float 1.0&lt;/p&gt;

&lt;p&gt;&lt;a href="#id1"&gt;[1]&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Like the &lt;a href="http://www.drunkenblog.com/drunkenblog-archives/000345.html"&gt;one&lt;/a&gt; listed on &lt;a href="http://www.drunkenblog.com/"&gt;DrunkenBlog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="#id2"&gt;[2]&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That’s pronounced &lt;em&gt;Nouveau&lt;/em&gt; (for &lt;a href="http://www.livejournal.com/users/inpetto/"&gt;Matt&lt;/a&gt;)&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351683</link><guid>http://blog.thumbscrewformac.com/post/61351683</guid><pubDate>Wed, 08 Feb 2006 10:26:00 -0500</pubDate></item><item><title>Selecting Base Paths in Thumbscrew</title><description>&lt;p&gt;I’m curious if any of you currently use the Web page feature of Thumbscrew. I
use it mostly for my blog posts (I use PyBlosxom and use the reStructuredText
plugin), and its development has mostly been to scratch my own itch. I’ve seen
feedback both in private and on &lt;a href="http://www.versiontracker.com/dyn/moreinfo/macosx/24894"&gt;VersionTracker&lt;/a&gt; and &lt;a href="http://macupdate.com/info.php/id/16312"&gt;MacUpdate&lt;/a&gt; asking
about a few possible features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;incorporating FTP/WebDAV for actually posting the Web pages&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;relative links/base tag/DOCROOT or the like, so the page isn’t riddled
with /Users/foo/path/to/thumbnails/&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Frankly, I’m a little intimidated by the first part. I’d be much more likely
to put something together and send it to MarsEdit or some other app
altogether.&lt;/p&gt;

&lt;p&gt;The second has me interested, though, and is a bit more exciting from a UI
point of view. Here’s my typical workflow, and how I might approach this.
After thinking about this in my head for a while, it seems to be an overly
geeky solution.&lt;/p&gt;

&lt;p&gt;So, here’s my server setup. All my blog posts are somewhere within the
hierarchy of /home/zbir/html/blog/ (organized by categories and whatnot). All
the images are in /home/zbir/html/images/ (with subdirectories for photos/ and
thumbnails/). This whole setup is mirrored on my laptop substituting
/home/zbir/html/ with /Users/zbir/Sites/. A typical edited image stanza for me
looks like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;.. |DSCN5380| image:: images/thumbnails/DSCN5380_thumbnail.png
   :target: images/photos/DSCN5380.jpg
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And the template that renders the final page on the server specifies a &lt;base href="%5Bhttp://www.urbanape.com/%5D%5B3%5D"&gt; which allows me to use relative paths
like that. It’s so far been a small enough amount of work to just do a
find/replace for the first part of those paths and wipe them out, but I would
love to have Thumbscrew do it all for me.&lt;/p&gt;

&lt;p&gt;One solution I’ve imagined is this. Say you take the two paths (one for
thumbnails and one for originals), and find the full path that is at least
shared between them. For my setup, that shared path would be
‘/Users/zbir/Sites/images’. Now, I could come up with a UI that presents those
elements in a way that allows you to select the base path &lt;em&gt;as far as your web
server is concerned&lt;/em&gt;, like the Finder does:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Finder_Breadcrumbs.png" alt="Finder Breadcrumbs"/&gt;&lt;/p&gt;

&lt;p&gt;In my case, ‘images’. Once that is selected, then the paths formed when
applying the template would trim off everything up to that base path.&lt;/p&gt;

&lt;p&gt;Does this make sense at all? If no one really uses the Web page features from
Thumbscrew, I’ll probably implement something like this and just use it
myself.&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351679</link><guid>http://blog.thumbscrewformac.com/post/61351679</guid><pubDate>Wed, 08 Feb 2006 10:26:00 -0500</pubDate></item><item><title>Thumbscrew 1.0b2</title><description>&lt;p&gt;Okay, okay. I have heard my users. &lt;a href="http://www.urbanape.com/software/Say_Hello.html#1100395547.5"&gt;You&lt;/a&gt; &lt;a href="http://www.urbanape.com/software/Say_Hello.html#1102094030.62"&gt;want&lt;/a&gt; &lt;a href="http://www.urbanape.com/software/Thumbscrew_1.0_-_Good_News_(for_you).html#1101993535.02"&gt;it&lt;/a&gt;, you got it.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew-1.0b2-Thumbnails_prefs.jpg" alt="Thumbnails prefs"/&gt;&lt;/p&gt;

&lt;p&gt;Two other bug fixes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;A slight bug in the Web page handling. It assumed all the thumbnails were
PNG format; now it reflects the chosen format.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If you didn’t have any preferred location for thumbnails or originals, it
wouldn’t have anything selected in the preference panes; now it selects Same
as original.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://www.urbanape.com/downloads/Thumbscrew-1.0b2.dmg"&gt;Download&lt;/a&gt;&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351687</link><guid>http://blog.thumbscrewformac.com/post/61351687</guid><pubDate>Wed, 08 Feb 2006 10:26:00 -0500</pubDate></item><item><title>Say Hello</title><description>&lt;p&gt;This is the new face of Thumbscrew&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew_1.0.jpg" alt="Thumbscrew 1.0"/&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew_1.0_working.jpg" alt="Thumbscrew 1.0 working"/&gt;&lt;/p&gt;

&lt;p&gt;Many users sent me feature requests that were jaw-droppingly obvious, so I
added them. Users wanted:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Preferences to keep your settings between sessions&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew_Thumbnails_Pane.jpg" alt="Thumbnails Pane"/&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;An alternate place to save thumbnails&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Better feedback when images were dropped&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Folders supported in addition to a group of images (for instance, you can
now drag in Albums from iPhoto)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Alternate thumbnail formats&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Speed! Thumbscrew now uses CoreGraphics (Quartz) for its thumbnail
processing, and threads for a responsive UI, and the results are outstanding:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Processing thumbnails is now over 10x faster than before&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Gamma is preserved (meaning no more dark thumbnails - PIL on the left,
and CoreGraphics on the right)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Before_and_After.jpg" alt="Before and After"/&gt;&lt;/p&gt;

&lt;p&gt;In addition to these improvements, I’ve added two new features that I think
will provide a lot of value:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Rescale the original image (and save it to another location)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew_Originals_Pane.jpg" alt="Originals Pane"/&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generate a Web Page of the thumbnails created (in either HTML or
reStructuredText)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="http://www.urbanape.com/images/Thumbscrew_Web_Page_Pane.jpg" alt="Web Page Pane"/&gt;&lt;/p&gt;

&lt;p&gt;It’s not yet ready for general release, but I wanted to let people know I’ve
been listening to the feedback I’m getting. It will remain free for everything
it currently does (plus the extra thumbnailing features), but I’m planning on
charging a small fee to unlock the new features.&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351674</link><guid>http://blog.thumbscrewformac.com/post/61351674</guid><pubDate>Wed, 08 Feb 2006 10:26:00 -0500</pubDate></item><item><title>Thumbscrew 0.1.1</title><description>&lt;p&gt;Man, how dumb do I have to be to release an app that doesn’t do what it
prominently claims? Yesterday’s release was not obeying any Max Angle
constraint placed on it due to a typo on my part. Fixed.&lt;/p&gt;

&lt;p&gt;I was incredibly impressed by the feedback I got (both here and in private),
and by the number of downloads reported by &lt;a href="http://www.versiontracker.com/"&gt;VersionTracker&lt;/a&gt;. Hope I haven’t
driven anyone away.&lt;/p&gt;

&lt;p&gt;Updated &lt;a href="http://www.urbanape.com/downloads/Thumbscrew-0.1.1.tar.gz"&gt;binary&lt;/a&gt; and &lt;a href="http://www.urbanape.com/downloads/Thumbscrew-0.1.1-src.tar.gz"&gt;source&lt;/a&gt;.&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351689</link><guid>http://blog.thumbscrewformac.com/post/61351689</guid><pubDate>Wed, 08 Feb 2006 10:26:00 -0500</pubDate></item><item><title>Thumbscrew 1.0 - Good News (for you)</title><description>&lt;p&gt;I had been planning on releasing the next version of Thumbscrew as a $10
shareware app, leaving all the 0.1.1 features unlocked and available for free.
But before I could do this, I needed the release from my employer that says I
retain rights to what I do after-hours.&lt;/p&gt;

&lt;p&gt;I received and signed the agreement, so I retain IP rights to the software.
However, one stipulation is that I not commercialize my private time creations
while I’m currently employed, so I can’t release Thumbscrew as shareware.&lt;/p&gt;

&lt;p&gt;Bad news for me. Good news for you. I’m going to continue releasing it as
freeware. I won’t distribute the source anymore, but everyone &lt;a href="#id2"&gt;[*]&lt;/a&gt; can use
Thumbscrew’s &lt;a href="http://www.urbanape.com/software/Say_Hello.html"&gt;new features&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The only feature improvement since the last announcement is that I’m using
Zope 3’s Page Templates for the output of the web page, meaning you can
completely stylize the output. The two templates included will offer
reStructuredText or HTML output.&lt;/p&gt;

&lt;p&gt;I’ve got a few last bits of tidying up to do before releasing it this weekend.&lt;/p&gt;

&lt;p&gt;&lt;a href="#id1"&gt;[*]&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Everyone running Mac OS X 10.3 and above. Sorry, Jaguarians.&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351694</link><guid>http://blog.thumbscrewformac.com/post/61351694</guid><pubDate>Wed, 08 Feb 2006 10:26:00 -0500</pubDate></item><item><title>Thumbscrew: The Masses Have Spoken</title><description>&lt;p&gt;Okay, you mangy, teeming millions. I have heard your cries, though they sicken
me. “Give us GIF! Give us GIF! Have pity on the throwbacks still using
Internet Explorer!” Your wails and gnashing of teeth have not fallen upon deaf
ears. Turns out, it was stupid simple to implement. BEHOLD! Thumbscrew
supports GIF!&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/thumbscrew-supports-gif.png" alt="thumbscrew-supports-gif"/&gt;&lt;/p&gt;

&lt;p&gt;I’m warning you, though. It ain’t pretty. If you need any kind of color
fidelity, you’re better off with JPEG and an opaque background color. These
GIFs, while small, are uggs. With a capital UGG.&lt;/p&gt;

&lt;p&gt;You can do transparent&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/1200_thumbnail.gif" alt="1200_thumbnail"/&gt;&lt;/p&gt;

&lt;p&gt;Or opaque backgrounds&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.urbanape.com/images/caribbean_thumbnail.gif" alt="caribbean_thumbnail"/&gt;&lt;/p&gt;

&lt;p&gt;Okay? Happy? If you really want to make the world a prettier place, encourage
your friends and colleagues to switch. At least to &lt;a href="http://www.mozilla.com/en-US/firefox/"&gt;Firefox&lt;/a&gt;, if not to a
&lt;a href="http://www.apple.com/getamac/"&gt;Mac&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;By the way, I’m still getting the Web page thing done. I know a lot of you
probably don’t use it, but I do, and I need it if I’m going to keep talking to
you crazies. Expect a new version by Friday.&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351789</link><guid>http://blog.thumbscrewformac.com/post/61351789</guid><pubDate>Wed, 08 Feb 2006 10:26:00 -0500</pubDate></item><item><title>Why Thumbscrew Won't Output GIFs</title><description>&lt;p&gt;A &lt;em&gt;lot&lt;/em&gt; of people ask me for GIF support for one of two reasons:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Smaller file size than the default PNG&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;More widely compatible with browsers on that other OS.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;While I can understand and sympathize, Thumbscrew won’t support GIF output
until Apple’s CoreGraphics does. That said, there are (to me) compelling
reasons &lt;em&gt;not&lt;/em&gt; to use GIFs for a photo thumbnailing application, especially one
that generates drop shadows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;GIFs don’t actually support an alpha channel, so even if you did get GIF
output, you only get to replace one indexed color with a transparency. This
would lead to ugly output unless you matched the background, in which case,
why bother with transparency at all?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;GIFs are not the best image format for photo-realistic content.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;My advice to users who want smaller file size (or more widely compatible file
format) is to use JPEGs with an opaque background color to match your site.&lt;/p&gt;

&lt;p&gt;I will be evaluating &lt;a href="http://pmt.sourceforge.net/pngcrush/"&gt;pngcrush&lt;/a&gt; to see if it would at all be applicable.
You all aren’t the only ones who’d like to see the size of the PNGs come down.&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351794</link><guid>http://blog.thumbscrewformac.com/post/61351794</guid><pubDate>Wed, 08 Feb 2006 10:26:00 -0500</pubDate></item><item><title>Thumbscrew Mailing List</title><description>&lt;p&gt;Wow, almost a month since the last post. Many apologies! PyCon gave me
huge amounts of energy to put back into Thumbscrew, but work has been
incredibly hectic, and the house is nearing its own dénouement, so it’s
been a little on the back burner.&lt;/p&gt;

&lt;p&gt;This past week, though, I was able to make the time to hack on it a bit
more. The next beta is almost here. All the prefs are back and
accounted for (not using the UserDefaultsController just yet), and
I’ve added a much-requested pref to determine the suffix to be used
for thumbnails. It’s now using subprocesses to handle the busy work,
and distributed events to communicate back to Thumbscrew.&lt;/p&gt;

&lt;p&gt;In the process of just getting The Simplest Thing That Could Possibly
Work™ working, I prevented using the background Thumbnailer as a viable
standalone solution for people who wanted to script it. This isn’t a
long-term situation, just needed it up and running in the now.&lt;/p&gt;

&lt;p&gt;Since I get sporadic feedback, and many of the feature requests are
duplicates, I created a mailing list for anyone interested in
communicating their wishes, comments, bug reports, &amp;c.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://lists.palladion.com/mailman/listinfo/thumbscrew-users"&gt;http://lists.palladion.com/mailman/listinfo/thumbscrew-users&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Alternately, you can send a message directly to:&lt;/p&gt;

&lt;p&gt;thumbscrew-users-subscribe@lists.palladion.com&lt;/p&gt;

&lt;p&gt;Hope to see the users joining so we can find out where Thumbscrew
needs to go.&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61352097</link><guid>http://blog.thumbscrewformac.com/post/61352097</guid><pubDate>Wed, 08 Feb 2006 10:26:00 -0500</pubDate></item><item><title>Thumbscrew Nears a b3</title><description>&lt;p&gt;I did a lot of work on Thumbscrew here at PyCon, and it’s really paying off.
I’ve got the two subprocesses churning stuff out now, posting notifications,
which the main program uses to update the display and progress indicator. I
had to rip out quite a lot of code to get down to a simple reimplementation,
so the Preferences stuff is all broken right now. This is actually okay with
me, since I’ll be using an NSUserDefaultsController to map the preferences
into the UI, rather than hand-wiring all the outlets and actions. So it was
going to need to be rewritten, anyway.&lt;/p&gt;

&lt;p&gt;Now, when you accidentally drop your whole iPhoto Library onto Thumbscrew, you
can stop it at any point. Hurray, coming soon to a desktop near you.&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351788</link><guid>http://blog.thumbscrewformac.com/post/61351788</guid><pubDate>Wed, 08 Feb 2006 10:26:00 -0500</pubDate></item><item><title>Thumbscrew Mentioned on Call for Help</title><description>&lt;p&gt;Amazing! My little app was mentioned on the &lt;a href="http://www.g4techtv.ca/callforhelp/"&gt;Call for Help with Leo
Laporte&lt;/a&gt; show. An exerpt from the &lt;a href="http://www.g4techtv.ca/callforhelp/cc/0243A.shtml"&gt;transcript&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Leo: Have you ever — I’m just gonna take a walk over here. (Mellow instrumental)&lt;/p&gt;
  
  &lt;p&gt;Leo: Have you ever wandered around on the computer, on the studio floor, and said, “I’m gonna take a little —” Have you ever wanted your online photos to look unique? “Look unique?” This is —&lt;/p&gt;
  
  &lt;p&gt;Mikey: Look different!&lt;/p&gt;
  
  &lt;p&gt;Leo: Mike has a free file to make all your photos online look just… a little different, kind of askew.&lt;/p&gt;
  
  &lt;p&gt;Mikey: Askew almost. (Laughing)&lt;/p&gt;
  
  &lt;p&gt;Leo: What is this program?&lt;/p&gt;
  
  &lt;p&gt;Mikey: It’s called “Thumbscrew.”&lt;/p&gt;
  
  &lt;p&gt;Leo: Oh, I love Thumbscrew!&lt;/p&gt;
  
  &lt;p&gt;Mikey: It is a great program.&lt;/p&gt;
  
  &lt;p&gt;Leo: I use Thumbscrew.&lt;/p&gt;
  
  &lt;p&gt;Mikey: And it allows you to —&lt;/p&gt;
  
  &lt;p&gt;Mikey: What it does is it takes the image that you have, a photograph or even a drawing or whatever you have in your computer, and you can turn it — it’ll make it slide side to side.&lt;/p&gt;
  
  &lt;p&gt;Leo: And you can put a frame on it.&lt;/p&gt;
  
  &lt;p&gt;Mikey: Put a frame around it, coloured background.&lt;/p&gt;
  
  &lt;p&gt;Leo: This is, by the way, a free file for Mac only unfortunately.&lt;/p&gt;
  
  &lt;p&gt;Mikey: Exactly, yeah.&lt;/p&gt;
  
  &lt;p&gt;Leo: So don’t get your hopes up, Windows people. I’m sure there’s something like it —&lt;/p&gt;
  
  &lt;p&gt;Mikey: There should be something like that, because this is a fantastic program, so —&lt;/p&gt;
  
  &lt;p&gt;Leo: I use it all the time.&lt;/p&gt;
  
  &lt;p&gt;Mikey: Yeah. so i’ll just show you how it works right here. you take a photo — this is a photo I took the other night.&lt;/p&gt;
  
  &lt;p&gt;Mikey: And I’m just gonna drop it into the Thumbscrew window, and it’s gonna take a second.&lt;/p&gt;
  
  &lt;p&gt;Leo: And it does its thing.&lt;/p&gt;
  
  &lt;p&gt;Mikey: It does its thing. (Both make funny sounds)&lt;/p&gt;
  
  &lt;p&gt;Mikey: And it pops up, you can see here, a little one. It’s called “thumb.” It’s renamed.&lt;/p&gt;
  
  &lt;p&gt;Leo: It’s a thumbnail.&lt;/p&gt;
  
  &lt;p&gt;Mikey: It’s a thumbnail of it. And I’ll open it up here.&lt;/p&gt;
  
  &lt;p&gt;Mikey: It just needs a second to load up here, but what it does is I’ve made it so it matches the colour scheme of my blog. So this is actually an upside-down picture, so it’s not really a good example, but I’ll do another one here of —&lt;/p&gt;
  
  &lt;p&gt;Leo: You can set how much it rotates it by, and I’ve actually — I always set it to the minimum, because I don’t want it to rotate —&lt;/p&gt;
  
  &lt;p&gt;Mikey: Yeah, I have it like, I think, at 35 degrees or something like that, just so it gives it a little bit of something different. Here’s a better example of —&lt;/p&gt;
  
  &lt;p&gt;Leo: Yeah, see that? Isn’t that cool?&lt;/p&gt;
  
  &lt;p&gt;Mikey: Of Leo, myself and Amber.&lt;/p&gt;
  
  &lt;p&gt;Leo: We were shooting pool the other night.&lt;/p&gt;
  
  &lt;p&gt;Mikey: Yeah.&lt;/p&gt;
  
  &lt;p&gt;Leo: No, we weren’t. (Laughing)&lt;/p&gt;
  
  &lt;p&gt;Mikey: And so this matches perfectly with, for instance, my blog background or your online photo album background.&lt;/p&gt;
  
  &lt;p&gt;Leo: So you can choose a picture —&lt;/p&gt;
  
  &lt;p&gt;Mikey: So I just have my —&lt;/p&gt;
  
  &lt;p&gt;Leo: Show us how you’ve used it.&lt;/p&gt;
  
  &lt;p&gt;Mikey: I’ll show you. I’ll just scroll down.&lt;/p&gt;
  
  &lt;p&gt;Leo: I do the same thing. In fact, when I did the last Geek Cruise, I did a whole photo album with thumbscrew, and it really looked nice.&lt;/p&gt;
  
  &lt;p&gt;Mikey: Exactly. So here’s an example of how it fits perfectly into my blog because it matches the background exactly. The colour’s the same, the border, and it looks like it’s — I’ve had people e-mail me and say, “What is this program?”&lt;/p&gt;
  
  &lt;p&gt;Leo: “How do you do this?”&lt;/p&gt;
  
  &lt;p&gt;Mikey: And it’s really simple, and it takes like 10 seconds.&lt;/p&gt;
  
  &lt;p&gt;Leo: Thumbscrew. You can do a whole batch of them.&lt;/p&gt;
  
  &lt;p&gt;Mikey: And you can do batches, exactly.&lt;/p&gt;
  
  &lt;p&gt;Leo: Just drag a whole bunch of files on there.&lt;/p&gt;
  
  &lt;p&gt;Mikey: Yeah, yeah.&lt;/p&gt;
  
  &lt;p&gt;Leo: Thumbscrew — I use it, and so does Mikey. Mikey likes it.&lt;/p&gt;
  
  &lt;p&gt;Mikey: (Chuckling) (Mellow guitar music)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;(Thanks to Jack for the heads up)&lt;/em&gt;&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351784</link><guid>http://blog.thumbscrewformac.com/post/61351784</guid><pubDate>Wed, 08 Feb 2006 10:26:00 -0500</pubDate></item><item><title>Thumbscrew Bugs</title><description>&lt;blockquote&gt;
  &lt;p&gt;“Goddamn bugs” — Nick the Van Driver, &lt;em&gt;Men in Black&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So, I now know there are plenty of bugs to go around in the latest Thumbscrew
beta I put out. I’ll get to each and every one of them, but I was caught with
my pants down. I had been testing with a fully fleshed out set of preferences
and so didn’t catch the problems that were occurring for the people who were
starting up Thumbscrew for the first time (the spinning beach ball of death
when trying to open the Preferences).&lt;/p&gt;

&lt;p&gt;Well, that was a shallow bug, and fixed easily, but that uncovered others.
Suffice it to say there’s still a bit of work to be done before I send out
1.0b8, and it’ll be a while since this isn’t my day job. Amber promises I’ll
have plenty of time to work on it this weekend. I hope you can bear with me
for a few more days…&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351721</link><guid>http://blog.thumbscrewformac.com/post/61351721</guid><pubDate>Wed, 08 Feb 2006 10:26:00 -0500</pubDate></item><item><title>Thumbscrew 1.0b9</title><description>&lt;p&gt;Few more bugfixes in this release:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;.jpg instead of .jpeg&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can use a rotation of 0, and I added it explicitly to the list of
values in the popup. A lot of people didn’t seem to understand that the combo
boxes can have arbitrary values typed in.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There is still some work to be done with the web page creation. I plan on
working on it some more, but I know these are the issues that were being
reported the most after the latest release.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.urbanape.com/downloads/Thumbscrew-1.0b9.zip"&gt;Thumbscrew 1.0b9&lt;/a&gt; &lt;em&gt;(Fixed link. Thanks, Marco)&lt;/em&gt;&lt;/p&gt;</description><link>http://blog.thumbscrewformac.com/post/61351718</link><guid>http://blog.thumbscrewformac.com/post/61351718</guid><pubDate>Wed, 08 Feb 2006 10:26:00 -0500</pubDate></item></channel></rss>
