The solution provided in that thread worked flawlessly. However, the gif size has exceeded the 200k limit, so it no longer works for me.
I started a new thread because I want to focus on just converting to the smallest png possible. Ideally I'd like to expand the map, so I'm hoping we can get this sample bitmap to under 100k in png format.
Attached is the sample bitmap to convert. Specs:
- Any solution is fine; only I will ever run it
- It must be automated
- Produce a png < 200k
Oh man... sorry, I thought you were looking for the end result when in fact you were looking for code.
I use the gdpicture ActiveX in my imaging programs which allows you to create, save, display, manipulate, etc. images in tons of formats and in depth from 1bit to 64bit. (www.gdpicture.com)
I've seen lots of code to save to PNG in VB6 but not any I can recall that allows changing the color depth. If a commercial solution is a consideration gdpicture is a good product.
No problem. Thanks for the link, but I'm looking for free solution. It doesn't have to be VB6 code; calling out to an external freeware utility would be totally fine.