public
Description: A command line tool for Mac OS X that generates thumbnails from web pages using WebKit, with an API to allow Cocoa applications to use it
Homepage: http://allseeing-i.com/ASIWebThumbnail
Clone URL: git://github.com/pokeb/asi-web-thumbnail.git
name age message
file .gitattributes Wed Dec 10 06:36:37 -0800 2008 Initial import [pokeb]
file .gitignore Wed Dec 10 06:36:37 -0800 2008 Initial import [pokeb]
file ASIWebPageThumbnailGenerator.h Wed Dec 10 06:36:37 -0800 2008 Initial import [pokeb]
file ASIWebPageThumbnailGenerator.m Wed Dec 10 06:36:37 -0800 2008 Initial import [pokeb]
directory ASIWebThumbnail.xcodeproj/ Wed Dec 10 07:44:37 -0800 2008 Remove link to old app Lock progress bar to bot... [pokeb]
file ASIWebThumbnailGenerator.h Wed Dec 10 06:36:37 -0800 2008 Initial import [pokeb]
file ASIWebThumbnailGenerator.m Wed Dec 10 06:36:37 -0800 2008 Initial import [pokeb]
file AppController.h Wed Dec 10 06:36:37 -0800 2008 Initial import [pokeb]
file AppController.m Wed Dec 10 06:36:37 -0800 2008 Initial import [pokeb]
file BundledThumbnailGenerator-Info.plist Fri Jan 09 10:32:22 -0800 2009 Write page title and help to stdout instead of ... [pokeb]
file LICENSE Wed Dec 10 06:36:37 -0800 2008 Initial import [pokeb]
file MainMenu.xib Wed Dec 10 07:44:37 -0800 2008 Remove link to old app Lock progress bar to bot... [pokeb]
file README.textile Fri Jan 09 10:32:22 -0800 2009 Write page title and help to stdout instead of ... [pokeb]
file Test Application-Info.plist Wed Dec 10 06:36:37 -0800 2008 Initial import [pokeb]
file main.m Fri Jan 09 10:32:22 -0800 2009 Write page title and help to stdout instead of ... [pokeb]
file test-app-main.m Wed Dec 10 07:28:49 -0800 2008 Fix textile formatting [pokeb]
file webthumbnail.plist Wed Dec 10 06:36:37 -0800 2008 Initial import [pokeb]
README.textile

ASIWebThumbnail is:

  • A command line tool for Mac OS X that generates thumbnails from web pages “See examples >”:http://allseeing-i.com/ASIWebThumbnail/Examples
  • An API to use an embedded version of the tool in your Cocoa applications “Read more >”:http://allseeing-i.com/ASIWebThumbnail/API-Documentation

ASIWebThumbnail uses the WebKit framework built-in to Mac OS X to render web pages. As such, it should support any content that WebKit supports, including HTML/XML + CSS, SVG, content rendered by Javascript (Canvas, AJAX, DOM etc), Java, as well as Flash and other plugins.

Documentation is available here.