
Thread
2007.07.11 12:58 "Re: [Tiff] BigTIFF, let the race begin!", by Edward Lam
While GraphicsMagick can handle huge files (except for under Windows),
FYI, if your code is 64-bit pointer safe, then linking your application with the -LARGEADDRESSAWARE linker option on Windows will allow your 32-bit application a full 4 GB virtual address space when running under 64-bit Windows. I know it doesn't help much but it's a very easy thing to do for users of 64-bit Windows.
-Edward