# sprite_sheet_adjuster **Repository Path**: mushan_1900/sprite_sheet_adjuster ## Basic Information - **Project Name**: sprite_sheet_adjuster - **Description**: 调整精灵图使可用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-03-17 - **Last Updated**: 2025-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## todo: 1. 问题流程,加入友好的提示; 2. 支持像素级显示图片(用户明确观测到对齐的像素); ## 打包发布: 1. 安装依赖 pip install pyinstaller 2. 打包 pyinstaller --noconsole --onefile --icon=favicon.ico --name=精灵图剪手 main.py imageViewer.py _line_edit.py smart_cal_params.py 3. 重新打包 pyinstaller --clean --noconfirm main.spec