-
Memory consumption using JPEG format
Hi,
When we convert the images to JPEG format using GM, the resultant is a compressed format.
But when we insert the images into AutoCAD environment, the image consumes the memory by creating a huge tmp file (above 5 GB) which is resulting in low performance of the system.
Kindly let me know the cause and solution for it.
GM version 9.2.
Thanks,
Dinesh Kumar J
-
-
Dinesh,
This is a problem with the JPG format itself. It does not lend itself to reading on demand from disk, so applications typically have to completely uncompress JPG files into memory in order to work with them. Rather than JPG, I would instead suggest generating a GeoTIFF file with JPG-in-TIFF encoding so that you get the compression advantages of JPG but the on-demand reading of TIFF. An even better solution is to use ECW or JPEG2000 if AutoCAD will support them.
Let me know if I can be of further assistance.
Thanks,
Mike
Global Mapper Support
support@globalmapper.com
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules