projects
/
fgen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
964bacb
)
Remove obsolete file cleanup
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 5 Oct 2023 21:57:52 +0000
(17:57 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 7 Oct 2023 15:45:53 +0000
(11:45 -0400)
fgen.sh
patch
|
blob
|
history
diff --git
a/fgen.sh
b/fgen.sh
index
e43a635
..
de8010f
100755
(executable)
--- a/
fgen.sh
+++ b/
fgen.sh
@@
-159,8
+159,6
@@
size=$(get_size "${main_layer}")
log_dbg "CANVAS SIZE=${size}"
-rm -f ${dest}/frame*.png
-
# Create background frame:
convert -size ${size} xc:none ${dest}/background.png