Where on earth is the mapconv source?
Moderator: Moderators
Where on earth is the mapconv source?
I've been wanting to see if I could make it stitch images together, but I haven't been able to find any links to it anywhere whatsoever.
Seems to me like it would be best to feed it an allowed amount of memory then have it write temp files if it runs out rather than having it rely on paged memory, though I'll probably just hack it together so it works and have somebody else clean it up.
I've gotten to the point where I simply can't make maps as big as I want; Gimp just crashes when it runs out of memory. (and I have a 4-gig swap file)

- PauloMorfeo
- Posts: 2004
- Joined: 15 Dec 2004, 20:53
Well, after looking at the source and realizing that C++ is a heck of a lot different from C,:P I'd say don't wait on me to make it work, though I will try.
Mother, the main problem is that Gimp/PSP/PS have to handle layers. Mapconv would never have to deal with layers and their processing, therefore the bottleneck would not be nearly as bad.
Mother, the main problem is that Gimp/PSP/PS have to handle layers. Mapconv would never have to deal with layers and their processing, therefore the bottleneck would not be nearly as bad.