This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kubinka0505
committed
Mar 1, 2021
0 parents
commit b1613d1
Showing
13 changed files
with
1,181 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
## 0.1 | ||
Alpha development. | ||
|
||
## 0.3 | ||
Re-write. | ||
|
||
## 0.4 | ||
Initial release. | ||
|
||
## 2.0 | ||
### Added ➕ | ||
- GIF support. (FFmpeg >= 2.2.2) | ||
### Fixed 📝 | ||
- Several bugs. | ||
### Modified 🔁 | ||
- Changed fonts. | ||
|
||
## 2.1 | ||
### Added ➕ | ||
- Font. (`Futura Bold`) | ||
### Modified 🔁 | ||
- Several functions. | ||
- Image creation time (FFmpeg >= 4.0.0) | ||
|
||
## 2.2 | ||
### Added ➕ | ||
- `Logs`. | ||
### Fixed 📝 | ||
- Several bugs. | ||
|
||
## 2.3 | ||
### Added ➕ | ||
- `Optimization`. (`gifsicle >= 1.9.2` encoder dependency) | ||
- Offline Support. | ||
### Modified 🔁 | ||
- Text-wrapping system. | ||
|
||
## 2.4 | ||
### Added ➕ | ||
- Support to following GIF services: | ||
- `Gfycat.com` | ||
- Transparent GIF support. (FFmpeg >= 4.2.0) | ||
- `Meta Info` section to `ReadMe`. | ||
- Font randomness. | ||
### Modified 🔁 | ||
- Renamed `Captions` to `Images`. | ||
- The vertical distance between text-wrapped phrases. | ||
- Replaced fonts to `OpenType` format. (`OTF`) | ||
- Replaced examples of Images. | ||
### Fixed 📝 | ||
- `Delay` without `Optimize` option enabled. | ||
- Saving issues. (Forgot to replace `"` in the filename) | ||
### Removed 🚫 | ||
- `Crop` | ||
- Could cause problems. (Furthermore, I don't think that anybody would use that) | ||
- `Saving_Method`: | ||
- `PIL` is now used for single-framed images. (ie. `PNG`, `JPG`) | ||
- `FFmpeg` is now used for GIFs. | ||
|
||
## 2.5 | ||
### Added ➕ | ||
- Support to following GIF services: | ||
- `ImgFlip.com` | ||
- `Pinterest` | ||
- `Lossy`. | ||
### Modified 🔁 | ||
- ReadMe structure. | ||
- GIF Optimization structure. | ||
- Default `Delay` value. | ||
### Removed 🚫 | ||
- Font randomness - Created an empty file if the font was type `0` and if it returned `Roboto Black`. | ||
|
||
## 2.6 | ||
### Added ➕ | ||
- Support to following GIF services: | ||
- `MakeAGif.com` | ||
- `Gifer.com` | ||
- `GifImage.net` | ||
- `BestAnimations.com` | ||
- `Gif-Finder.com` | ||
- `ReactionGifs.us` | ||
- `ReplyGIF.net` | ||
- `Max_Width` and `Wrap_Factor` table. | ||
- New badges. | ||
- Dark Mode. | ||
- HTTP Error handling. | ||
### Modified 🔁 | ||
- `Max_Width` system. | ||
- GIF Optimization structure. | ||
- `Factor` is now `3`. (in code) | ||
- `Factor` has been replaced to `Enabled`. | ||
- Text-wrapping system. | ||
- Caption Field default size. | ||
- Image Comparisons. | ||
- Changed Banner format from `PNG` to `SVG`. | ||
- Configuration keys & values order. | ||
- Delay system. | ||
### Fixed 📝 | ||
- `Delay` without `Optimize` option enabled. **(?)** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"Text": { | ||
"Content": "", | ||
"Wrap_Factor": 3 | ||
}, | ||
"Image": { | ||
"URL / Path": "", | ||
"Max_Width": 450 | ||
}, | ||
"Font": { | ||
"Type": 2, | ||
"Size": false | ||
}, | ||
"Settings": { | ||
"Delay": 5, | ||
"Optimize": { | ||
"Enabled": true, | ||
"Lossy": 200 | ||
}, | ||
"Dark_Mode": { | ||
"Enabled": false, | ||
"After_Hour": 22 | ||
}, | ||
"FFmpeg_Location": "", | ||
"Logs": false | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.