VB6 PictureBox SavePicture - save picture as png?

前端 未结 4 1101
逝去的感伤
逝去的感伤 2021-01-14 10:33

With VB6 PictureBox, how do I save to the png format?

4条回答
  •  庸人自扰
    2021-01-14 11:08

    Check out the cPNGWriter.cls file in LaVolpe's 32bpp Suite:

    http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=67466&lngWId=1

    As stated in the class comments, it does require zlib.

提交回复
热议问题