Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4386f57347 | |||
| c53e4e5511 | |||
| 15606f0d5e |
@@ -16,6 +16,7 @@ jobs:
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: github.ref_type == 'tag'
|
||||
with:
|
||||
files: |
|
||||
${{ gitea.workspace }}\text2image.zip
|
||||
14
README.md
14
README.md
@@ -16,4 +16,16 @@ Usage
|
||||
|image001|test |
|
||||
|image002|test2|
|
||||
|
||||
2. Launch text2image.exe to generate images
|
||||
In the csv file it would be like that :
|
||||
|
||||
```csv
|
||||
filename;text
|
||||
image001;test
|
||||
image002;test2
|
||||
```
|
||||
|
||||
2. Launch text2image.exe to generate images in the output folder
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
Utilisation
|
||||
=================
|
||||
|
||||
1. Remplir le fichier input.csv
|
||||
2. Lancer l'application text2image.exe
|
||||
Reference in New Issue
Block a user