# ImageTransformApp **Repository Path**: semonpic/image-transform-app ## Basic Information - **Project Name**: ImageTransformApp - **Description**: 简单的图片旋转平移工具,生成测试图片, - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-13 - **Last Updated**: 2025-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Image Transformation Application This is a C#-based Windows Forms application designed to perform image transformations, including rotation and translation. Users can load images through a simple interface and view the transformed images by specifying transformation parameters. ## Features - Load and display local image files. - Transform images by specifying center point coordinates, rotation angle, and translation distance. - Display both the original and transformed images. - Support saving the transformed image to local storage. ## Usage 1. Launch the application. 2. Click the "Open Image" button to select the image file to load. 3. Enter the transformation parameters in the input fields: - Center point coordinates (X, Y) - Rotation angle - Translation distance (X, Y) 4. Click the "Transform" button to view the transformed image. 5. To save the transformed image, click the "Save" button. ## Interface Overview - **Original Image Area**: Displays the loaded original image. - **Transformation Parameters Input Fields**: Used to input the center point, rotation angle, and translation distance for image transformation. - **Transformed Image Area**: Displays the image after transformation. ## Development and Build This project is written in C# using the .NET Framework and can be opened and built with Visual Studio. - Open the `ImageTransformApp.sln` file. - Set the `ImageTransformApp` project as the startup project. - Compile and run the project. ## Contributions Contributions to improve this project are welcome. Please submit a Pull Request or report issues. ## License This project is licensed under the MIT License. See the license file in the project for details.