Metadata-Version: 2.2
Name: a2y_wxcv
Version: 0.9.0
Summary: A module that supplies some wx widgets.
Home-page: http://www.kersci.com/a2y/wxcv.html
Author: Yu Han
Author-email: hanjunyu@163.com
License: Private
Platform: Windows
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Free For Educational Use
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: a2y-i18n>=1.0.0
Requires-Dist: a2y-wxctrls>=0.9.0
Requires-Dist: opencv-python>=4.0.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

# Python Module: a2y_wxcv

## 简述
此模块实现一个`wxWidgets`控件，用于显示、操控（使用`Opencv`和`numpy`）图片（`numpy.ndarray`格式）。

本来这个模块里的内容也可以放在`wxtools`，但由于需要导入`opencv`，放一起的话会导致不需要使用`opencv`的程序也依赖`opencv`，
最终生成的程序体积将会大很多，所以单独开一个`wxcv`。

控件基于原有的`ImagePanel`实现。

## ChangeLog

- 2025-10-26 基本功能实现。版本升为 0.9.0。

- 2025-10-25 模块建立。版本定为 0.8.0。
