public class BatchReformatter
extends java.lang.Object
Constructor and Description |
---|
BatchReformatter() |
Modifier and Type | Method and Description |
---|---|
void |
reformat(java.lang.String newFileExtension,
int newBitsPerChannel)
Asks the user for the image files to process and then processes them, scaling
levels down linearly if necessary.
newFileExtension is not expected to contain a dot. newBitsPerChannel can take values 8, 16, 32, 64. |
public void reformat(java.lang.String newFileExtension, int newBitsPerChannel)