| scantool: set the scan depth to 16 |
|
More...
|
about 14 years ago
|
| SKScanDevice: implement the setDepth: method |
|
More...
|
about 14 years ago
|
| scantool: use the setMode: and setResolution: methods |
|
More...
|
about 14 years ago
|
| SKScanDevice: implement the setResolution: method |
|
More...
|
about 14 years ago
|
| SKScanDevice: implement the setMode: method |
|
More...
|
about 14 years ago
|
| SKScanDevice: store all SKScanOption instances in the options dictionary using the name member as key |
|
More...
|
about 14 years ago
|
| SKScanOption: add name method which returns the option name |
|
More...
|
about 14 years ago
|
| SKScanDevice: add private method which prints out the status error which occured |
|
More...
|
about 14 years ago
|
| SKScanOption*: don't try to set an option which is inactive or readonly |
|
More...
|
about 14 years ago
|
| SKScanDevice: fix the value used to set the readonly capability |
|
More...
|
about 14 years ago
|
| SKScanParameters: add more methods needed to generate an NSBitmapImageRep |
|
More...
|
about 14 years ago
|
| SKScanOption*: replace NSException exceptionWithName:reason:userInfo: with NSException raise:format: |
|
More...
|
about 14 years ago
|
| SKScanOptionInt: raise exception if constraints are not met when setting the option value |
|
More...
|
about 14 years ago
|
| SKScanOptionString: raise exception if constraints are not met when setting the option value |
|
More...
|
about 14 years ago
|
| SKScanOption*: fix dealloc methods |
|
More...
|
about 14 years ago
|
| SKScanOptionString: raise an exception if constraints array contains non-integer values |
|
More...
|
about 14 years ago
|
| SKScanOptionString: raise an exception if constraints array contains non-string values |
|
More...
|
about 14 years ago
|
| scantool: replace setValue:forKey: with setIntegerValue: |
|
More...
|
about 14 years ago
|
| SKScanOption*: add missing retain calls |
|
More...
|
about 14 years ago
|
| SKScanOptionString: implement the setStringValue: method |
|
More...
|
about 14 years ago
|
| SKScanOptionInt: implement the setIntegerValue: method |
|
More...
|
about 14 years ago
|
| SKScanOptionBool: implement the setBoolValue method |
|
More...
|
about 14 years ago
|
| SKScanOption: add set methods for the different value types |
|
More...
|
about 14 years ago
|
| SKScanOption: rename isInt method to isInteger |
|
More...
|
about 14 years ago
|
| scantool: now scantool is responsible for saving the scanned image |
|
More...
|
about 14 years ago
|
| SKScanDevice: doScan now returns an NSArray of NSBitmapImagRep's |
|
More...
|
about 14 years ago
|
| SKScanDevice: create an NSBitmapImageRep which manages it's bitmapData itself and copy the pixel values into the bitmapData |
|
More...
|
about 14 years ago
|
| SKScanDevice: fix error where an uninitialized SANE_Parameters variable was used instead of the SKScanParameters instance |
|
More...
|
about 14 years ago
|
| SKScanParameters: add isLastFrame method |
|
More...
|
about 14 years ago
|
| SKScanDevice: add stub methods for setting the most common scan options |
|
More...
|
about 14 years ago
|