Global Mapper v25.0

export raster parameter problem

vigosun
vigosun Global Mapper User
edited December 2007 in Technical Support
hi,
the gm version i use is v8.0, and i write a simple script to export grid jpg images.

the script content is like this:

//
GLOBAL_MAPPER_SCRIPT VERSION=1.00
UNLOAD_ALL

IMPORT FILENAME="D:\bigPic\A03\a03_c01_12%.jpg" TYPE=AUTO ANTI_ALIAS=NO AUTO_CONTRAST=NO CLIP_COLLAR=AUTO TEXTURE_MAP=NO

EXPORT_RASTER FILENAME="D:\bigPic\test\a.jpg" TYPE=JPEG GEN_WORLD_FILE=NO GEN_PRJ_FILE=NO GRID_TYPE_PIXEL_SIZE="256,256" QUALITY="100"

when i run the script, i get a warning:
WARNING: Unknown parameter <GRID_TYPE_PIXEL_SIZE> ignored.

what's wrong with the parameter <GRID_TYPE_PIXEL_SIZE> ? or something else wrong in the script file?

thanks

Comments