[pgh-pm] March Meeting Tonight

Robert Blackwell robertblackwell at yahoo.com
Wed Mar 9 14:28:53 PST 2005


--- Barrie Slaymaker <barries at slaysys.com> wrote:
> We may also have an impromptu demo of using Image::Magick to
> upsample screen shots and then feed it to an OCR package, if both Sean
> and his laptop are willing.


This sounds like it might be more interesting than my little hack I use to do screenshots when I
am doing tech support for my mom ...

use Win32::Clipboard;

$CLIP = Win32::Clipboard();

$CLIP->Empty();

while(1){
	$CLIP->WaitForChange();
	if(    $CLIP->IsBitmap() ) {
		$image = $CLIP->GetBitmap();
 		$file_name = $file_number++ . ".bmp";
 		print $file_name . "\n";
		open    BITMAP, ">$file_name";
		binmode BITMAP;
		print   BITMAP $image;
		close   BITMAP;
	}
}



> 
> - Barrie
> 
> On Wed, Mar 09, 2005 at 12:28:56PM -0500, Casey West wrote:
> > Where: Slaymaker Systems on Baum
> >   [See http://slaysys.com/contact_us.html for details.]
> > 
> > What: Hack Your Mac: Mac::Glue Crash Course
> >         Casey West will demonstrate the details of automating a mac
> >         using the Perl bindings. He'll show you how to rip a PRI
> >         Marketplace real audio stream to mp3.
> >       Hacking Radio
> >         Tom Moertel will demonstrate his system for queueing radio. It
> >         is probably more legal than Caseys.
> >       make Magazine Give Away
> >         O'Reilly sent us five free copies. They will be distributed
> >         some how.
> >       Food and Drink
> >         We eat! :-)
> > 
> > I will also be attempting to record sessions to put online and
> > archive. We'll see how that goes. It's a trial run, but I have the
> > right software and hardware (including a cute tabletop tripod).
> > 
> >   Casey West
> > 
> > -- 
> > Guide to understanding a net.addict's day:
> > Slow day: didn't have much to do, so spent three hours on usenet.
> > Busy day: managed to work in three hours of usenet.
> > Bad day: barely squeezed in three hours of usenet.
> > 
> > _______________________________________________
> > pgh-pm mailing list
> > pgh-pm at pm.org
> > http://mail.pm.org/mailman/listinfo/pgh-pm
> _______________________________________________
> pgh-pm mailing list
> pgh-pm at pm.org
> http://mail.pm.org/mailman/listinfo/pgh-pm
> 

Robert Blackwell 
robert at robertblackwell.com 
AIM: robertdblackwell 
Yahoo!: robertblackwell 
Jabber: robertblackwell at jabber.com
http://www.robertblackwell.com
Skype: rblackwe


More information about the pgh-pm mailing list