Name | Modified | Size | Downloads / Week |
---|---|---|---|
EasyImgEdit_portable.zip | 2023-06-25 | 75.1 kB | |
README.md | 2023-06-25 | 2.7 kB | |
EasyImgEdit_Install.msi | 2023-06-25 | 635.9 kB | |
LICENCE.txt | 2023-06-22 | 1.1 kB | |
Totals: 4 Items | 714.8 kB | 0 |
CS
Jednoduchý grafický editor v jazyce C#
Jedná se o jednoduchý grafický editor napsaný v jazyce C# s pomocí WinForms. Tato aplikace umožňuje kreslit od ruky, vybarvovat tvary, přidávat text do obrázku, nebo aplikovat různé filtry
Instalace
Tuto aplikaci můžete nainstalovat stažením instalačního souboru MSI a jeho spuštěním v počítači se systémem Windows. Případně můžete naklonovat zdrojový kód z úložiště GitHub a sestavit aplikaci sami.
Instalace pomocí MSI
Stáhněte si instalační soubor MSI ze stránky https://sourceforge.net/projects/easyImgEdit Poté stažený soubor nainstalujte.
Sestavení ze zdrojového kódu
Naklonujte zdojový kód ze sránky https://github.com/albrechtjak/easyImgEdit do svého počítače. Otevřete soubor v aplikaci Visual Studio. Sestavte řešení pomocí možnosti nabídky "Sestavit".
Ukládání a načítání výkresů
Chcete-li výkres uložit, vyberte z nabídky "Soubor" možnost "Uložit". Poté můžete zvolit umístění, kam chcete výkres uložit, a dát mu název. Chcete-li načíst dříve uložený výkres, vyberte z nabídky "Soubor" položku "Otevřít" a v dialogovém okně vyberte příslušný soubor.
Licence
Tato aplikace je licencována pod licencí MIT. Další podrobnosti naleznete v souboru LICENSE.
EN
Basic graphical editor in C#
This is a basic graphical editor implemented in C# using WinForms. This application allows you to draw and edit shapes on a canvas, and supports several common shape types including rectangles, circles, and lines.
Installation
You can install this application by downloading the MSI installer file and running it on your Windows machine. Alternatively, you can clone the source code from the GitHub repository and build the application yourself.
Installing via MSI
Download the latest MSI installer file from https://sourceforge.net/projects/easyImgEdit Double-click the downloaded file to start the installation process.
Building from Source
Clone the repository https://github.com/albrechtjak/easyImgEdit to your computer. Open the solution file in Visual Studio. Build the solution using the "Build" menu option.
Saving and Loading Drawings
To save your drawing, select "Save" from the "File" menu. You can then choose a location to save the drawing to, and give it a name. To load a previously saved drawing, select "Open" from the "File" menu and choose the appropriate file from the dialog box.
License
This application is licensed under the MIT license. See the LICENSE file for more details.