Another RGN Generator

时间:2015-07-16 03:32:47
【文件属性】:
文件名称:Another RGN Generator
文件大小:79KB
文件格式:RAR
更新时间:2015-07-16 03:32:47
The RGN Generator bug 修复 http://topic.csdn.net/u/20110902/13/d720e05d-8588-42b0-8424-2a848165d60a.html 网上的The RGN Generator,有bug,从bmp生成的rgn文件高度错误。 我自己写了一个工具程序,修复了这个bug,可以替代The RGN Generator。 此工具已经在产品中测试使用过了,我上传了原始工程和代码,大家可以随意修改。
【文件预览】:
Another RGN Generator
----Another RGN Generator()
--------Another RGN GeneratorDlg.h(1KB)
--------Another RGN Generator.aps(59KB)
--------resource.h(1KB)
--------Another RGN Generator.vcxproj.filters(2KB)
--------Another RGN Generator.cpp(2KB)
--------Another RGN Generator.vcproj.codec1-PC.PeterLi.user(1KB)
--------stdafx.h(3KB)
--------RgnTest.cpp(973B)
--------Another RGN Generator.vcxproj(7KB)
--------Another RGN Generator.rc(6KB)
--------Another RGN GeneratorDlg.cpp(11KB)
--------stdafx.cpp(221B)
--------ReadMe.txt(4KB)
--------RgnTest.h(494B)
--------Another RGN Generator.vcproj(6KB)
--------Another RGN Generator.h(631B)
--------res()
--------Another RGN Generator.vcxproj.user(143B)
----release()
--------Another RGN Generator.exe(60KB)
----UpgradeLog.XML(3KB)
----Another RGN Generator.sln(930B)
----Another RGN Generator.suo(78KB)

网友评论

  • 源码不错,但我用这里的版本和http://www.codeproject.com/KB/GDI/rgncreator.aspx的对同一个BMP生成了RGN文件,然后用UltraCompare比较,结果发现两者完全一致。 所以就不太明白差别在哪里了。如果可能的话,建议这位朋友提供一个试炼品BMP,方便大家验证一下codeproject上的那个BUG是否是某种特殊情况下才会发生。
  • 不错 不过能在JPG图上生成那就更好了
  • 不错不错,挺好用,可惜RGN这东西不靠谱,做个圆角的窗口,结果那个圆角象被狗咬过一样,都是牙齿印,最终还是用UpdateLayeredWindow 来代替RGN
  • RegionCreator比这个好用,而且没图片大小限制
  • 不错,研究了一下终于能生成RGN区域了。
  • 挺好的,能生成正确的rgn区域。
  • 这个工程不错,不过并不需要每个满足条件的像素生成一个rgn, 可以以行为单位进行,谢谢分享