Closed grantmcdermott closed 5 years ago
Hello @grantmcdermott ,
I apologize for the lack of examples. I'll add some and update the help output for the upcoming release.
Here is the corrected version.
- text: This is a test.
fontFamily: Sans
fontStyle: Normal
fontStretch: Normal
fontWeight: 30
fontSize: 800
origin: NorthWest
xTranslation: 0.0
yTranslation: 0.0
rotation: 0
startTime: 1.000
durationTime: 8.000
outlineSize: 10
outlineColor: rgb(1,100,10)
fillColor: rgb(255,255,0)
Here is the difference ({-removed-}
and {+added+}
).
- text: This is a test.
.fontStyle
must be a string such as Normal
, Bold
, or Oblique
.fontWeight
must be an integer.:+1:
Super. Thanks again!
PS - The GUI hasn't been working for me, but I suspect that has to do with the latest Arch/Gnome upgrade. I'll try again in a few days and file a separate issue if the problem persists.
I'm trying to run the CLI version of Gifcurry and keep running into the following error:
[WARNING] Could not parse the /PATH/TO/text-overlays.yaml YAML file!
Here is the file in question:
Are there any obvious errors that jump out at you?
(FWIW, I think that including an example YAML file in the docs would be really helpful.)
Thanks for a cool package!