Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Release 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kubinka0505 committed Jan 2, 2022
0 parents commit a056fc5
Show file tree
Hide file tree
Showing 67 changed files with 3,224 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report---.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: "Bug Report \U0001F41B"
about: Create a bug report.
title: 'Bug: '
labels: bug
assignees: ''

---

<!--
Before reporting:
1. Please visit the "Known Issues" page in wiki.
2. Enable "Logs". "../wiki/Configuration-Documentation#packages"
-->

# Additional description


---

## `iFunny-Captions` Version


### Used Files
<!--
Optional
Image/Video that you wanted to caption
Attach if not URL
-->
-
-

### Console Log:
```bash
...
```
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request---.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: "Feature Request \U0001F4A1"
about: Suggest a new idea for the project.
title: 'Feature Request: '
labels: enhancement
assignees: ''

---

## Feature request description


## Addition reasons
-
103 changes: 103 additions & 0 deletions Config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
{
"Text": {
"Content": "",
"Additional_Wrap": -8,
"Kerning": -1,
"Font": {
"Type": 2
},
"Replacements": {
"''": "\"",
"{bs}": "\\"
}
},
"Emoji": {
"API_Type": 1,
"Style_if_1": false,
"Vendor_if_2": false,
"Version_if_2": false
},
"Media": {
"Image": {
"URL_or_Path": "",
"Scale_Back": true,
"Watermark": false
},
"Video": {
"Duration": {
"Start": 0.0,
"End": 0.0
},
"Audio": {
"URL_or_Path": "",
"Bitrate": 1024,
"Channels": 2
},
"Keep_Image": false
}
},
"Settings": {
"Delay": 0,
"Loop_Count": 0,
"Caption_Design": {
"Percentage_Elements_Size": {
"Font": 10,
"Emojis": 67,
"Leading": 112,
"Caption_Field_Height": 150
},
"Colors": {
"Text": "Black",
"Caption_Field": "White"
}
},
"Optimize": {
"Enabled": true,
"PNGQuant": {
"Speed": 1,
"Colors": 256
},
"Gifsicle": {
"Lossy": 200,
"Colors": 256
}
},
"Dark_Mode": {
"Enabled": false,
"After_Hour": 22,
"Colors": {
"Text": "#A0A0A0",
"Caption_Field": "#141414"
}
},
"Packages": {
"Location": {
"FFmpeg": null,
"PNGQuant": null,
"Gifsicle": null,
"OxiPNG": null
},
"Logs": false
},
"Colored_Prints": {
"Enabled": true,
"Colors": {
"Error": "#C10",
"OK": "#0C0",
"Flaw": "#E74856",
"Info": {
"Main": "#4AF",
"Meta": {
"1": "Gray",
"2": "#B000FF"
}
}
}
},
"Add_Metadata": true,
"Open_Folder": false,
"Time_Logs": true,
"Verbose": 0,
"Sound": true
}
}
Loading

0 comments on commit a056fc5

Please sign in to comment.