ImageExtractor.jar (ImageExtractor.bat)
The ImageExtractor is a Java utility that enables you to convert individually stored images contained in existing field display properties to AR System shared images. Shared images are server objects that you can manage in Developer Studio.
The utility can convert all images associated with a specified set of forms, or all images in the database, to shared images and image references. The utility uses an image checksum to identify images already present in the server. If an image is found, that reference is used. Otherwise, a shared image object is created.
The ImageExtractor.jar utility is installed with the AR System server. On Windows, a batch file (ImageExtractor.bat) is provided to ensure the correct environment settings are configured when you run the utility. Both files are in the ARServerInstallDir\api\lib directory. On UNIX, ImageExtractor.java is in the ARServerInstallDir/api/JavaDriver/ directory.
Synopsis
Options
The utility prompts you for the following input:
Environment
You must have a supported Oracle Java runtime environment (JRE) installed and available in the server environment. To convert images for a specified list of forms, create a text file that contains one form name per line. For example, the ImageExtractor utility would use the following text file to convert all images in the Sample application forms listed:
Sample:ClassCentral
Sample:Classes
Sample:DialogYesNo
Sample:Enrollments
Sample:GetWeather
Files