toxicsoftware.com

RANDOMIZE USR 0

toxicsoftware.com header image 4

Spotlight Importer Collection

May 29th, 2006 · 4 Comments · Default

Today I’m announcing some code that has actually been on my public subversion repository for some time. The Spotlight Importer Collection is a set of three Spotlight Importers.

The first importer is “Toxic Configuration Importer”. This imports most plain-text based unix config files and Mac OS X plist files.

The second importer is “Toxic Logfile Importer”. This [...]

[Read more →]

Tags:·

Converting OmniWeb Bookmarks to XBEL (for WebNoteHappy)

May 29th, 2006 · 6 Comments · Default

Long title, small program.

WebNoteHappy is my new favourite bookmark manager. Unfortunately version 1.0 doesn’t import OmniWeb (a browser for which I have had a tempestuous on again/off again love affair for several years). I happen to know that forthcoming versions of WebNoteHappy will support OmniWeb amongst other browser but I am all about instant-gratification.

So newly [...]

[Read more →]

Tags:·····

Sequence Grabber code now has Motion Detection (Followup)

August 18th, 2005 · 2 Comments · Default

In my previous post I talk about the (rather pitiful) attempts at adding motion capture to my Sequence Grabber code. This post will document what additions I’ve made to the code under the covers.

1) Added code to write CoreImage images (CIImage objects) to a QuickTime movie (currently hardcoded to mpeg4) using QTKit. Now you execute [...]

[Read more →]

Tags:·····

Sequence Grabber Code - Four Times the Fun!

August 9th, 2005 · No Comments · Default

Just for fun I added four seperate preview panes for my Sequence Grabber code - each pane has its own CoreImage filter attached. All previews can be flipped horizontally as well (I just apply an affine transformation to the image before handing it off to the four preview filters). I also fixed a couple of [...]

[Read more →]

Tags:·····