|
WordPerfect Graphics Metafile (WPG) is the native graphics file format
of the WordPerfect Corporation line of software products. WPG files may
store raster or vector graphics data, or Encapsulated PostScript data
as well. Raster data may be up to 24-bits deep and selectable from a palette
of 256 colors.
To convert WPG files to TIFF:
- Download and install Image Converter Plus program.
- Press 'Start" button, then select 'Run...' and press it
- Enter the following command line:
ICPCL.exe –convertto tiff –source " C:\ WPG Images \*.wpg" –dest "C:\out\" dither:no bpp:8 compression:LZW -oper Resize size:1000 1000 keep_prop:no -save_opt convert_subfolders:yes restore_subfolders:yes
- Press 'OK' button
- A DOS mode window will open and the conversion process will start
- Converted files will be stored in 'C:\out' folder
If you do conversions often you may found it more convenient to make
a conversion script as a BAT-file. |