Skip to content

Ver 0.4.1

Latest
Compare
Choose a tag to compare
@Alan-CRL Alan-CRL released this 18 Jul 11:11
· 4 commits to main since this release
8288fca

Ver 0.4.1 (2023.07.18)

重大更新 同时支持 Unicode 和 MBCS 字符集
重大更新 同时支持 MSVC、MinGW、TDM-GCC 等编译器,同时支持更多 GCC 编译器和 IDE
新增 Release模式全新启动动画
新增 hiex::ZoomImage_Gdiplus_AlphaCanvas::ZoomImage_Gdiplus_Alpha 函数:拉伸图像(可包含透明通道,速度快质量佳)
新增 hiex::OverlayImageTransparency 函数:融合(叠加)图像透明度
新增 hiex::RemoveImageTransparency 函数:移除图像透明通道

改动 为适配多种编译器,HiEasyX 文件统一使用 GBK 编码

修复 Bitmap2Image 函数当定义不使用透明度时,透明度不为 255 的问题
修改 min和max 被识别成 std 函数从而导致编译失败的问题

MinGW 编译通过
TDM-GCC 编译通过