This file contains some REALbasic plug-ins I've made. These are little code modules which extend the language with new functions or classes, new controls, or new functionality for existing classes.
CaptureScreenDownload: http://www.strout.net/files/rbplugins/capturescreen.sit.hqx | v2.0 | 68k, PPC, Win32, Carbon |
This plug-in adds a new function which, given a rectangular area, returns a Picture of the screen at that area. |
LoadSaveJPEGDownload: http://www.strout.net/files/rbplugins/loadsavejpeg.sit | v1.2 | PPC, Win32, Carbon |
This plug-in adds functions to directly read and write JPEG image files without QuickTime, and also provides control over the compression quality for JPEG files it creates. |